HomeHome Intuitionistic Logic Explorer
Theorem List (p. 44 of 169)
< 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 - 4301-4400   *Has distinct variable group(s)
TypeLabelDescription
Statement
 
Theorempp0ex 4301 {∅, {∅}} (the ordinal 2) is a set. (Contributed by NM, 5-Aug-1993.)
{∅, {∅}} ∈ V
 
Theoremord3ex 4302 The ordinal number 3 is a set, proved without the Axiom of Union. (Contributed by NM, 2-May-2009.)
{∅, {∅}, {∅, {∅}}} ∈ V
 
Theoremdtruarb 4303* At least two sets exist (or in terms of first-order logic, the universe of discourse has two or more objects). This theorem asserts the existence of two sets which do not equal each other; compare with dtruex 4680 in which we are given a set 𝑦 and go from there to a set 𝑥 which is not equal to it. (Contributed by Jim Kingdon, 2-Sep-2018.)
𝑥𝑦 ¬ 𝑥 = 𝑦
 
Theorempwuni 4304 A class is a subclass of the power class of its union. Exercise 6(b) of [Enderton] p. 38. (Contributed by NM, 14-Oct-1996.)
𝐴 ⊆ 𝒫 𝐴
 
Theoremundifexmid 4305* Union of complementary parts producing the whole and excluded middle. Although special cases such as undifss 3589 and undifdcss 7182 are provable, the full statement implies excluded middle as shown here. (Contributed by Jim Kingdon, 16-Jun-2022.)
(𝑥𝑦 ↔ (𝑥 ∪ (𝑦𝑥)) = 𝑦)       (𝜑 ∨ ¬ 𝜑)
 
2.3.2  A notation for excluded middle
 
Syntaxwem 4306 Formula for an abbreviation of excluded middle.
wff EXMID
 
Definitiondf-exmid 4307 The expression EXMID will be used as a readable shorthand for any form of the law of the excluded middle; this is a useful shorthand largely because it hides statements of the form "for any proposition" in a system which can only quantify over sets, not propositions.

To see how this compares with other ways of expressing excluded middle, compare undifexmid 4305 with exmidundif 4318. The former may be more recognizable as excluded middle because it is in terms of propositions, and the proof may be easier to follow for much the same reason (it just has to show 𝜑 and ¬ 𝜑 in the the relevant parts of the proof). The latter, however, has the key advantage of being able to prove both directions of the biconditional. To state that excluded middle implies a proposition is hard to do gracefully without EXMID, because there is no way to write a hypothesis 𝜑 ∨ ¬ 𝜑 for an arbitrary proposition; instead the hypothesis would need to be the particular instance of excluded middle which that proof needs. Or to say it another way, EXMID implies DECID 𝜑 by exmidexmid 4308 but there is no good way to express the converse.

This definition and how we use it is easiest to understand (and most appropriate to assign the name "excluded middle" to) if we assume ax-sep 4227, in which case EXMID means that all propositions are decidable (see exmidexmid 4308 and notice that it relies on ax-sep 4227). If we instead work with ax-bdsep 16641, EXMID as defined here means that all bounded propositions are decidable.

(Contributed by Mario Carneiro and Jim Kingdon, 18-Jun-2022.)

(EXMID ↔ ∀𝑥(𝑥 ⊆ {∅} → DECID ∅ ∈ 𝑥))
 
Theoremexmidexmid 4308 EXMID implies that an arbitrary proposition is decidable. That is, EXMID captures the usual meaning of excluded middle when stated in terms of propositions.

To get other propositional statements which are equivalent to excluded middle, combine this with notnotrdc 851, peircedc 922, or condc 861.

(Contributed by Jim Kingdon, 18-Jun-2022.)

(EXMIDDECID 𝜑)
 
Theoremss1o0el1 4309 A subclass of {∅} contains the empty set if and only if it equals {∅}. (Contributed by BJ and Jim Kingdon, 9-Aug-2024.)
(𝐴 ⊆ {∅} → (∅ ∈ 𝐴𝐴 = {∅}))
 
Theoremexmid01 4310 Excluded middle is equivalent to saying any subset of {∅} is either or {∅}. (Contributed by BJ and Jim Kingdon, 18-Jun-2022.)
(EXMID ↔ ∀𝑥(𝑥 ⊆ {∅} → (𝑥 = ∅ ∨ 𝑥 = {∅})))
 
Theorempwntru 4311 A slight strengthening of pwtrufal 16758. (Contributed by Mario Carneiro and Jim Kingdon, 12-Sep-2023.)
((𝐴 ⊆ {∅} ∧ 𝐴 ≠ {∅}) → 𝐴 = ∅)
 
Theoremexmid1dc 4312* A convenience theorem for proving that something implies EXMID. Think of this as an alternative to using a proposition, as in proofs like undifexmid 4305 or ordtriexmid 4642. In this context 𝑥 = {∅} can be thought of as "x is true". (Contributed by Jim Kingdon, 21-Nov-2023.)
((𝜑𝑥 ⊆ {∅}) → DECID 𝑥 = {∅})       (𝜑EXMID)
 
