3 lines
83 B
Text
3 lines
83 B
Text
example (a : Nat) : ((2 ^ 7) + a) - 2 ^ 7 = 0 := by
|
|
generalize 0 - 0 = x
|
|
sorry
|