Binomial coefficient identity #41134
ProvedWorkbookCorrected.plus_41134arithmeticcorrectedelementaryworkbook
The elementary natural-number / rational identity
holds by direct arithmetic evaluation.
Formalization Note: This corrects Lean-Workbook record lean_workbook_plus_41134, 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_41134 (Apache-2.0).
Preamble
import Mathlib.Data.Nat.Choose.Basic import Mathlib.Tactic.NormNum
Formal statement
theorem WorkbookCorrected.plus_41134 : (Nat.choose 11 5) - (Nat.choose 5 3) = 452 := by sorry
Source