Binomial coefficient identity #31403
ProvedWorkbookCorrected.plus_31403arithmeticcorrectedelementaryworkbook
The elementary natural-number / rational identity
holds by direct arithmetic evaluation.
Formalization Note: This corrects Lean-Workbook record lean_workbook_plus_31403, 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_31403 (Apache-2.0).
Preamble
import Mathlib.Data.Nat.Choose.Basic import Mathlib.Tactic.NormNum
Formal statement
theorem WorkbookCorrected.plus_31403 : (Nat.choose 32 5) - ((Nat.choose 6 1) * (Nat.choose 22 5)) + ((Nat.choose 6 2) * (Nat.choose 12 5)) = 55252 := by sorry
Source