Theoremexmidn0m 4313* Excluded middle is equivalent to any set being empty or inhabited. (Contributed by Jim Kingdon, 5-Mar-2023.)
(EXMID ↔ ∀𝑥(𝑥 = ∅ ∨ ∃𝑦 𝑦𝑥))
 
Theoremexmidsssn 4314* Excluded middle is equivalent to the biconditionalized version of sssnr 3856 for sets. (Contributed by Jim Kingdon, 5-Mar-2023.)
(EXMID ↔ ∀𝑥𝑦(𝑥 ⊆ {𝑦} ↔ (𝑥 = ∅ ∨ 𝑥 = {𝑦})))
 
Theoremexmidsssnc 4315* Excluded middle in terms of subsets of a singleton. This is similar to exmid01 4310 but lets you choose any set as the element of the singleton rather than just . It is similar to exmidsssn 4314 but for a particular set 𝐵 rather than all sets. (Contributed by Jim Kingdon, 29-Jul-2023.)
(𝐵𝑉 → (EXMID ↔ ∀𝑥(𝑥 ⊆ {𝐵} → (𝑥 = ∅ ∨ 𝑥 = {𝐵}))))
 
Theoremexmid0el 4316 Excluded middle is equivalent to decidability of being an element of an arbitrary set. (Contributed by Jim Kingdon, 18-Jun-2022.)
(EXMID ↔ ∀𝑥DECID ∅ ∈ 𝑥)
 
Theoremexmidel 4317* Excluded middle is equivalent to decidability of membership for two arbitrary sets. (Contributed by Jim Kingdon, 18-Jun-2022.)
(EXMID ↔ ∀𝑥𝑦DECID 𝑥𝑦)
 
Theoremexmidundif 4318* Excluded middle is equivalent to every subset having a complement. That is, the union of a subset and its relative complement being the whole set. Although special cases such as undifss 3589 and undifdcss 7182 are provable, the full statement is equivalent to excluded middle as shown here. (Contributed by Jim Kingdon, 18-Jun-2022.)
(EXMID ↔ ∀𝑥𝑦(𝑥𝑦 ↔ (𝑥 ∪ (𝑦𝑥)) = 𝑦))
 
Theoremexmidundifim 4319* Excluded middle is equivalent to every subset having a complement. Variation of exmidundif 4318 with an implication rather than a biconditional. (Contributed by Jim Kingdon, 16-Feb-2023.)
(EXMID ↔ ∀𝑥𝑦(𝑥𝑦 → (𝑥 ∪ (𝑦𝑥)) = 𝑦))
 
Theoremexmid1stab 4320* If every proposition is stable, excluded middle follows. We are thinking of 𝑥 as a proposition and 𝑥 = {∅} as "𝑥 is true". (Contributed by Jim Kingdon, 28-Nov-2023.)
((𝜑𝑥 ⊆ {∅}) → STAB 𝑥 = {∅})       (𝜑EXMID)
 
2.3.3  Axiom of Pairing
 
Axiomax-pr 4321* The Axiom of Pairing of IZF set theory. Axiom 2 of [Crosilla] p. "Axioms of CZF and IZF", except (a) unnecessary quantifiers are removed, and (b) Crosilla has a biconditional rather than an implication (but the two are equivalent by bm1.3ii 4230). (Contributed by NM, 14-Nov-2006.)
𝑧𝑤((𝑤 = 𝑥𝑤 = 𝑦) → 𝑤𝑧)
 
Theoremzfpair2 4322 Derive the abbreviated version of the Axiom of Pairing from ax-pr 4321. (Contributed by NM, 14-Nov-2006.)
{𝑥, 𝑦} ∈ V
 
Theoremvsnex 4323 A singleton built on a setvar is a set. (Contributed by BJ, 15-Jan-2025.)
{𝑥} ∈ V
 
Theoremprexg 4324 The Axiom of Pairing using class variables. Theorem 7.13 of [Quine] p. 51, but restricted to classes which exist. For proper classes, see prprc 3801, prprc1 3799, and prprc2 3800. (Contributed by Jim Kingdon, 16-Sep-2018.)
((𝐴𝑉𝐵𝑊) → {𝐴, 𝐵} ∈ V)
 
Theoremsnelpwg 4325 A singleton of a set is a member of the powerclass of a class if and only if that set is a member of that class. (Contributed by NM, 1-Apr-1998.) Put in closed form and avoid ax-nul 4235. (Revised by BJ, 17-Jan-2025.)
(𝐴𝑉 → (𝐴𝐵 ↔ {𝐴} ∈ 𝒫 𝐵))
 
Theoremsnelpwi 4326 A singleton of a set belongs to the power class of a class containing the set. (Contributed by Alan Sare, 25-Aug-2011.)
(𝐴𝐵 → {𝐴} ∈ 𝒫 𝐵)
 
