Module docstring
{"# The extended real numbers
This file defines EReal, ℝ with a top element ⊤ and a bottom element ⊥, implemented as
WithBot (WithTop ℝ).
EReal is a CompleteLinearOrder, deduced by typeclass inference from the fact that
WithBot (WithTop L) completes a conditionally complete linear order L.
Coercions from ℝ (called coe in lemmas) and from ℝ≥0∞ (coe_ennreal) are registered
and their basic properties proved. The latter takes up most of the rest of this file.
Tags
real, ereal, complete lattice ","### Real coercion ","### Intervals and coercion from reals ","### ennreal coercion ","### toENNReal ","### nat coercion ","### Miscellaneous lemmas "}