Binomial coefficient identity #35148
ProvedWorkbookCorrected.plus_35148arithmeticcorrectedelementaryworkbook
The elementary natural-number / rational identity
holds by direct arithmetic evaluation.
Formalization Note: This corrects Lean-Workbook record lean_workbook_plus_35148, 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_35148 (Apache-2.0).
Preamble
import Mathlib.Data.Nat.Choose.Basic import Mathlib.Tactic.NormNum
Formal statement
theorem WorkbookCorrected.plus_35148 : (Nat.choose 10 4) - ((Nat.choose 6 4) + (Nat.choose 4 1) * (Nat.choose 6 3)) = 115 := by sorry
Source