Skip to content

Commit 55a82d3

Browse files
Add mathbox for Eric Schmidt (#5011)
* Add mathbox for Eric Schmidt with some initial theorems * Add bibliographic references, use M for 'model' in traxext * Minor formatting change * Fix markup mistakes * Add $j statements for avoiding ax-ref * Fix typo * Remove duplicate lines
1 parent d025932 commit 55a82d3

File tree

2 files changed

+73
-0
lines changed

2 files changed

+73
-0
lines changed

mmset.raw.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5607,6 +5607,9 @@
56075607
Introduction to Independence Proofs,</I> Elsevier Science B.V.,
56085608
Amsterdam (1980) [QA248.K75].
56095609
</LI>
5610+
<A NAME="Kunen2"></A> [Kunen2] Kunen, Kenneth, <I>Set Theory,</I> revised
5611+
edition, College Publications, London (2013) [QA248 .K86 2013].
5612+
</LI>
56105613
<LI>
56115614
<A NAME="KuratowskiMostowski"></A> [KuratowskiMostowski] Kuratowski, K.
56125615
and A. Mostowski, <I>Set Theory: with an Introduction to

set.mm

Lines changed: 70 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -744672,6 +744672,76 @@ unification theorem (e.g., the sub-theorem whose assertion is step 5
744672744672
$( End $[ set-mbox-as.mm $] $)
744673744673

744674744674

744675+
$( Begin $[ set-mbox-es.mm $] $)
744676+
$( Skip $[ set-main.mm $] $)
744677+
$(
744678+
#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#
744679+
Mathbox for Eric Schmidt
744680+
#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#
744681+
$)
744682+
$( The class of well-founded sets is transitive. (Contributed by Eric
744683+
Schmidt, 9-Sep-2025.) $)
744684+
trwf $p |- Tr U. ( R1 " On ) $=
744685+
( vx cr1 con0 cima cuni wtr cv wss wral r1elssi rgen dftr3 mpbir ) BCDEZFAG
744686+
ZNHZANIPANOJKANLM $.
744687+
$( $j usage 'trwf' avoids 'ax-reg'; $)
744688+
744689+
${
744690+
$d x y z M $.
744691+
744692+
$( A transitive class models the Axiom of Extensionality ~ ax-ext . Lemma
744693+
II.2.4(1) of [Kunen2] p. 111. (Contributed by Eric Schmidt,
744694+
11-Sep-2025.) $)
744695+
traxext $p |- ( Tr M -> A. x e. M A. y e. M
744696+
( A. z e. M ( z e. x <-> z e. y ) -> x = y ) ) $=
744697+
( wtr wel wb wral weq wi cv wcel wa df-ral ancomsd expdimp adantrr adantr
744698+
wal trel adantrl simpr pm5.21ndd alimdv biimtrid ax-ext syl6 ralrimivva
744699+
ex ) DEZCAFZCBFZGZCDHZABIZJABDDUJAKZDLZBKZDLZMMZUNUMCSZUOUNCKZDLZUMJZCSUT
744700+
VAUMCDNUTVDUMCUTVDUMUTVDMVCUKULUTUKVCJZVDUJUQVEUSUJUQUKVCUJUKUQVCDVBUPTOP
744701+
QRUTULVCJZVDUJUSVFUQUJUSULVCUJULUSVCDVBURTOPUARUTVDUBUCUIUDUEABCUFUGUH $.
744702+
$}
744703+
744704+
${
744705+
$d x y z $.
744706+
$( The class of well-founded sets models the axiom of Extensionality
744707+
~ ax-ext . Part of Corollaray II.2.5 of [Kunen2] p. 112. (Contributed
744708+
by Eric Schmidt, 11-Sep-2025.) $)
744709+
wfaxext $p |- A. x e. U. ( R1 " On ) A. y e. U. ( R1 " On )
744710+
( A. z e. U. ( R1 " On ) ( z e. x <-> z e. y ) -> x = y ) $=
744711+
( cr1 con0 cima cuni wtr wel wb wral weq wi trwf traxext ax-mp ) DEFGZHCA
744712+
ICBIJCQKABLMBQKAQKNABCQOP $.
744713+
$( $j usage 'wfaxext' avoids 'ax-reg'; $)
744714+
$}
744715+
744716+
$( The Cartesian product of two well-founded sets is well-founded.
744717+
(Contributed by Eric Schmidt, 12-Sep-2025.) $)
744718+
xpwf $p |- ( ( A e. U. ( R1 " On ) /\ B e. U. ( R1 " On ) ) ->
744719+
( A X. B ) e. U. ( R1 " On ) ) $=
744720+
( cr1 con0 cima cuni wcel wa cun cpw cxp unwf pwwf 3bitri xpsspw sswf mpan2
744721+
wss sylbi ) ACDEFZGBTGHZABIZJZJZTGZABKZTGZUAUBTGUCTGUEABLUBMUCMNUEUFUDRUGAB
744722+
OUDUFPQS $.
744723+
$( $j usage 'xpwf' avoids 'ax-reg'; $)
744724+
744725+
$( The domain of a well-founded set is well-founded. (Contributed by Eric
744726+
Schmidt, 12-Sep-2025.) $)
744727+
dmwf $p |- ( A e. U. ( R1 " On ) -> dom A e. U. ( R1 " On ) ) $=
744728+
( cr1 con0 cima cuni wcel cdm uniwf bitri wss crn cun ssun1 dmrnssfld sstri
744729+
sswf mpan2 sylbi ) ABCDEZFZAEZEZSFZAGZSFZTUASFUCAHUAHIUCUDUBJUEUDUDAKZLUBUD
744730+
UFMANOUBUDPQR $.
744731+
$( $j usage 'dmwf' avoids 'ax-reg'; $)
744732+
744733+
$( The range of a well-founded set is well-founded. (Contributed by Eric
744734+
Schmidt, 12-Sep-2025.) $)
744735+
rnwf $p |- ( A e. U. ( R1 " On ) -> ran A e. U. ( R1 " On ) ) $=
744736+
( cr1 con0 cima cuni wcel crn uniwf bitri wss cdm cun ssun2 dmrnssfld sstri
744737+
sswf mpan2 sylbi ) ABCDEZFZAEZEZSFZAGZSFZTUASFUCAHUAHIUCUDUBJUEUDAKZUDLUBUD
744738+
UFMANOUBUDPQR $.
744739+
$( $j usage 'rnwf' avoids 'ax-reg'; $)
744740+
744741+
$( (End of Eric Schmidt's mathbox.) $)
744742+
$( End $[ set-mbox-es.mm $] $)
744743+
744744+
744675744745
$( Begin $[ set-mbox-gs.mm $] $)
744676744746
$( Skip $[ set-main.mm $] $)
744677744747
$(

0 commit comments

Comments
 (0)