HomeHome Intuitionistic Logic Explorer
Theorem List (p. 45 of 140)
< Previous  Next >
Bad symbols? Try the
GIF version.

Mirrors  >  Metamath Home Page  >  ILE Home Page  >  Theorem List Contents  >  Recent Proofs       This page: Page List

Theorem List for Intuitionistic Logic Explorer - 4401-4500   *Has distinct variable group(s)
TypeLabelDescription
Statement
 
Theoremtrsucss 4401 A member of the successor of a transitive class is a subclass of it. (Contributed by NM, 4-Oct-2003.)
(Tr 𝐴 → (𝐵 ∈ suc 𝐴𝐵𝐴))
 
Theoremsucssel 4402 A set whose successor is a subset of another class is a member of that class. (Contributed by NM, 16-Sep-1995.)
(𝐴𝑉 → (suc 𝐴𝐵𝐴𝐵))
 
Theoremorduniss 4403 An ordinal class includes its union. (Contributed by NM, 13-Sep-2003.)
(Ord 𝐴 𝐴𝐴)
 
Theoremonordi 4404 An ordinal number is an ordinal class. (Contributed by NM, 11-Jun-1994.)
𝐴 ∈ On       Ord 𝐴
 
Theoremontrci 4405 An ordinal number is a transitive class. (Contributed by NM, 11-Jun-1994.)
𝐴 ∈ On       Tr 𝐴
 
Theoremoneli 4406 A member of an ordinal number is an ordinal number. Theorem 7M(a) of [Enderton] p. 192. (Contributed by NM, 11-Jun-1994.)
𝐴 ∈ On       (𝐵𝐴𝐵 ∈ On)
 
Theoremonelssi 4407 A member of an ordinal number is a subset of it. (Contributed by NM, 11-Aug-1994.)
𝐴 ∈ On       (𝐵𝐴𝐵𝐴)
 
Theoremonelini 4408 An element of an ordinal number equals the intersection with it. (Contributed by NM, 11-Jun-1994.)
𝐴 ∈ On       (𝐵𝐴𝐵 = (𝐵𝐴))
 
Theoremoneluni 4409 An ordinal number equals its union with any element. (Contributed by NM, 13-Jun-1994.)
𝐴 ∈ On       (𝐵𝐴 → (𝐴𝐵) = 𝐴)
 
Theoremonunisuci 4410 An ordinal number is equal to the union of its successor. (Contributed by NM, 12-Jun-1994.)
𝐴 ∈ On        suc 𝐴 = 𝐴
 
2.4  IZF Set Theory - add the Axiom of Union
 
2.4.1  Introduce the Axiom of Union
 
Axiomax-un 4411* Axiom of Union. An axiom of Intuitionistic Zermelo-Fraenkel set theory. It states that a set 𝑦 exists that includes the union of a given set 𝑥 i.e. the collection of all members of the members of 𝑥. The variant axun2 4413 states that the union itself exists. A version with the standard abbreviation for union is uniex2 4414. A version using class notation is uniex 4415.

This is Axiom 3 of [Crosilla] p. "Axioms of CZF and IZF", except (a) unnecessary quantifiers are removed, (b) Crosilla has a biconditional rather than an implication (but the two are equivalent by bm1.3ii 4103), and (c) the order of the conjuncts is swapped (which is equivalent by ancom 264).

The union of a class df-uni 3790 should not be confused with the union of two classes df-un 3120. Their relationship is shown in unipr 3803. (Contributed by NM, 23-Dec-1993.)

𝑦𝑧(∃𝑤(𝑧𝑤𝑤𝑥) → 𝑧𝑦)
 
Theoremzfun 4412* Axiom of Union expressed with the fewest number of different variables. (Contributed by NM, 14-Aug-2003.)
𝑥𝑦(∃𝑥(𝑦𝑥𝑥𝑧) → 𝑦𝑥)
 
Theoremaxun2 4413* A variant of the Axiom of Union ax-un 4411. For any set 𝑥, there exists a set 𝑦 whose members are exactly the members of the members of 𝑥 i.e. the union of 𝑥. Axiom Union of [BellMachover] p. 466. (Contributed by NM, 4-Jun-2006.)
𝑦𝑧(𝑧𝑦 ↔ ∃𝑤(𝑧𝑤𝑤𝑥))
 
Theoremuniex2 4414* The Axiom of Union using the standard abbreviation for union. Given any set 𝑥, its union 𝑦 exists. (Contributed by NM, 4-Jun-2006.)
𝑦 𝑦 = 𝑥
 