Theoremsnelpw 4327 A singleton of a set belongs to the power class of a class containing the set. (Contributed by NM, 1-Apr-1998.)
𝐴 ∈ V       (𝐴𝐵 ↔ {𝐴} ∈ 𝒫 𝐵)
 
Theoremprelpw 4328 An unordered pair of two sets is a member of the powerclass of a class if and only if the two sets are members of that class. (Contributed by AV, 8-Jan-2020.)
((𝐴𝑉𝐵𝑊) → ((𝐴𝐶𝐵𝐶) ↔ {𝐴, 𝐵} ∈ 𝒫 𝐶))
 
Theoremprelpwi 4329 A pair of two sets belongs to the power class of a class containing those two sets. (Contributed by Thierry Arnoux, 10-Mar-2017.)
((𝐴𝐶𝐵𝐶) → {𝐴, 𝐵} ∈ 𝒫 𝐶)
 
Theoremrext 4330* A theorem similar to extensionality, requiring the existence of a singleton. Exercise 8 of [TakeutiZaring] p. 16. (Contributed by NM, 10-Aug-1993.)
(∀𝑧(𝑥𝑧𝑦𝑧) → 𝑥 = 𝑦)
 
Theoremsspwb 4331 Classes are subclasses if and only if their power classes are subclasses. Exercise 18 of [TakeutiZaring] p. 18. (Contributed by NM, 13-Oct-1996.)
(𝐴𝐵 ↔ 𝒫 𝐴 ⊆ 𝒫 𝐵)
 
Theoremunipw 4332 A class equals the union of its power class. Exercise 6(a) of [Enderton] p. 38. (Contributed by NM, 14-Oct-1996.) (Proof shortened by Alan Sare, 28-Dec-2008.)
𝒫 𝐴 = 𝐴
 
Theorempwel 4333 Membership of a power class. Exercise 10 of [Enderton] p. 26. (Contributed by NM, 13-Jan-2007.)
(𝐴𝐵 → 𝒫 𝐴 ∈ 𝒫 𝒫 𝐵)
 
Theorempwtr 4334 A class is transitive iff its power class is transitive. (Contributed by Alan Sare, 25-Aug-2011.) (Revised by Mario Carneiro, 15-Jun-2014.)
(Tr 𝐴 ↔ Tr 𝒫 𝐴)
 
Theoremssextss 4335* An extensionality-like principle defining subclass in terms of subsets. (Contributed by NM, 30-Jun-2004.)
(𝐴𝐵 ↔ ∀𝑥(𝑥𝐴𝑥𝐵))
 
Theoremssext 4336* An extensionality-like principle that uses the subset instead of the membership relation: two classes are equal iff they have the same subsets. (Contributed by NM, 30-Jun-2004.)
(𝐴 = 𝐵 ↔ ∀𝑥(𝑥𝐴𝑥𝐵))
 
Theoremnssssr 4337* Negation of subclass relationship. Compare nssr 3297. (Contributed by Jim Kingdon, 17-Sep-2018.)
(∃𝑥(𝑥𝐴 ∧ ¬ 𝑥𝐵) → ¬ 𝐴𝐵)
 
Theorempweqb 4338 Classes are equal if and only if their power classes are equal. Exercise 19 of [TakeutiZaring] p. 18. (Contributed by NM, 13-Oct-1996.)
(𝐴 = 𝐵 ↔ 𝒫 𝐴 = 𝒫 𝐵)
 
Theoremintid 4339* The intersection of all sets to which a set belongs is the singleton of that set. (Contributed by NM, 5-Jun-2009.)
𝐴 ∈ V        {𝑥𝐴𝑥} = {𝐴}
 
Theoremeuabex 4340 The abstraction of a wff with existential uniqueness exists. (Contributed by NM, 25-Nov-1994.)
(∃!𝑥𝜑 → {𝑥𝜑} ∈ V)
 
Theoremmss 4341* An inhabited class (even if proper) has an inhabited subset. (Contributed by Jim Kingdon, 17-Sep-2018.)
(∃𝑦 𝑦𝐴 → ∃𝑥(𝑥𝐴 ∧ ∃𝑧 𝑧𝑥))
 
Theoremexss 4342* Restricted existence in a class (even if proper) implies restricted existence in a subset. (Contributed by NM, 23-Aug-2003.)
(∃𝑥𝐴 𝜑 → ∃𝑦(𝑦𝐴 ∧ ∃𝑥𝑦 𝜑))
 
Theoremopexg 4343 An ordered pair of sets is a set. (Contributed by Jim Kingdon, 11-Jan-2019.)
((𝐴𝑉𝐵𝑊) → ⟨𝐴, 𝐵⟩ ∈ V)
 
Theoremopex 4344 An ordered pair of sets is a set. (Contributed by Jim Kingdon, 24-Sep-2018.) (Revised by Mario Carneiro, 24-May-2019.)
𝐴 ∈ V    &   𝐵 ∈ V       𝐴, 𝐵⟩ ∈ V
 
