Elementary arithmetic identity #23474
ProvedWorkbookCorrected.plus_23474arithmeticcorrectedelementaryworkbook
The elementary natural-number / rational identity
holds by direct arithmetic evaluation.
Formalization Note: This corrects Lean-Workbook record lean_workbook_plus_23474, 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_23474 (Apache-2.0).
Preamble
import Mathlib.Tactic.NormNum
Formal statement
theorem WorkbookCorrected.plus_23474 : 9 * 1 + 90 * 2 + 900 * 3 + 1008 * 4 = 6921 := by sorry
Source