import Mathlib /- Original: n = √ · 2n−2 -/ theorem eq_5a5fbddb6b6a87a3 (n : ℕ) : n = √ * 2n-2 := by omega