Theoremotexg 4345 An ordered triple of sets is a set. (Contributed by Jim Kingdon, 19-Sep-2018.)
((𝐴𝑈𝐵𝑉𝐶𝑊) → ⟨𝐴, 𝐵, 𝐶⟩ ∈ V)
 
Theoremelop 4346 An ordered pair has two elements. Exercise 3 of [TakeutiZaring] p. 15. (Contributed by NM, 5-Aug-1993.) (Revised by Mario Carneiro, 26-Apr-2015.)
𝐴 ∈ V    &   𝐵 ∈ V    &   𝐶 ∈ V       (𝐴 ∈ ⟨𝐵, 𝐶⟩ ↔ (𝐴 = {𝐵} ∨ 𝐴 = {𝐵, 𝐶}))
 
Theoremopi1 4347 One of the two elements in an ordered pair. (Contributed by NM, 5-Aug-1993.) (Revised by Mario Carneiro, 26-Apr-2015.)
𝐴 ∈ V    &   𝐵 ∈ V       {𝐴} ∈ ⟨𝐴, 𝐵
 
Theoremopi2 4348 One of the two elements of an ordered pair. (Contributed by NM, 5-Aug-1993.) (Revised by Mario Carneiro, 26-Apr-2015.)
𝐴 ∈ V    &   𝐵 ∈ V       {𝐴, 𝐵} ∈ ⟨𝐴, 𝐵
 
2.3.4  Ordered pair theorem
 
Theoremopm 4349* An ordered pair is inhabited iff the arguments are sets. (Contributed by Jim Kingdon, 21-Sep-2018.)
(∃𝑥 𝑥 ∈ ⟨𝐴, 𝐵⟩ ↔ (𝐴 ∈ V ∧ 𝐵 ∈ V))
 
Theoremopnzi 4350 An ordered pair is nonempty if the arguments are sets (it is also inhabited; see opm 4349). (Contributed by Mario Carneiro, 26-Apr-2015.)
𝐴 ∈ V    &   𝐵 ∈ V       𝐴, 𝐵⟩ ≠ ∅
 
Theoremopth1 4351 Equality of the first members of equal ordered pairs. (Contributed by NM, 28-May-2008.) (Revised by Mario Carneiro, 26-Apr-2015.)
𝐴 ∈ V    &   𝐵 ∈ V       (⟨𝐴, 𝐵⟩ = ⟨𝐶, 𝐷⟩ → 𝐴 = 𝐶)
 
Theoremopth 4352 The ordered pair theorem. If two ordered pairs are equal, their first elements are equal and their second elements are equal. Exercise 6 of [TakeutiZaring] p. 16. Note that 𝐶 and 𝐷 are not required to be sets due our specific ordered pair definition. (Contributed by NM, 28-May-1995.)
𝐴 ∈ V    &   𝐵 ∈ V       (⟨𝐴, 𝐵⟩ = ⟨𝐶, 𝐷⟩ ↔ (𝐴 = 𝐶𝐵 = 𝐷))
 
Theoremopthg 4353 Ordered pair theorem. 𝐶 and 𝐷 are not required to be sets under our specific ordered pair definition. (Contributed by NM, 14-Oct-2005.) (Revised by Mario Carneiro, 26-Apr-2015.)
((𝐴𝑉𝐵𝑊) → (⟨𝐴, 𝐵⟩ = ⟨𝐶, 𝐷⟩ ↔ (𝐴 = 𝐶𝐵 = 𝐷)))
 
Theoremopthg2 4354 Ordered pair theorem. (Contributed by NM, 14-Oct-2005.) (Revised by Mario Carneiro, 26-Apr-2015.)
((𝐶𝑉𝐷𝑊) → (⟨𝐴, 𝐵⟩ = ⟨𝐶, 𝐷⟩ ↔ (𝐴 = 𝐶𝐵 = 𝐷)))
 
Theoremopth2 4355 Ordered pair theorem. (Contributed by NM, 21-Sep-2014.)
𝐶 ∈ V    &   𝐷 ∈ V       (⟨𝐴, 𝐵⟩ = ⟨𝐶, 𝐷⟩ ↔ (𝐴 = 𝐶𝐵 = 𝐷))
 
Theoremotth2 4356 Ordered triple theorem, with triple express with ordered pairs. (Contributed by NM, 1-May-1995.) (Revised by Mario Carneiro, 26-Apr-2015.)
𝐴 ∈ V    &   𝐵 ∈ V    &   𝑅 ∈ V       (⟨⟨𝐴, 𝐵⟩, 𝑅⟩ = ⟨⟨𝐶, 𝐷⟩, 𝑆⟩ ↔ (𝐴 = 𝐶𝐵 = 𝐷𝑅 = 𝑆))
 
Theoremotth 4357 Ordered triple theorem. (Contributed by NM, 25-Sep-2014.) (Revised by Mario Carneiro, 26-Apr-2015.)
𝐴 ∈ V    &   𝐵 ∈ V    &   𝑅 ∈ V       (⟨𝐴, 𝐵, 𝑅⟩ = ⟨𝐶, 𝐷, 𝑆⟩ ↔ (𝐴 = 𝐶𝐵 = 𝐷𝑅 = 𝑆))
 
