4 lines
99 B
Text
4 lines
99 B
Text
theorem ex1 (n m : Nat) : some n = some m → n = m := by
|
|
intro h
|
|
injection h with h
|
|
exact h
|