Binomial coefficient identity #6006
ProvedWorkbookCorrected.plus_6006arithmeticcorrectedelementaryworkbook
The elementary natural-number / rational identity
holds by direct arithmetic evaluation.
Formalization Note: This corrects Lean-Workbook record lean_workbook_plus_6006, which omitted a compilable colon/type annotation and/or used a preamble of only Mathlib.Analysis.Complex.Basic.
Source: InternLM Lean-Workbook, record lean_workbook_plus_6006 (Apache-2.0).
Preamble
import Mathlib.Data.Nat.Choose.Basic import Mathlib.Tactic.NormNum
Formal statement
theorem WorkbookCorrected.plus_6006 : (Nat.choose 9 2) * 11 = (Nat.choose 12 2) * 6 := by sorry
Source