Skip to content

Commit 36cacbe

Browse files
committed
misc.
* new theorem ~1strstr1 * use of ~1strstr discouraged * proof of ~1strbas shortened * ~baseltedgf renamed ~basendxltedgfndx
1 parent 4a8d947 commit 36cacbe

File tree

3 files changed

+30
-10
lines changed

3 files changed

+30
-10
lines changed

changes-set.txt

+1
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,7 @@ make a github issue.)
9494

9595
DONE:
9696
Date Old New Notes
97+
15-Nov-24 baseltedgf basendxltedgfndx
9798
12-Nov-24 sseldi sselid compare to sselii or sseldd
9899
9-Nov-24 eqsb3 eqsb1
99100
9-Nov-24 eqsbc3 eqsbc1

discouraged

+6-2
Original file line numberDiff line numberDiff line change
@@ -189,6 +189,7 @@
189189
"1sr" is used by "axi2m1".
190190
"1sr" is used by "axicn".
191191
"1sr" is used by "supsr".
192+
"1strstr" is used by "1strbasOLD".
192193
"1t1e1ALT" is used by "nnmul1com".
193194
"1t1e1ALT" is used by "remulinvcom".
194195
"1t1e1ALT" is used by "sn-0tie0".
@@ -1672,8 +1673,8 @@
16721673
"basendx" is used by "1strstr".
16731674
"basendx" is used by "2strstr".
16741675
"basendx" is used by "2strstr1OLD".
1675-
"basendx" is used by "baseltedgf".
16761676
"basendx" is used by "basendxltdsndx".
1677+
"basendx" is used by "basendxltedgfndx".
16771678
"basendx" is used by "basendxltplendx".
16781679
"basendx" is used by "basendxltplusgndx".
16791680
"basendx" is used by "basendxlttsetndx".
@@ -5975,7 +5976,7 @@
59755976
"e333" is used by "e33".
59765977
"e3bi" is used by "en3lplem2VD".
59775978
"e3bir" is used by "en3lplem2VD".
5978-
"edgfndx" is used by "baseltedgf".
5979+
"edgfndx" is used by "basendxltedgfndx".
59795980
"edgfndx" is used by "edgfndxnn".
59805981
"ee03" is used by "ee03an".
59815982
"ee03" is used by "suctrALT2".
@@ -14254,6 +14255,8 @@ New usage of "1pi" is discouraged (11 uses).
1425414255
New usage of "1pr" is discouraged (16 uses).
1425514256
New usage of "1psubclN" is discouraged (0 uses).
1425614257
New usage of "1sr" is discouraged (8 uses).
14258+
New usage of "1strbasOLD" is discouraged (0 uses).
14259+
New usage of "1strstr" is discouraged (1 uses).
1425714260
New usage of "1strwunOLD" is discouraged (0 uses).
1425814261
New usage of "1t1e1ALT" is discouraged (3 uses).
1425914262
New usage of "235t711" is discouraged (0 uses).
@@ -19469,6 +19472,7 @@ Proof modification of "1div0apr" is discouraged (77 steps).
1946919472
Proof modification of "1oexOLD" is discouraged (4 steps).
1947019473
Proof modification of "1p1e2apr1" is discouraged (7 steps).
1947119474
Proof modification of "1p2e3ALT" is discouraged (7 steps).
19475+
Proof modification of "1strbasOLD" is discouraged (22 steps).
1947219476
Proof modification of "1strwunOLD" is discouraged (20 steps).
1947319477
Proof modification of "1t1e1ALT" is discouraged (13 steps).
1947419478
Proof modification of "2bornot2b" is discouraged (26 steps).

set.mm

+23-8
Original file line numberDiff line numberDiff line change
@@ -200407,14 +200407,28 @@ C_ dom ( S sSet <. I , E >. ) ) $=
200407200407

