5 lines
82 B
Text
5 lines
82 B
Text
import data.real
|
||
open real
|
||
|
||
example (x y : ℝ) : x - y = x + - y :=
|
||
by inst_simp
|