Documentation

MathematicalLogic.SecondOrder.Theories.Real

Equations
  • One or more equations did not get rendered due to their size.
Instances For
    Equations
    • One or more equations did not get rendered due to their size.
    @[simp]
    theorem SecondOrder.Language.orderedRing.Real.interp_add {l : List Ty} {t₁ t₂ : orderedRing.Term l} {ρ : Assignment l} :
    t₁ + t₂ ⟧ₜ , ρ = ( t₁ ⟧ₜ , ρ) + ( t₂ ⟧ₜ , ρ)
    @[simp]
    theorem SecondOrder.Language.orderedRing.Real.interp_mul {l : List Ty} {t₁ t₂ : orderedRing.Term l} {ρ : Assignment l} :
    t₁ * t₂ ⟧ₜ , ρ = ( t₁ ⟧ₜ , ρ) * ( t₂ ⟧ₜ , ρ)
    @[simp]
    theorem SecondOrder.Language.orderedRing.Real.satisfy_le {l : List Ty} {t₁ t₂ : orderedRing.Term l} {ρ : Assignment l} :
    ⊨[ρ] le t₁ t₂ t₁ ⟧ₜ , ρ t₂ ⟧ₜ , ρ
    Instances For
      @[simp]
      theorem SecondOrder.Language.Theory.Real.interp_add {l : List Ty} {M : Real.Model} {t₁ t₂ : orderedRing.Term l} {ρ : Assignment M.Dom l} :
      t₁ + t₂ ⟧ₜ M.Dom, ρ = ( t₁ ⟧ₜ M.Dom, ρ) + ( t₂ ⟧ₜ M.Dom, ρ)
      @[simp]
      theorem SecondOrder.Language.Theory.Real.interp_mul {l : List Ty} {M : Real.Model} {t₁ t₂ : orderedRing.Term l} {ρ : Assignment M.Dom l} :
      t₁ * t₂ ⟧ₜ M.Dom, ρ = ( t₁ ⟧ₜ M.Dom, ρ) * ( t₂ ⟧ₜ M.Dom, ρ)
      @[simp]
      theorem SecondOrder.Language.Theory.Real.satisfy_le {l : List Ty} {M : Real.Model} {t₁ t₂ : orderedRing.Term l} {ρ : Assignment M.Dom l} :
      M.Dom ⊨[ρ] orderedRing.le t₁ t₂ t₁ ⟧ₜ M.Dom, ρ t₂ ⟧ₜ M.Dom, ρ
      Equations
      • One or more equations did not get rendered due to their size.
      theorem SecondOrder.Language.Theory.Real.left_distrib {M : Real.Model} (a b c : M.Dom) :
      a * (b + c) = a * b + a * c
      theorem SecondOrder.Language.Theory.Real.has_inv {M : Real.Model} (a : M.Dom) :
      a 0∃ (b : M.Dom), a * b = 1
      Equations
      Equations
      • One or more equations did not get rendered due to their size.
      Equations
      • One or more equations did not get rendered due to their size.
      theorem SecondOrder.Language.Theory.Real.add_le_add_right {M : Real.Model} (a b c : M.Dom) :
      a ba + c b + c
      theorem SecondOrder.Language.Theory.Real.mul_le_mul_right {M : Real.Model} (a b c : M.Dom) :
      a b0 ca * c b * c
      theorem SecondOrder.Language.Theory.Real.exists_lub {M : Real.Model} (s : Set M.Dom) :
      s.NonemptyBddAbove s∃ (u : M.Dom), IsLUB s u
      theorem SecondOrder.Language.Theory.Real.ofReal_isLUB {M : Real.Model} {x : } :
      IsLUB {x_1 : M.Dom | ∃ (y : ) (_ : y x), y = x_1} (ofReal x)
      theorem SecondOrder.Language.Theory.Real.exists_nat_gt {M : Real.Model} (a : M.Dom) :
      ∃ (n : ), a < n
      theorem SecondOrder.Language.Theory.Real.exists_sqrt {M : Real.Model} (a : M.Dom) (h : 0 a) :
      ∃ (b : M.Dom), 0 b b ^ 2 = a