200408200408
${
200409200409
1str.g $e |- G = { <. ( Base ` ndx ) , B >. } $.
200410-
$( A constructed one-slot structure. (Contributed by AV, 27-Mar-2020.) $)
200410+
$( A constructed one-slot structure. Depending on hard-coded index. Use
200411+
~ 1strstr1 instead. (Contributed by AV, 27-Mar-2020.)
200412+
(New usage is discouraged.) $)
200411200413
1strstr $p |- G Struct <. 1 , 1 >. $=
200412200414
( cnx cbs cfv cop csn c1 cstr 1nn basendx strle1 eqbrtri ) BDEFZAGHIIGJCO
200413200415
IAKLMN $.
200414200416

200417+
$( A constructed one-slot structure. (Contributed by AV, 15-Nov-2024.) $)
200418+
1strstr1 $p |- G Struct <. ( Base ` ndx ) , ( Base ` ndx ) >. $=
200419+
( cnx cbs cfv cop csn cstr basendxnn eqid strle1 eqbrtri ) BDEFZAGHNNGICN
200420+
NAJNKLM $.
200421+
200415200422
$( The base set of a constructed one-slot structure. (Contributed by AV,
200416-
27-Mar-2020.) $)
200423+
27-Mar-2020.) (Proof shortened by AV, 15-Nov-2024.) $)
200417200424
1strbas $p |- ( B e. V -> B = ( Base ` G ) ) $=
200425+
( cbs cnx cfv cop 1strstr1 baseid csn eqimss2i strfv ) ABECFEGZNHABDIJBNA
200426+
HKDLM $.
200427+
200428+
$( Obsolete proof of ~ 1strbas as of 15-Nov-2024. The base set of a
200429+
constructed one-slot structure. (Contributed by AV, 27-Mar-2020.)
200430+
(Proof modification is discouraged.) (New usage is discouraged.) $)
200431+
1strbasOLD $p |- ( B e. V -> B = ( Base ` G ) ) $=
200418200432
( cbs c1 cop 1strstr baseid cnx cfv csn eqimss2i strfv ) ABECFFGABDHIBJEK
200419200433
AGLDMN $.
200420200434

@@ -409551,12 +409565,12 @@ otherwise it could not be used in an extensible structure (slots must be
409551409565
$( The index value of the ` Base ` slot is less than the index value of the
409552409566
` .ef ` slot. (Contributed by AV, 21-Sep-2020.) (Proof shortened by AV,
409553409567
30-Oct-2024.) $)
409554-
baseltedgf $p |- ( Base ` ndx ) < ( .ef ` ndx ) $=
409568+
basendxltedgfndx $p |- ( Base ` ndx ) < ( .ef ` ndx ) $=
409555409569
( c1 cdc cnx cbs cfv cedgf clt 1nn 8nn0 1nn0 declti basendx edgfndx 3brtr4i
409556409570
c8 1lt10 ) AAOBCDECFEGAOAHIJPKLMN $.
409557409571

409558-
$( Obsolete proof of ~ baseltedgf as of 30-Oct-2024. The index value of the
409559-
` Base ` slot is less than the index value of the ` .ef ` slot.
409572+
$( Obsolete proof of ~ basendxltedgfndx as of 30-Oct-2024. The index value
409573+
of the ` Base ` slot is less than the index value of the ` .ef ` slot.
409560409574
(Contributed by AV, 21-Sep-2020.) (Proof modification is discouraged.)
409561409575
(New usage is discouraged.) $)
409562409576
baseltedgfOLD $p |- ( Base ` ndx ) < ( .ef ` ndx ) $=
@@ -409566,7 +409580,8 @@ otherwise it could not be used in an extensible structure (slots must be
409566409580
$( The slots ` Base ` and ` .ef ` are different. (Contributed by AV,
409567409581
21-Sep-2020.) $)
409568409582
basendxnedgfndx $p |- ( Base ` ndx ) =/= ( .ef ` ndx ) $=
409569-
( cnx cbs cfv cedgf basendxnn nnrei baseltedgf ltneii ) ABCZADCIEFGH $.
409583+
( cnx cbs cfv cedgf basendxnn nnrei basendxltedgfndx ltneii ) ABCZADCIEFGH
409584+
$.
409570409585

409571409586

409572409587
$(
@@ -409980,13 +409995,13 @@ class is an extensible structure (containing a slot for "edge functions")
409980409995
and indexed edges is actually an extensible structure. (Contributed by
409981409996
AV, 23-Nov-2020.) $)
409982409997
struct2grstr $p |- G Struct <. ( Base ` ndx ) , ( .ef ` ndx ) >. $=
409983-
( cnx cedgf cfv baseltedgf edgfndxnn 2strstr1 ) CABEFGDHIJ $.
409998+
( cnx cedgf cfv basendxltedgfndx edgfndxnn 2strstr1 ) CABEFGDHIJ $.
409984409999

409985410000
$( The set of vertices of a graph represented as an extensible structure
409986410001
with vertices as base set and indexed edges. (Contributed by AV,
409987410002
23-Sep-2020.) $)
409988410003
struct2grvtx $p |- ( ( V e. X /\ E e. Y ) -> ( Vtx ` G ) = V ) $=
409989-
( cnx cedgf cfv edgfndxnn baseltedgf structvtxval ) GHIABCDEJKFL $.
410004+
( cnx cedgf cfv edgfndxnn basendxltedgfndx structvtxval ) GHIABCDEJKFL $.
409990410005

409991410006
$( The set of indexed edges of a graph represented as an extensible
409992410007
structure with vertices as base set and indexed edges. (Contributed by

0 commit comments

Comments
 (0)