Binomial coefficient identity #49544
ProvedWorkbookCorrected.plus_49544arithmeticcorrectedelementaryworkbook
The elementary natural-number / rational identity
holds by direct arithmetic evaluation.
Formalization Note: This corrects Lean-Workbook record lean_workbook_plus_49544, 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_49544 (Apache-2.0).
Preamble
import Mathlib.Data.Nat.Choose.Basic import Mathlib.Tactic.NormNum
Formal statement
theorem WorkbookCorrected.plus_49544 : (Nat.choose 3 1) * ((Nat.choose 5 2) + (Nat.choose 5 3)) * (Nat.choose 4 2) = 360 := by sorry
Source