Topology on ℝ≥0 #
The natural topology on ℝ≥0 (the one induced from ℝ), and a basic API.
Main definitions #
Instances for the following typeclasses are defined:
TopologicalSpace ℝ≥0TopologicalSemiring ℝ≥0SecondCountableTopology ℝ≥0OrderTopology ℝ≥0ProperSpace ℝ≥0ContinuousSub ℝ≥0HasContinuousInv₀ ℝ≥0(continuity ofx⁻¹away from0)ContinuousSMul ℝ≥0 α(wheneverαhas a continuousMulAction ℝ α)
Everything is inherited from the corresponding structures on the reals.
instance
NNReal.instContinuousSMulOfReal
{α : Type u_1}
[TopologicalSpace α]
[MulAction ℝ α]
[ContinuousSMul ℝ α]
:
Embedding of ℝ≥0 to ℝ as a bundled continuous map.
Equations
- ContinuousMap.coeNNRealReal = { toFun := NNReal.toReal, continuous_toFun := NNReal.continuous_coe }
Instances For
@[simp]