| Intuitionistic Logic Explorer Theorem List (p. 44 of 172) | < Previous Next > | |
| Browser slow? Try the
Unicode version. |
||
|
Mirrors > Metamath Home Page > ILE Home Page > Theorem List Contents > Recent Proofs This page: Page List |
||
| Type | Label | Description |
|---|---|---|
| Statement | ||
| Theorem | 0elpw 4301 | Every power class contains the empty set. (Contributed by NM, 25-Oct-2007.) |
| Theorem | 0nep0 4302 | The empty set and its power set are not equal. (Contributed by NM, 23-Dec-1993.) |
| Theorem | 0inp0 4303 | Something cannot be equal to both the empty set and the power set of the empty set. (Contributed by NM, 30-Sep-2003.) |
| Theorem | unidif0 4304 | The removal of the empty set from a class does not affect its union. (Contributed by NM, 22-Mar-2004.) |
| Theorem | iin0imm 4305* | An indexed intersection of the empty set, with an inhabited index set, is empty. (Contributed by Jim Kingdon, 29-Aug-2018.) |
| Theorem | iin0r 4306* | If an indexed intersection of the empty set is empty, the index set is nonempty. (Contributed by Jim Kingdon, 29-Aug-2018.) |
| Theorem | intv 4307 | The intersection of the universal class is empty. (Contributed by NM, 11-Sep-2008.) |
| Theorem | axpweq 4308* | Two equivalent ways to express the Power Set Axiom. Note that ax-pow 4311 is not used by the proof. (Contributed by NM, 22-Jun-2009.) |
| Theorem | bnd 4309* |
A very strong generalization of the Axiom of Replacement (compare
zfrep6 4248). Its strength lies in the rather profound
fact that
|
| Theorem | bnd2 4310* |
A variant of the Boundedness Axiom bnd 4309 that picks a subset |
| Axiom | ax-pow 4311* |
Axiom of Power Sets. An axiom of Intuitionistic Zermelo-Fraenkel set
theory. It states that a set The variant axpow2 4313 uses explicit subset notation. A version using class notation is pwex 4320. (Contributed by NM, 5-Aug-1993.) |
| Theorem | zfpow 4312* | Axiom of Power Sets expressed with the fewest number of different variables. (Contributed by NM, 14-Aug-2003.) |
| Theorem | axpow2 4313* | A variant of the Axiom of Power Sets ax-pow 4311 using subset notation. Problem in {BellMachover] p. 466. (Contributed by NM, 4-Jun-2006.) |
| Theorem | axpow3 4314* |
A variant of the Axiom of Power Sets ax-pow 4311. For any set |
| Theorem | el 4315* | Every set is an element of some other set. (Contributed by NM, 4-Jan-2002.) (Proof shortened by Andrew Salmon, 25-Jul-2011.) |
| Theorem | vpwex 4316 | Power set axiom: the powerclass of a set is a set. Axiom 4 of [TakeutiZaring] p. 17. (Contributed by NM, 30-Oct-2003.) (Proof shortened by Andrew Salmon, 25-Jul-2011.) Revised to prove pwexg 4317 from vpwex 4316. (Revised by BJ, 10-Aug-2022.) |
| Theorem | pwexg 4317 | Power set axiom expressed in class notation, with the sethood requirement as an antecedent. (Contributed by NM, 30-Oct-2003.) |
| Theorem | pwexd 4318 | Deduction version of the power set axiom. (Contributed by Glauco Siliprandi, 26-Jun-2021.) |
| Theorem | abssexg 4319* | Existence of a class of subsets. (Contributed by NM, 15-Jul-2006.) (Proof shortened by Andrew Salmon, 25-Jul-2011.) |
| Theorem | pwex 4320 | Power set axiom expressed in class notation. (Contributed by NM, 21-Jun-1993.) |
| Theorem | snexg 4321 |
A singleton whose element exists is a set. The |
| Theorem | snex 4322 | A singleton whose element exists is a set. (Contributed by NM, 7-Aug-1994.) (Revised by Mario Carneiro, 24-May-2019.) |
| Theorem | snexprc 4323 |
A singleton whose element is a proper class is a set. The |
| Theorem | notnotsnex 4324 | A singleton is never a proper class. (Contributed by Mario Carneiro and Jim Kingdon, 3-Jul-2022.) |
| Theorem | p0ex 4325 | The power set of the empty set (the ordinal 1) is a set. (Contributed by NM, 23-Dec-1993.) |
| Theorem | pp0ex 4326 |
|
| Theorem | ord3ex 4327 | The ordinal number 3 is a set, proved without the Axiom of Union. (Contributed by NM, 2-May-2009.) |
| Theorem | dtruarb 4328* |
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 4706 in which we are given a set |
| Theorem | pwuni 4329 | 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.) |
| Theorem | undifexmid 4330* | Union of complementary parts producing the whole and excluded middle. Although special cases such as undifss 3608 and undifdcss 7230 are provable, the full statement implies excluded middle as shown here. (Contributed by Jim Kingdon, 16-Jun-2022.) |
| Syntax | wem 4331 | Formula for an abbreviation of excluded middle. |
| Definition | df-exmid 4332 |
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 4330 with exmidundif 4343. 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 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 4249, in which case EXMID means that all propositions are decidable (see exmidexmid 4333 and notice that it relies on ax-sep 4249). If we instead work with ax-bdsep 16910, EXMID as defined here means that all bounded propositions are decidable. (Contributed by Mario Carneiro and Jim Kingdon, 18-Jun-2022.) |
| Theorem | exmidexmid 4333 |
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 855, peircedc 926, or condc 865. (Contributed by Jim Kingdon, 18-Jun-2022.) |
| Theorem | ss1o0el1 4334 |
A subclass of |
| Theorem | exmid01 4335 |
Excluded middle is equivalent to saying any subset of |
| Theorem | pwntru 4336 | A slight strengthening of pwtrufal 17027. (Contributed by Mario Carneiro and Jim Kingdon, 12-Sep-2023.) |
| Theorem | exmid1dc 4337* |
A convenience theorem for proving that something implies EXMID.
Think of this as an alternative to using a proposition, as in proofs
like undifexmid 4330 or ordtriexmid 4668. In this context |
| Theorem | exmidn0m 4338* | Excluded middle is equivalent to any set being empty or inhabited. (Contributed by Jim Kingdon, 5-Mar-2023.) |
| Theorem | exmidsssn 4339* | Excluded middle is equivalent to the biconditionalized version of sssnr 3878 for sets. (Contributed by Jim Kingdon, 5-Mar-2023.) |
| Theorem | exmidsssnc 4340* |
Excluded middle in terms of subsets of a singleton. This is similar to
exmid01 4335 but lets you choose any set as the element of
the singleton
rather than just |
| Theorem | exmid0el 4341 |
Excluded middle is equivalent to decidability of |
| Theorem | exmidel 4342* | Excluded middle is equivalent to decidability of membership for two arbitrary sets. (Contributed by Jim Kingdon, 18-Jun-2022.) |
| Theorem | exmidundif 4343* | 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 3608 and undifdcss 7230 are provable, the full statement is equivalent to excluded middle as shown here. (Contributed by Jim Kingdon, 18-Jun-2022.) |
| Theorem | exmidundifim 4344* | Excluded middle is equivalent to every subset having a complement. Variation of exmidundif 4343 with an implication rather than a biconditional. (Contributed by Jim Kingdon, 16-Feb-2023.) |
| Theorem | exmid1stab 4345* |
If every proposition is stable, excluded middle follows. We are
thinking of |
| Axiom | ax-pr 4346* | 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 4254). (Contributed by NM, 14-Nov-2006.) |
| Theorem | zfpair2 4347 | Derive the abbreviated version of the Axiom of Pairing from ax-pr 4346. (Contributed by NM, 14-Nov-2006.) |
| Theorem | vsnex 4348 | A singleton built on a setvar is a set. (Contributed by BJ, 15-Jan-2025.) |
| Theorem | prexg 4349 | 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 3823, prprc1 3821, and prprc2 3822. (Contributed by Jim Kingdon, 16-Sep-2018.) |
| Theorem | snelpwg 4350 | 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 4259. (Revised by BJ, 17-Jan-2025.) |
| Theorem | snelpwi 4351 | A singleton of a set belongs to the power class of a class containing the set. (Contributed by Alan Sare, 25-Aug-2011.) |
| Theorem | snelpw 4352 | A singleton of a set belongs to the power class of a class containing the set. (Contributed by NM, 1-Apr-1998.) |
| Theorem | prelpw 4353 | 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.) |
| Theorem | prelpwi 4354 | A pair of two sets belongs to the power class of a class containing those two sets. (Contributed by Thierry Arnoux, 10-Mar-2017.) |
| Theorem | rext 4355* | A theorem similar to extensionality, requiring the existence of a singleton. Exercise 8 of [TakeutiZaring] p. 16. (Contributed by NM, 10-Aug-1993.) |
| Theorem | sspwb 4356 | Classes are subclasses if and only if their power classes are subclasses. Exercise 18 of [TakeutiZaring] p. 18. (Contributed by NM, 13-Oct-1996.) |
| Theorem | unipw 4357 | 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.) |
| Theorem | pwel 4358 | Membership of a power class. Exercise 10 of [Enderton] p. 26. (Contributed by NM, 13-Jan-2007.) |
| Theorem | pwtr 4359 | A class is transitive iff its power class is transitive. (Contributed by Alan Sare, 25-Aug-2011.) (Revised by Mario Carneiro, 15-Jun-2014.) |
| Theorem | ssextss 4360* | An extensionality-like principle defining subclass in terms of subsets. (Contributed by NM, 30-Jun-2004.) |
| Theorem | ssext 4361* | 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.) |
| Theorem | nssssr 4362* | Negation of subclass relationship. Compare nssr 3308. (Contributed by Jim Kingdon, 17-Sep-2018.) |
| Theorem | pweqb 4363 | Classes are equal if and only if their power classes are equal. Exercise 19 of [TakeutiZaring] p. 18. (Contributed by NM, 13-Oct-1996.) |
| Theorem | intid 4364* | The intersection of all sets to which a set belongs is the singleton of that set. (Contributed by NM, 5-Jun-2009.) |
| Theorem | euabex 4365 | The abstraction of a wff with existential uniqueness exists. (Contributed by NM, 25-Nov-1994.) |
| Theorem | mss 4366* | An inhabited class (even if proper) has an inhabited subset. (Contributed by Jim Kingdon, 17-Sep-2018.) |
| Theorem | exss 4367* | Restricted existence in a class (even if proper) implies restricted existence in a subset. (Contributed by NM, 23-Aug-2003.) |
| Theorem | opexg 4368 | An ordered pair of sets is a set. (Contributed by Jim Kingdon, 11-Jan-2019.) |
| Theorem | opex 4369 | An ordered pair of sets is a set. (Contributed by Jim Kingdon, 24-Sep-2018.) (Revised by Mario Carneiro, 24-May-2019.) |
| Theorem | otexg 4370 | An ordered triple of sets is a set. (Contributed by Jim Kingdon, 19-Sep-2018.) |
| Theorem | elop 4371 | 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.) |
| Theorem | opi1 4372 | One of the two elements in an ordered pair. (Contributed by NM, 5-Aug-1993.) (Revised by Mario Carneiro, 26-Apr-2015.) |
| Theorem | opi2 4373 | One of the two elements of an ordered pair. (Contributed by NM, 5-Aug-1993.) (Revised by Mario Carneiro, 26-Apr-2015.) |
| Theorem | opm 4374* | An ordered pair is inhabited iff the arguments are sets. (Contributed by Jim Kingdon, 21-Sep-2018.) |
| Theorem | opnzi 4375 | An ordered pair is nonempty if the arguments are sets (it is also inhabited; see opm 4374). (Contributed by Mario Carneiro, 26-Apr-2015.) |
| Theorem | opth1 4376 | Equality of the first members of equal ordered pairs. (Contributed by NM, 28-May-2008.) (Revised by Mario Carneiro, 26-Apr-2015.) |
| Theorem | opth 4377 |
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
|
| Theorem | opthg 4378 |
Ordered pair theorem. |
| Theorem | opthg2 4379 | Ordered pair theorem. (Contributed by NM, 14-Oct-2005.) (Revised by Mario Carneiro, 26-Apr-2015.) |
| Theorem | opth2 4380 | Ordered pair theorem. (Contributed by NM, 21-Sep-2014.) |
| Theorem | otth2 4381 | Ordered triple theorem, with triple express with ordered pairs. (Contributed by NM, 1-May-1995.) (Revised by Mario Carneiro, 26-Apr-2015.) |
| Theorem | otth 4382 | Ordered triple theorem. (Contributed by NM, 25-Sep-2014.) (Revised by Mario Carneiro, 26-Apr-2015.) |
| Theorem | eqvinop 4383* | A variable introduction law for ordered pairs. Analog of Lemma 15 of [Monk2] p. 109. (Contributed by NM, 28-May-1995.) |
| Theorem | copsexg 4384* |
Substitution of class |
| Theorem | copsex2t 4385* | Closed theorem form of copsex2g 4386. (Contributed by NM, 17-Feb-2013.) |
| Theorem | copsex2g 4386* | Implicit substitution inference for ordered pairs. (Contributed by NM, 28-May-1995.) |
| Theorem | copsex4g 4387* | An implicit substitution inference for 2 ordered pairs. (Contributed by NM, 5-Aug-1995.) |
| Theorem | 0nelop 4388 | A property of ordered pairs. (Contributed by Mario Carneiro, 26-Apr-2015.) |
| Theorem | opwo0id 4389 | 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.) |
| Theorem | opeqex 4390 | Equivalence of existence implied by equality of ordered pairs. (Contributed by NM, 28-May-2008.) |
| Theorem | opcom 4391 | An ordered pair commutes iff its members are equal. (Contributed by NM, 28-May-2009.) |
| Theorem | moop2 4392* | "At most one" property of an ordered pair. (Contributed by NM, 11-Apr-2004.) (Revised by Mario Carneiro, 26-Apr-2015.) |
| Theorem | opeqsn 4393 | Equivalence for an ordered pair equal to a singleton. (Contributed by NM, 3-Jun-2008.) |
| Theorem | opeqpr 4394 | Equivalence for an ordered pair equal to an unordered pair. (Contributed by NM, 3-Jun-2008.) |
| Theorem | euotd 4395* | Prove existential uniqueness for an ordered triple. (Contributed by Mario Carneiro, 20-May-2015.) |
| Theorem | uniop 4396 | 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.) |
| Theorem | uniopel 4397 | Ordered pair membership is inherited by class union. (Contributed by NM, 13-May-2008.) (Revised by Mario Carneiro, 26-Apr-2015.) |
| Theorem | opabid 4398 | 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.) |
| Theorem | opabidw 4399* | The law of concretion. Special case of Theorem 9.5 of [Quine] p. 61. Version of opabid 4398 with a disjoint variable condition. (Contributed by NM, 14-Apr-1995.) (Revised by GG, 26-Jan-2024.) |
| Theorem | elopab 4400* | Membership in a class abstraction of ordered pairs. (Contributed by NM, 24-Mar-1998.) |
| < Previous Next > |
| Copyright terms: Public domain | < Previous Next > |