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