theorem
proved
posting_coefficients_minimal
show as:
view math explainer →
open explainer
Read the cached plain-language explainer.
open lean source
IndisputableMonolith.Foundation.PostingExtensivity on GitHub at line 195.
browse module
All declarations in this module, on Recognition.
explainer page
formal source
192 simp only [one_mul]; exact closure
193
194/-- The unit pair (1, 1) is minimal: max(1, 1) = 1. -/
195theorem posting_coefficients_minimal : max 1 1 = 1 := by simp
196
197end PostingExtensivity
198end Foundation
199end IndisputableMonolith