lean4-htt/tests/lean/hpow.lean.expected.out
Joe Hendrix 1d9074c524
chore: upstream NatCast and IntCast (#3347)
This upstreams NatCast and IntCast alone independent of norm_cast in
#3322.

This will allow more efficiently upstreaming parts of Std.Data.Int
relevant for omega.

---------

Co-authored-by: Scott Morrison <scott.morrison@gmail.com>
2024-02-16 00:54:22 +00:00

9 lines
197 B
Text

↑n ^ 2 + m ^ 2 : Int
n ^ 2 + 1 : Nat
↑n ^ 2 + 1 : Int
↑n ^ 2 + ↑1 : Int
q ^ n + 1 : Rat
q ^ m + 1 : Rat
q ^ ↑n + 1 : Rat
12 * q + 1 ≤ 13 * q ^ 2 : Prop
12 * q + 1 ≤ 13 * q ^ 2 : Prop