Skip to content

Commit 9125eca

Browse files
authored
prove nfceqi without ax-12 (#3262)
Co-authored-by: Wolf Lammen <[email protected]>
1 parent a57274c commit 9125eca

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

discouraged

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16600,6 +16600,7 @@ New usage of "nfabd2OLD" is discouraged (0 uses).
1660016600
New usage of "nfabdOLD" is discouraged (0 uses).
1660116601
New usage of "nfan1OLDOLD" is discouraged (0 uses).
1660216602
New usage of "nfbii2OLD" is discouraged (0 uses).
16603+
New usage of "nfceqiOLD" is discouraged (0 uses).
1660316604
New usage of "nfcvfOLD" is discouraged (0 uses).
1660416605
New usage of "nfeqf2OLD" is discouraged (0 uses).
1660516606
New usage of "nfeqf2OLDOLD" is discouraged (0 uses).
@@ -19393,6 +19394,7 @@ Proof modification of "nfabd2OLD" is discouraged (75 steps).
1939319394
Proof modification of "nfabdOLD" is discouraged (18 steps).
1939419395
Proof modification of "nfan1OLDOLD" is discouraged (33 steps).
1939519396
Proof modification of "nfbii2OLD" is discouraged (15 steps).
19397+
Proof modification of "nfceqiOLD" is discouraged (21 steps).
1939619398
Proof modification of "nfcvfOLD" is discouraged (18 steps).
1939719399
Proof modification of "nfeqf2OLD" is discouraged (65 steps).
1939819400
Proof modification of "nfeqf2OLDOLD" is discouraged (52 steps).

set.mm

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26069,10 +26069,25 @@ choice between (what we call) a "definitional form" where the shorter
2606926069
$}
2607026070

2607126071
${
26072+
$d x y $. $d A y $. $d B y $.
2607226073
nfceqi.1 $e |- A = B $.
2607326074
$( Equality theorem for class not-free. (Contributed by Mario Carneiro,
26074-
11-Aug-2016.) (Proof shortened by Wolf Lammen, 16-Nov-2019.) $)
26075+
11-Aug-2016.) (Proof shortened by Wolf Lammen, 16-Nov-2019.) Avoid
26076+
~ ax-12 . (Revised by Wolf Lammen, 19-Jun-2023.) $)
2607526077
nfceqi $p |- ( F/_ x A <-> F/_ x B ) $=
26078+
( vy cv wcel wnf wal wnfc eleq2i nfbii albii df-nfc 3bitr4i ) EFZBGZAHZEI
26079+
PCGZAHZEIABJACJRTEQSABCPDKLMAEBNAECNO $.
26080+
26081+
$( $j usage 'nfceqi' avoids 'ax-8' 'ax-10' 'ax-11' 'ax-12' 'ax-13' ; $)
26082+
$}
26083+
26084+
26085+
${
26086+
nfcxfr.1 $e |- A = B $.
26087+
$( Obsolete proof of ~ nfceqi as of 19-Jun-2023. (Contributed by Mario
26088+
Carneiro, 11-Aug-2016.) (Proof shortened by Wolf Lammen, 16-Nov-2019.)
26089+
(Proof modification is discouraged.) (New usage is discouraged.) $)
26090+
nfceqiOLD $p |- ( F/_ x A <-> F/_ x B ) $=
2607626091
( wnfc wb wtru nftru wceq a1i nfceqdf mptru ) ABEACEFGABCAHBCIGDJKL $.
2607726092

2607826093
${

0 commit comments

Comments
 (0)