Documentation

Mathlib.Tactic.NormNum.RealSqrt

norm_num extension for Real.sqrt #

This module defines a norm_num extension for Real.sqrt and NNReal.sqrt.

theorem Tactic.NormNum.isNNRat_nnrealSqrt_of_isNNRat {x : NNReal} {n sn d sd : } (hn : sn * sn = n) (hd : sd * sd = d) (h : Mathlib.Meta.NormNum.IsNNRat x n d) :
theorem Tactic.NormNum.isNNRat_realSqrt_of_isNNRat {x : } {n sn d sd : } (hn : sn * sn = n) (hd : sd * sd = d) (h : Mathlib.Meta.NormNum.IsNNRat x n d) :

norm_num extension that evaluates the function Real.sqrt.

Equations
  • One or more equations did not get rendered due to their size.
Instances For

    norm_num extension that evaluates the function NNReal.sqrt.

    Equations
    • One or more equations did not get rendered due to their size.
    Instances For