| Intuitionistic Logic Explorer Theorem List (p. 23 of 170) | < 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 | fresison 2201 |
"Fresison", one of the syllogisms of Aristotelian logic. No |
| Theorem | calemos 2202 |
"Calemos", one of the syllogisms of Aristotelian logic. All |
| Theorem | fesapo 2203 |
"Fesapo", one of the syllogisms of Aristotelian logic. No |
| Theorem | bamalip 2204 |
"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 1552). | ||
| Syntax | wcel 2205 |
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 2206 |
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 2206 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 2205. This lets us avoid overloading
the |
| Axiom | ax-13 2207 |
Axiom of left equality for the binary predicate |
| Axiom | ax-14 2208 |
Axiom of right equality for the binary predicate |
| Theorem | elequ1 2209 | An identity law for the non-logical predicate. (Contributed by NM, 5-Aug-1993.) |
| Theorem | elequ2 2210 | An identity law for the non-logical predicate. (Contributed by NM, 5-Aug-1993.) |
| Theorem | cleljust 2211* | 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 2206 with the class variables in wcel 2205. (Contributed by NM, 28-Jan-2004.) |
| Theorem | elsb1 2212* | Substitution for the first argument of the non-logical predicate in an atomic formula. See elsb2 2213 for substitution for the second argument. (Contributed by NM, 7-Nov-2006.) (Proof shortened by Andrew Salmon, 14-Jun-2011.) |
| Theorem | elsb2 2213* | Substitution for the second argument of the non-logical predicate in an atomic formula. See elsb1 2212 for substitution for the first argument. (Contributed by Rodolfo Medina, 3-Apr-2010.) (Proof shortened by Andrew Salmon, 14-Jun-2011.) |
| Theorem | dveel1 2214* | Quantifier introduction when one pair of variables is disjoint. (Contributed by NM, 2-Jan-2002.) |
| Theorem | dveel2 2215* | 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 1812) and our definition of the nonfreeness predicate (df-nf 1510), 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 16708. | ||
| Axiom | ax-ext 2216* |
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 1553 through ax-16 1863 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 2217* |
A generalization of the Axiom of Extensionality in which |
| Theorem | axext4 2218* | 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 2216. (Contributed by NM, 14-Nov-2008.) |
| Theorem | bm1.1 2219* | 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 2220 |
Introduce the class builder or class abstraction notation ("the class of
sets |
| Definition | df-clab 2221 |
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 2343. (Contributed by NM, 5-Aug-1993.) |
| Theorem | abid 2222 | Simplification of class abstraction notation when the free and bound variables are identical. (Contributed by NM, 5-Aug-1993.) |
| Theorem | hbab1 2223* | Bound-variable hypothesis builder for a class abstraction. (Contributed by NM, 5-Aug-1993.) |
| Theorem | nfsab1 2224* | Bound-variable hypothesis builder for a class abstraction. (Contributed by Mario Carneiro, 11-Aug-2016.) |
| Theorem | hbab 2225* | Bound-variable hypothesis builder for a class abstraction. (Contributed by NM, 1-Mar-1995.) |
| Theorem | nfsab 2226* | Bound-variable hypothesis builder for a class abstraction. (Contributed by Mario Carneiro, 11-Aug-2016.) |
| Definition | df-cleq 2227* |
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 2221, df-clel 2230, and abeq2 2343. In the form of dfcleq 2228, 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 2228. (Contributed by NM, 15-Sep-1993.) |
| Theorem | dfcleq 2228* | The same as df-cleq 2227 with the hypothesis removed using the Axiom of Extensionality ax-ext 2216. (Contributed by NM, 15-Sep-1993.) |
| Theorem | cvjust 2229* | 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 1397, which allows us to substitute a setvar variable for a class variable. See also cab 2220 and df-clab 2221. Note that this is not a rigorous justification, because cv 1397 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 2230* |
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 2227 it extends or "overloads" the
use of the existing membership symbol, but unlike df-cleq 2227 it does not
strengthen the set of valid wffs of logic when the class variables are
replaced with setvar variables (see cleljust 2211), so we don't include
any set theory axiom as a hypothesis. See also comments about the
syntax under df-clab 2221.
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 2221. (Contributed by NM, 5-Aug-1993.) |
| Theorem | eqriv 2231* | Infer equality of classes from equivalence of membership. (Contributed by NM, 5-Aug-1993.) |
| Theorem | eqrdv 2232* | Deduce equality of classes from equivalence of membership. (Contributed by NM, 17-Mar-1996.) |
| Theorem | eqrdav 2233* | Deduce equality of classes from an equivalence of membership that depends on the membership variable. (Contributed by NM, 7-Nov-2008.) |
| Theorem | eqid 2234 |
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 2235 | Class identity law with antecedent. (Contributed by NM, 21-Aug-2008.) |
| Theorem | eqcom 2236 | Commutative law for class equality. Theorem 6.5 of [Quine] p. 41. (Contributed by NM, 5-Aug-1993.) |
| Theorem | eqcoms 2237 | Inference applying commutative law for class equality to an antecedent. (Contributed by NM, 5-Aug-1993.) |
| Theorem | eqcomi 2238 | Inference from commutative law for class equality. (Contributed by NM, 5-Aug-1993.) |
| Theorem | neqcomd 2239 | Commute an inequality. (Contributed by Rohan Ridenour, 3-Aug-2023.) |
| Theorem | eqcomd 2240 | Deduction from commutative law for class equality. (Contributed by NM, 15-Aug-1994.) |
| Theorem | eqeq1 2241 | Equality implies equivalence of equalities. (Contributed by NM, 5-Aug-1993.) |
| Theorem | eqeq1i 2242 | Inference from equality to equivalence of equalities. (Contributed by NM, 5-Aug-1993.) |
| Theorem | eqeq1d 2243 | Deduction from equality to equivalence of equalities. (Contributed by NM, 27-Dec-1993.) |
| Theorem | eqeq2 2244 | Equality implies equivalence of equalities. (Contributed by NM, 5-Aug-1993.) |
| Theorem | eqeq2i 2245 | Inference from equality to equivalence of equalities. (Contributed by NM, 5-Aug-1993.) |
| Theorem | eqeq2d 2246 | Deduction from equality to equivalence of equalities. (Contributed by NM, 27-Dec-1993.) |
| Theorem | eqeq12 2247 | Equality relationship among 4 classes. (Contributed by NM, 3-Aug-1994.) |
| Theorem | eqeq12i 2248 | 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 2249 | 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 2250 | 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 2251 | A useful inference for substituting definitions into an equality. (Contributed by NM, 9-Aug-1994.) |
| Theorem | eqtr 2252 | Transitive law for class equality. Proposition 4.7(3) of [TakeutiZaring] p. 13. (Contributed by NM, 25-Jan-2004.) |
| Theorem | eqtr2 2253 | A transitive law for class equality. (Contributed by NM, 20-May-2005.) (Proof shortened by Andrew Salmon, 25-May-2011.) |
| Theorem | eqtr3 2254 | A transitive law for class equality. (Contributed by NM, 20-May-2005.) |
| Theorem | eqtri 2255 | An equality transitivity inference. (Contributed by NM, 5-Aug-1993.) |
| Theorem | eqtr2i 2256 | An equality transitivity inference. (Contributed by NM, 21-Feb-1995.) |
| Theorem | eqtr3i 2257 | An equality transitivity inference. (Contributed by NM, 6-May-1994.) |
| Theorem | eqtr4i 2258 | An equality transitivity inference. (Contributed by NM, 5-Aug-1993.) |
| Theorem | 3eqtri 2259 | An inference from three chained equalities. (Contributed by NM, 29-Aug-1993.) |
| Theorem | 3eqtrri 2260 | An inference from three chained equalities. (Contributed by NM, 3-Aug-2006.) (Proof shortened by Andrew Salmon, 25-May-2011.) |
| Theorem | 3eqtr2i 2261 | An inference from three chained equalities. (Contributed by NM, 3-Aug-2006.) |
| Theorem | 3eqtr2ri 2262 | An inference from three chained equalities. (Contributed by NM, 3-Aug-2006.) (Proof shortened by Andrew Salmon, 25-May-2011.) |
| Theorem | 3eqtr3i 2263 | An inference from three chained equalities. (Contributed by NM, 6-May-1994.) (Proof shortened by Andrew Salmon, 25-May-2011.) |
| Theorem | 3eqtr3ri 2264 | An inference from three chained equalities. (Contributed by NM, 15-Aug-2004.) |
| Theorem | 3eqtr4i 2265 | An inference from three chained equalities. (Contributed by NM, 5-Aug-1993.) (Proof shortened by Andrew Salmon, 25-May-2011.) |
| Theorem | 3eqtr4ri 2266 | An inference from three chained equalities. (Contributed by NM, 2-Sep-1995.) (Proof shortened by Andrew Salmon, 25-May-2011.) |
| Theorem | eqtrd 2267 | An equality transitivity deduction. (Contributed by NM, 5-Aug-1993.) |
| Theorem | eqtr2d 2268 | An equality transitivity deduction. (Contributed by NM, 18-Oct-1999.) |
| Theorem | eqtr3d 2269 | An equality transitivity equality deduction. (Contributed by NM, 18-Jul-1995.) |
| Theorem | eqtr4d 2270 | An equality transitivity equality deduction. (Contributed by NM, 18-Jul-1995.) |
| Theorem | 3eqtrd 2271 | A deduction from three chained equalities. (Contributed by NM, 29-Oct-1995.) |
| Theorem | 3eqtrrd 2272 | A deduction from three chained equalities. (Contributed by NM, 4-Aug-2006.) (Proof shortened by Andrew Salmon, 25-May-2011.) |
| Theorem | 3eqtr2d 2273 | A deduction from three chained equalities. (Contributed by NM, 4-Aug-2006.) |
| Theorem | 3eqtr2rd 2274 | A deduction from three chained equalities. (Contributed by NM, 4-Aug-2006.) |
| Theorem | 3eqtr3d 2275 | A deduction from three chained equalities. (Contributed by NM, 4-Aug-1995.) (Proof shortened by Andrew Salmon, 25-May-2011.) |
| Theorem | 3eqtr3rd 2276 | A deduction from three chained equalities. (Contributed by NM, 14-Jan-2006.) |
| Theorem | 3eqtr4d 2277 | A deduction from three chained equalities. (Contributed by NM, 4-Aug-1995.) (Proof shortened by Andrew Salmon, 25-May-2011.) |
| Theorem | 3eqtr4rd 2278 | A deduction from three chained equalities. (Contributed by NM, 21-Sep-1995.) |
| Theorem | eqtrid 2279 | An equality transitivity deduction. (Contributed by NM, 21-Jun-1993.) |
| Theorem | eqtr2id 2280 | An equality transitivity deduction. (Contributed by NM, 29-Mar-1998.) |
| Theorem | eqtr3id 2281 | An equality transitivity deduction. (Contributed by NM, 5-Aug-1993.) |
| Theorem | eqtr3di 2282 | An equality transitivity deduction. (Contributed by NM, 29-Mar-1998.) |
| Theorem | eqtrdi 2283 | An equality transitivity deduction. (Contributed by NM, 5-Aug-1993.) |
| Theorem | eqtr2di 2284 | An equality transitivity deduction. (Contributed by NM, 29-Mar-1998.) |
| Theorem | eqtr4di 2285 | An equality transitivity deduction. (Contributed by NM, 5-Aug-1993.) |
| Theorem | eqtr4id 2286 | An equality transitivity deduction. (Contributed by NM, 29-Mar-1998.) |
| Theorem | sylan9eq 2287 | An equality transitivity deduction. (Contributed by NM, 8-May-1994.) (Proof shortened by Andrew Salmon, 25-May-2011.) |
| Theorem | sylan9req 2288 | An equality transitivity deduction. (Contributed by NM, 23-Jun-2007.) |
| Theorem | sylan9eqr 2289 | An equality transitivity deduction. (Contributed by NM, 8-May-1994.) |
| Theorem | 3eqtr3g 2290 | A chained equality inference, useful for converting from definitions. (Contributed by NM, 15-Nov-1994.) |
| Theorem | 3eqtr3a 2291 | A chained equality inference, useful for converting from definitions. (Contributed by Mario Carneiro, 6-Nov-2015.) |
| Theorem | 3eqtr4g 2292 | A chained equality inference, useful for converting to definitions. (Contributed by NM, 5-Aug-1993.) |
| Theorem | 3eqtr4a 2293 | 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 2294 | A compound transitive inference for class equality. (Contributed by NM, 22-Jan-2004.) |
| Theorem | eleq1w 2295 | Weaker version of eleq1 2297 (but more general than elequ1 2209) not depending on ax-ext 2216 nor df-cleq 2227. (Contributed by BJ, 24-Jun-2019.) |
| Theorem | eleq2w 2296 | Weaker version of eleq2 2298 (but more general than elequ2 2210) not depending on ax-ext 2216 nor df-cleq 2227. (Contributed by BJ, 29-Sep-2019.) |
| Theorem | eleq1 2297 | Equality implies equivalence of membership. (Contributed by NM, 5-Aug-1993.) |
| Theorem | eleq2 2298 | Equality implies equivalence of membership. (Contributed by NM, 5-Aug-1993.) |
| Theorem | eleq12 2299 | Equality implies equivalence of membership. (Contributed by NM, 31-May-1999.) |
| Theorem | eleq1i 2300 | Inference from equality to equivalence of membership. (Contributed by NM, 5-Aug-1993.) |
| < Previous Next > |
| Copyright terms: Public domain | < Previous Next > |