lean2/tests/lean/arith2.lean.expected.out
Leonardo de Moura 7726ccad28 chore(builtin): rename nat, int and real modules to Nat, Int and Real.
Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
2014-01-01 13:52:25 -08:00

18 lines
305 B
Text

Set: pp::colors
Set: pp::unicode
Imported 'Int'
Imported 'Real'
1 / 2
2/3
3 div 2
Assumed: x
Assumed: i
Assumed: n
x + i + 1 + n
Set: lean::pp::coercion
x + int_to_real i + nat_to_real 1 + nat_to_real n
x * int_to_real i + x
x - int_to_real i + x - x ≥ nat_to_real 0
x < x
x ≤ x
x > x