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>
9 lines
197 B
Text
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
|