Documentation

MathematicalLogic.SecondOrder.Theories.Peano

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.peano.Nat.interp_add {l : List Ty} {t₁ t₂ : peano.Term l} {ρ : Assignment l} :
    t₁ + t₂ ⟧ₜ , ρ = ( t₁ ⟧ₜ , ρ) + ( t₂ ⟧ₜ , ρ)
    @[simp]
    theorem SecondOrder.Language.peano.Nat.interp_mul {l : List Ty} {t₁ t₂ : peano.Term l} {ρ : Assignment l} :
    t₁ * t₂ ⟧ₜ , ρ = ( t₁ ⟧ₜ , ρ) * ( t₂ ⟧ₜ , ρ)
    Instances For
      @[simp]
      theorem SecondOrder.Language.Theory.PA₂.interp_add {l : List Ty} {M : PA₂.Model} {t₁ t₂ : peano.Term l} {ρ : Assignment M.Dom l} :
      t₁ + t₂ ⟧ₜ M.Dom, ρ = ( t₁ ⟧ₜ M.Dom, ρ) + ( t₂ ⟧ₜ M.Dom, ρ)
      @[simp]
      theorem SecondOrder.Language.Theory.PA₂.interp_mul {l : List Ty} {M : PA₂.Model} {t₁ t₂ : peano.Term l} {ρ : Assignment M.Dom l} :
      t₁ * t₂ ⟧ₜ M.Dom, ρ = ( t₁ ⟧ₜ M.Dom, ρ) * ( t₂ ⟧ₜ M.Dom, ρ)