Factorial arithmetic identity #9037
ProvedWorkbookCorrected.plus_9037arithmeticcorrectedelementaryworkbook
The elementary natural-number / rational identity
holds by direct arithmetic evaluation.
Formalization Note: This corrects Lean-Workbook record lean_workbook_plus_9037, 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_9037 (Apache-2.0).
Preamble
import Mathlib.Data.Nat.Factorial.Basic import Mathlib.Tactic.NormNum
Formal statement
theorem WorkbookCorrected.plus_9037 : (Nat.factorial 10) / ((Nat.factorial 8) * (Nat.factorial 2)) * ((Nat.factorial 4) / ((Nat.factorial 2) * (Nat.factorial 2))) * ((Nat.factorial 4) / ((Nat.factorial 2) * (Nat.factorial 2))) = 1620 := by sorry
Source