theorem
Tactic.NormNum.isNat_sqrt
{x : ℕ}
{nx : ℕ}
{z : ℕ}
:
Mathlib.Meta.NormNum.IsNat x nx → nx.sqrt = z → Mathlib.Meta.NormNum.IsNat x.sqrt z
Given the natural number literal ex
, returns its square root as a natural number literal
and an equality proof. Panics if ex
isn't a natural number literal.
Equations
- One or more equations did not get rendered due to their size.
Instances For
Evaluates the Nat.sqrt
function.
Equations
- One or more equations did not get rendered due to their size.