HomeHome Intuitionistic Logic Explorer
Theorem List (p. 126 of 129)
< Previous  Next >
Bad symbols? Try the
GIF version.

Mirrors  >  Metamath Home Page  >  ILE Home Page  >  Theorem List Contents  >  Recent Proofs       This page: Page List

Theorem List for Intuitionistic Logic Explorer - 12501-12600   *Has distinct variable group(s)
TypeLabelDescription
Statement
 
Theoremnegfcncf 12501* The negative of a continuous complex function is continuous. (Contributed by Paul Chapman, 21-Jan-2008.) (Revised by Mario Carneiro, 25-Aug-2014.)
𝐺 = (𝑥𝐴 ↦ -(𝐹𝑥))       (𝐹 ∈ (𝐴cn→ℂ) → 𝐺 ∈ (𝐴cn→ℂ))
 
Theoremmulcncflem 12502* Lemma for mulcncf 12503. (Contributed by Jim Kingdon, 29-May-2023.)
(𝜑 → (𝑥𝑋𝐴) ∈ (𝑋cn→ℂ))    &   (𝜑 → (𝑥𝑋𝐵) ∈ (𝑋cn→ℂ))    &   (𝜑𝑉𝑋)    &   (𝜑𝐸 ∈ ℝ+)    &   (𝜑𝐹 ∈ ℝ+)    &   (𝜑𝐺 ∈ ℝ+)    &   (𝜑𝑆 ∈ ℝ+)    &   (𝜑𝑇 ∈ ℝ+)    &   (𝜑 → ∀𝑢𝑋 ((abs‘(𝑢𝑉)) < 𝑆 → (abs‘(((𝑥𝑋𝐴)‘𝑢) − ((𝑥𝑋𝐴)‘𝑉))) < 𝐹))    &   (𝜑 → ∀𝑢𝑋 ((abs‘(𝑢𝑉)) < 𝑇 → (abs‘(((𝑥𝑋𝐵)‘𝑢) − ((𝑥𝑋𝐵)‘𝑉))) < 𝐺))    &   (𝜑 → ∀𝑢𝑋 (((abs‘(𝑢 / 𝑥𝐴𝑉 / 𝑥𝐴)) < 𝐹 ∧ (abs‘(𝑢 / 𝑥𝐵𝑉 / 𝑥𝐵)) < 𝐺) → (abs‘((𝑢 / 𝑥𝐴 · 𝑢 / 𝑥𝐵) − (𝑉 / 𝑥𝐴 · 𝑉 / 𝑥𝐵))) < 𝐸))       (𝜑 → ∃𝑑 ∈ ℝ+𝑢𝑋 ((abs‘(𝑢𝑉)) < 𝑑 → (abs‘(((𝑥𝑋 ↦ (𝐴 · 𝐵))‘𝑢) − ((𝑥𝑋 ↦ (𝐴 · 𝐵))‘𝑉))) < 𝐸))
 
Theoremmulcncf 12503* The multiplication of two continuous complex functions is continuous. (Contributed by Glauco Siliprandi, 29-Jun-2017.)
(𝜑 → (𝑥𝑋𝐴) ∈ (𝑋cn→ℂ))    &   (𝜑 → (𝑥𝑋𝐵) ∈ (𝑋cn→ℂ))       (𝜑 → (𝑥𝑋 ↦ (𝐴 · 𝐵)) ∈ (𝑋cn→ℂ))
 
Theoremexpcncf 12504* The power function on complex numbers, for fixed exponent N, is continuous. (Contributed by Glauco Siliprandi, 29-Jun-2017.)
(𝑁 ∈ ℕ0 → (𝑥 ∈ ℂ ↦ (𝑥𝑁)) ∈ (ℂ–cn→ℂ))
 
PART 7  BASIC REAL AND COMPLEX ANALYSIS
 
7.1  Derivatives
 
7.1.1  Real and complex differentiation
 
7.1.1.1  Derivatives of functions of one complex or real variable
 
Syntaxclimc 12505 The limit operator.
class lim
 
Syntaxcdv 12506 The derivative operator.
class D
 
