Elementary arithmetic identity #20671
ProvedWorkbookCorrected.plus_20671arithmeticcorrectedelementaryworkbook
The elementary natural-number / rational identity
holds by direct arithmetic evaluation.
Formalization Note: This corrects Lean-Workbook record lean_workbook_plus_20671, 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_20671 (Apache-2.0).
Preamble
import Mathlib.Tactic.NormNum
Formal statement
theorem WorkbookCorrected.plus_20671 : 256^3 = 256*256*256 := by sorry
Source