pith. machine review for the scientific record. sign in
theorem proved term proof

ordered_interpret_le_iff

show as:
view Lean formalization →

No prose has been written for this declaration yet. The Lean source and graph data below render without it.

generate prose now

formal statement (Lean)

  83theorem ordered_interpret_le_iff (a b : ArithmeticFromLogic.LogicNat) :
  84    ArithmeticFromLogic.LogicNat.toNat a ≤ ArithmeticFromLogic.LogicNat.toNat b ↔ a ≤ b := by

proof body

Term-mode proof.

  85  exact (ArithmeticFromLogic.LogicNat.toNat_le a b).symm
  86
  87end OrderedLogicRealization
  88end Foundation
  89end IndisputableMonolith

depends on (3)

Lean names referenced from this declaration's body.