Factorial arithmetic identity #14815
ProvedWorkbookCorrected.plus_14815arithmeticcorrectedelementaryworkbook
The elementary natural-number / rational identity
holds by direct arithmetic evaluation.
Formalization Note: This corrects Lean-Workbook record lean_workbook_plus_14815, 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_14815 (Apache-2.0).
Preamble
import Mathlib.Data.Nat.Factorial.Basic import Mathlib.Tactic.NormNum
Formal statement
theorem WorkbookCorrected.plus_14815 : ((Nat.factorial 6))/((Nat.factorial 2)*(Nat.factorial 3)) = 60 := by sorry
Source