theorem
proved
term proof
unit_coefficients_minimal
show as:
view Lean formalization →
formal statement (Lean)
74theorem unit_coefficients_minimal :
75 ∀ a b : ℕ, 1 ≤ a → 1 ≤ b → 1 + 1 ≤ a + b :=
proof body
Term-mode proof.
76 fun _ _ ha hb => by omega
77
78/-! ## The Derivation: Z_ℓ = 1332 -/
79
80/-- Z_poly with (a,b) = (1,1) at Q̃ = -6 gives 1332. -/