lean2/tests/lean/arith7.lean.expected.out

15 lines
301 B
Text
Raw Normal View History

Set: pp::colors
Set: pp::unicode
Imported 'Int'
| -2 | :
| 3 |
Defined: x
| x + 1 | :
| x + 1 | > 0 : Bool
Assumed: y
| x + y | :
| 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