theorem
proved
term proof
ordered_interpret_le_iff
show as:
view Lean formalization →
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