Theoremuniex 4415 The Axiom of Union in class notation. This says that if 𝐴 is a set i.e. 𝐴 ∈ V (see isset 2732), then the union of 𝐴 is also a set. Same as Axiom 3 of [TakeutiZaring] p. 16. (Contributed by NM, 11-Aug-1993.)
𝐴 ∈ V        𝐴 ∈ V
 
Theoremvuniex 4416 The union of a setvar is a set. (Contributed by BJ, 3-May-2021.)
𝑥 ∈ V
 
Theoremuniexg 4417 The ZF Axiom of Union in class notation, in the form of a theorem instead of an inference. We use the antecedent 𝐴𝑉 instead of 𝐴 ∈ V to make the theorem more general and thus shorten some proofs; obviously the universal class constant V is one possible substitution for class variable 𝑉. (Contributed by NM, 25-Nov-1994.)
(𝐴𝑉 𝐴 ∈ V)
 
Theoremuniexd 4418 Deduction version of the ZF Axiom of Union in class notation. (Contributed by Glauco Siliprandi, 26-Jun-2021.)
(𝜑𝐴𝑉)       (𝜑 𝐴 ∈ V)
 
Theoremunex 4419 The union of two sets is a set. Corollary 5.8 of [TakeutiZaring] p. 16. (Contributed by NM, 1-Jul-1994.)
𝐴 ∈ V    &   𝐵 ∈ V       (𝐴𝐵) ∈ V
 
Theoremunexb 4420 Existence of union is equivalent to existence of its components. (Contributed by NM, 11-Jun-1998.)
((𝐴 ∈ V ∧ 𝐵 ∈ V) ↔ (𝐴𝐵) ∈ V)
 
Theoremunexg 4421 A union of two sets is a set. Corollary 5.8 of [TakeutiZaring] p. 16. (Contributed by NM, 18-Sep-2006.)
((𝐴𝑉𝐵𝑊) → (𝐴𝐵) ∈ V)
 
Theoremtpexg 4422 An unordered triple of classes exists. (Contributed by NM, 10-Apr-1994.)
((𝐴𝑈𝐵𝑉𝐶𝑊) → {𝐴, 𝐵, 𝐶} ∈ V)
 
Theoremunisn3 4423* Union of a singleton in the form of a restricted class abstraction. (Contributed by NM, 3-Jul-2008.)
(𝐴𝐵 {𝑥𝐵𝑥 = 𝐴} = 𝐴)
 
Theoremabnexg 4424* Sufficient condition for a class abstraction to be a proper class. The class 𝐹 can be thought of as an expression in 𝑥 and the abstraction appearing in the statement as the class of values 𝐹 as 𝑥 varies through 𝐴. Assuming the antecedents, if that class is a set, then so is the "domain" 𝐴. The converse holds without antecedent, see abrexexg 6086. Note that the second antecedent 𝑥𝐴𝑥𝐹 cannot be translated to 𝐴𝐹 since 𝐹 may depend on 𝑥. In applications, one may take 𝐹 = {𝑥} or 𝐹 = 𝒫 𝑥 (see snnex 4426 and pwnex 4427 respectively, proved from abnex 4425, which is a consequence of abnexg 4424 with 𝐴 = V). (Contributed by BJ, 2-Dec-2021.)
(∀𝑥𝐴 (𝐹𝑉𝑥𝐹) → ({𝑦 ∣ ∃𝑥𝐴 𝑦 = 𝐹} ∈ 𝑊𝐴 ∈ V))
 
Theoremabnex 4425* Sufficient condition for a class abstraction to be a proper class. Lemma for snnex 4426 and pwnex 4427. See the comment of abnexg 4424. (Contributed by BJ, 2-May-2021.)
(∀𝑥(𝐹𝑉𝑥𝐹) → ¬ {𝑦 ∣ ∃𝑥 𝑦 = 𝐹} ∈ V)
 
Theoremsnnex 4426* The class of all singletons is a proper class. (Contributed by NM, 10-Oct-2008.) (Proof shortened by Eric Schmidt, 7-Dec-2008.)
{𝑥 ∣ ∃𝑦 𝑥 = {𝑦}} ∉ V
 
Theorempwnex 4427* The class of all power sets is a proper class. See also snnex 4426. (Contributed by BJ, 2-May-2021.)
{𝑥 ∣ ∃𝑦 𝑥 = 𝒫 𝑦} ∉ V
 
Theoremopeluu 4428 Each member of an ordered pair belongs to the union of the union of a class to which the ordered pair belongs. Lemma 3D of [Enderton] p. 41. (Contributed by NM, 31-Mar-1995.) (Revised by Mario Carneiro, 27-Feb-2016.)
𝐴 ∈ V    &   𝐵 ∈ V       (⟨𝐴, 𝐵⟩ ∈ 𝐶 → (𝐴 𝐶𝐵 𝐶))
 
