| Intuitionistic Logic Explorer Theorem List (p. 23 of 171) | < 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 | felapton 2201 |
"Felapton", one of the syllogisms of Aristotelian logic. No |
| Theorem | darapti 2202 |
"Darapti", one of the syllogisms of Aristotelian logic. All |
| Theorem | calemes 2203 |
"Calemes", one of the syllogisms of Aristotelian logic. All |
| Theorem | dimatis 2204 |
"Dimatis", one of the syllogisms of Aristotelian logic. Some |
| Theorem | fresison 2205 |
"Fresison", one of the syllogisms of Aristotelian logic. No |
| Theorem | calemos 2206 |
"Calemos", one of the syllogisms of Aristotelian logic. All |
| Theorem | fesapo 2207 |
"Fesapo", one of the syllogisms of Aristotelian logic. No |
| Theorem | bamalip 2208 |
"Bamalip", one of the syllogisms of Aristotelian logic. All |
This section adds one non-logical binary predicate to the first-order logic developed until here. We call it "the membership predicate" since it will be used in the next part as the membership predicate of set theory, but in this section, it has no other property than being "a binary predicate". "Non-logical" means that it does not belong to the logic. In our logic (and in most treatments), the only logical predicate is the equality predicate (see weq 1556). | ||
| Syntax | wcel 2209 |
Extend wff definition to include the membership connective between
classes.
For a general discussion of the theory of classes, see mmset.html#class.
The purpose of introducing |
| Theorem | wel 2210 |
Extend wff definition to include atomic formulas with the membership
predicate. This is read either "
This syntactical construction introduces a binary non-logical predicate
symbol
Instead of introducing wel 2210 as an axiomatic statement, as was done in an
older version of this database, we introduce it by "proving" a
special
case of set theory's more general wcel 2209. This lets us avoid overloading
the |
| Axiom | ax-13 2211 |
Axiom of left equality for the binary predicate |
| Axiom | ax-14 2212 |
Axiom of right equality for the binary predicate |
| Theorem | elequ1 2213 | An identity law for the non-logical predicate. (Contributed by NM, 5-Aug-1993.) |
| Theorem | elequ2 2214 | An identity law for the non-logical predicate. (Contributed by NM, 5-Aug-1993.) |
| Theorem | cleljust 2215* | When the class variables of set theory are replaced with setvar variables, this theorem of predicate calculus is the result. This theorem provides part of the justification for the consistency of that definition, which "overloads" the setvar variables in wel 2210 with the class variables in wcel 2209. (Contributed by NM, 28-Jan-2004.) |
| Theorem | elsb1 2216* | Substitution for the first argument of the non-logical predicate in an atomic formula. See elsb2 2217 for substitution for the second argument. (Contributed by NM, 7-Nov-2006.) (Proof shortened by Andrew Salmon, 14-Jun-2011.) |
| Theorem | elsb2 2217* | Substitution for the second argument of the non-logical predicate in an atomic formula. See elsb1 2216 for substitution for the first argument. (Contributed by Rodolfo Medina, 3-Apr-2010.) (Proof shortened by Andrew Salmon, 14-Jun-2011.) |
| Theorem | dveel1 2218* | Quantifier introduction when one pair of variables is disjoint. (Contributed by NM, 2-Jan-2002.) |
| Theorem | dveel2 2219* | Quantifier introduction when one pair of variables is disjoint. (Contributed by NM, 2-Jan-2002.) |
Set theory uses the formalism of propositional and predicate calculus to
assert properties of arbitrary mathematical objects called "sets".
A set can
be an element of another set, and this relationship is indicated by the
Here we develop set theory based on the Intuitionistic Zermelo-Fraenkel (IZF) system, mostly following the IZF axioms as laid out in [Crosilla]. Constructive Zermelo-Fraenkel (CZF), also described in Crosilla, is not as easy to formalize in Metamath because the statement of some of its axioms uses the notion of "bounded formula". Since Metamath has, purposefully, a very weak metalogic, that notion must be developed in the logic itself. This is similar to our treatment of substitution (df-sb 1816) and our definition of the nonfreeness predicate (df-nf 1514), whereas substitution and bound and free variables are ordinarily defined in the metalogic. The development of CZF has begun in BJ's mathbox, see wbd 16752. | ||
| Axiom | ax-ext 2220* |
Axiom of Extensionality. It states that two sets are identical if they
contain the same elements. Axiom 1 of [Crosilla] p. "Axioms of CZF and
IZF" (with unnecessary quantifiers removed).
Set theory can also be formulated with a single primitive
predicate
To use the above "equality-free" version of Extensionality with Metamath's logical axioms, we would rewrite ax-8 1557 through ax-16 1867 with equality expanded according to the above definition. Some of those axioms could be proved from set theory and would be redundant. Not all of them are redundant, since our axioms of predicate calculus make essential use of equality for the proper substitution that is a primitive notion in traditional predicate calculus. A study of such an axiomatization would be an interesting project for someone exploring the foundations of logic.
It is important to understand that strictly speaking, all of our set
theory axioms are really schemes that represent an infinite number of
actual axioms. This is inherent in the design of Metamath
("metavariable math"), which manipulates only metavariables.
For
example, the metavariable |
| Theorem | axext3 2221* |
A generalization of the Axiom of Extensionality in which |
| Theorem | axext4 2222* | A bidirectional version of Extensionality. Although this theorem "looks" like it is just a definition of equality, it requires the Axiom of Extensionality for its proof under our axiomatization. See the comments for ax-ext 2220. (Contributed by NM, 14-Nov-2008.) |
| Theorem | bm1.1 2223* | Any set defined by a property is the only set defined by that property. Theorem 1.1 of [BellMachover] p. 462. (Contributed by NM, 30-Jun-1994.) |
| Syntax | cab 2224 |
Introduce the class builder or class abstraction notation ("the class of
sets |
| Definition | df-clab 2225 |
Define class abstraction notation (so-called by Quine), also called a
"class builder" in the literature.
This is our first use of the Because class variables can be substituted with compound expressions and setvar variables cannot, it is often useful to convert a theorem containing a free setvar variable to a more general version with a class variable.
This is called the "axiom of class comprehension" by [Levy] p. 338, who
treats the theory of classes as an extralogical extension to our logic and
set theory axioms. He calls the construction For a general discussion of the theory of classes, see https://us.metamath.org/mpeuni/mmset.html#class 2347. (Contributed by NM, 5-Aug-1993.) |
| Theorem | abid 2226 | Simplification of class abstraction notation when the free and bound variables are identical. (Contributed by NM, 5-Aug-1993.) |
| Theorem | hbab1 2227* | Bound-variable hypothesis builder for a class abstraction. (Contributed by NM, 5-Aug-1993.) |
| Theorem | nfsab1 2228* | Bound-variable hypothesis builder for a class abstraction. (Contributed by Mario Carneiro, 11-Aug-2016.) |
| Theorem | hbab 2229* | Bound-variable hypothesis builder for a class abstraction. (Contributed by NM, 1-Mar-1995.) |
| Theorem | nfsab 2230* | Bound-variable hypothesis builder for a class abstraction. (Contributed by Mario Carneiro, 11-Aug-2016.) |
| Definition | df-cleq 2231* |
Define the equality connective between classes. Definition 2.7 of
[Quine] p. 18. Also Definition 4.5 of [TakeutiZaring] p. 13; Chapter 4
provides its justification and methods for eliminating it. Note that
its elimination will not necessarily result in a single wff in the
original language but possibly a "scheme" of wffs.
This is an example of a somewhat "risky" definition, meaning
that it has
a more complex than usual soundness justification (outside of Metamath),
because it "overloads" or reuses the existing equality symbol
rather
than introducing a new symbol. This allows us to make statements that
may not hold for the original symbol. For example, it permits us to
deduce
We could avoid this complication by introducing a new symbol, say
=2,
in place of However, to conform to literature usage, we retain this overloaded definition. This also makes some proofs shorter and probably easier to read, without the constant switching between two kinds of equality. See also comments under df-clab 2225, df-clel 2234, and abeq2 2347. In the form of dfcleq 2232, this is called the "axiom of extensionality" by [Levy] p. 338, who treats the theory of classes as an extralogical extension to our logic and set theory axioms. For a general discussion of the theory of classes, see https://us.metamath.org/mpeuni/mmset.html#class 2232. (Contributed by NM, 15-Sep-1993.) |
| Theorem | dfcleq 2232* | The same as df-cleq 2231 with the hypothesis removed using the Axiom of Extensionality ax-ext 2220. (Contributed by NM, 15-Sep-1993.) |
| Theorem | cvjust 2233* | Every set is a class. Proposition 4.9 of [TakeutiZaring] p. 13. This theorem shows that a setvar variable can be expressed as a class abstraction. This provides a motivation for the class syntax construction cv 1401, which allows us to substitute a setvar variable for a class variable. See also cab 2224 and df-clab 2225. Note that this is not a rigorous justification, because cv 1401 is used as part of the proof of this theorem, but a careful argument can be made outside of the formalism of Metamath, for example as is done in Chapter 4 of Takeuti and Zaring. See also the discussion under the definition of class in [Jech] p. 4 showing that "Every set can be considered to be a class." (Contributed by NM, 7-Nov-2006.) |
| Definition | df-clel 2234* |
Define the membership connective between classes. Theorem 6.3 of
[Quine] p. 41, or Proposition 4.6 of [TakeutiZaring] p. 13, which we
adopt as a definition. See these references for its metalogical
justification. Note that like df-cleq 2231 it extends or "overloads" the
use of the existing membership symbol, but unlike df-cleq 2231 it does not
strengthen the set of valid wffs of logic when the class variables are
replaced with setvar variables (see cleljust 2215), so we don't include
any set theory axiom as a hypothesis. See also comments about the
syntax under df-clab 2225.
This is called the "axiom of membership" by [Levy] p. 338, who treats the theory of classes as an extralogical extension to our logic and set theory axioms. For a general discussion of the theory of classes, see https://us.metamath.org/mpeuni/mmset.html#class 2225. (Contributed by NM, 5-Aug-1993.) |
| Theorem | eqriv 2235* | Infer equality of classes from equivalence of membership. (Contributed by NM, 5-Aug-1993.) |
| Theorem | eqrdv 2236* | Deduce equality of classes from equivalence of membership. (Contributed by NM, 17-Mar-1996.) |
| Theorem | eqrdav 2237* | Deduce equality of classes from an equivalence of membership that depends on the membership variable. (Contributed by NM, 7-Nov-2008.) |
| Theorem | eqid 2238 |
Law of identity (reflexivity of class equality). Theorem 6.4 of [Quine]
p. 41.
This law is thought to have originated with Aristotle (Metaphysics, Zeta, 17, 1041 a, 10-20). (Thanks to Stefan Allan and BJ for this information.) (Contributed by NM, 5-Aug-1993.) (Revised by BJ, 14-Oct-2017.) |
| Theorem | eqidd 2239 | Class identity law with antecedent. (Contributed by NM, 21-Aug-2008.) |
| Theorem | eqcom 2240 | Commutative law for class equality. Theorem 6.5 of [Quine] p. 41. (Contributed by NM, 5-Aug-1993.) |
| Theorem | eqcoms 2241 | Inference applying commutative law for class equality to an antecedent. (Contributed by NM, 5-Aug-1993.) |
| Theorem | eqcomi 2242 | Inference from commutative law for class equality. (Contributed by NM, 5-Aug-1993.) |
| Theorem | neqcomd 2243 | Commute an inequality. (Contributed by Rohan Ridenour, 3-Aug-2023.) |
| Theorem | eqcomd 2244 | Deduction from commutative law for class equality. (Contributed by NM, 15-Aug-1994.) |
| Theorem | eqeq1 2245 | Equality implies equivalence of equalities. (Contributed by NM, 5-Aug-1993.) |
| Theorem | eqeq1i 2246 | Inference from equality to equivalence of equalities. (Contributed by NM, 5-Aug-1993.) |
| Theorem | eqeq1d 2247 | Deduction from equality to equivalence of equalities. (Contributed by NM, 27-Dec-1993.) |
| Theorem | eqeq2 2248 | Equality implies equivalence of equalities. (Contributed by NM, 5-Aug-1993.) |
| Theorem | eqeq2i 2249 | Inference from equality to equivalence of equalities. (Contributed by NM, 5-Aug-1993.) |
| Theorem | eqeq2d 2250 | Deduction from equality to equivalence of equalities. (Contributed by NM, 27-Dec-1993.) |
| Theorem | eqeq12 2251 | Equality relationship among 4 classes. (Contributed by NM, 3-Aug-1994.) |
| Theorem | eqeq12i 2252 | A useful inference for substituting definitions into an equality. (Contributed by NM, 5-Aug-1993.) (Proof shortened by Andrew Salmon, 25-May-2011.) |
| Theorem | eqeq12d 2253 | A useful inference for substituting definitions into an equality. (Contributed by NM, 5-Aug-1993.) (Proof shortened by Andrew Salmon, 25-May-2011.) |
| Theorem | eqeqan12d 2254 | A useful inference for substituting definitions into an equality. (Contributed by NM, 9-Aug-1994.) (Proof shortened by Andrew Salmon, 25-May-2011.) |
| Theorem | eqeqan12rd 2255 | A useful inference for substituting definitions into an equality. (Contributed by NM, 9-Aug-1994.) |
| Theorem | eqtr 2256 | Transitive law for class equality. Proposition 4.7(3) of [TakeutiZaring] p. 13. (Contributed by NM, 25-Jan-2004.) |
| Theorem | eqtr2 2257 | A transitive law for class equality. (Contributed by NM, 20-May-2005.) (Proof shortened by Andrew Salmon, 25-May-2011.) |
| Theorem | eqtr3 2258 | A transitive law for class equality. (Contributed by NM, 20-May-2005.) |
| Theorem | eqtri 2259 | An equality transitivity inference. (Contributed by NM, 5-Aug-1993.) |
| Theorem | eqtr2i 2260 | An equality transitivity inference. (Contributed by NM, 21-Feb-1995.) |
| Theorem | eqtr3i 2261 | An equality transitivity inference. (Contributed by NM, 6-May-1994.) |
| Theorem | eqtr4i 2262 | An equality transitivity inference. (Contributed by NM, 5-Aug-1993.) |
| Theorem | 3eqtri 2263 | An inference from three chained equalities. (Contributed by NM, 29-Aug-1993.) |
| Theorem | 3eqtrri 2264 | An inference from three chained equalities. (Contributed by NM, 3-Aug-2006.) (Proof shortened by Andrew Salmon, 25-May-2011.) |
| Theorem | 3eqtr2i 2265 | An inference from three chained equalities. (Contributed by NM, 3-Aug-2006.) |
| Theorem | 3eqtr2ri 2266 | An inference from three chained equalities. (Contributed by NM, 3-Aug-2006.) (Proof shortened by Andrew Salmon, 25-May-2011.) |
| Theorem | 3eqtr3i 2267 | An inference from three chained equalities. (Contributed by NM, 6-May-1994.) (Proof shortened by Andrew Salmon, 25-May-2011.) |
| Theorem | 3eqtr3ri 2268 | An inference from three chained equalities. (Contributed by NM, 15-Aug-2004.) |
| Theorem | 3eqtr4i 2269 | An inference from three chained equalities. (Contributed by NM, 5-Aug-1993.) (Proof shortened by Andrew Salmon, 25-May-2011.) |
| Theorem | 3eqtr4ri 2270 | An inference from three chained equalities. (Contributed by NM, 2-Sep-1995.) (Proof shortened by Andrew Salmon, 25-May-2011.) |
| Theorem | eqtrd 2271 | An equality transitivity deduction. (Contributed by NM, 5-Aug-1993.) |
| Theorem | eqtr2d 2272 | An equality transitivity deduction. (Contributed by NM, 18-Oct-1999.) |
| Theorem | eqtr3d 2273 | An equality transitivity equality deduction. (Contributed by NM, 18-Jul-1995.) |
| Theorem | eqtr4d 2274 | An equality transitivity equality deduction. (Contributed by NM, 18-Jul-1995.) |
| Theorem | 3eqtrd 2275 | A deduction from three chained equalities. (Contributed by NM, 29-Oct-1995.) |
| Theorem | 3eqtrrd 2276 | A deduction from three chained equalities. (Contributed by NM, 4-Aug-2006.) (Proof shortened by Andrew Salmon, 25-May-2011.) |
| Theorem | 3eqtr2d 2277 | A deduction from three chained equalities. (Contributed by NM, 4-Aug-2006.) |
| Theorem | 3eqtr2rd 2278 | A deduction from three chained equalities. (Contributed by NM, 4-Aug-2006.) |
| Theorem | 3eqtr3d 2279 | A deduction from three chained equalities. (Contributed by NM, 4-Aug-1995.) (Proof shortened by Andrew Salmon, 25-May-2011.) |
| Theorem | 3eqtr3rd 2280 | A deduction from three chained equalities. (Contributed by NM, 14-Jan-2006.) |
| Theorem | 3eqtr4d 2281 | A deduction from three chained equalities. (Contributed by NM, 4-Aug-1995.) (Proof shortened by Andrew Salmon, 25-May-2011.) |
| Theorem | 3eqtr4rd 2282 | A deduction from three chained equalities. (Contributed by NM, 21-Sep-1995.) |
| Theorem | eqtrid 2283 | An equality transitivity deduction. (Contributed by NM, 21-Jun-1993.) |
| Theorem | eqtr2id 2284 | An equality transitivity deduction. (Contributed by NM, 29-Mar-1998.) |
| Theorem | eqtr3id 2285 | An equality transitivity deduction. (Contributed by NM, 5-Aug-1993.) |
| Theorem | eqtr3di 2286 | An equality transitivity deduction. (Contributed by NM, 29-Mar-1998.) |
| Theorem | eqtrdi 2287 | An equality transitivity deduction. (Contributed by NM, 5-Aug-1993.) |
| Theorem | eqtr2di 2288 | An equality transitivity deduction. (Contributed by NM, 29-Mar-1998.) |
| Theorem | eqtr4di 2289 | An equality transitivity deduction. (Contributed by NM, 5-Aug-1993.) |
| Theorem | eqtr4id 2290 | An equality transitivity deduction. (Contributed by NM, 29-Mar-1998.) |
| Theorem | sylan9eq 2291 | An equality transitivity deduction. (Contributed by NM, 8-May-1994.) (Proof shortened by Andrew Salmon, 25-May-2011.) |
| Theorem | sylan9req 2292 | An equality transitivity deduction. (Contributed by NM, 23-Jun-2007.) |
| Theorem | sylan9eqr 2293 | An equality transitivity deduction. (Contributed by NM, 8-May-1994.) |
| Theorem | 3eqtr3g 2294 | A chained equality inference, useful for converting from definitions. (Contributed by NM, 15-Nov-1994.) |
| Theorem | 3eqtr3a 2295 | A chained equality inference, useful for converting from definitions. (Contributed by Mario Carneiro, 6-Nov-2015.) |
| Theorem | 3eqtr4g 2296 | A chained equality inference, useful for converting to definitions. (Contributed by NM, 5-Aug-1993.) |
| Theorem | 3eqtr4a 2297 | A chained equality inference, useful for converting to definitions. (Contributed by NM, 2-Feb-2007.) (Proof shortened by Andrew Salmon, 25-May-2011.) |
| Theorem | eq2tri 2298 | A compound transitive inference for class equality. (Contributed by NM, 22-Jan-2004.) |
| Theorem | eleq1w 2299 | Weaker version of eleq1 2301 (but more general than elequ1 2213) not depending on ax-ext 2220 nor df-cleq 2231. (Contributed by BJ, 24-Jun-2019.) |
| Theorem | eleq2w 2300 | Weaker version of eleq2 2302 (but more general than elequ2 2214) not depending on ax-ext 2220 nor df-cleq 2231. (Contributed by BJ, 29-Sep-2019.) |
| < Previous Next > |
| Copyright terms: Public domain | < Previous Next > |