Definitiondf-limced 12507* Define the set of limits of a complex function at a point. Under normal circumstances, this will be a singleton or empty, depending on whether the limit exists. (Contributed by Mario Carneiro, 24-Dec-2016.) (Revised by Jim Kingdon, 3-Jun-2023.)
lim = (𝑓 ∈ (ℂ ↑pm ℂ), 𝑥 ∈ ℂ ↦ {𝑦 ∈ ℂ ∣ ((𝑓:dom 𝑓⟶ℂ ∧ dom 𝑓 ⊆ ℂ) ∧ (𝑥 ∈ ℂ ∧ ∀𝑒 ∈ ℝ+𝑑 ∈ ℝ+𝑧 ∈ dom 𝑓((𝑧 # 𝑥 ∧ (abs‘(𝑧𝑥)) < 𝑑) → (abs‘((𝑓𝑧) − 𝑦)) < 𝑒)))})
 
Definitiondf-dvap 12508* Define the derivative operator. This acts on functions to produce a function that is defined where the original function is differentiable, with value the derivative of the function at these points. The set 𝑠 here is the ambient topological space under which we are evaluating the continuity of the difference quotient. Although the definition is valid for any subset of and is well-behaved when 𝑠 contains no isolated points, we will restrict our attention to the cases 𝑠 = ℝ or 𝑠 = ℂ for the majority of the development, these corresponding respectively to real and complex differentiation. (Contributed by Mario Carneiro, 7-Aug-2014.) (Revised by Jim Kingdon, 25-Jun-2023.)
D = (𝑠 ∈ 𝒫 ℂ, 𝑓 ∈ (ℂ ↑pm 𝑠) ↦ 𝑥 ∈ ((int‘((MetOpen‘(abs ∘ − )) ↾t 𝑠))‘dom 𝑓)({𝑥} × ((𝑧 ∈ {𝑤 ∈ dom 𝑓𝑤 # 𝑥} ↦ (((𝑓𝑧) − (𝑓𝑥)) / (𝑧𝑥))) lim 𝑥)))
 
Theoremlimcrcl 12509 Reverse closure for the limit operator. (Contributed by Mario Carneiro, 28-Dec-2016.)
(𝐶 ∈ (𝐹 lim 𝐵) → (𝐹:dom 𝐹⟶ℂ ∧ dom 𝐹 ⊆ ℂ ∧ 𝐵 ∈ ℂ))
 
Theoremlimccl 12510 Closure of the limit operator. (Contributed by Mario Carneiro, 25-Dec-2016.)
(𝐹 lim 𝐵) ⊆ ℂ
 
Theoremellimc3ap 12511* Write the epsilon-delta definition of a limit. (Contributed by Mario Carneiro, 28-Dec-2016.) Use apartness. (Revised by Jim Kingdon, 3-Jun-2023.)
(𝜑𝐹:𝐴⟶ℂ)    &   (𝜑𝐴 ⊆ ℂ)    &   (𝜑𝐵 ∈ ℂ)       (𝜑 → (𝐶 ∈ (𝐹 lim 𝐵) ↔ (𝐶 ∈ ℂ ∧ ∀𝑥 ∈ ℝ+𝑦 ∈ ℝ+𝑧𝐴 ((𝑧 # 𝐵 ∧ (abs‘(𝑧𝐵)) < 𝑦) → (abs‘((𝐹𝑧) − 𝐶)) < 𝑥))))
 
Theoremlimcdifap 12512* It suffices to consider functions which are not defined at 𝐵 to define the limit of a function. In particular, the value of the original function 𝐹 at 𝐵 does not affect the limit of 𝐹. (Contributed by Mario Carneiro, 25-Dec-2016.) (Revised by Jim Kingdon, 3-Jun-2023.)
(𝜑𝐹:𝐴⟶ℂ)    &   (𝜑𝐴 ⊆ ℂ)       (𝜑 → (𝐹 lim 𝐵) = ((𝐹 ↾ {𝑥𝐴𝑥 # 𝐵}) lim 𝐵))
 
Theoremlimcimolemlt 12513* Lemma for limcimo 12514. (Contributed by Jim Kingdon, 3-Jul-2023.)
(𝜑𝐹:𝐴⟶ℂ)    &   (𝜑𝐴 ⊆ ℂ)    &   (𝜑𝐵 ∈ ℂ)    &   (𝜑𝐵𝐶)    &   (𝜑𝐵𝑆)    &   (𝜑𝐶 ∈ (𝐾t 𝑆))    &   (𝜑𝑆 ∈ {ℝ, ℂ})    &   (𝜑 → {𝑞𝐶𝑞 # 𝐵} ⊆ 𝐴)    &   𝐾 = (MetOpen‘(abs ∘ − ))    &   (𝜑𝐷 ∈ ℝ+)    &   (𝜑𝑋 ∈ (𝐹 lim 𝐵))    &   (𝜑𝑌 ∈ (𝐹 lim 𝐵))    &   (𝜑 → ∀𝑧𝐴 ((𝑧 # 𝐵 ∧ (abs‘(𝑧𝐵)) < 𝐷) → (abs‘((𝐹𝑧) − 𝑋)) < ((abs‘(𝑋𝑌)) / 2)))    &   (𝜑𝐺 ∈ ℝ+)    &   (𝜑 → ∀𝑤𝐴 ((𝑤 # 𝐵 ∧ (abs‘(𝑤𝐵)) < 𝐺) → (abs‘((𝐹𝑤) − 𝑌)) < ((abs‘(𝑋𝑌)) / 2)))       (𝜑 → (abs‘(𝑋𝑌)) < (abs‘(𝑋𝑌)))
 
Theoremlimcimo 12514* Conditions which ensure there is at most one limit value of 𝐹 at 𝐵. (Contributed by Mario Carneiro, 25-Dec-2016.) (Revised by Jim Kingdon, 8-Jul-2023.)
(𝜑𝐹:𝐴⟶ℂ)    &   (𝜑𝐴 ⊆ ℂ)    &   (𝜑𝐵 ∈ ℂ)    &   (𝜑𝐵𝐶)    &   (𝜑𝐵𝑆)    &   (𝜑𝐶 ∈ (𝐾t 𝑆))    &   (𝜑𝑆 ∈ {ℝ, ℂ})    &   (𝜑 → {𝑞𝐶𝑞 # 𝐵} ⊆ 𝐴)    &   𝐾 = (MetOpen‘(abs ∘ − ))       (𝜑 → ∃*𝑥 𝑥 ∈ (𝐹 lim 𝐵))
 
Theoremlimcresi 12515 Any limit of 𝐹 is also a limit of the restriction of 𝐹. (Contributed by Mario Carneiro, 28-Dec-2016.)
(𝐹 lim 𝐵) ⊆ ((𝐹𝐶) lim 𝐵)
 
Theoremcnplimcim 12516 If a function is continuous at 𝐵, its limit at 𝐵 equals the value of the function there. (Contributed by Mario Carneiro, 28-Dec-2016.) (Revised by Jim Kingdon, 14-Jun-2023.)
𝐾 = (MetOpen‘(abs ∘ − ))    &   𝐽 = (𝐾t 𝐴)       ((𝐴 ⊆ ℂ ∧ 𝐵𝐴) → (𝐹 ∈ ((𝐽 CnP 𝐾)‘𝐵) → (𝐹:𝐴⟶ℂ ∧ (𝐹𝐵) ∈ (𝐹 lim 𝐵))))
 
Theoremcnlimcim 12517* If 𝐹 is a continuous function, the limit of the function at each point equals the value of the function. (Contributed by Mario Carneiro, 28-Dec-2016.) (Revised by Jim Kingdon, 16-Jun-2023.)
(𝐴 ⊆ ℂ → (𝐹 ∈ (𝐴cn→ℂ) → (𝐹:𝐴⟶ℂ ∧ ∀𝑥𝐴 (𝐹𝑥) ∈ (𝐹 lim 𝑥))))
 
Theoremcnlimci 12518 If 𝐹 is a continuous function, then the limit of the function at any point equals its value. (Contributed by Mario Carneiro, 28-Dec-2016.)
(𝜑𝐹 ∈ (𝐴cn𝐷))    &   (𝜑𝐵𝐴)       (𝜑 → (𝐹𝐵) ∈ (𝐹 lim 𝐵))
 
Theoremcnmptlimc 12519* If 𝐹 is a continuous function, then the limit of the function at any point equals its value. (Contributed by Mario Carneiro, 28-Dec-2016.)
(𝜑 → (𝑥𝐴𝑋) ∈ (𝐴cn𝐷))    &   (𝜑𝐵𝐴)    &   (𝑥 = 𝐵𝑋 = 𝑌)       (𝜑𝑌 ∈ ((𝑥𝐴𝑋) lim 𝐵))
 
Theoremlimccnpcntop 12520 If the limit of 𝐹 at 𝐵 is 𝐶 and 𝐺 is continuous at 𝐶, then the limit of 𝐺𝐹 at 𝐵 is 𝐺(𝐶). (Contributed by Mario Carneiro, 28-Dec-2016.) (Revised by Jim Kingdon, 18-Jun-2023.)
(𝜑𝐹:𝐴𝐷)    &   (𝜑𝐷 ⊆ ℂ)    &   𝐾 = (MetOpen‘(abs ∘ − ))    &   𝐽 = (𝐾t 𝐷)    &   (𝜑𝐶 ∈ (𝐹 lim 𝐵))    &   (𝜑𝐺 ∈ ((𝐽 CnP 𝐾)‘𝐶))       (𝜑 → (𝐺𝐶) ∈ ((𝐺𝐹) lim 𝐵))
 
Theoremreldvg 12521 The derivative function is a relation. (Contributed by Mario Carneiro, 7-Aug-2014.) (Revised by Jim Kingdon, 25-Jun-2023.)
((𝑆 ⊆ ℂ ∧ 𝐹 ∈ (ℂ ↑pm 𝑆)) → Rel (𝑆 D 𝐹))
 
Theoremdvlemap 12522* Closure for a difference quotient. (Contributed by Mario Carneiro, 1-Sep-2014.) (Revised by Jim Kingdon, 27-Jun-2023.)
(𝜑𝐹:𝐷⟶ℂ)    &   (𝜑𝐷 ⊆ ℂ)    &   (𝜑𝐵𝐷)       ((𝜑𝐴 ∈ {𝑤𝐷𝑤 # 𝐵}) → (((𝐹𝐴) − (𝐹𝐵)) / (𝐴𝐵)) ∈ ℂ)
 
Theoremdvfvalap 12523* Value and set bounds on the derivative operator. (Contributed by Mario Carneiro, 7-Aug-2014.) (Revised by Jim Kingdon, 27-Jun-2023.)
𝑇 = (𝐾t 𝑆)    &   𝐾 = (MetOpen‘(abs ∘ − ))       ((𝑆 ⊆ ℂ ∧ 𝐹:𝐴⟶ℂ ∧ 𝐴𝑆) → ((𝑆 D 𝐹) = 𝑥 ∈ ((int‘𝑇)‘𝐴)({𝑥} × ((𝑧 ∈ {𝑤𝐴𝑤 # 𝑥} ↦ (((𝐹𝑧) − (𝐹𝑥)) / (𝑧𝑥))) lim 𝑥)) ∧ (𝑆 D 𝐹) ⊆ (((int‘𝑇)‘𝐴) × ℂ)))
 
Theoremeldvap 12524* The differentiable predicate. A function 𝐹 is differentiable at 𝐵 with derivative 𝐶 iff 𝐹 is defined in a neighborhood of 𝐵 and the difference quotient has limit 𝐶 at 𝐵. (Contributed by Mario Carneiro, 7-Aug-2014.) (Revised by Jim Kingdon, 27-Jun-2023.)
𝑇 = (𝐾t 𝑆)    &   𝐾 = (MetOpen‘(abs ∘ − ))    &   𝐺 = (𝑧 ∈ {𝑤𝐴𝑤 # 𝐵} ↦ (((𝐹𝑧) − (𝐹𝐵)) / (𝑧𝐵)))    &   (𝜑𝑆 ⊆ ℂ)    &   (𝜑𝐹:𝐴⟶ℂ)    &   (𝜑𝐴𝑆)       (𝜑 → (𝐵(𝑆 D 𝐹)𝐶 ↔ (𝐵 ∈ ((int‘𝑇)‘𝐴) ∧ 𝐶 ∈ (𝐺 lim 𝐵))))
 
Theoremdvcl 12525 The derivative function takes values in the complex numbers. (Contributed by Mario Carneiro, 7-Aug-2014.) (Revised by Mario Carneiro, 9-Feb-2015.)
(𝜑𝑆 ⊆ ℂ)    &   (𝜑𝐹:𝐴⟶ℂ)    &   (𝜑𝐴𝑆)       ((𝜑𝐵(𝑆 D 𝐹)𝐶) → 𝐶 ∈ ℂ)
 
Theoremdvbssntrcntop 12526 The set of differentiable points is a subset of the interior of the domain of the function. (Contributed by Mario Carneiro, 7-Aug-2014.) (Revised by Jim Kingdon, 27-Jun-2023.)
(𝜑𝑆 ⊆ ℂ)    &   (𝜑𝐹:𝐴⟶ℂ)    &   (𝜑𝐴𝑆)    &   𝐽 = (𝐾t 𝑆)    &   𝐾 = (MetOpen‘(abs ∘ − ))       (𝜑 → dom (𝑆 D 𝐹) ⊆ ((int‘𝐽)‘𝐴))
 
Theoremdvbss 12527 The set of differentiable points is a subset of the domain of the function. (Contributed by Mario Carneiro, 6-Aug-2014.) (Revised by Mario Carneiro, 9-Feb-2015.)
(𝜑𝑆 ⊆ ℂ)    &   (𝜑𝐹:𝐴⟶ℂ)    &   (𝜑𝐴𝑆)       (𝜑 → dom (𝑆 D 𝐹) ⊆ 𝐴)
 
Theoremdvbsssg 12528 The set of differentiable points is a subset of the ambient topology. (Contributed by Mario Carneiro, 18-Mar-2015.) (Revised by Jim Kingdon, 28-Jun-2023.)
((𝑆 ⊆ ℂ ∧ 𝐹 ∈ (ℂ ↑pm 𝑆)) → dom (𝑆 D 𝐹) ⊆ 𝑆)
 
Theoremrecnprss 12529 Both and are subsets of . (Contributed by Mario Carneiro, 10-Feb-2015.)
(𝑆 ∈ {ℝ, ℂ} → 𝑆 ⊆ ℂ)
 
Theoremdvfgg 12530 Explicitly write out the functionality condition on derivative for 𝑆 = ℝ and . (Contributed by Mario Carneiro, 9-Feb-2015.) (Revised by Jim Kingdon, 28-Jun-2023.)
((𝑆 ∈ {ℝ, ℂ} ∧ 𝐹 ∈ (ℂ ↑pm 𝑆)) → (𝑆 D 𝐹):dom (𝑆 D 𝐹)⟶ℂ)
 
Theoremdvfpm 12531 The derivative is a function. (Contributed by Mario Carneiro, 8-Aug-2014.) (Revised by Jim Kingdon, 28-Jul-2023.)
(𝐹 ∈ (ℂ ↑pm ℝ) → (ℝ D 𝐹):dom (ℝ D 𝐹)⟶ℂ)
 
Theoremdvfcnpm 12532 The derivative is a function. (Contributed by Mario Carneiro, 9-Feb-2015.) (Revised by Jim Kingdon, 28-Jul-2023.)
(𝐹 ∈ (ℂ ↑pm ℂ) → (ℂ D 𝐹):dom (ℂ D 𝐹)⟶ℂ)
 
Theoremdvidlemap 12533* Lemma for dvid 12535 and dvconst 12534. (Contributed by Mario Carneiro, 8-Aug-2014.) (Revised by Jim Kingdon, 2-Aug-2023.)
(𝜑𝐹:ℂ⟶ℂ)    &   ((𝜑 ∧ (𝑥 ∈ ℂ ∧ 𝑧 ∈ ℂ ∧ 𝑧 # 𝑥)) → (((𝐹𝑧) − (𝐹𝑥)) / (𝑧𝑥)) = 𝐵)    &   𝐵 ∈ ℂ       (𝜑 → (ℂ D 𝐹) = (ℂ × {𝐵}))
 
Theoremdvconst 12534 Derivative of a constant function. (Contributed by Mario Carneiro, 8-Aug-2014.) (Revised by Jim Kingdon, 2-Aug-2023.)
(𝐴 ∈ ℂ → (ℂ D (ℂ × {𝐴})) = (ℂ × {0}))
 
Theoremdvid 12535 Derivative of the identity function. (Contributed by Mario Carneiro, 8-Aug-2014.) (Revised by Jim Kingdon, 2-Aug-2023.)
(ℂ D ( I ↾ ℂ)) = (ℂ × {1})
 
PART 8  GUIDES AND MISCELLANEA
 
8.1  Guides (conventions, explanations, and examples)
 
8.1.1  Conventions

This section describes the conventions we use. However, these conventions often refer to existing mathematical practices, which are discussed in more detail in other references. The following sources lay out how mathematics is developed without the law of the excluded middle. Of course, there are a greater number of sources which assume excluded middle and most of what is in them applies here too (especially in a treatment such as ours which is built on first order logic and set theory, rather than, say, type theory). Studying how a topic is treated in the Metamath Proof Explorer and the references therein is often a good place to start (and is easy to compare with the Intuitionistic Logic Explorer). The textbooks provide a motivation for what we are doing, whereas Metamath lets you see in detail all hidden and implicit steps. Most standard theorems are accompanied by citations. Some closely followed texts include the following:

  • Axioms of propositional calculus - Stanford Encyclopedia of Philosophy or [Heyting].
  • Axioms of predicate calculus - our axioms are adapted from the ones in the Metamath Proof Explorer.
  • Theorems of propositional calculus - [Heyting].
  • Theorems of pure predicate calculus - Metamath Proof Explorer.
  • Theorems of equality and substitution - Metamath Proof Explorer.
  • Axioms of set theory - [Crosilla].
  • Development of set theory - Chapter 10 of [HoTT].
  • Construction of real and complex numbers - Chapter 11 of [HoTT]; [BauerTaylor].
  • Theorems about real numbers - [Geuvers].
 
Theoremconventions 12536 Unless there is a reason to diverge, we follow the conventions of the Metamath Proof Explorer (MPE, set.mm). This list of conventions is intended to be read in conjunction with the corresponding conventions in the Metamath Proof Explorer, and only the differences are described below.
  • Minimizing axioms and the axiom of choice. We prefer proofs that depend on fewer and/or weaker axioms, even if the proofs are longer. In particular, our choice of IZF (Intuitionistic Zermelo-Fraenkel) over CZF (Constructive Zermelo-Fraenkel, a weaker system) was just an expedient choice because IZF is easier to formalize in Metamath. You can find some development using CZF in BJ's mathbox starting at wbd 12591 (and the section header just above it). As for the axiom of choice, the full axiom of choice implies excluded middle as seen at acexmid 5705, although some authors will use countable choice or dependent choice. For example, countable choice or excluded middle is needed to show that the Cauchy reals coincide with the Dedekind reals - Corollary 11.4.3 of [HoTT], p. (varies).
  • Junk/undefined results. Much of the discussion of this topic in the Metamath Proof Explorer applies except that certain techniques are not available to us. For example, the Metamath Proof Explorer will often say "if a function is evaluated within its domain, a certain result follows; if the function is evaluated outside its domain, the same result follows. Since the function must be evaluated within its domain or outside it, the result follows unconditionally" (the use of excluded middle in this argument is perhaps obvious when stated this way). Often, the easiest fix will be to prove we are evaluating functions within their domains, other times it will be possible to use a theorem like relelfvdm 5385 which says that if a function value produces an inhabited set, then the function is being evaluated within its domain.
  • Bibliography references. The bibliography for the Intuitionistic Logic Explorer is separate from the one for the Metamath Proof Explorer but feel free to copy-paste a citation in either direction in order to cite it.

Label naming conventions

Here are a few of the label naming conventions:

  • Suffixes. We follow the conventions of the Metamath Proof Explorer with a few additions. A biconditional in set.mm which is an implication in iset.mm should have a "r" (for the reverse direction), or "i"/"im" (for the forward direction) appended. A theorem in set.mm which has a decidability condition added should add "dc" to the theorem name. A theorem in set.mm where "nonempty class" is changed to "inhabited class" should add "m" (for member) to the theorem name.
  • iset.mm versus set.mm names

    Theorems which are the same as in set.mm should be named the same (that is, where the statement of the theorem is the same; the proof can differ without a new name being called for). Theorems which are different should be named differently (we do have a small number of intentional exceptions to this rule but on the whole it serves us well).

    As for how to choose names so they are different between iset.mm and set.mm, when possible choose a name which reflect the difference in the theorems. For example, if a theorem in set.mm is an equality and the iset.mm analogue is a subset, add "ss" to the iset.mm name. If need be, add "i" to the iset.mm name (usually as a prefix to some portion of the name).

    As with set.mm, we welcome suggestions for better names (such as names which are more consistent with naming conventions).

    We do try to keep set.mm and iset.mm similar where we can. For example, if a theorem exists in both places but the name in set.mm isn't great, we tend to keep that name for iset.mm, or change it in both files together. This is mainly to make it easier to copy theorems, but also to generally help people browse proofs, find theorems, write proofs, etc.

The following table shows some commonly-used abbreviations in labels which are not found in the Metamath Proof Explorer, in alphabetical order. For each abbreviation we provide a mnenomic to help you remember it, the source theorem/assumption defining it, an expression showing what it looks like, whether or not it is a "syntax fragment" (an abbreviation that indicates a particular kind of syntax), and hyperlinks to label examples that use the abbreviation. The abbreviation is bolded if there is a df-NAME definition but the label fragment is not NAME.

For the "g" abbreviation, this is related to the set.mm usage, in which "is a set" conditions are converted from hypotheses to antecedents, but is also used where "is a set" conditions are added relative to similar set.mm theorems.

AbbreviationMnenomic/MeaningSource ExpressionSyntax?Example(s)
apapart df-ap 8210 Yes apadd1 8236, apne 8251
gwith "is a set" condition No 1stvalg 5971, brtposg 6081, setsmsbasg 12407
seq3, sum3recursive sequence df-seqfrec 10060 Yes seq3-1 10074, fsum3 10995

  • Community. The Metamath mailing list also covers the Intuitionistic Logic Explorer and is at: https://groups.google.com/forum/#!forum/metamath.
  • (Contributed by Jim Kingdon, 24-Feb-2020.)

    𝜑       𝜑
     
    8.1.2  Definitional examples
     
    Theoremex-or 12537 Example for ax-io 671. Example by David A. Wheeler. (Contributed by Mario Carneiro, 9-May-2015.)
    (2 = 3 ∨ 4 = 4)
     
    Theoremex-an 12538 Example for ax-ia1 105. Example by David A. Wheeler. (Contributed by Mario Carneiro, 9-May-2015.)
    (2 = 2 ∧ 3 = 3)
     
    Theorem1kp2ke3k 12539 Example for df-dec 9035, 1000 + 2000 = 3000.

    This proof disproves (by counterexample) the assertion of Hao Wang, who stated, "There is a theorem in the primitive notation of set theory that corresponds to the arithmetic theorem 1000 + 2000 = 3000. The formula would be forbiddingly long... even if (one) knows the definitions and is asked to simplify the long formula according to them, chances are he will make errors and arrive at some incorrect result." (Hao Wang, "Theory and practice in mathematics" , In Thomas Tymoczko, editor, New Directions in the Philosophy of Mathematics, pp 129-152, Birkauser Boston, Inc., Boston, 1986. (QA8.6.N48). The quote itself is on page 140.)

    This is noted in Metamath: A Computer Language for Pure Mathematics by Norman Megill (2007) section 1.1.3. Megill then states, "A number of writers have conveyed the impression that the kind of absolute rigor provided by Metamath is an impossible dream, suggesting that a complete, formal verification of a typical theorem would take millions of steps in untold volumes of books... These writers assume, however, that in order to achieve the kind of complete formal verification they desire one must break down a proof into individual primitive steps that make direct reference to the axioms. This is not necessary. There is no reason not to make use of previously proved theorems rather than proving them over and over... A hierarchy of theorems and definitions permits an exponential growth in the formula sizes and primitive proof steps to be described with only a linear growth in the number of symbols used. Of course, this is how ordinary informal mathematics is normally done anyway, but with Metamath it can be done with absolute rigor and precision."

    The proof here starts with (2 + 1) = 3, commutes it, and repeatedly multiplies both sides by ten. This is certainly longer than traditional mathematical proofs, e.g., there are a number of steps explicitly shown here to show that we're allowed to do operations such as multiplication. However, while longer, the proof is clearly a manageable size - even though every step is rigorously derived all the way back to the primitive notions of set theory and logic. And while there's a risk of making errors, the many independent verifiers make it much less likely that an incorrect result will be accepted.

    This proof heavily relies on the decimal constructor df-dec 9035 developed by Mario Carneiro in 2015. The underlying Metamath language has an intentionally very small set of primitives; it doesn't even have a built-in construct for numbers. Instead, the digits are defined using these primitives, and the decimal constructor is used to make it easy to express larger numbers as combinations of digits.

    (Contributed by David A. Wheeler, 29-Jun-2016.) (Shortened by Mario Carneiro using the arithmetic algorithm in mmj2, 30-Jun-2016.)

    (1000 + 2000) = 3000
     
    Theoremex-fl 12540 Example for df-fl 9884. Example by David A. Wheeler. (Contributed by Mario Carneiro, 18-Jun-2015.)
    ((⌊‘(3 / 2)) = 1 ∧ (⌊‘-(3 / 2)) = -2)
     
    Theoremex-ceil 12541 Example for df-ceil 9885. (Contributed by AV, 4-Sep-2021.)
    ((⌈‘(3 / 2)) = 2 ∧ (⌈‘-(3 / 2)) = -1)
     
    Theoremex-exp 12542 Example for df-exp 10134. (Contributed by AV, 4-Sep-2021.)
    ((5↑2) = 25 ∧ (-3↑-2) = (1 / 9))
     
    Theoremex-fac 12543 Example for df-fac 10313. (Contributed by AV, 4-Sep-2021.)
    (!‘5) = 120
     
    Theoremex-bc 12544 Example for df-bc 10335. (Contributed by AV, 4-Sep-2021.)
    (5C3) = 10
     
    Theoremex-dvds 12545 Example for df-dvds 11289: 3 divides into 6. (Contributed by David A. Wheeler, 19-May-2015.)
    3 ∥ 6
     
    Theoremex-gcd 12546 Example for df-gcd 11431. (Contributed by AV, 5-Sep-2021.)
    (-6 gcd 9) = 3
     
    PART 9  SUPPLEMENTARY MATERIAL (USER'S MATHBOXES)
     
    9.1  Mathboxes for user contributions
     
    9.1.1  Mathbox guidelines
     
    Theoremmathbox 12547 (This theorem is a dummy placeholder for these guidelines. The name of this theorem, "mathbox", is hard-coded into the Metamath program to identify the start of the mathbox section for web page generation.)

    A "mathbox" is a user-contributed section that is maintained by its contributor independently from the main part of iset.mm.

    For contributors:

    By making a contribution, you agree to release it into the public domain, according to the statement at the beginning of iset.mm.

    Guidelines:

    Mathboxes in iset.mm follow the same practices as in set.mm, so refer to the mathbox guidelines there for more details.

    (Contributed by NM, 20-Feb-2007.) (Revised by the Metamath team, 9-Sep-2023.) (New usage is discouraged.)

    𝜑       𝜑
     
    9.2  Mathbox for BJ
     
    9.2.1  Propositional calculus
     
    Theoremnnexmid 12548 Double negation of excluded middle. Intuitionistic logic refutes the negation of excluded middle (but, of course, does not prove excluded middle) for any formula. (Contributed by BJ, 9-Oct-2019.)
    ¬ ¬ (𝜑 ∨ ¬ 𝜑)
     
    Theoremnndc 12549 Double negation of decidability of a formula. Intuitionistic logic refutes undecidability (but, of course, does not prove decidability) of any formula. (Contributed by BJ, 9-Oct-2019.)
    ¬ ¬ DECID 𝜑
     
    Theoremdcdc 12550 Decidability of a proposition is decidable if and only if that proposition is decidable. DECID is idempotent. (Contributed by BJ, 9-Oct-2019.)
    (DECID DECID 𝜑DECID 𝜑)
     
    9.2.2  Predicate calculus
     
    Theorembj-ex 12551* Existential generalization. (Contributed by BJ, 8-Dec-2019.) Proof modification is discouraged because there are shorter proofs, but using less basic results (like exlimiv 1545 and 19.9ht 1588 or 19.23ht 1441). (Proof modification is discouraged.)
    (∃𝑥𝜑𝜑)
     
    Theorembj-hbalt 12552 Closed form of hbal 1421 (copied from set.mm). (Contributed by BJ, 2-May-2019.)
    (∀𝑦(𝜑 → ∀𝑥𝜑) → (∀𝑦𝜑 → ∀𝑥𝑦𝜑))
     
    Theorembj-nfalt 12553 Closed form of nfal 1523 (copied from set.mm). (Contributed by BJ, 2-May-2019.)
    (∀𝑥𝑦𝜑 → Ⅎ𝑦𝑥𝜑)
     
    Theoremspimd 12554 Deduction form of spim 1684. (Contributed by BJ, 17-Oct-2019.)
    (𝜑 → Ⅎ𝑥𝜒)    &   (𝜑 → ∀𝑥(𝑥 = 𝑦 → (𝜓𝜒)))       (𝜑 → (∀𝑥𝜓𝜒))
     
    Theorem2spim 12555* Double substitution, as in spim 1684. (Contributed by BJ, 17-Oct-2019.)
    𝑥𝜒    &   𝑧𝜒    &   ((𝑥 = 𝑦𝑧 = 𝑡) → (𝜓𝜒))       (∀𝑧𝑥𝜓𝜒)
     
    Theoremch2var 12556* Implicit substitution of 𝑦 for 𝑥 and 𝑡 for 𝑧 into a theorem. (Contributed by BJ, 17-Oct-2019.)
    𝑥𝜓    &   𝑧𝜓    &   ((𝑥 = 𝑦𝑧 = 𝑡) → (𝜑𝜓))    &   𝜑       𝜓
     
    Theoremch2varv 12557* Version of ch2var 12556 with non-freeness hypotheses replaced with disjoint variable conditions. (Contributed by BJ, 17-Oct-2019.)
    ((𝑥 = 𝑦𝑧 = 𝑡) → (𝜑𝜓))    &   𝜑       𝜓
     
    Theorembj-exlimmp 12558 Lemma for bj-vtoclgf 12564. (Contributed by BJ, 21-Nov-2019.) (Proof modification is discouraged.)
    𝑥𝜓    &   (𝜒𝜑)       (∀𝑥(𝜒 → (𝜑𝜓)) → (∃𝑥𝜒𝜓))
     
    Theorembj-exlimmpi 12559 Lemma for bj-vtoclgf 12564. (Contributed by BJ, 21-Nov-2019.) (Proof modification is discouraged.)
    𝑥𝜓    &   (𝜒𝜑)    &   (𝜒 → (𝜑𝜓))       (∃𝑥𝜒𝜓)
     
    Theorembj-sbimedh 12560 A strengthening of sbiedh 1728 (same proof). (Contributed by BJ, 16-Dec-2019.)
    (𝜑 → ∀𝑥𝜑)    &   (𝜑 → (𝜒 → ∀𝑥𝜒))    &   (𝜑 → (𝑥 = 𝑦 → (𝜓𝜒)))       (𝜑 → ([𝑦 / 𝑥]𝜓𝜒))
     
    Theorembj-sbimeh 12561 A strengthening of sbieh 1731 (same proof). (Contributed by BJ, 16-Dec-2019.)
    (𝜓 → ∀𝑥𝜓)    &   (𝑥 = 𝑦 → (𝜑𝜓))       ([𝑦 / 𝑥]𝜑𝜓)
     
    Theorembj-sbime 12562 A strengthening of sbie 1732 (same proof). (Contributed by BJ, 16-Dec-2019.)
    𝑥𝜓    &   (𝑥 = 𝑦 → (𝜑𝜓))       ([𝑦 / 𝑥]𝜑𝜓)
     
    9.2.3  Extensionality

    Various utility theorems using FOL and extensionality.

     
    Theorembj-vtoclgft 12563 Weakening two hypotheses of vtoclgf 2699. (Contributed by BJ, 21-Nov-2019.)
    𝑥𝐴    &   𝑥𝜓    &   (𝑥 = 𝐴𝜑)       (∀𝑥(𝑥 = 𝐴 → (𝜑𝜓)) → (𝐴𝑉𝜓))
     
    Theorembj-vtoclgf 12564 Weakening two hypotheses of vtoclgf 2699. (Contributed by BJ, 21-Nov-2019.)
    𝑥𝐴    &   𝑥𝜓    &   (𝑥 = 𝐴𝜑)    &   (𝑥 = 𝐴 → (𝜑𝜓))       (𝐴𝑉𝜓)
     
    Theoremelabgf0 12565 Lemma for elabgf 2780. (Contributed by BJ, 21-Nov-2019.)
    (𝑥 = 𝐴 → (𝐴 ∈ {𝑥𝜑} ↔ 𝜑))
     
    Theoremelabgft1 12566 One implication of elabgf 2780, in closed form. (Contributed by BJ, 21-Nov-2019.)
    𝑥𝐴    &   𝑥𝜓       (∀𝑥(𝑥 = 𝐴 → (𝜑𝜓)) → (𝐴 ∈ {𝑥𝜑} → 𝜓))
     
    Theoremelabgf1 12567 One implication of elabgf 2780. (Contributed by BJ, 21-Nov-2019.)
    𝑥𝐴    &   𝑥𝜓    &   (𝑥 = 𝐴 → (𝜑𝜓))       (𝐴 ∈ {𝑥𝜑} → 𝜓)
     
    Theoremelabgf2 12568 One implication of elabgf 2780. (Contributed by BJ, 21-Nov-2019.)
    𝑥𝐴    &   𝑥𝜓    &   (𝑥 = 𝐴 → (𝜓𝜑))       (𝐴𝐵 → (𝜓𝐴 ∈ {𝑥𝜑}))
     
    Theoremelabf1 12569* One implication of elabf 2781. (Contributed by BJ, 21-Nov-2019.)
    𝑥𝜓    &   (𝑥 = 𝐴 → (𝜑𝜓))       (𝐴 ∈ {𝑥𝜑} → 𝜓)
     
    Theoremelabf2 12570* One implication of elabf 2781. (Contributed by BJ, 21-Nov-2019.)
    𝑥𝜓    &   𝐴 ∈ V    &   (𝑥 = 𝐴 → (𝜓𝜑))       (𝜓𝐴 ∈ {𝑥𝜑})
     
    Theoremelab1 12571* One implication of elab 2782. (Contributed by BJ, 21-Nov-2019.)
    (𝑥 = 𝐴 → (𝜑𝜓))       (𝐴 ∈ {𝑥𝜑} → 𝜓)
     
    Theoremelab2a 12572* One implication of elab 2782. (Contributed by BJ, 21-Nov-2019.)
    𝐴 ∈ V    &   (𝑥 = 𝐴 → (𝜓𝜑))       (𝜓𝐴 ∈ {𝑥𝜑})
     
    Theoremelabg2 12573* One implication of elabg 2783. (Contributed by BJ, 21-Nov-2019.)
    (𝑥 = 𝐴 → (𝜓𝜑))       (𝐴𝑉 → (𝜓𝐴 ∈ {𝑥𝜑}))
     
    Theorembj-rspgt 12574 Restricted specialization, generalized. Weakens a hypothesis of rspccv 2741 and seems to have a shorter proof. (Contributed by BJ, 21-Nov-2019.)
    𝑥𝐴    &   𝑥𝐵    &   𝑥𝜓       (∀𝑥(𝑥 = 𝐴 → (𝜑𝜓)) → (∀𝑥𝐵 𝜑 → (𝐴𝐵𝜓)))
     
    Theorembj-rspg 12575 Restricted specialization, generalized. Weakens a hypothesis of rspccv 2741 and seems to have a shorter proof. (Contributed by BJ, 21-Nov-2019.)
    𝑥𝐴    &   𝑥𝐵    &   𝑥𝜓    &   (𝑥 = 𝐴 → (𝜑𝜓))       (∀𝑥𝐵 𝜑 → (𝐴𝐵𝜓))
     
    Theoremcbvrald 12576* Rule used to change bound variables, using implicit substitution. (Contributed by BJ, 22-Nov-2019.)
    𝑥𝜑    &   𝑦𝜑    &   (𝜑 → Ⅎ𝑦𝜓)    &   (𝜑 → Ⅎ𝑥𝜒)    &   (𝜑 → (𝑥 = 𝑦 → (𝜓𝜒)))       (𝜑 → (∀𝑥𝐴 𝜓 ↔ ∀𝑦𝐴 𝜒))
     
    Theorembj-intabssel 12577 Version of intss1 3733 using a class abstraction and explicit substitution. (Contributed by BJ, 29-Nov-2019.)
    𝑥𝐴       (𝐴𝑉 → ([𝐴 / 𝑥]𝜑 {𝑥𝜑} ⊆ 𝐴))
     
    Theorembj-intabssel1 12578 Version of intss1 3733 using a class abstraction and implicit substitution. Closed form of intmin3 3745. (Contributed by BJ, 29-Nov-2019.)
    𝑥𝐴    &   𝑥𝜓    &   (𝑥 = 𝐴 → (𝜓𝜑))       (𝐴𝑉 → (𝜓 {𝑥𝜑} ⊆ 𝐴))
     
    Theorembj-elssuniab 12579 Version of elssuni 3711 using a class abstraction and explicit substitution. (Contributed by BJ, 29-Nov-2019.)
    𝑥𝐴       (𝐴𝑉 → ([𝐴 / 𝑥]𝜑𝐴 {𝑥𝜑}))
     
    Theorembj-sseq 12580 If two converse inclusions are characterized each by a formula, then equality is characterized by the conjunction of these formulas. (Contributed by BJ, 30-Nov-2019.)
    (𝜑 → (𝜓𝐴𝐵))    &   (𝜑 → (𝜒𝐵𝐴))       (𝜑 → ((𝜓𝜒) ↔ 𝐴 = 𝐵))
     
    9.2.4  Decidability of classes

    The question of decidability is essential in intuitionistic logic. In intuitionistic set theories, it is natural to define decidability of a set (or class) as decidability of membership in it. One can parameterize this notion with another set (or class) since it is often important to assess decidability of membership in one class among elements of another class. Namely, one will say that "𝐴 is decidable in 𝐵 " if 𝑥𝐵DECID 𝑥𝐴 (see df-dcin 12582).

    Note the similarity with the definition of a bounded class as a class for which membership in it is a bounded proposition (df-bdc 12620).

     
    Syntaxwdcin 12581 Syntax for decidability of a class in another.
    wff 𝐴 DECIDin 𝐵
     
    Definitiondf-dcin 12582* Define decidability of a class in another. (Contributed by BJ, 19-Feb-2022.)
    (𝐴 DECIDin 𝐵 ↔ ∀𝑥𝐵 DECID 𝑥𝐴)
     
    Theoremdecidi 12583 Property of being decidable in another class. (Contributed by BJ, 19-Feb-2022.)
    (𝐴 DECIDin 𝐵 → (𝑋𝐵 → (𝑋𝐴 ∨ ¬ 𝑋𝐴)))
     
    Theoremdecidr 12584* Sufficient condition for being decidable in another class. (Contributed by BJ, 19-Feb-2022.)
    (𝜑 → (𝑥𝐵 → (𝑥𝐴 ∨ ¬ 𝑥𝐴)))       (𝜑𝐴 DECIDin 𝐵)
     
    Theoremdecidin 12585 If A is a decidable subclass of B (meaning: it is a subclass of B and it is decidable in B), and B is decidable in C, then A is decidable in C. (Contributed by BJ, 19-Feb-2022.)
    (𝜑𝐴𝐵)    &   (𝜑𝐴 DECIDin 𝐵)    &   (𝜑𝐵 DECIDin 𝐶)       (𝜑𝐴 DECIDin 𝐶)
     
    Theoremuzdcinzz 12586 An upperset of integers is decidable in the integers. Reformulation of eluzdc 9254. (Contributed by Jim Kingdon, 18-Apr-2020.) (Revised by BJ, 19-Feb-2022.)
    (𝑀 ∈ ℤ → (ℤ𝑀) DECIDin ℤ)
     
    Theoremsumdc2 12587* Alternate proof of sumdc 10966, without disjoint variable condition on 𝑁, 𝑥 (longer because the statement is taylored to the proof sumdc 10966). (Contributed by BJ, 19-Feb-2022.)
    (𝜑𝑀 ∈ ℤ)    &   (𝜑𝐴 ⊆ (ℤ𝑀))    &   (𝜑 → ∀𝑥 ∈ (ℤ𝑀)DECID 𝑥𝐴)    &   (𝜑𝑁 ∈ ℤ)       (𝜑DECID 𝑁𝐴)
     
    9.2.5  Disjoint union
     
    Theoremdjucllem 12588* Lemma for djulcl 6851 and djurcl 6852. (Contributed by BJ, 4-Jul-2022.)
    𝑋 ∈ V    &   𝐹 = (𝑥 ∈ V ↦ ⟨𝑋, 𝑥⟩)       (𝐴𝐵 → ((𝐹𝐵)‘𝐴) ∈ ({𝑋} × 𝐵))
     
    TheoremdjulclALT 12589 Shortening of djulcl 6851 using djucllem 12588. (Contributed by BJ, 4-Jul-2022.) (Proof modification is discouraged.) (New usage is discouraged.)
    (𝐶𝐴 → ((inl ↾ 𝐴)‘𝐶) ∈ (𝐴𝐵))
     
    TheoremdjurclALT 12590 Shortening of djurcl 6852 using djucllem 12588. (Contributed by BJ, 4-Jul-2022.) (Proof modification is discouraged.) (New usage is discouraged.)
    (𝐶𝐵 → ((inr ↾ 𝐵)‘𝐶) ∈ (𝐴𝐵))
     
    9.2.6  Constructive Zermelo--Fraenkel set theory (CZF): Bounded formulas and classes

    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 3986 is not predicative (because we cannot allow all formulas to define a subset) and is replaced in CZF by bounded separation ax-bdsep 12663. Because this axiom is weaker than full separation, the axiom of replacement or collection ax-coll 3983 of ZF and IZF has to be strengthened in CZF to the axiom of strong collection ax-strcoll 12765 (which is a theorem of IZF), and the axiom of infinity needs a more precise version, the von Neumann axiom of infinity ax-infvn 12724. Similarly, the axiom of powerset ax-pow 4038 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 12770.

    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 4390. It is sometimes interesting to study the weakening of CZF where that axiom is replaced by bounded set induction ax-bdsetind 12751.

    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)

    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. (available at https://arxiv.org/abs/1808.05204)

    I also thank Michael Rathjen and Michael Shulman for useful hints in the formulation of some results.

     
    9.2.6.1  Bounded formulas

    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 intuitonistic, 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 𝜑 " is a formula meaning that 𝜑 is a bounded formula. We choose the second option, since the first would complicate the grammar, risking to make it ambiguous. (TODO: elaborate.)

    A second choice is to view "bounded" either as a syntactic or a semantic property. For instance, 𝑥 is not syntactically bounded since it has an unbounded universal quantifier, but it is semantically bounded since it is equivalent to which is bounded. We choose the second option, so that formulas using defined symbols can be proved bounded.

    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 12592. Indeed, if we posited it in closed form, then we could prove for instance (𝜑BOUNDED 𝜑) and 𝜑BOUNDED 𝜑) which is problematic (with the law of excluded middle, this would entail that all formulas are bounded, but even without it, too many formulas could be proved bounded...). (TODO: elaborate.)

    Having ax-bd0 12592 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 12593 through ax-bdsb 12601) can be written either in closed or inference form. The fact that ax-bd0 12592 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 𝑥 ∈ ω is a bounded formula. However, since ω can be defined as "the 𝑦 such that PHI" a proof using the fact that 𝑥 ∈ ω is bounded can be converted to a proof in iset.mm by replacing ω with 𝑦 everywhere and prepending the antecedent PHI, since 𝑥𝑦 is bounded by ax-bdel 12600. For a similar method, see bj-omtrans 12739.

    Note that one cannot add an axiom BOUNDED 𝑥𝐴 since by bdph 12629 it would imply that every formula is bounded.

     
    Syntaxwbd 12591 Syntax for the predicate BOUNDED.
    wff BOUNDED 𝜑
     
    Axiomax-bd0 12592 If two formulas are equivalent, then boundedness of one implies boundedness of the other. (Contributed by BJ, 3-Oct-2019.)
    (𝜑𝜓)       (BOUNDED 𝜑BOUNDED 𝜓)
     
    Axiomax-bdim 12593 An implication between two bounded formulas is bounded. (Contributed by BJ, 25-Sep-2019.)
    BOUNDED 𝜑    &   BOUNDED 𝜓       BOUNDED (𝜑𝜓)
     
    Axiomax-bdan 12594 The conjunction of two bounded formulas is bounded. (Contributed by BJ, 25-Sep-2019.)
    BOUNDED 𝜑    &   BOUNDED 𝜓       BOUNDED (𝜑𝜓)
     
    Axiomax-bdor 12595 The disjunction of two bounded formulas is bounded. (Contributed by BJ, 25-Sep-2019.)
    BOUNDED 𝜑    &   BOUNDED 𝜓       BOUNDED (𝜑𝜓)
     
    Axiomax-bdn 12596 The negation of a bounded formula is bounded. (Contributed by BJ, 25-Sep-2019.)
    BOUNDED 𝜑       BOUNDED ¬ 𝜑
     
    Axiomax-bdal 12597* A bounded universal quantification of a bounded formula is bounded. Note the disjoint variable condition on 𝑥, 𝑦. (Contributed by BJ, 25-Sep-2019.)
    BOUNDED 𝜑       BOUNDED𝑥𝑦 𝜑
     
    Axiomax-bdex 12598* A bounded existential quantification of a bounded formula is bounded. Note the disjoint variable condition on 𝑥, 𝑦. (Contributed by BJ, 25-Sep-2019.)
    BOUNDED 𝜑       BOUNDED𝑥𝑦 𝜑
     
    Axiomax-bdeq 12599 An atomic formula is bounded (equality predicate). (Contributed by BJ, 3-Oct-2019.)
    BOUNDED 𝑥 = 𝑦
     
    Axiomax-bdel 12600 An atomic formula is bounded (membership predicate). (Contributed by BJ, 3-Oct-2019.)
    BOUNDED 𝑥𝑦
        < Previous  Next >

    Page List
    Jump to page: Contents  1 1-100 2 101-200 3 201-300 4 301-400 5 401-500 6 501-600 7 601-700 8 701-800 9 801-900 10 901-1000 11 1001-1100 12 1101-1200 13 1201-1300 14 1301-1400 15 1401-1500 16 1501-1600 17 1601-1700 18 1701-1800 19 1801-1900 20 1901-2000 21 2001-2100 22 2101-2200 23 2201-2300 24 2301-2400 25 2401-2500 26 2501-2600 27 2601-2700 28 2701-2800 29 2801-2900 30 2901-3000 31 3001-3100 32 3101-3200 33 3201-3300 34 3301-3400 35 3401-3500 36 3501-3600 37 3601-3700 38 3701-3800 39 3801-3900 40 3901-4000 41 4001-4100 42 4101-4200 43 4201-4300 44 4301-4400 45 4401-4500 46 4501-4600 47 4601-4700 48 4701-4800 49 4801-4900 50 4901-5000 51 5001-5100 52 5101-5200 53 5201-5300 54 5301-5400 55 5401-5500 56 5501-5600 57 5601-5700 58 5701-5800 59 5801-5900 60 5901-6000 61 6001-6100 62 6101-6200 63 6201-6300 64 6301-6400 65 6401-6500 66 6501-6600 67 6601-6700 68 6701-6800 69 6801-6900 70 6901-7000 71 7001-7100 72 7101-7200 73 7201-7300 74 7301-7400 75 7401-7500 76 7501-7600 77 7601-7700 78 7701-7800 79 7801-7900 80 7901-8000 81 8001-8100 82 8101-8200 83 8201-8300 84 8301-8400 85 8401-8500 86 8501-8600 87 8601-8700 88 8701-8800 89 8801-8900 90 8901-9000 91 9001-9100 92 9101-9200 93 9201-9300 94 9301-9400 95 9401-9500 96 9501-9600 97 9601-9700 98 9701-9800 99 9801-9900 100 9901-10000 101 10001-10100 102 10101-10200 103 10201-10300 104 10301-10400 105 10401-10500 106 10501-10600 107 10601-10700 108 10701-10800 109 10801-10900 110 10901-11000 111 11001-11100 112 11101-11200 113 11201-11300 114 11301-11400 115 11401-11500 116 11501-11600 117 11601-11700 118 11701-11800 119 11801-11900 120 11901-12000 121 12001-12100 122 12101-12200 123 12201-12300 124 12301-12400 125 12401-12500 126 12501-12600 127 12601-12700 128 12701-12800 129 12801-12832
      Copyright terms: Public domain < Previous  Next >