Theoremuniuni 4429* Expression for double union that moves union into a class builder. (Contributed by FL, 28-May-2007.)
𝐴 = {𝑥 ∣ ∃𝑦(𝑥 = 𝑦𝑦𝐴)}
 
Theoremeusv1 4430* Two ways to express single-valuedness of a class expression 𝐴(𝑥). (Contributed by NM, 14-Oct-2010.)
(∃!𝑦𝑥 𝑦 = 𝐴 ↔ ∃𝑦𝑥 𝑦 = 𝐴)
 
Theoremeusvnf 4431* Even if 𝑥 is free in 𝐴, it is effectively bound when 𝐴(𝑥) is single-valued. (Contributed by NM, 14-Oct-2010.) (Revised by Mario Carneiro, 14-Oct-2016.)
(∃!𝑦𝑥 𝑦 = 𝐴𝑥𝐴)
 
Theoremeusvnfb 4432* Two ways to say that 𝐴(𝑥) is a set expression that does not depend on 𝑥. (Contributed by Mario Carneiro, 18-Nov-2016.)
(∃!𝑦𝑥 𝑦 = 𝐴 ↔ (𝑥𝐴𝐴 ∈ V))
 
Theoremeusv2i 4433* Two ways to express single-valuedness of a class expression 𝐴(𝑥). (Contributed by NM, 14-Oct-2010.) (Revised by Mario Carneiro, 18-Nov-2016.)
(∃!𝑦𝑥 𝑦 = 𝐴 → ∃!𝑦𝑥 𝑦 = 𝐴)
 
Theoremeusv2nf 4434* Two ways to express single-valuedness of a class expression 𝐴(𝑥). (Contributed by Mario Carneiro, 18-Nov-2016.)
𝐴 ∈ V       (∃!𝑦𝑥 𝑦 = 𝐴𝑥𝐴)
 
Theoremeusv2 4435* Two ways to express single-valuedness of a class expression 𝐴(𝑥). (Contributed by NM, 15-Oct-2010.) (Proof shortened by Mario Carneiro, 18-Nov-2016.)
𝐴 ∈ V       (∃!𝑦𝑥 𝑦 = 𝐴 ↔ ∃!𝑦𝑥 𝑦 = 𝐴)
 
Theoremreusv1 4436* Two ways to express single-valuedness of a class expression 𝐶(𝑦). (Contributed by NM, 16-Dec-2012.) (Proof shortened by Mario Carneiro, 18-Nov-2016.)
(∃𝑦𝐵 𝜑 → (∃!𝑥𝐴𝑦𝐵 (𝜑𝑥 = 𝐶) ↔ ∃𝑥𝐴𝑦𝐵 (𝜑𝑥 = 𝐶)))
 
Theoremreusv3i 4437* Two ways of expressing existential uniqueness via an indirect equality. (Contributed by NM, 23-Dec-2012.)
(𝑦 = 𝑧 → (𝜑𝜓))    &   (𝑦 = 𝑧𝐶 = 𝐷)       (∃𝑥𝐴𝑦𝐵 (𝜑𝑥 = 𝐶) → ∀𝑦𝐵𝑧𝐵 ((𝜑𝜓) → 𝐶 = 𝐷))
 
Theoremreusv3 4438* Two ways to express single-valuedness of a class expression 𝐶(𝑦). See reusv1 4436 for the connection to uniqueness. (Contributed by NM, 27-Dec-2012.)
(𝑦 = 𝑧 → (𝜑𝜓))    &   (𝑦 = 𝑧𝐶 = 𝐷)       (∃𝑦𝐵 (𝜑𝐶𝐴) → (∀𝑦𝐵𝑧𝐵 ((𝜑𝜓) → 𝐶 = 𝐷) ↔ ∃𝑥𝐴𝑦𝐵 (𝜑𝑥 = 𝐶)))
 
Theoremalxfr 4439* Transfer universal quantification from a variable 𝑥 to another variable 𝑦 contained in expression 𝐴. (Contributed by NM, 18-Feb-2007.)
(𝑥 = 𝐴 → (𝜑𝜓))       ((∀𝑦 𝐴𝐵 ∧ ∀𝑥𝑦 𝑥 = 𝐴) → (∀𝑥𝜑 ↔ ∀𝑦𝜓))
 
Theoremralxfrd 4440* Transfer universal quantification from a variable 𝑥 to another variable 𝑦 contained in expression 𝐴. (Contributed by NM, 15-Aug-2014.) (Proof shortened by Mario Carneiro, 19-Nov-2016.)
((𝜑𝑦𝐶) → 𝐴𝐵)    &   ((𝜑𝑥𝐵) → ∃𝑦𝐶 𝑥 = 𝐴)    &   ((𝜑𝑥 = 𝐴) → (𝜓𝜒))       (𝜑 → (∀𝑥𝐵 𝜓 ↔ ∀𝑦𝐶 𝜒))
 
