Factorial arithmetic identity #37901
ProvedWorkbookCorrected.plus_37901arithmeticcorrectedelementaryworkbook
The elementary natural-number / rational identity
holds by direct arithmetic evaluation.
Formalization Note: This corrects Lean-Workbook record lean_workbook_plus_37901, 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_37901 (Apache-2.0).
Preamble
import Mathlib.Data.Nat.Factorial.Basic import Mathlib.Tactic.NormNum
Formal statement
theorem WorkbookCorrected.plus_37901 : ((Nat.factorial 10)/((Nat.factorial 2)*(Nat.factorial 3)))-((Nat.factorial 9)/((Nat.factorial 2)*(Nat.factorial 2))) = 211680 := by sorry
Source