Factorial arithmetic identity #7128
ProvedWorkbookCorrected.plus_7128arithmeticcorrectedelementaryworkbook
The elementary natural-number / rational identity
holds by direct arithmetic evaluation.
Formalization Note: This corrects Lean-Workbook record lean_workbook_plus_7128, 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_7128 (Apache-2.0).
Preamble
import Mathlib.Data.Nat.Factorial.Basic import Mathlib.Tactic.NormNum
Formal statement
theorem WorkbookCorrected.plus_7128 : (Nat.factorial 9) / (5 * 4 * 3 * 4 * 3 * 2 * 3 * 2 * 1) = 42 := by sorry
Source