Theoremrexxfrd 4441* Transfer universal quantification from a variable 𝑥 to another variable 𝑦 contained in expression 𝐴. (Contributed by FL, 10-Apr-2007.) (Revised by Mario Carneiro, 15-Aug-2014.)
((𝜑𝑦𝐶) → 𝐴𝐵)    &   ((𝜑𝑥𝐵) → ∃𝑦𝐶 𝑥 = 𝐴)    &   ((𝜑𝑥 = 𝐴) → (𝜓𝜒))       (𝜑 → (∃𝑥𝐵 𝜓 ↔ ∃𝑦𝐶 𝜒))
 
Theoremralxfr2d 4442* Transfer universal quantification from a variable 𝑥 to another variable 𝑦 contained in expression 𝐴. (Contributed by Mario Carneiro, 20-Aug-2014.)
((𝜑𝑦𝐶) → 𝐴𝑉)    &   (𝜑 → (𝑥𝐵 ↔ ∃𝑦𝐶 𝑥 = 𝐴))    &   ((𝜑𝑥 = 𝐴) → (𝜓𝜒))       (𝜑 → (∀𝑥𝐵 𝜓 ↔ ∀𝑦𝐶 𝜒))
 
Theoremrexxfr2d 4443* Transfer universal quantification from a variable 𝑥 to another variable 𝑦 contained in expression 𝐴. (Contributed by Mario Carneiro, 20-Aug-2014.) (Proof shortened by Mario Carneiro, 19-Nov-2016.)
((𝜑𝑦𝐶) → 𝐴𝑉)    &   (𝜑 → (𝑥𝐵 ↔ ∃𝑦𝐶 𝑥 = 𝐴))    &   ((𝜑𝑥 = 𝐴) → (𝜓𝜒))       (𝜑 → (∃𝑥𝐵 𝜓 ↔ ∃𝑦𝐶 𝜒))
 
Theoremralxfr 4444* Transfer universal quantification from a variable 𝑥 to another variable 𝑦 contained in expression 𝐴. (Contributed by NM, 10-Jun-2005.) (Revised by Mario Carneiro, 15-Aug-2014.)
(𝑦𝐶𝐴𝐵)    &   (𝑥𝐵 → ∃𝑦𝐶 𝑥 = 𝐴)    &   (𝑥 = 𝐴 → (𝜑𝜓))       (∀𝑥𝐵 𝜑 ↔ ∀𝑦𝐶 𝜓)
 
TheoremralxfrALT 4445* Transfer universal quantification from a variable 𝑥 to another variable 𝑦 contained in expression 𝐴. This proof does not use ralxfrd 4440. (Contributed by NM, 10-Jun-2005.) (Revised by Mario Carneiro, 15-Aug-2014.) (Proof modification is discouraged.) (New usage is discouraged.)
(𝑦𝐶𝐴𝐵)    &   (𝑥𝐵 → ∃𝑦𝐶 𝑥 = 𝐴)    &   (𝑥 = 𝐴 → (𝜑𝜓))       (∀𝑥𝐵 𝜑 ↔ ∀𝑦𝐶 𝜓)
 
Theoremrexxfr 4446* Transfer existence from a variable 𝑥 to another variable 𝑦 contained in expression 𝐴. (Contributed by NM, 10-Jun-2005.) (Revised by Mario Carneiro, 15-Aug-2014.)
(𝑦𝐶𝐴𝐵)    &   (𝑥𝐵 → ∃𝑦𝐶 𝑥 = 𝐴)    &   (𝑥 = 𝐴 → (𝜑𝜓))       (∃𝑥𝐵 𝜑 ↔ ∃𝑦𝐶 𝜓)
 
Theoremrabxfrd 4447* Class builder membership after substituting an expression 𝐴 (containing 𝑦) for 𝑥 in the class expression 𝜒. (Contributed by NM, 16-Jan-2012.)
𝑦𝐵    &   𝑦𝐶    &   ((𝜑𝑦𝐷) → 𝐴𝐷)    &   (𝑥 = 𝐴 → (𝜓𝜒))    &   (𝑦 = 𝐵𝐴 = 𝐶)       ((𝜑𝐵𝐷) → (𝐶 ∈ {𝑥𝐷𝜓} ↔ 𝐵 ∈ {𝑦𝐷𝜒}))
 
