2013-09-04 03:39:54 +00:00
|
|
|
|
Set: pp::colors
|
|
|
|
|
Set: pp::unicode
|
2014-01-01 21:52:25 +00:00
|
|
|
|
Imported 'Int'
|
2014-02-02 02:27:14 +00:00
|
|
|
|
| -2 | : ℤ
|
|
|
|
|
| 3 |
|
2013-09-04 03:39:54 +00:00
|
|
|
|
Defined: x
|
2014-02-02 02:27:14 +00:00
|
|
|
|
| x + 1 | : ℤ
|
|
|
|
|
| x + 1 | > 0 : Bool
|
2013-09-04 03:39:54 +00:00
|
|
|
|
Assumed: y
|
2014-02-02 02:27:14 +00:00
|
|
|
|
| x + y | : ℤ
|
2013-09-04 03:39:54 +00:00
|
|
|
|
| x + y | > x
|
|
|
|
|
Set: lean::pp::notation
|
|
|
|
|
Int::gt (Int::abs (Int::add x y)) x
|
|
|
|
|
Int::gt (Int::add (Int::abs (Int::add x y)) (Int::abs (Int::add y x))) x
|