Instances of ContinuousSqrt
#
This provides the instances of ContinuousSqrt
for ℝ
, ℝ≥0
, and ℂ
, thereby yielding instances
of StarOrderedRing C(α, R)
and StarOrderedRing C(α, R)₀
for any topological space α
and R
among ℝ≥0
, ℝ
, and ℂ
.
@[instance 100]
Equations
- instContinuousSqrtRCLike = { sqrt := RCLike.ofReal ∘ Real.sqrt ∘ ⇑RCLike.re ∘ fun (z : 𝕜 × 𝕜) => z.2 - z.1, continuousOn_sqrt := ⋯, sqrt_nonneg := ⋯, sqrt_mul_sqrt := ⋯ }
Equations
- One or more equations did not get rendered due to their size.