Theoremeqvinop 4358* A variable introduction law for ordered pairs. Analog of Lemma 15 of [Monk2] p. 109. (Contributed by NM, 28-May-1995.)
𝐵 ∈ V    &   𝐶 ∈ V       (𝐴 = ⟨𝐵, 𝐶⟩ ↔ ∃𝑥𝑦(𝐴 = ⟨𝑥, 𝑦⟩ ∧ ⟨𝑥, 𝑦⟩ = ⟨𝐵, 𝐶⟩))
 
Theoremcopsexg 4359* Substitution of class 𝐴 for ordered pair 𝑥, 𝑦. (Contributed by NM, 27-Dec-1996.) (Revised by Andrew Salmon, 11-Jul-2011.)
(𝐴 = ⟨𝑥, 𝑦⟩ → (𝜑 ↔ ∃𝑥𝑦(𝐴 = ⟨𝑥, 𝑦⟩ ∧ 𝜑)))
 
Theoremcopsex2t 4360* Closed theorem form of copsex2g 4361. (Contributed by NM, 17-Feb-2013.)
((∀𝑥𝑦((𝑥 = 𝐴𝑦 = 𝐵) → (𝜑𝜓)) ∧ (𝐴𝑉𝐵𝑊)) → (∃𝑥𝑦(⟨𝐴, 𝐵⟩ = ⟨𝑥, 𝑦⟩ ∧ 𝜑) ↔ 𝜓))
 
Theoremcopsex2g 4361* Implicit substitution inference for ordered pairs. (Contributed by NM, 28-May-1995.)
((𝑥 = 𝐴𝑦 = 𝐵) → (𝜑𝜓))       ((𝐴𝑉𝐵𝑊) → (∃𝑥𝑦(⟨𝐴, 𝐵⟩ = ⟨𝑥, 𝑦⟩ ∧ 𝜑) ↔ 𝜓))
 
Theoremcopsex4g 4362* An implicit substitution inference for 2 ordered pairs. (Contributed by NM, 5-Aug-1995.)
(((𝑥 = 𝐴𝑦 = 𝐵) ∧ (𝑧 = 𝐶𝑤 = 𝐷)) → (𝜑𝜓))       (((𝐴𝑅𝐵𝑆) ∧ (𝐶𝑅𝐷𝑆)) → (∃𝑥𝑦𝑧𝑤((⟨𝐴, 𝐵⟩ = ⟨𝑥, 𝑦⟩ ∧ ⟨𝐶, 𝐷⟩ = ⟨𝑧, 𝑤⟩) ∧ 𝜑) ↔ 𝜓))
 
Theorem0nelop 4363 A property of ordered pairs. (Contributed by Mario Carneiro, 26-Apr-2015.)
¬ ∅ ∈ ⟨𝐴, 𝐵
 
Theoremopwo0id 4364 An ordered pair is equal to the ordered pair without the empty set. This is because no ordered pair contains the empty set. (Contributed by AV, 15-Nov-2021.)
𝑋, 𝑌⟩ = (⟨𝑋, 𝑌⟩ ∖ {∅})
 
Theoremopeqex 4365 Equivalence of existence implied by equality of ordered pairs. (Contributed by NM, 28-May-2008.)
(⟨𝐴, 𝐵⟩ = ⟨𝐶, 𝐷⟩ → ((𝐴 ∈ V ∧ 𝐵 ∈ V) ↔ (𝐶 ∈ V ∧ 𝐷 ∈ V)))
 
Theoremopcom 4366 An ordered pair commutes iff its members are equal. (Contributed by NM, 28-May-2009.)
𝐴 ∈ V    &   𝐵 ∈ V       (⟨𝐴, 𝐵⟩ = ⟨𝐵, 𝐴⟩ ↔ 𝐴 = 𝐵)
 
Theoremmoop2 4367* "At most one" property of an ordered pair. (Contributed by NM, 11-Apr-2004.) (Revised by Mario Carneiro, 26-Apr-2015.)
𝐵 ∈ V       ∃*𝑥 𝐴 = ⟨𝐵, 𝑥
 
Theoremopeqsn 4368 Equivalence for an ordered pair equal to a singleton. (Contributed by NM, 3-Jun-2008.)
𝐴 ∈ V    &   𝐵 ∈ V    &   𝐶 ∈ V       (⟨𝐴, 𝐵⟩ = {𝐶} ↔ (𝐴 = 𝐵𝐶 = {𝐴}))
 
Theoremopeqpr 4369 Equivalence for an ordered pair equal to an unordered pair. (Contributed by NM, 3-Jun-2008.)
𝐴 ∈ V    &   𝐵 ∈ V    &   𝐶 ∈ V    &   𝐷 ∈ V       (⟨𝐴, 𝐵⟩ = {𝐶, 𝐷} ↔ ((𝐶 = {𝐴} ∧ 𝐷 = {𝐴, 𝐵}) ∨ (𝐶 = {𝐴, 𝐵} ∧ 𝐷 = {𝐴})))
 
