theorem
proved
term proof
one_oh_three_is_forced
show as:
view Lean formalization →
formal statement (Lean)
257theorem one_oh_three_is_forced : (103 : ℕ) = 2 * 3 * 17 + 1 := by native_decide
proof body
Term-mode proof.
258
259/-- The number 102 is not arbitrary: it is 6×17. -/