Theoremrabxfr 4448* Class builder membership after substituting an expression 𝐴 (containing 𝑦) for 𝑥 in the class expression 𝜑. (Contributed by NM, 10-Jun-2005.)
𝑦𝐵    &   𝑦𝐶    &   (𝑦𝐷𝐴𝐷)    &   (𝑥 = 𝐴 → (𝜑𝜓))    &   (𝑦 = 𝐵𝐴 = 𝐶)       (𝐵𝐷 → (𝐶 ∈ {𝑥𝐷𝜑} ↔ 𝐵 ∈ {𝑦𝐷𝜓}))
 
Theoremreuhypd 4449* A theorem useful for eliminating restricted existential uniqueness hypotheses. (Contributed by NM, 16-Jan-2012.)
((𝜑𝑥𝐶) → 𝐵𝐶)    &   ((𝜑𝑥𝐶𝑦𝐶) → (𝑥 = 𝐴𝑦 = 𝐵))       ((𝜑𝑥𝐶) → ∃!𝑦𝐶 𝑥 = 𝐴)
 
Theoremreuhyp 4450* A theorem useful for eliminating restricted existential uniqueness hypotheses. (Contributed by NM, 15-Nov-2004.)
(𝑥𝐶𝐵𝐶)    &   ((𝑥𝐶𝑦𝐶) → (𝑥 = 𝐴𝑦 = 𝐵))       (𝑥𝐶 → ∃!𝑦𝐶 𝑥 = 𝐴)
 
Theoremuniexb 4451 The Axiom of Union and its converse. A class is a set iff its union is a set. (Contributed by NM, 11-Nov-2003.)
(𝐴 ∈ V ↔ 𝐴 ∈ V)
 
Theorempwexb 4452 The Axiom of Power Sets and its converse. A class is a set iff its power class is a set. (Contributed by NM, 11-Nov-2003.)
(𝐴 ∈ V ↔ 𝒫 𝐴 ∈ V)
 
Theoremelpwpwel 4453 A class belongs to a double power class if and only if its union belongs to the power class. (Contributed by BJ, 22-Jan-2023.)
(𝐴 ∈ 𝒫 𝒫 𝐵 𝐴 ∈ 𝒫 𝐵)
 
Theoremuniv 4454 The union of the universe is the universe. Exercise 4.12(c) of [Mendelson] p. 235. (Contributed by NM, 14-Sep-2003.)
V = V
 
Theoremeldifpw 4455 Membership in a power class difference. (Contributed by NM, 25-Mar-2007.)
𝐶 ∈ V       ((𝐴 ∈ 𝒫 𝐵 ∧ ¬ 𝐶𝐵) → (𝐴𝐶) ∈ (𝒫 (𝐵𝐶) ∖ 𝒫 𝐵))
 
Theoremop1stb 4456 Extract the first member of an ordered pair. Theorem 73 of [Suppes] p. 42. (Contributed by NM, 25-Nov-2003.)
𝐴 ∈ V    &   𝐵 ∈ V        𝐴, 𝐵⟩ = 𝐴
 
Theoremop1stbg 4457 Extract the first member of an ordered pair. Theorem 73 of [Suppes] p. 42. (Contributed by Jim Kingdon, 17-Dec-2018.)
((𝐴𝑉𝐵𝑊) → 𝐴, 𝐵⟩ = 𝐴)
 
Theoremiunpw 4458* An indexed union of a power class in terms of the power class of the union of its index. Part of Exercise 24(b) of [Enderton] p. 33. (Contributed by NM, 29-Nov-2003.)
𝐴 ∈ V       (∃𝑥𝐴 𝑥 = 𝐴 ↔ 𝒫 𝐴 = 𝑥𝐴 𝒫 𝑥)
 
Theoremifelpwung 4459 Existence of a conditional class, quantitative version (closed form). (Contributed by BJ, 15-Aug-2024.)
((𝐴𝑉𝐵𝑊) → if(𝜑, 𝐴, 𝐵) ∈ 𝒫 (𝐴𝐵))
 
Theoremifelpwund 4460 Existence of a conditional class, quantitative version (deduction form). (Contributed by BJ, 15-Aug-2024.)
(𝜑𝐴𝑉)    &   (𝜑𝐵𝑊)       (𝜑 → if(𝜓, 𝐴, 𝐵) ∈ 𝒫 (𝐴𝐵))
 
Theoremifelpwun 4461 Existence of a conditional class, quantitative version (inference form). (Contributed by BJ, 15-Aug-2024.)
𝐴 ∈ V    &   𝐵 ∈ V       if(𝜑, 𝐴, 𝐵) ∈ 𝒫 (𝐴𝐵)
 
