Module docstring
{"# Maps between real and extended non-negative real numbers
This file focuses on the functions ENNReal.toReal : ℝ≥0∞ → ℝ and ENNReal.ofReal : ℝ → ℝ≥0∞ which
were defined in Data.ENNReal.Basic. It collects all the basic results of the interactions between
these functions and the algebraic and lattice operations, although a few may appear in earlier
files.
This file provides a positivity extension for ENNReal.ofReal.
Main theorems
trichotomy (p : ℝ≥0∞) : p = 0 ∨ p = ∞ ∨ 0 < p.toReal: often used forWithLpandlpdichotomy (p : ℝ≥0∞) [Fact (1 ≤ p)] : p = ∞ ∨ 1 ≤ p.toReal: often used forWithLpandlptoNNReal_iInfthroughtoReal_sSup: these declarations allow for easy conversions between indexed or set infima and suprema inℝ,ℝ≥0andℝ≥0∞. This is especially useful becauseℝ≥0∞is a complete lattice. "}