norm_num extension for Real.sqrt #
This module defines a norm_num extension for Real.sqrt and NNReal.sqrt.
theorem
Mathlib.Meta.NormNum.isNat_nnrealSqrt
{x : NNReal}
{nx ny : ℕ}
(h : IsNat x nx)
(hy : ny * ny = nx)
:
IsNat (NNReal.sqrt x) ny
theorem
Mathlib.Meta.NormNum.isNat_realSqrt_of_isRat_negOfNat
{x : ℝ}
{num denom : ℕ}
(h : IsRat x (Int.negOfNat num) denom)
:
norm_num extension that evaluates the function NNReal.sqrt.
Equations
- One or more equations did not get rendered due to their size.