Theoremeuotd 4370* Prove existential uniqueness for an ordered triple. (Contributed by Mario Carneiro, 20-May-2015.)
(𝜑𝐴 ∈ V)    &   (𝜑𝐵 ∈ V)    &   (𝜑𝐶 ∈ V)    &   (𝜑 → (𝜓 ↔ (𝑎 = 𝐴𝑏 = 𝐵𝑐 = 𝐶)))       (𝜑 → ∃!𝑥𝑎𝑏𝑐(𝑥 = ⟨𝑎, 𝑏, 𝑐⟩ ∧ 𝜓))
 
Theoremuniop 4371 The union of an ordered pair. Theorem 65 of [Suppes] p. 39. (Contributed by NM, 17-Aug-2004.) (Revised by Mario Carneiro, 26-Apr-2015.)
𝐴 ∈ V    &   𝐵 ∈ V       𝐴, 𝐵⟩ = {𝐴, 𝐵}
 
Theoremuniopel 4372 Ordered pair membership is inherited by class union. (Contributed by NM, 13-May-2008.) (Revised by Mario Carneiro, 26-Apr-2015.)
𝐴 ∈ V    &   𝐵 ∈ V       (⟨𝐴, 𝐵⟩ ∈ 𝐶𝐴, 𝐵⟩ ∈ 𝐶)
 
2.3.5  Ordered-pair class abstractions (cont.)
 
Theoremopabid 4373 The law of concretion. Special case of Theorem 9.5 of [Quine] p. 61. (Contributed by NM, 14-Apr-1995.) (Proof shortened by Andrew Salmon, 25-Jul-2011.)
(⟨𝑥, 𝑦⟩ ∈ {⟨𝑥, 𝑦⟩ ∣ 𝜑} ↔ 𝜑)
 
Theoremopabidw 4374* The law of concretion. Special case of Theorem 9.5 of [Quine] p. 61. Version of opabid 4373 with a disjoint variable condition. (Contributed by NM, 14-Apr-1995.) (Revised by GG, 26-Jan-2024.)
(⟨𝑥, 𝑦⟩ ∈ {⟨𝑥, 𝑦⟩ ∣ 𝜑} ↔ 𝜑)
 
Theoremelopab 4375* Membership in a class abstraction of ordered pairs. (Contributed by NM, 24-Mar-1998.)
(𝐴 ∈ {⟨𝑥, 𝑦⟩ ∣ 𝜑} ↔ ∃𝑥𝑦(𝐴 = ⟨𝑥, 𝑦⟩ ∧ 𝜑))
 
TheoremopelopabsbALT 4376* The law of concretion in terms of substitutions. Less general than opelopabsb 4377, but having a much shorter proof. (Contributed by NM, 30-Sep-2002.) (Proof shortened by Andrew Salmon, 25-Jul-2011.) (New usage is discouraged.) (Proof modification is discouraged.)
(⟨𝑧, 𝑤⟩ ∈ {⟨𝑥, 𝑦⟩ ∣ 𝜑} ↔ [𝑤 / 𝑦][𝑧 / 𝑥]𝜑)
 
Theoremopelopabsb 4377* The law of concretion in terms of substitutions. (Contributed by NM, 30-Sep-2002.) (Revised by Mario Carneiro, 18-Nov-2016.)
(⟨𝐴, 𝐵⟩ ∈ {⟨𝑥, 𝑦⟩ ∣ 𝜑} ↔ [𝐴 / 𝑥][𝐵 / 𝑦]𝜑)
 
Theorembrabsb 4378* The law of concretion in terms of substitutions. (Contributed by NM, 17-Mar-2008.)
𝑅 = {⟨𝑥, 𝑦⟩ ∣ 𝜑}       (𝐴𝑅𝐵[𝐴 / 𝑥][𝐵 / 𝑦]𝜑)
 
Theoremopelopabt 4379* Closed theorem form of opelopab 4389. (Contributed by NM, 19-Feb-2013.)
((∀𝑥𝑦(𝑥 = 𝐴 → (𝜑𝜓)) ∧ ∀𝑥𝑦(𝑦 = 𝐵 → (𝜓𝜒)) ∧ (𝐴𝑉𝐵𝑊)) → (⟨𝐴, 𝐵⟩ ∈ {⟨𝑥, 𝑦⟩ ∣ 𝜑} ↔ 𝜒))
 
Theoremopelopabga 4380* The law of concretion. Theorem 9.5 of [Quine] p. 61. (Contributed by Mario Carneiro, 19-Dec-2013.)
((𝑥 = 𝐴𝑦 = 𝐵) → (𝜑𝜓))       ((𝐴𝑉𝐵𝑊) → (⟨𝐴, 𝐵⟩ ∈ {⟨𝑥, 𝑦⟩ ∣ 𝜑} ↔ 𝜓))
 
