lean2/library/data/real/real.md

8 lines
264 B
Markdown
Raw Normal View History

data.real
========
The real numbers.
* [basic](basic.lean) : the reals as a commutative ring (constructive)
* [order](order.lean) : the reals as an ordered ring (constructive)
* [division](division.lean) : the reals as a discrete linear ordered field (classical)