Binomial-factorial identity #45071
ProvedWorkbookCorrected.plus_45071arithmeticcorrectedelementaryworkbook
The elementary natural-number / rational identity
holds by direct arithmetic evaluation.
Formalization Note: This corrects Lean-Workbook record lean_workbook_plus_45071, 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_45071 (Apache-2.0).
Preamble
import Mathlib.Data.Nat.Choose.Basic import Mathlib.Data.Nat.Factorial.Basic import Mathlib.Tactic.NormNum
Formal statement
theorem WorkbookCorrected.plus_45071 : (Nat.factorial 3) * (Nat.choose 4 2) * (Nat.choose 6 2) = 540 := by sorry
Source