Theorembrabga 4381* The law of concretion for a binary relation. (Contributed by Mario Carneiro, 19-Dec-2013.)
((𝑥 = 𝐴𝑦 = 𝐵) → (𝜑𝜓))    &   𝑅 = {⟨𝑥, 𝑦⟩ ∣ 𝜑}       ((𝐴𝑉𝐵𝑊) → (𝐴𝑅𝐵𝜓))
 
Theoremopelopab2a 4382* Ordered pair membership in an ordered pair class abstraction. (Contributed by Mario Carneiro, 19-Dec-2013.)
((𝑥 = 𝐴𝑦 = 𝐵) → (𝜑𝜓))       ((𝐴𝐶𝐵𝐷) → (⟨𝐴, 𝐵⟩ ∈ {⟨𝑥, 𝑦⟩ ∣ ((𝑥𝐶𝑦𝐷) ∧ 𝜑)} ↔ 𝜓))
 
Theoremopelopaba 4383* The law of concretion. Theorem 9.5 of [Quine] p. 61. (Contributed by Mario Carneiro, 19-Dec-2013.)
𝐴 ∈ V    &   𝐵 ∈ V    &   ((𝑥 = 𝐴𝑦 = 𝐵) → (𝜑𝜓))       (⟨𝐴, 𝐵⟩ ∈ {⟨𝑥, 𝑦⟩ ∣ 𝜑} ↔ 𝜓)
 
Theorembraba 4384* The law of concretion for a binary relation. (Contributed by NM, 19-Dec-2013.)
𝐴 ∈ V    &   𝐵 ∈ V    &   ((𝑥 = 𝐴𝑦 = 𝐵) → (𝜑𝜓))    &   𝑅 = {⟨𝑥, 𝑦⟩ ∣ 𝜑}       (𝐴𝑅𝐵𝜓)
 
Theoremopelopabg 4385* The law of concretion. Theorem 9.5 of [Quine] p. 61. (Contributed by NM, 28-May-1995.) (Revised by Mario Carneiro, 19-Dec-2013.)
(𝑥 = 𝐴 → (𝜑𝜓))    &   (𝑦 = 𝐵 → (𝜓𝜒))       ((𝐴𝑉𝐵𝑊) → (⟨𝐴, 𝐵⟩ ∈ {⟨𝑥, 𝑦⟩ ∣ 𝜑} ↔ 𝜒))
 
Theorembrabg 4386* The law of concretion for a binary relation. (Contributed by NM, 16-Aug-1999.) (Revised by Mario Carneiro, 19-Dec-2013.)
(𝑥 = 𝐴 → (𝜑𝜓))    &   (𝑦 = 𝐵 → (𝜓𝜒))    &   𝑅 = {⟨𝑥, 𝑦⟩ ∣ 𝜑}       ((𝐴𝐶𝐵𝐷) → (𝐴𝑅𝐵𝜒))
 
Theoremopelopabgf 4387* The law of concretion. Theorem 9.5 of [Quine] p. 61. This version of opelopabg 4385 uses bound-variable hypotheses in place of distinct variable conditions. (Contributed by Alexander van der Vekens, 8-Jul-2018.)
𝑥𝜓    &   𝑦𝜒    &   (𝑥 = 𝐴 → (𝜑𝜓))    &   (𝑦 = 𝐵 → (𝜓𝜒))       ((𝐴𝑉𝐵𝑊) → (⟨𝐴, 𝐵⟩ ∈ {⟨𝑥, 𝑦⟩ ∣ 𝜑} ↔ 𝜒))
 
Theoremopelopab2 4388* Ordered pair membership in an ordered pair class abstraction. (Contributed by NM, 14-Oct-2007.) (Revised by Mario Carneiro, 19-Dec-2013.)
(𝑥 = 𝐴 → (𝜑𝜓))    &   (𝑦 = 𝐵 → (𝜓𝜒))       ((𝐴𝐶𝐵𝐷) → (⟨𝐴, 𝐵⟩ ∈ {⟨𝑥, 𝑦⟩ ∣ ((𝑥𝐶𝑦𝐷) ∧ 𝜑)} ↔ 𝜒))
 
Theoremopelopab 4389* The law of concretion. Theorem 9.5 of [Quine] p. 61. (Contributed by NM, 16-May-1995.)
𝐴 ∈ V    &   𝐵 ∈ V    &   (𝑥 = 𝐴 → (𝜑𝜓))    &   (𝑦 = 𝐵 → (𝜓𝜒))       (⟨𝐴, 𝐵⟩ ∈ {⟨𝑥, 𝑦⟩ ∣ 𝜑} ↔ 𝜒)
 
Theorembrab 4390* The law of concretion for a binary relation. (Contributed by NM, 16-Aug-1999.)
𝐴 ∈ V    &   𝐵 ∈ V    &   (𝑥 = 𝐴 → (𝜑𝜓))    &   (𝑦 = 𝐵 → (𝜓𝜒))    &   𝑅 = {⟨𝑥, 𝑦⟩ ∣ 𝜑}       (𝐴𝑅𝐵𝜒)
 
