Nine factorial over mixed factorials
ProvedWorkbookCorrected.plus_39046arithmeticcorrectedelementaryworkbook
The elementary natural-number / rational identity
holds by direct arithmetic evaluation.
Formalization Note: This corrects Lean-Workbook record lean_workbook_plus_39046, 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_39046 (Apache-2.0).
Preamble
import Mathlib.Data.Nat.Factorial.Basic import Mathlib.Tactic.NormNum
Formal statement
theorem WorkbookCorrected.plus_39046 : Nat.factorial 9 / (Nat.factorial 2 * Nat.factorial 2 * Nat.factorial 4) = 3780 := by sorry
Source