| Intuitionistic Logic Explorer Theorem List (p. 168 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 | funmptd 16701 |
The maps-to notation defines a function (deduction form).
Note: one should similarly prove a deduction form of funopab4 5394, then prove funmptd 16701 from it, and then prove funmpt 5395 from that: this would reduce global proof length. (Contributed by BJ, 5-Aug-2024.) |
| Theorem | fnmptd 16702* | The maps-to notation defines a function with domain (deduction form). (Contributed by BJ, 5-Aug-2024.) |
| Theorem | bj-charfun 16703* |
Properties of the characteristic function on the class |
| Theorem | bj-charfundc 16704* |
Properties of the characteristic function on the class |
| Theorem | bj-charfundcALT 16705* | Alternate proof of bj-charfundc 16704. It was expected to be much shorter since it uses bj-charfun 16703 for the main part of the proof and the rest is basic computations, but these turn out to be lengthy, maybe because of the limited library of available lemmas. (Contributed by BJ, 15-Aug-2024.) (Proof modification is discouraged.) (New usage is discouraged.) |
| Theorem | bj-charfunr 16706* |
If a class
The hypothesis imposes that
The theorem would still hold if the codomain of |
| Theorem | bj-charfunbi 16707* |
In an ambient set
This characterization can be applied to singletons when the set |
This section develops constructive Zermelo--Fraenkel set theory (CZF) on top of intuitionistic logic. It is a constructive theory in the sense that its logic is intuitionistic and it is predicative. "Predicative" means that new sets can be constructed only from already constructed sets. In particular, the axiom of separation ax-sep 4233 is not predicative (because we cannot allow all formulas to define a subset) and is replaced in CZF by bounded separation ax-bdsep 16780. Because this axiom is weaker than full separation, the axiom of replacement or collection ax-coll 4230 of ZF and IZF has to be strengthened in CZF to the axiom of strong collection ax-strcoll 16878 (which is a theorem of IZF), and the axiom of infinity needs a more precise version, the von Neumann axiom of infinity ax-infvn 16837. Similarly, the axiom of powerset ax-pow 4292 is not predicative (checking whether a set is included in another requires to universally quantifier over that "not yet constructed" set) and is replaced in CZF by the axiom of fullness or the axiom of subset collection ax-sscoll 16883. In an intuitionistic context, the axiom of regularity is stated in IZF as well as in CZF as the axiom of set induction ax-setind 4664. It is sometimes interesting to study the weakening of CZF where that axiom is replaced by bounded set induction ax-bdsetind 16864. For more details on CZF, a useful set of notes is Peter Aczel and Michael Rathjen, CST Book draft. (available at http://www1.maths.leeds.ac.uk/~rathjen/book.pdf 16864) and an interesting article is Michael Shulman, Comparing material and structural set theories, Annals of Pure and Applied Logic, Volume 170, Issue 4 (Apr. 2019), 465--504. https://doi.org/10.48550/arXiv.1808.05204 16864 I also thank Michael Rathjen and Michael Shulman for useful hints in the formulation of some results. | ||
The present definition of bounded formulas emerged from a discussion on GitHub between Jim Kingdon, Mario Carneiro and I, started 23-Sept-2019 (see https://github.com/metamath/set.mm/issues/1173 and links therein). In order to state certain axiom schemes of Constructive Zermelo–Fraenkel (CZF) set theory, like the axiom scheme of bounded (or restricted, or Δ0) separation, it is necessary to distinguish certain formulas, called bounded (or restricted, or Δ0) formulas. The necessity of considering bounded formulas also arises in several theories of bounded arithmetic, both classical or intuitionistic, for instance to state the axiom scheme of Δ0-induction. To formalize this in Metamath, there are several choices to make.
A first choice is to either create a new type for bounded formulas, or to
create a predicate on formulas that indicates whether they are bounded.
In the first case, one creates a new type "wff0" with a new set of
metavariables (ph0 ...) and an axiom
"$a wff ph0 " ensuring that bounded
formulas are formulas, so that one can reuse existing theorems, and then
axioms take the form "$a wff0 ( ph0
-> ps0 )", etc.
In the second case, one introduces a predicate "BOUNDED
" with the intended
meaning that "BOUNDED
A second choice is to view "bounded" either as a syntactic or a
semantic
property.
For instance,
A third choice is in the form of the axioms, either in closed form or in
inference form.
One cannot state all the axioms in closed form, especially ax-bd0 16709.
Indeed, if we posited it in closed form, then we could prove for instance
Having ax-bd0 16709 in inference form ensures that a formula can be proved bounded only if it is equivalent *for all values of the free variables* to a syntactically bounded one. The other axioms (ax-bdim 16710 through ax-bdsb 16718) can be written either in closed or inference form. The fact that ax-bd0 16709 is an inference is enough to ensure that the closed forms cannot be "exploited" to prove that some unbounded formulas are bounded. (TODO: check.) However, we state all the axioms in inference form to make it clear that we do not exploit any over-permissiveness.
Finally, note that our logic has no terms, only variables. Therefore, we
cannot prove for instance that
Note that one cannot add an axiom | ||
| Syntax | wbd 16708 | Syntax for the predicate BOUNDED. |
| Axiom | ax-bd0 16709 | If two formulas are equivalent, then boundedness of one implies boundedness of the other. (Contributed by BJ, 3-Oct-2019.) |
| Axiom | ax-bdim 16710 | An implication between two bounded formulas is bounded. (Contributed by BJ, 25-Sep-2019.) |
| Axiom | ax-bdan 16711 | The conjunction of two bounded formulas is bounded. (Contributed by BJ, 25-Sep-2019.) |
| Axiom | ax-bdor 16712 | The disjunction of two bounded formulas is bounded. (Contributed by BJ, 25-Sep-2019.) |
| Axiom | ax-bdn 16713 | The negation of a bounded formula is bounded. (Contributed by BJ, 25-Sep-2019.) |
| Axiom | ax-bdal 16714* |
A bounded universal quantification of a bounded formula is bounded.
Note the disjoint variable condition on |
| Axiom | ax-bdex 16715* |
A bounded existential quantification of a bounded formula is bounded.
Note the disjoint variable condition on |
| Axiom | ax-bdeq 16716 | An atomic formula is bounded (equality predicate). (Contributed by BJ, 3-Oct-2019.) |
| Axiom | ax-bdel 16717 | An atomic formula is bounded (membership predicate). (Contributed by BJ, 3-Oct-2019.) |
| Axiom | ax-bdsb 16718 | A formula resulting from proper substitution in a bounded formula is bounded. This probably cannot be proved from the other axioms, since neither the definiens in df-sb 1812, nor probably any other equivalent formula, is syntactically bounded. (Contributed by BJ, 3-Oct-2019.) |
| Theorem | bdeq 16719 | Equality property for the predicate BOUNDED. (Contributed by BJ, 3-Oct-2019.) |
| Theorem | bd0 16720 | A formula equivalent to a bounded one is bounded. See also bd0r 16721. (Contributed by BJ, 3-Oct-2019.) |
| Theorem | bd0r 16721 |
A formula equivalent to a bounded one is bounded. Stated with a
commuted (compared with bd0 16720) biconditional in the hypothesis, to work
better with definitions ( |
| Theorem | bdbi 16722 | A biconditional between two bounded formulas is bounded. (Contributed by BJ, 3-Oct-2019.) |
| Theorem | bdstab 16723 | Stability of a bounded formula is bounded. (Contributed by BJ, 3-Oct-2019.) |
| Theorem | bddc 16724 | Decidability of a bounded formula is bounded. (Contributed by BJ, 3-Oct-2019.) |
| Theorem | bd3or 16725 | A disjunction of three bounded formulas is bounded. (Contributed by BJ, 3-Oct-2019.) |
| Theorem | bd3an 16726 | A conjunction of three bounded formulas is bounded. (Contributed by BJ, 3-Oct-2019.) |
| Theorem | bdth 16727 | A truth (a (closed) theorem) is a bounded formula. (Contributed by BJ, 6-Oct-2019.) |
| Theorem | bdtru 16728 |
The truth value |
| Theorem | bdfal 16729 |
The truth value |
| Theorem | bdnth 16730 | A falsity is a bounded formula. (Contributed by BJ, 6-Oct-2019.) |
| Theorem | bdnthALT 16731 | Alternate proof of bdnth 16730 not using bdfal 16729. Then, bdfal 16729 can be proved from this theorem, using fal 1405. The total number of proof steps would be 17 (for bdnthALT 16731) + 3 = 20, which is more than 8 (for bdfal 16729) + 9 (for bdnth 16730) = 17. (Contributed by BJ, 6-Oct-2019.) (Proof modification is discouraged.) (New usage is discouraged.) |
| Theorem | bdxor 16732 | The exclusive disjunction of two bounded formulas is bounded. (Contributed by BJ, 3-Oct-2019.) |
| Theorem | bj-bdcel 16733* | Boundedness of a membership formula. (Contributed by BJ, 8-Dec-2019.) |
| Theorem | bdab 16734 | Membership in a class defined by class abstraction using a bounded formula, is a bounded formula. (Contributed by BJ, 3-Oct-2019.) |
| Theorem | bdcdeq 16735 | Conditional equality of a bounded formula is a bounded formula. (Contributed by BJ, 16-Oct-2019.) |
In line with our definitions of classes as extensions of predicates, it is useful to define a predicate for bounded classes, which is done in df-bdc 16737. Note that this notion is only a technical device which can be used to shorten proofs of (semantic) boundedness of formulas.
As will be clear by the end of this subsection (see for instance bdop 16771),
one can prove the boundedness of any concrete term using only setvars and
bounded formulas, for instance,
| ||
| Syntax | wbdc 16736 | Syntax for the predicate BOUNDED. |
| Definition | df-bdc 16737* | Define a bounded class as one such that membership in this class is a bounded formula. (Contributed by BJ, 3-Oct-2019.) |
| Theorem | bdceq 16738 | Equality property for the predicate BOUNDED. (Contributed by BJ, 3-Oct-2019.) |
| Theorem | bdceqi 16739 | A class equal to a bounded one is bounded. Note the use of ax-ext 2216. See also bdceqir 16740. (Contributed by BJ, 3-Oct-2019.) |
| Theorem | bdceqir 16740 |
A class equal to a bounded one is bounded. Stated with a commuted
(compared with bdceqi 16739) equality in the hypothesis, to work better
with definitions ( |
| Theorem | bdel 16741* | The belonging of a setvar in a bounded class is a bounded formula. (Contributed by BJ, 3-Oct-2019.) |
| Theorem | bdeli 16742* | Inference associated with bdel 16741. Its converse is bdelir 16743. (Contributed by BJ, 3-Oct-2019.) |
| Theorem | bdelir 16743* | Inference associated with df-bdc 16737. Its converse is bdeli 16742. (Contributed by BJ, 3-Oct-2019.) |
| Theorem | bdcv 16744 | A setvar is a bounded class. (Contributed by BJ, 3-Oct-2019.) |
| Theorem | bdcab 16745 | A class defined by class abstraction using a bounded formula is bounded. (Contributed by BJ, 6-Oct-2019.) |
| Theorem | bdph 16746 | A formula which defines (by class abstraction) a bounded class is bounded. (Contributed by BJ, 6-Oct-2019.) |
| Theorem | bds 16747* | Boundedness of a formula resulting from implicit substitution in a bounded formula. Note that the proof does not use ax-bdsb 16718; therefore, using implicit instead of explicit substitution when boundedness is important, one might avoid using ax-bdsb 16718. (Contributed by BJ, 19-Nov-2019.) |
| Theorem | bdcrab 16748* | A class defined by restricted abstraction from a bounded class and a bounded formula is bounded. (Contributed by BJ, 3-Oct-2019.) |
| Theorem | bdne 16749 | Inequality of two setvars is a bounded formula. (Contributed by BJ, 16-Oct-2019.) |
| Theorem | bdnel 16750* | Non-membership of a setvar in a bounded formula is a bounded formula. (Contributed by BJ, 16-Oct-2019.) |
| Theorem | bdreu 16751* |
Boundedness of existential uniqueness.
Remark regarding restricted quantifiers: the formula |
| Theorem | bdrmo 16752* | Boundedness of existential at-most-one. (Contributed by BJ, 16-Oct-2019.) |
| Theorem | bdcvv 16753 | The universal class is bounded. The formulation may sound strange, but recall that here, "bounded" means "Δ0". (Contributed by BJ, 3-Oct-2019.) |
| Theorem | bdsbc 16754 | A formula resulting from proper substitution of a setvar for a setvar in a bounded formula is bounded. See also bdsbcALT 16755. (Contributed by BJ, 16-Oct-2019.) |
| Theorem | bdsbcALT 16755 | Alternate proof of bdsbc 16754. (Contributed by BJ, 16-Oct-2019.) (Proof modification is discouraged.) (New usage is discouraged.) |
| Theorem | bdccsb 16756 | A class resulting from proper substitution of a setvar for a setvar in a bounded class is bounded. (Contributed by BJ, 16-Oct-2019.) |
| Theorem | bdcdif 16757 | The difference of two bounded classes is bounded. (Contributed by BJ, 3-Oct-2019.) |
| Theorem | bdcun 16758 | The union of two bounded classes is bounded. (Contributed by BJ, 3-Oct-2019.) |
| Theorem | bdcin 16759 | The intersection of two bounded classes is bounded. (Contributed by BJ, 3-Oct-2019.) |
| Theorem | bdss 16760 | The inclusion of a setvar in a bounded class is a bounded formula. Note: apparently, we cannot prove from the present axioms that equality of two bounded classes is a bounded formula. (Contributed by BJ, 3-Oct-2019.) |
| Theorem | bdcnul 16761 | The empty class is bounded. See also bdcnulALT 16762. (Contributed by BJ, 3-Oct-2019.) |
| Theorem | bdcnulALT 16762 | Alternate proof of bdcnul 16761. Similarly, for the next few theorems proving boundedness of a class, one can either use their definition followed by bdceqir 16740, or use the corresponding characterizations of its elements followed by bdelir 16743. (Contributed by BJ, 3-Oct-2019.) (Proof modification is discouraged.) (New usage is discouraged.) |
| Theorem | bdeq0 16763 | Boundedness of the formula expressing that a setvar is equal to the empty class. (Contributed by BJ, 21-Nov-2019.) |
| Theorem | bj-bd0el 16764 |
Boundedness of the formula "the empty set belongs to the setvar |
| Theorem | bdcpw 16765 | The power class of a bounded class is bounded. (Contributed by BJ, 3-Oct-2019.) |
| Theorem | bdcsn 16766 | The singleton of a setvar is bounded. (Contributed by BJ, 16-Oct-2019.) |
| Theorem | bdcpr 16767 | The pair of two setvars is bounded. (Contributed by BJ, 16-Oct-2019.) |
| Theorem | bdctp 16768 | The unordered triple of three setvars is bounded. (Contributed by BJ, 16-Oct-2019.) |
| Theorem | bdsnss 16769* | Inclusion of a singleton of a setvar in a bounded class is a bounded formula. (Contributed by BJ, 16-Oct-2019.) |
| Theorem | bdvsn 16770* | Equality of a setvar with a singleton of a setvar is a bounded formula. (Contributed by BJ, 16-Oct-2019.) |
| Theorem | bdop 16771 | The ordered pair of two setvars is a bounded class. (Contributed by BJ, 21-Nov-2019.) |
| Theorem | bdcuni 16772 | The union of a setvar is a bounded class. (Contributed by BJ, 15-Oct-2019.) |
| Theorem | bdcint 16773 | The intersection of a setvar is a bounded class. (Contributed by BJ, 16-Oct-2019.) |
| Theorem | bdciun 16774* | The indexed union of a bounded class with a setvar indexing set is a bounded class. (Contributed by BJ, 16-Oct-2019.) |
| Theorem | bdciin 16775* | The indexed intersection of a bounded class with a setvar indexing set is a bounded class. (Contributed by BJ, 16-Oct-2019.) |
| Theorem | bdcsuc 16776 | The successor of a setvar is a bounded class. (Contributed by BJ, 16-Oct-2019.) |
| Theorem | bdeqsuc 16777* | Boundedness of the formula expressing that a setvar is equal to the successor of another. (Contributed by BJ, 21-Nov-2019.) |
| Theorem | bj-bdsucel 16778 |
Boundedness of the formula "the successor of the setvar |
| Theorem | bdcriota 16779* | A class given by a restricted definition binder is bounded, under the given hypotheses. (Contributed by BJ, 24-Nov-2019.) |
In this section, we state the axiom scheme of bounded separation, which is part of CZF set theory. | ||
| Axiom | ax-bdsep 16780* | Axiom scheme of bounded (or restricted, or Δ0) separation. It is stated with all possible disjoint variable conditions, to show that this weak form is sufficient. For the full axiom of separation, see ax-sep 4233. (Contributed by BJ, 5-Oct-2019.) |
| Theorem | bdsep1 16781* | Version of ax-bdsep 16780 without initial universal quantifier. (Contributed by BJ, 5-Oct-2019.) |
| Theorem | bdsep2 16782* | Version of ax-bdsep 16780 with one disjoint variable condition removed and without initial universal quantifier. Use bdsep1 16781 when sufficient. (Contributed by BJ, 5-Oct-2019.) |
| Theorem | bdsepnft 16783* | Closed form of bdsepnf 16784. Version of ax-bdsep 16780 with one disjoint variable condition removed, the other disjoint variable condition replaced by a nonfreeness antecedent, and without initial universal quantifier. Use bdsep1 16781 when sufficient. (Contributed by BJ, 19-Oct-2019.) |
| Theorem | bdsepnf 16784* | Version of ax-bdsep 16780 with one disjoint variable condition removed, the other disjoint variable condition replaced by a nonfreeness hypothesis, and without initial universal quantifier. See also bdsepnfALT 16785. Use bdsep1 16781 when sufficient. (Contributed by BJ, 5-Oct-2019.) |
| Theorem | bdsepnfALT 16785* | Alternate proof of bdsepnf 16784, not using bdsepnft 16783. (Contributed by BJ, 5-Oct-2019.) (Proof modification is discouraged.) (New usage is discouraged.) |
| Theorem | bdzfauscl 16786* | Closed form of the version of zfauscl 4235 for bounded formulas using bounded separation. (Contributed by BJ, 13-Nov-2019.) |
| Theorem | bdbm1.3ii 16787* | Bounded version of bm1.3ii 4236. (Contributed by BJ, 5-Oct-2019.) (Proof modification is discouraged.) |
| Theorem | bj-axemptylem 16788* | Lemma for bj-axempty 16789 and bj-axempty2 16790. (Contributed by BJ, 25-Oct-2020.) (Proof modification is discouraged.) Use ax-nul 4241 instead. (New usage is discouraged.) |
| Theorem | bj-axempty 16789* | Axiom of the empty set from bounded separation. It is provable from bounded separation since the intuitionistic FOL used in iset.mm assumes a nonempty universe. See axnul 4240. (Contributed by BJ, 25-Oct-2020.) (Proof modification is discouraged.) Use ax-nul 4241 instead. (New usage is discouraged.) |
| Theorem | bj-axempty2 16790* | Axiom of the empty set from bounded separation, alternate version to bj-axempty 16789. (Contributed by BJ, 27-Oct-2020.) (Proof modification is discouraged.) Use ax-nul 4241 instead. (New usage is discouraged.) |
| Theorem | bj-nalset 16791* | nalset 4245 from bounded separation. (Contributed by BJ, 18-Nov-2019.) (Proof modification is discouraged.) |
| Theorem | bj-vprc 16792 | vprc 4247 from bounded separation. (Contributed by BJ, 18-Nov-2019.) (Proof modification is discouraged.) |
| Theorem | bj-nvel 16793 | nvel 4248 from bounded separation. (Contributed by BJ, 18-Nov-2019.) (Proof modification is discouraged.) |
| Theorem | bj-vnex 16794 | vnex 4246 from bounded separation. (Contributed by BJ, 18-Nov-2019.) (Proof modification is discouraged.) |
| Theorem | bdinex1 16795 | Bounded version of inex1 4249. (Contributed by BJ, 13-Nov-2019.) (Proof modification is discouraged.) |
| Theorem | bdinex2 16796 | Bounded version of inex2 4250. (Contributed by BJ, 13-Nov-2019.) (Proof modification is discouraged.) |
| Theorem | bdinex1g 16797 | Bounded version of inex1g 4251. (Contributed by BJ, 13-Nov-2019.) (Proof modification is discouraged.) |
| Theorem | bdssex 16798 | Bounded version of ssex 4252. (Contributed by BJ, 13-Nov-2019.) (Proof modification is discouraged.) |
| Theorem | bdssexi 16799 | Bounded version of ssexi 4253. (Contributed by BJ, 13-Nov-2019.) (Proof modification is discouraged.) |
| Theorem | bdssexg 16800 | Bounded version of ssexg 4254. (Contributed by BJ, 13-Nov-2019.) (Proof modification is discouraged.) |
| < Previous Next > |
| Copyright terms: Public domain | < Previous Next > |