Coercion from ℕ∞ to ℝ≥0∞ #
In this file we define a coercion from ℕ∞ to ℝ≥0∞ and prove some basic lemmas about this map.
Equations
- ENat.hasCoeENNReal = { coe := ENat.toENNReal }
@[simp]
Coercion ℕ∞ → ℝ≥0∞ as an OrderEmbedding.
Equations
- ENat.toENNRealOrderEmbedding = OrderEmbedding.withTopMap Nat.castOrderEmbedding
Instances For
Coercion ℕ∞ → ℝ≥0∞ as a ring homomorphism.
Equations
Instances For
@[simp]