Theoremifexd 4462 Existence of a conditional class (deduction form). (Contributed by BJ, 15-Aug-2024.)
(𝜑𝐴𝑉)    &   (𝜑𝐵𝑊)       (𝜑 → if(𝜓, 𝐴, 𝐵) ∈ V)
 
2.4.2  Ordinals (continued)
 
Theoremordon 4463 The class of all ordinal numbers is ordinal. Proposition 7.12 of [TakeutiZaring] p. 38, but without using the Axiom of Regularity. (Contributed by NM, 17-May-1994.)
Ord On
 
Theoremssorduni 4464 The union of a class of ordinal numbers is ordinal. Proposition 7.19 of [TakeutiZaring] p. 40. (Contributed by NM, 30-May-1994.) (Proof shortened by Andrew Salmon, 12-Aug-2011.)
(𝐴 ⊆ On → Ord 𝐴)
 
Theoremssonuni 4465 The union of a set of ordinal numbers is an ordinal number. Theorem 9 of [Suppes] p. 132. (Contributed by NM, 1-Nov-2003.)
(𝐴𝑉 → (𝐴 ⊆ On → 𝐴 ∈ On))
 
Theoremssonunii 4466 The union of a set of ordinal numbers is an ordinal number. Corollary 7N(d) of [Enderton] p. 193. (Contributed by NM, 20-Sep-2003.)
𝐴 ∈ V       (𝐴 ⊆ On → 𝐴 ∈ On)
 
Theoremonun2 4467 The union of two ordinal numbers is an ordinal number. (Contributed by Jim Kingdon, 25-Jul-2019.)
((𝐴 ∈ On ∧ 𝐵 ∈ On) → (𝐴𝐵) ∈ On)
 
Theoremonun2i 4468 The union of two ordinal numbers is an ordinal number. (Contributed by NM, 13-Jun-1994.) (Constructive proof by Jim Kingdon, 25-Jul-2019.)
𝐴 ∈ On    &   𝐵 ∈ On       (𝐴𝐵) ∈ On
 
Theoremordsson 4469 Any ordinal class is a subclass of the class of ordinal numbers. Corollary 7.15 of [TakeutiZaring] p. 38. (Contributed by NM, 18-May-1994.)
(Ord 𝐴𝐴 ⊆ On)
 
Theoremonss 4470 An ordinal number is a subset of the class of ordinal numbers. (Contributed by NM, 5-Jun-1994.)
(𝐴 ∈ On → 𝐴 ⊆ On)
 
Theoremonuni 4471 The union of an ordinal number is an ordinal number. (Contributed by NM, 29-Sep-2006.)
(𝐴 ∈ On → 𝐴 ∈ On)
 
Theoremorduni 4472 The union of an ordinal class is ordinal. (Contributed by NM, 12-Sep-2003.)
(Ord 𝐴 → Ord 𝐴)
 
Theorembm2.5ii 4473* Problem 2.5(ii) of [BellMachover] p. 471. (Contributed by NM, 20-Sep-2003.)
𝐴 ∈ V       (𝐴 ⊆ On → 𝐴 = {𝑥 ∈ On ∣ ∀𝑦𝐴 𝑦𝑥})
 
Theoremsucexb 4474 A successor exists iff its class argument exists. (Contributed by NM, 22-Jun-1998.)
(𝐴 ∈ V ↔ suc 𝐴 ∈ V)
 
Theoremsucexg 4475 The successor of a set is a set (generalization). (Contributed by NM, 5-Jun-1994.)
(𝐴𝑉 → suc 𝐴 ∈ V)
 
Theoremsucex 4476 The successor of a set is a set. (Contributed by NM, 30-Aug-1993.)
𝐴 ∈ V       suc 𝐴 ∈ V
 
Theoremordsucim 4477 The successor of an ordinal class is ordinal. (Contributed by Jim Kingdon, 8-Nov-2018.)
(Ord 𝐴 → Ord suc 𝐴)
 
Theoremsuceloni 4478 The successor of an ordinal number is an ordinal number. Proposition 7.24 of [TakeutiZaring] p. 41. (Contributed by NM, 6-Jun-1994.)
(𝐴 ∈ On → suc 𝐴 ∈ On)
 
Theoremordsucg 4479 The successor of an ordinal class is ordinal. (Contributed by Jim Kingdon, 20-Nov-2018.)
(𝐴 ∈ V → (Ord 𝐴 ↔ Ord suc 𝐴))
 
Theoremsucelon 4480 The successor of an ordinal number is an ordinal number. (Contributed by NM, 9-Sep-2003.)
(𝐴 ∈ On ↔ suc 𝐴 ∈ On)
 
Theoremordsucss 4481 The successor of an element of an ordinal class is a subset of it. (Contributed by NM, 21-Jun-1998.)
(Ord 𝐵 → (𝐴𝐵 → suc 𝐴𝐵))
 