Theoremopelopabaf 4391* The law of concretion. Theorem 9.5 of [Quine] p. 61. This version of opelopab 4389 uses bound-variable hypotheses in place of distinct variable conditions. (Contributed by Mario Carneiro, 19-Dec-2013.) (Proof shortened by Mario Carneiro, 18-Nov-2016.)
𝑥𝜓    &   𝑦𝜓    &   𝐴 ∈ V    &   𝐵 ∈ V    &   ((𝑥 = 𝐴𝑦 = 𝐵) → (𝜑𝜓))       (⟨𝐴, 𝐵⟩ ∈ {⟨𝑥, 𝑦⟩ ∣ 𝜑} ↔ 𝜓)
 
Theoremopelopabf 4392* The law of concretion. Theorem 9.5 of [Quine] p. 61. This version of opelopab 4389 uses bound-variable hypotheses in place of distinct variable conditions. (Contributed by NM, 19-Dec-2008.)
𝑥𝜓    &   𝑦𝜒    &   𝐴 ∈ V    &   𝐵 ∈ V    &   (𝑥 = 𝐴 → (𝜑𝜓))    &   (𝑦 = 𝐵 → (𝜓𝜒))       (⟨𝐴, 𝐵⟩ ∈ {⟨𝑥, 𝑦⟩ ∣ 𝜑} ↔ 𝜒)
 
Theoremssopab2 4393 Equivalence of ordered pair abstraction subclass and implication. (Contributed by NM, 27-Dec-1996.) (Revised by Mario Carneiro, 19-May-2013.)
(∀𝑥𝑦(𝜑𝜓) → {⟨𝑥, 𝑦⟩ ∣ 𝜑} ⊆ {⟨𝑥, 𝑦⟩ ∣ 𝜓})
 
Theoremssopab2b 4394 Equivalence of ordered pair abstraction subclass and implication. (Contributed by NM, 27-Dec-1996.) (Proof shortened by Mario Carneiro, 18-Nov-2016.)
({⟨𝑥, 𝑦⟩ ∣ 𝜑} ⊆ {⟨𝑥, 𝑦⟩ ∣ 𝜓} ↔ ∀𝑥𝑦(𝜑𝜓))
 
Theoremssopab2i 4395 Inference of ordered pair abstraction subclass from implication. (Contributed by NM, 5-Apr-1995.)
(𝜑𝜓)       {⟨𝑥, 𝑦⟩ ∣ 𝜑} ⊆ {⟨𝑥, 𝑦⟩ ∣ 𝜓}
 
Theoremssopab2dv 4396* Inference of ordered pair abstraction subclass from implication. (Contributed by NM, 19-Jan-2014.) (Revised by Mario Carneiro, 24-Jun-2014.)
(𝜑 → (𝜓𝜒))       (𝜑 → {⟨𝑥, 𝑦⟩ ∣ 𝜓} ⊆ {⟨𝑥, 𝑦⟩ ∣ 𝜒})
 
Theoremeqopab2b 4397 Equivalence of ordered pair abstraction equality and biconditional. (Contributed by Mario Carneiro, 4-Jan-2017.)
({⟨𝑥, 𝑦⟩ ∣ 𝜑} = {⟨𝑥, 𝑦⟩ ∣ 𝜓} ↔ ∀𝑥𝑦(𝜑𝜓))
 
Theoremopabm 4398* Inhabited ordered pair class abstraction. (Contributed by Jim Kingdon, 29-Sep-2018.)
(∃𝑧 𝑧 ∈ {⟨𝑥, 𝑦⟩ ∣ 𝜑} ↔ ∃𝑥𝑦𝜑)
 
Theoremiunopab 4399* Move indexed union inside an ordered-pair abstraction. (Contributed by Stefan O'Rear, 20-Feb-2015.)
𝑧𝐴 {⟨𝑥, 𝑦⟩ ∣ 𝜑} = {⟨𝑥, 𝑦⟩ ∣ ∃𝑧𝐴 𝜑}
 
Theoremelopabr 4400* Membership in an ordered-pair class abstraction defined by a binary relation. (Contributed by AV, 16-Feb-2021.) (Proof shortened by SN, 11-Dec-2024.)
(𝐴 ∈ {⟨𝑥, 𝑦⟩ ∣ 𝑥𝑅𝑦} → 𝐴𝑅)
    < 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-14000 141 14001-14100 142 14101-14200 143 14201-14300 144 14301-14400 145 14401-14500 146 14501-14600 147 14601-14700 148 14701-14800 149 14801-14900 150 14901-15000 151 15001-15100 152 15101-15200 153 15201-15300 154 15301-15400 155 15401-15500 156 15501-15600 157 15601-15700 158 15701-15800 159 15801-15900 160 15901-16000 161 16001-16100 162 16101-16200 163 16201-16300 164 16301-16400 165 16401-16500 166 16501-16600 167 16601-16700 168 16701-16800 169 16801-16867
  Copyright terms: Public domain < Previous  Next >