@@ -200407,14 +200407,28 @@ C_ dom ( S sSet <. I , E >. ) ) $=
200407
200407
200408
200408
${
200409
200409
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.) $)
200411
200413
1strstr $p |- G Struct <. 1 , 1 >. $=
200412
200414
( cnx cbs cfv cop csn c1 cstr 1nn basendx strle1 eqbrtri ) BDEFZAGHIIGJCO
200413
200415
IAKLMN $.
200414
200416
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
+
200415
200422
$( 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.) $)
200417
200424
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 ) ) $=
200418
200432
( cbs c1 cop 1strstr baseid cnx cfv csn eqimss2i strfv ) ABECFFGABDHIBJEK
200419
200433
AGLDMN $.
200420
200434
@@ -409551,12 +409565,12 @@ otherwise it could not be used in an extensible structure (slots must be
409551
409565
$( The index value of the ` Base ` slot is less than the index value of the
409552
409566
` .ef ` slot. (Contributed by AV, 21-Sep-2020.) (Proof shortened by AV,
409553
409567
30-Oct-2024.) $)
409554
- baseltedgf $p |- ( Base ` ndx ) < ( .ef ` ndx ) $=
409568
+ basendxltedgfndx $p |- ( Base ` ndx ) < ( .ef ` ndx ) $=
409555
409569
( c1 cdc cnx cbs cfv cedgf clt 1nn 8nn0 1nn0 declti basendx edgfndx 3brtr4i
409556
409570
c8 1lt10 ) AAOBCDECFEGAOAHIJPKLMN $.
409557
409571
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.
409560
409574
(Contributed by AV, 21-Sep-2020.) (Proof modification is discouraged.)
409561
409575
(New usage is discouraged.) $)
409562
409576
baseltedgfOLD $p |- ( Base ` ndx ) < ( .ef ` ndx ) $=
@@ -409566,7 +409580,8 @@ otherwise it could not be used in an extensible structure (slots must be
409566
409580
$( The slots ` Base ` and ` .ef ` are different. (Contributed by AV,
409567
409581
21-Sep-2020.) $)
409568
409582
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
+ $.
409570
409585
409571
409586
409572
409587
$(
@@ -409980,13 +409995,13 @@ class is an extensible structure (containing a slot for "edge functions")
409980
409995
and indexed edges is actually an extensible structure. (Contributed by
409981
409996
AV, 23-Nov-2020.) $)
409982
409997
struct2grstr $p |- G Struct <. ( Base ` ndx ) , ( .ef ` ndx ) >. $=
409983
- ( cnx cedgf cfv baseltedgf edgfndxnn 2strstr1 ) CABEFGDHIJ $.
409998
+ ( cnx cedgf cfv basendxltedgfndx edgfndxnn 2strstr1 ) CABEFGDHIJ $.
409984
409999
409985
410000
$( The set of vertices of a graph represented as an extensible structure
409986
410001
with vertices as base set and indexed edges. (Contributed by AV,
409987
410002
23-Sep-2020.) $)
409988
410003
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 $.
409990
410005
409991
410006
$( The set of indexed edges of a graph represented as an extensible
409992
410007
structure with vertices as base set and indexed edges. (Contributed by
0 commit comments