Theoremordelsuc 4482 A set belongs to an ordinal iff its successor is a subset of the ordinal. Exercise 8 of [TakeutiZaring] p. 42 and its converse. (Contributed by NM, 29-Nov-2003.)
((𝐴𝐶 ∧ Ord 𝐵) → (𝐴𝐵 ↔ suc 𝐴𝐵))
 
Theoremonsucssi 4483 A set belongs to an ordinal number iff its successor is a subset of the ordinal number. Exercise 8 of [TakeutiZaring] p. 42 and its converse. (Contributed by NM, 16-Sep-1995.)
𝐴 ∈ On    &   𝐵 ∈ On       (𝐴𝐵 ↔ suc 𝐴𝐵)
 
Theoremonsucmin 4484* The successor of an ordinal number is the smallest larger ordinal number. (Contributed by NM, 28-Nov-2003.)
(𝐴 ∈ On → suc 𝐴 = {𝑥 ∈ On ∣ 𝐴𝑥})
 
Theoremonsucelsucr 4485 Membership is inherited by predecessors. The converse, for all ordinals, implies excluded middle, as shown at onsucelsucexmid 4507. However, the converse does hold where 𝐵 is a natural number, as seen at nnsucelsuc 6459. (Contributed by Jim Kingdon, 17-Jul-2019.)
(𝐵 ∈ On → (suc 𝐴 ∈ suc 𝐵𝐴𝐵))
 
Theoremonsucsssucr 4486 The subclass relationship between two ordinals is inherited by their predecessors. The converse implies excluded middle, as shown at onsucsssucexmid 4504. (Contributed by Mario Carneiro and Jim Kingdon, 29-Jul-2019.)
((𝐴 ∈ On ∧ Ord 𝐵) → (suc 𝐴 ⊆ suc 𝐵𝐴𝐵))
 
Theoremsucunielr 4487 Successor and union. The converse (where 𝐵 is an ordinal) implies excluded middle, as seen at ordsucunielexmid 4508. (Contributed by Jim Kingdon, 2-Aug-2019.)
(suc 𝐴𝐵𝐴 𝐵)
 
Theoremunon 4488 The class of all ordinal numbers is its own union. Exercise 11 of [TakeutiZaring] p. 40. (Contributed by NM, 12-Nov-2003.)
On = On
 
Theoremonuniss2 4489* The union of the ordinal subsets of an ordinal number is that number. (Contributed by Jim Kingdon, 2-Aug-2019.)
(𝐴 ∈ On → {𝑥 ∈ On ∣ 𝑥𝐴} = 𝐴)
 
Theoremlimon 4490 The class of ordinal numbers is a limit ordinal. (Contributed by NM, 24-Mar-1995.)
Lim On
 
Theoremordunisuc2r 4491* An ordinal which contains the successor of each of its members is equal to its union. (Contributed by Jim Kingdon, 14-Nov-2018.)
(Ord 𝐴 → (∀𝑥𝐴 suc 𝑥𝐴𝐴 = 𝐴))
 
Theoremonssi 4492 An ordinal number is a subset of On. (Contributed by NM, 11-Aug-1994.)
𝐴 ∈ On       𝐴 ⊆ On
 
Theoremonsuci 4493 The successor of an ordinal number is an ordinal number. Corollary 7N(c) of [Enderton] p. 193. (Contributed by NM, 12-Jun-1994.)
𝐴 ∈ On       suc 𝐴 ∈ On
 
Theoremonintonm 4494* The intersection of an inhabited collection of ordinal numbers is an ordinal number. Compare Exercise 6 of [TakeutiZaring] p. 44. (Contributed by Mario Carneiro and Jim Kingdon, 30-Aug-2021.)
((𝐴 ⊆ On ∧ ∃𝑥 𝑥𝐴) → 𝐴 ∈ On)
 
Theoremonintrab2im 4495 An existence condition which implies an intersection is an ordinal number. (Contributed by Jim Kingdon, 30-Aug-2021.)
(∃𝑥 ∈ On 𝜑 {𝑥 ∈ On ∣ 𝜑} ∈ On)
 
Theoremordtriexmidlem 4496 Lemma for decidability and ordinals. The set {𝑥 ∈ {∅} ∣ 𝜑} is a way of connecting statements about ordinals (such as trichotomy in ordtriexmid 4498 or weak linearity in ordsoexmid 4539) with a proposition 𝜑. Our lemma states that it is an ordinal number. (Contributed by Jim Kingdon, 28-Jan-2019.)
{𝑥 ∈ {∅} ∣ 𝜑} ∈ On
 
