Factorial arithmetic identity #28720
ProvedWorkbookCorrected.plus_28720arithmeticcorrectedelementaryworkbook
The elementary natural-number / rational identity
holds by direct arithmetic evaluation.
Formalization Note: This corrects Lean-Workbook record lean_workbook_plus_28720, 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_28720 (Apache-2.0).
Preamble
import Mathlib.Data.Nat.Factorial.Basic import Mathlib.Tactic.NormNum
Formal statement
theorem WorkbookCorrected.plus_28720 : (Nat.factorial 11) / ((Nat.factorial 7) * (Nat.factorial 4)) + (Nat.factorial 9) / ((Nat.factorial 5) * (Nat.factorial 4)) + (Nat.factorial 7) / ((Nat.factorial 3) * (Nat.factorial 4)) + (Nat.factorial 5) / ((Nat.factorial 1) * (Nat.factorial 4)) = 496 := by sorry
Source