| Intuitionistic Logic Explorer Theorem List (p. 166 of 169) | < 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 | djucllem 16501* | Lemma for djulcl 7293 and djurcl 7294. (Contributed by BJ, 4-Jul-2022.) |
| Theorem | djulclALT 16502 | Shortening of djulcl 7293 using djucllem 16501. (Contributed by BJ, 4-Jul-2022.) (Proof modification is discouraged.) (New usage is discouraged.) |
| Theorem | djurclALT 16503 | Shortening of djurcl 7294 using djucllem 16501. (Contributed by BJ, 4-Jul-2022.) (Proof modification is discouraged.) (New usage is discouraged.) |
| Theorem | funmptd 16504 |
The maps-to notation defines a function (deduction form).
Note: one should similarly prove a deduction form of funopab4 5370, then prove funmptd 16504 from it, and then prove funmpt 5371 from that: this would reduce global proof length. (Contributed by BJ, 5-Aug-2024.) |
| Theorem | fnmptd 16505* | The maps-to notation defines a function with domain (deduction form). (Contributed by BJ, 5-Aug-2024.) |
| Theorem | bj-charfun 16506* |
Properties of the characteristic function on the class |
| Theorem | bj-charfundc 16507* |
Properties of the characteristic function on the class |
| Theorem | bj-charfundcALT 16508* | Alternate proof of bj-charfundc 16507. It was expected to be much shorter since it uses bj-charfun 16506 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 16509* |
If a class
The hypothesis imposes that
The theorem would still hold if the codomain of |
| Theorem | bj-charfunbi 16510* |
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 4212 is not predicative (because we cannot allow all formulas to define a subset) and is replaced in CZF by bounded separation ax-bdsep 16583. Because this axiom is weaker than full separation, the axiom of replacement or collection ax-coll 4209 of ZF and IZF has to be strengthened in CZF to the axiom of strong collection ax-strcoll 16681 (which is a theorem of IZF), and the axiom of infinity needs a more precise version, the von Neumann axiom of infinity ax-infvn 16640. Similarly, the axiom of powerset ax-pow 4270 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 16686. 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 4641. It is sometimes interesting to study the weakening of CZF where that axiom is replaced by bounded set induction ax-bdsetind 16667. 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 16667) 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 16667 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 16512.
Indeed, if we posited it in closed form, then we could prove for instance
Having ax-bd0 16512 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 16513 through ax-bdsb 16521) can be written either in closed or inference form. The fact that ax-bd0 16512 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 16511 | Syntax for the predicate BOUNDED. |
| Axiom | ax-bd0 16512 | If two formulas are equivalent, then boundedness of one implies boundedness of the other. (Contributed by BJ, 3-Oct-2019.) |
| Axiom | ax-bdim 16513 | An implication between two bounded formulas is bounded. (Contributed by BJ, 25-Sep-2019.) |
| Axiom | ax-bdan 16514 | The conjunction of two bounded formulas is bounded. (Contributed by BJ, 25-Sep-2019.) |
| Axiom | ax-bdor 16515 | The disjunction of two bounded formulas is bounded. (Contributed by BJ, 25-Sep-2019.) |
| Axiom | ax-bdn 16516 | The negation of a bounded formula is bounded. (Contributed by BJ, 25-Sep-2019.) |
| Axiom | ax-bdal 16517* |
A bounded universal quantification of a bounded formula is bounded.
Note the disjoint variable condition on |
| Axiom | ax-bdex 16518* |
A bounded existential quantification of a bounded formula is bounded.
Note the disjoint variable condition on |
| Axiom | ax-bdeq 16519 | An atomic formula is bounded (equality predicate). (Contributed by BJ, 3-Oct-2019.) |
| Axiom | ax-bdel 16520 | An atomic formula is bounded (membership predicate). (Contributed by BJ, 3-Oct-2019.) |
| Axiom | ax-bdsb 16521 | 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 1811, nor probably any other equivalent formula, is syntactically bounded. (Contributed by BJ, 3-Oct-2019.) |
| Theorem | bdeq 16522 | Equality property for the predicate BOUNDED. (Contributed by BJ, 3-Oct-2019.) |
| Theorem | bd0 16523 | A formula equivalent to a bounded one is bounded. See also bd0r 16524. (Contributed by BJ, 3-Oct-2019.) |
| Theorem | bd0r 16524 |
A formula equivalent to a bounded one is bounded. Stated with a
commuted (compared with bd0 16523) biconditional in the hypothesis, to work
better with definitions ( |
| Theorem | bdbi 16525 | A biconditional between two bounded formulas is bounded. (Contributed by BJ, 3-Oct-2019.) |
| Theorem | bdstab 16526 | Stability of a bounded formula is bounded. (Contributed by BJ, 3-Oct-2019.) |
| Theorem | bddc 16527 | Decidability of a bounded formula is bounded. (Contributed by BJ, 3-Oct-2019.) |
| Theorem | bd3or 16528 | A disjunction of three bounded formulas is bounded. (Contributed by BJ, 3-Oct-2019.) |
| Theorem | bd3an 16529 | A conjunction of three bounded formulas is bounded. (Contributed by BJ, 3-Oct-2019.) |
| Theorem | bdth 16530 | A truth (a (closed) theorem) is a bounded formula. (Contributed by BJ, 6-Oct-2019.) |
| Theorem | bdtru 16531 |
The truth value |
| Theorem | bdfal 16532 |
The truth value |
| Theorem | bdnth 16533 | A falsity is a bounded formula. (Contributed by BJ, 6-Oct-2019.) |
| Theorem | bdnthALT 16534 | Alternate proof of bdnth 16533 not using bdfal 16532. Then, bdfal 16532 can be proved from this theorem, using fal 1405. The total number of proof steps would be 17 (for bdnthALT 16534) + 3 = 20, which is more than 8 (for bdfal 16532) + 9 (for bdnth 16533) = 17. (Contributed by BJ, 6-Oct-2019.) (Proof modification is discouraged.) (New usage is discouraged.) |
| Theorem | bdxor 16535 | The exclusive disjunction of two bounded formulas is bounded. (Contributed by BJ, 3-Oct-2019.) |
| Theorem | bj-bdcel 16536* | Boundedness of a membership formula. (Contributed by BJ, 8-Dec-2019.) |
| Theorem | bdab 16537 | Membership in a class defined by class abstraction using a bounded formula, is a bounded formula. (Contributed by BJ, 3-Oct-2019.) |
| Theorem | bdcdeq 16538 | 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 16540. 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 16574),
one can prove the boundedness of any concrete term using only setvars and
bounded formulas, for instance,
| ||
| Syntax | wbdc 16539 | Syntax for the predicate BOUNDED. |
| Definition | df-bdc 16540* | Define a bounded class as one such that membership in this class is a bounded formula. (Contributed by BJ, 3-Oct-2019.) |
| Theorem | bdceq 16541 | Equality property for the predicate BOUNDED. (Contributed by BJ, 3-Oct-2019.) |
| Theorem | bdceqi 16542 | A class equal to a bounded one is bounded. Note the use of ax-ext 2213. See also bdceqir 16543. (Contributed by BJ, 3-Oct-2019.) |
| Theorem | bdceqir 16543 |
A class equal to a bounded one is bounded. Stated with a commuted
(compared with bdceqi 16542) equality in the hypothesis, to work better
with definitions ( |
| Theorem | bdel 16544* | The belonging of a setvar in a bounded class is a bounded formula. (Contributed by BJ, 3-Oct-2019.) |
| Theorem | bdeli 16545* | Inference associated with bdel 16544. Its converse is bdelir 16546. (Contributed by BJ, 3-Oct-2019.) |
| Theorem | bdelir 16546* | Inference associated with df-bdc 16540. Its converse is bdeli 16545. (Contributed by BJ, 3-Oct-2019.) |
| Theorem | bdcv 16547 | A setvar is a bounded class. (Contributed by BJ, 3-Oct-2019.) |
| Theorem | bdcab 16548 | A class defined by class abstraction using a bounded formula is bounded. (Contributed by BJ, 6-Oct-2019.) |
| Theorem | bdph 16549 | A formula which defines (by class abstraction) a bounded class is bounded. (Contributed by BJ, 6-Oct-2019.) |
| Theorem | bds 16550* | Boundedness of a formula resulting from implicit substitution in a bounded formula. Note that the proof does not use ax-bdsb 16521; therefore, using implicit instead of explicit substitution when boundedness is important, one might avoid using ax-bdsb 16521. (Contributed by BJ, 19-Nov-2019.) |
| Theorem | bdcrab 16551* | A class defined by restricted abstraction from a bounded class and a bounded formula is bounded. (Contributed by BJ, 3-Oct-2019.) |
| Theorem | bdne 16552 | Inequality of two setvars is a bounded formula. (Contributed by BJ, 16-Oct-2019.) |
| Theorem | bdnel 16553* | Non-membership of a setvar in a bounded formula is a bounded formula. (Contributed by BJ, 16-Oct-2019.) |
| Theorem | bdreu 16554* |
Boundedness of existential uniqueness.
Remark regarding restricted quantifiers: the formula |
| Theorem | bdrmo 16555* | Boundedness of existential at-most-one. (Contributed by BJ, 16-Oct-2019.) |
| Theorem | bdcvv 16556 | 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 16557 | A formula resulting from proper substitution of a setvar for a setvar in a bounded formula is bounded. See also bdsbcALT 16558. (Contributed by BJ, 16-Oct-2019.) |
| Theorem | bdsbcALT 16558 | Alternate proof of bdsbc 16557. (Contributed by BJ, 16-Oct-2019.) (Proof modification is discouraged.) (New usage is discouraged.) |
| Theorem | bdccsb 16559 | 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 16560 | The difference of two bounded classes is bounded. (Contributed by BJ, 3-Oct-2019.) |
| Theorem | bdcun 16561 | The union of two bounded classes is bounded. (Contributed by BJ, 3-Oct-2019.) |
| Theorem | bdcin 16562 | The intersection of two bounded classes is bounded. (Contributed by BJ, 3-Oct-2019.) |
| Theorem | bdss 16563 | 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 16564 | The empty class is bounded. See also bdcnulALT 16565. (Contributed by BJ, 3-Oct-2019.) |
| Theorem | bdcnulALT 16565 | Alternate proof of bdcnul 16564. Similarly, for the next few theorems proving boundedness of a class, one can either use their definition followed by bdceqir 16543, or use the corresponding characterizations of its elements followed by bdelir 16546. (Contributed by BJ, 3-Oct-2019.) (Proof modification is discouraged.) (New usage is discouraged.) |
| Theorem | bdeq0 16566 | Boundedness of the formula expressing that a setvar is equal to the empty class. (Contributed by BJ, 21-Nov-2019.) |
| Theorem | bj-bd0el 16567 |
Boundedness of the formula "the empty set belongs to the setvar |
| Theorem | bdcpw 16568 | The power class of a bounded class is bounded. (Contributed by BJ, 3-Oct-2019.) |
| Theorem | bdcsn 16569 | The singleton of a setvar is bounded. (Contributed by BJ, 16-Oct-2019.) |
| Theorem | bdcpr 16570 | The pair of two setvars is bounded. (Contributed by BJ, 16-Oct-2019.) |
| Theorem | bdctp 16571 | The unordered triple of three setvars is bounded. (Contributed by BJ, 16-Oct-2019.) |
| Theorem | bdsnss 16572* | Inclusion of a singleton of a setvar in a bounded class is a bounded formula. (Contributed by BJ, 16-Oct-2019.) |
| Theorem | bdvsn 16573* | Equality of a setvar with a singleton of a setvar is a bounded formula. (Contributed by BJ, 16-Oct-2019.) |
| Theorem | bdop 16574 | The ordered pair of two setvars is a bounded class. (Contributed by BJ, 21-Nov-2019.) |
| Theorem | bdcuni 16575 | The union of a setvar is a bounded class. (Contributed by BJ, 15-Oct-2019.) |
| Theorem | bdcint 16576 | The intersection of a setvar is a bounded class. (Contributed by BJ, 16-Oct-2019.) |
| Theorem | bdciun 16577* | The indexed union of a bounded class with a setvar indexing set is a bounded class. (Contributed by BJ, 16-Oct-2019.) |
| Theorem | bdciin 16578* | The indexed intersection of a bounded class with a setvar indexing set is a bounded class. (Contributed by BJ, 16-Oct-2019.) |
| Theorem | bdcsuc 16579 | The successor of a setvar is a bounded class. (Contributed by BJ, 16-Oct-2019.) |
| Theorem | bdeqsuc 16580* | Boundedness of the formula expressing that a setvar is equal to the successor of another. (Contributed by BJ, 21-Nov-2019.) |
| Theorem | bj-bdsucel 16581 |
Boundedness of the formula "the successor of the setvar |
| Theorem | bdcriota 16582* | 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 16583* | 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 4212. (Contributed by BJ, 5-Oct-2019.) |
| Theorem | bdsep1 16584* | Version of ax-bdsep 16583 without initial universal quantifier. (Contributed by BJ, 5-Oct-2019.) |
| Theorem | bdsep2 16585* | Version of ax-bdsep 16583 with one disjoint variable condition removed and without initial universal quantifier. Use bdsep1 16584 when sufficient. (Contributed by BJ, 5-Oct-2019.) |
| Theorem | bdsepnft 16586* | Closed form of bdsepnf 16587. Version of ax-bdsep 16583 with one disjoint variable condition removed, the other disjoint variable condition replaced by a nonfreeness antecedent, and without initial universal quantifier. Use bdsep1 16584 when sufficient. (Contributed by BJ, 19-Oct-2019.) |
| Theorem | bdsepnf 16587* | Version of ax-bdsep 16583 with one disjoint variable condition removed, the other disjoint variable condition replaced by a nonfreeness hypothesis, and without initial universal quantifier. See also bdsepnfALT 16588. Use bdsep1 16584 when sufficient. (Contributed by BJ, 5-Oct-2019.) |
| Theorem | bdsepnfALT 16588* | Alternate proof of bdsepnf 16587, not using bdsepnft 16586. (Contributed by BJ, 5-Oct-2019.) (Proof modification is discouraged.) (New usage is discouraged.) |
| Theorem | bdzfauscl 16589* | Closed form of the version of zfauscl 4214 for bounded formulas using bounded separation. (Contributed by BJ, 13-Nov-2019.) |
| Theorem | bdbm1.3ii 16590* | Bounded version of bm1.3ii 4215. (Contributed by BJ, 5-Oct-2019.) (Proof modification is discouraged.) |
| Theorem | bj-axemptylem 16591* | Lemma for bj-axempty 16592 and bj-axempty2 16593. (Contributed by BJ, 25-Oct-2020.) (Proof modification is discouraged.) Use ax-nul 4220 instead. (New usage is discouraged.) |
| Theorem | bj-axempty 16592* | 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 4219. (Contributed by BJ, 25-Oct-2020.) (Proof modification is discouraged.) Use ax-nul 4220 instead. (New usage is discouraged.) |
| Theorem | bj-axempty2 16593* | Axiom of the empty set from bounded separation, alternate version to bj-axempty 16592. (Contributed by BJ, 27-Oct-2020.) (Proof modification is discouraged.) Use ax-nul 4220 instead. (New usage is discouraged.) |
| Theorem | bj-nalset 16594* | nalset 4224 from bounded separation. (Contributed by BJ, 18-Nov-2019.) (Proof modification is discouraged.) |
| Theorem | bj-vprc 16595 | vprc 4226 from bounded separation. (Contributed by BJ, 18-Nov-2019.) (Proof modification is discouraged.) |
| Theorem | bj-nvel 16596 | nvel 4227 from bounded separation. (Contributed by BJ, 18-Nov-2019.) (Proof modification is discouraged.) |
| Theorem | bj-vnex 16597 | vnex 4225 from bounded separation. (Contributed by BJ, 18-Nov-2019.) (Proof modification is discouraged.) |
| Theorem | bdinex1 16598 | Bounded version of inex1 4228. (Contributed by BJ, 13-Nov-2019.) (Proof modification is discouraged.) |
| Theorem | bdinex2 16599 | Bounded version of inex2 4229. (Contributed by BJ, 13-Nov-2019.) (Proof modification is discouraged.) |
| Theorem | bdinex1g 16600 | Bounded version of inex1g 4230. (Contributed by BJ, 13-Nov-2019.) (Proof modification is discouraged.) |
| < Previous Next > |
| Copyright terms: Public domain | < Previous Next > |