Boldface #
Imported declaration from the Incompleteness formalization.
Equations
- LO.FirstOrder.Defined R φ = ∀ (v : Fin k → V), R v ↔ V ⊧/v φ
Instances For
Imported declaration from the Incompleteness formalization.
Equations
- LO.FirstOrder.DefinedWithParam R φ = ∀ (v : Fin k → V), R v ↔ (LO.FirstOrder.Semiformula.Evalm V v id) φ
Instances For
Imported declaration from the Incompleteness formalization.
Equations
- One or more equations did not get rendered due to their size.
- LO.FirstOrder.Arith.HierarchySymbol.Defined R φ = LO.FirstOrder.Defined R (LO.FirstOrder.Arith.HierarchySymbol.Semiformula.val φ)
- LO.FirstOrder.Arith.HierarchySymbol.Defined R φ = LO.FirstOrder.Defined R (LO.FirstOrder.Arith.HierarchySymbol.Semiformula.val φ)
Instances For
Imported declaration from the Incompleteness formalization.
Equations
- LO.FirstOrder.Arith.HierarchySymbol.DefinedWithParam R φ = LO.FirstOrder.DefinedWithParam R φ.val
- LO.FirstOrder.Arith.HierarchySymbol.DefinedWithParam R φ = LO.FirstOrder.DefinedWithParam R φ.val
- LO.FirstOrder.Arith.HierarchySymbol.DefinedWithParam R φ = (LO.FirstOrder.Arith.HierarchySymbol.Semiformula.ProperWithParamOn V φ ∧ LO.FirstOrder.DefinedWithParam R φ.val)
Instances For
Imported declaration from the Incompleteness formalization.
- definable : ∃ (φ : ℌ.Semisentence k), Defined P φ
Instances
Imported declaration from the Incompleteness formalization.
- definable : ∃ (φ : HierarchySymbol.Semiformula V k ℌ), DefinedWithParam P φ
Instances
Imported declaration from the Incompleteness formalization.
Equations
- (ℌ-Predicate P via φ) = LO.FirstOrder.Arith.HierarchySymbol.Defined (fun (v : Fin 1 → V) => P (v 0)) φ
Instances For
Imported declaration from the Incompleteness formalization.
Equations
- (ℌ-Relation R via φ) = LO.FirstOrder.Arith.HierarchySymbol.Defined (fun (v : Fin 2 → V) => R (v 0) (v 1)) φ
Instances For
Imported declaration from the Incompleteness formalization.
Equations
- (ℌ-Relation₃ R via φ) = LO.FirstOrder.Arith.HierarchySymbol.Defined (fun (v : Fin 3 → V) => R (v 0) (v 1) (v 2)) φ
Instances For
Imported declaration from the Incompleteness formalization.
Equations
- (ℌ-Relation₄ R via φ) = LO.FirstOrder.Arith.HierarchySymbol.Defined (fun (v : Fin 4 → V) => R (v 0) (v 1) (v 2) (v 3)) φ
Instances For
Imported declaration from the Incompleteness formalization.
Equations
- LO.FirstOrder.Arith.HierarchySymbol.DefinedFunction f φ = LO.FirstOrder.Arith.HierarchySymbol.Defined (fun (v : Fin (k + 1) → V) => v 0 = f fun (x : Fin k) => v x.succ) φ
Instances For
Imported declaration from the Incompleteness formalization.
Equations
- (ℌ-Function₀ c via φ) = LO.FirstOrder.Arith.HierarchySymbol.DefinedFunction (fun (x : Fin 0 → V) => c) φ
Instances For
Imported declaration from the Incompleteness formalization.
Equations
- (ℌ-Function₁ f via φ) = LO.FirstOrder.Arith.HierarchySymbol.DefinedFunction (fun (v : Fin 1 → V) => f (v 0)) φ
Instances For
Imported declaration from the Incompleteness formalization.
Equations
- (ℌ-Function₂ f via φ) = LO.FirstOrder.Arith.HierarchySymbol.DefinedFunction (fun (v : Fin 2 → V) => f (v 0) (v 1)) φ
Instances For
Imported declaration from the Incompleteness formalization.
Equations
- (ℌ-Function₃ f via φ) = LO.FirstOrder.Arith.HierarchySymbol.DefinedFunction (fun (v : Fin 3 → V) => f (v 0) (v 1) (v 2)) φ
Instances For
Imported declaration from the Incompleteness formalization.
Equations
- (ℌ-Function₄ f via φ) = LO.FirstOrder.Arith.HierarchySymbol.DefinedFunction (fun (v : Fin 4 → V) => f (v 0) (v 1) (v 2) (v 3)) φ
Instances For
Imported declaration from the Incompleteness formalization.
Equations
- (ℌ-Function₅ f via φ) = LO.FirstOrder.Arith.HierarchySymbol.DefinedFunction (fun (v : Fin 5 → V) => f (v 0) (v 1) (v 2) (v 3) (v 4)) φ
Instances For
Imported declaration from the Incompleteness formalization.
Equations
- (ℌ-Predicate P) = ℌ.Boldface fun (v : Fin 1 → V) => P (v 0)
Instances For
Imported declaration from the Incompleteness formalization.
Instances For
Imported declaration from the Incompleteness formalization.
Equations
- (ℌ-Relation₃ P) = ℌ.Boldface fun (v : Fin 3 → V) => P (v 0) (v 1) (v 2)
Instances For
Imported declaration from the Incompleteness formalization.
Equations
- (ℌ-Relation₄ P) = ℌ.Boldface fun (v : Fin 4 → V) => P (v 0) (v 1) (v 2) (v 3)
Instances For
Imported declaration from the Incompleteness formalization.
Equations
- (ℌ-Relation₅ P) = ℌ.Boldface fun (v : Fin 5 → V) => P (v 0) (v 1) (v 2) (v 3) (v 4)
Instances For
Imported declaration from the Incompleteness formalization.
Equations
- ℌ.BoldfaceRel₆ P = ℌ.Boldface fun (v : Fin 6 → V) => P (v 0) (v 1) (v 2) (v 3) (v 4) (v 5)
Instances For
Imported declaration from the Incompleteness formalization.
Equations
Instances For
Imported declaration from the Incompleteness formalization.
Equations
- ℌ.BoldfaceFunction₀ c = ℌ.BoldfaceFunction fun (x : Fin 0 → V) => c
Instances For
Imported declaration from the Incompleteness formalization.
Equations
- (ℌ-Function₁ f) = ℌ.BoldfaceFunction fun (v : Fin 1 → V) => f (v 0)
Instances For
Imported declaration from the Incompleteness formalization.
Equations
- (ℌ-Function₂ f) = ℌ.BoldfaceFunction fun (v : Fin 2 → V) => f (v 0) (v 1)
Instances For
Imported declaration from the Incompleteness formalization.
Equations
- (ℌ-Function₃ f) = ℌ.BoldfaceFunction fun (v : Fin 3 → V) => f (v 0) (v 1) (v 2)
Instances For
Imported declaration from the Incompleteness formalization.
Equations
- (ℌ-Function₄ f) = ℌ.BoldfaceFunction fun (v : Fin 4 → V) => f (v 0) (v 1) (v 2) (v 3)
Instances For
Imported declaration from the Incompleteness formalization.
Equations
- ℌ.BoldfaceFunction₅ f = ℌ.BoldfaceFunction fun (v : Fin 5 → V) => f (v 0) (v 1) (v 2) (v 3) (v 4)
Instances For
Imported declaration from the Incompleteness formalization.
Equations
- One or more equations did not get rendered due to their size.
Instances For
Imported declaration from the Incompleteness formalization.
Equations
- One or more equations did not get rendered due to their size.
Instances For
Imported declaration from the Incompleteness formalization.
Equations
- One or more equations did not get rendered due to their size.
Instances For
Imported declaration from the Incompleteness formalization.
Equations
- One or more equations did not get rendered due to their size.
Instances For
Imported declaration from the Incompleteness formalization.
Equations
- One or more equations did not get rendered due to their size.
Instances For
Imported declaration from the Incompleteness formalization.
Equations
- One or more equations did not get rendered due to their size.
Instances For
Imported declaration from the Incompleteness formalization.
Equations
- One or more equations did not get rendered due to their size.
Instances For
Imported declaration from the Incompleteness formalization.
Equations
- One or more equations did not get rendered due to their size.
Instances For
Imported declaration from the Incompleteness formalization.
Equations
- One or more equations did not get rendered due to their size.
Instances For
Imported declaration from the Incompleteness formalization.
Equations
- One or more equations did not get rendered due to their size.
Instances For
Imported declaration from the Incompleteness formalization.
Equations
- One or more equations did not get rendered due to their size.
Instances For
Imported declaration from the Incompleteness formalization.
Equations
- One or more equations did not get rendered due to their size.
Instances For
Imported declaration from the Incompleteness formalization.
Equations
- One or more equations did not get rendered due to their size.
Instances For
Imported declaration from the Incompleteness formalization.
Equations
- One or more equations did not get rendered due to their size.
Instances For
Imported declaration from the Incompleteness formalization.
Equations
- One or more equations did not get rendered due to their size.
Instances For
Imported declaration from the Incompleteness formalization.
Equations
- One or more equations did not get rendered due to their size.
Instances For
Imported declaration from the Incompleteness formalization.
Equations
- One or more equations did not get rendered due to their size.
Instances For
Imported declaration from the Incompleteness formalization.
Equations
- One or more equations did not get rendered due to their size.
Instances For
Imported declaration from the Incompleteness formalization.
Equations
- One or more equations did not get rendered due to their size.