Theoremordtriexmidlem2 4497* Lemma for decidability and ordinals. The set {𝑥 ∈ {∅} ∣ 𝜑} is a way of connecting statements about ordinals (such as trichotomy in ordtriexmid 4498 or weak linearity in ordsoexmid 4539) with a proposition 𝜑. Our lemma helps connect that set to excluded middle. (Contributed by Jim Kingdon, 28-Jan-2019.)
({𝑥 ∈ {∅} ∣ 𝜑} = ∅ → ¬ 𝜑)
 
Theoremordtriexmid 4498* Ordinal trichotomy implies the law of the excluded middle (that is, decidability of an arbitrary proposition).

This theorem is stated in "Constructive ordinals", [Crosilla], p. "Set-theoretic principles incompatible with intuitionistic logic".

Also see exmidontri 7195 which is much the same theorem but biconditionalized and using the EXMID notation. (Contributed by Mario Carneiro and Jim Kingdon, 14-Nov-2018.)

𝑥 ∈ On ∀𝑦 ∈ On (𝑥𝑦𝑥 = 𝑦𝑦𝑥)       (𝜑 ∨ ¬ 𝜑)
 
Theoremontriexmidim 4499* Ordinal trichotomy implies excluded middle. Closed form of ordtriexmid 4498. (Contributed by Jim Kingdon, 26-Aug-2024.)
(∀𝑥 ∈ On ∀𝑦 ∈ On (𝑥𝑦𝑥 = 𝑦𝑦𝑥) → DECID 𝜑)
 
Theoremordtri2orexmid 4500* Ordinal trichotomy implies excluded middle. (Contributed by Jim Kingdon, 31-Jul-2019.)
𝑥 ∈ On ∀𝑦 ∈ On (𝑥𝑦𝑦𝑥)       (𝜑 ∨ ¬ 𝜑)
    < Previous  Next >

Page List
Jump to page: Contents  1 1-100 2 101-200 3 201-300 4 301-400 5 401-500 6 501-600 7 601-700 8 701-800 9 801-900 10 901-1000 11 1001-1100 12 1101-1200 13 1201-1300 14 1301-1400 15 1401-1500 16 1501-1600 17 1601-1700 18 1701-1800 19 1801-1900 20 1901-2000 21 2001-2100 22 2101-2200 23 2201-2300 24 2301-2400 25 2401-2500 26 2501-2600 27 2601-2700 28 2701-2800 29 2801-2900 30 2901-3000 31 3001-3100 32 3101-3200 33 3201-3300 34 3301-3400 35 3401-3500 36 3501-3600 37 3601-3700 38 3701-3800 39 3801-3900 40 3901-4000 41 4001-4100 42 4101-4200 43 4201-4300 44 4301-4400 45 4401-4500 46 4501-4600 47 4601-4700 48 4701-4800 49 4801-4900 50 4901-5000 51 5001-5100 52 5101-5200 53 5201-5300 54 5301-5400 55 5401-5500 56 5501-5600 57 5601-5700 58 5701-5800 59 5801-5900 60 5901-6000 61 6001-6100 62 6101-6200 63 6201-6300 64 6301-6400 65 6401-6500 66 6501-6600 67 6601-6700 68 6701-6800 69 6801-6900 70 6901-7000 71 7001-7100 72 7101-7200 73 7201-7300 74 7301-7400 75 7401-7500 76 7501-7600 77 7601-7700 78 7701-7800 79 7801-7900 80 7901-8000 81 8001-8100 82 8101-8200 83 8201-8300 84 8301-8400 85 8401-8500 86 8501-8600 87 8601-8700 88 8701-8800 89 8801-8900 90 8901-9000 91 9001-9100 92 9101-9200 93 9201-9300 94 9301-9400 95 9401-9500 96 9501-9600 97 9601-9700 98 9701-9800 99 9801-9900 100 9901-10000 101 10001-10100 102 10101-10200 103 10201-10300 104 10301-10400 105 10401-10500 106 10501-10600 107 10601-10700 108 10701-10800 109 10801-10900 110 10901-11000 111 11001-11100 112 11101-11200 113 11201-11300 114 11301-11400 115 11401-11500 116 11501-11600 117 11601-11700 118 11701-11800 119 11801-11900 120 11901-12000 121 12001-12100 122 12101-12200 123 12201-12300 124 12301-12400 125 12401-12500 126 12501-12600 127 12601-12700 128 12701-12800 129 12801-12900 130 12901-13000 131 13001-13100 132 13101-13200 133 13201-13300 134 13301-13400 135 13401-13500 136 13501-13600 137 13601-13700 138 13701-13800 139 13801-13900 140 13901-13960
  Copyright terms: Public domain < Previous  Next >