2015-05-26 02:05:53 +00:00
|
|
|
data.real
|
|
|
|
========
|
|
|
|
|
2015-06-09 05:43:43 +00:00
|
|
|
The real numbers: classically, as a quotient type; constructively, as a setoid.
|
2015-05-26 02:05:53 +00:00
|
|
|
|
2015-06-02 00:10:53 +00:00
|
|
|
* [basic](basic.lean) : the reals as a commutative ring (constructive)
|
|
|
|
* [order](order.lean) : the reals as an ordered ring (constructive)
|
2015-06-09 05:43:43 +00:00
|
|
|
* [division](division.lean) : the reals as a discrete linear ordered field (classical)
|
2015-08-08 21:18:41 +00:00
|
|
|
* [complete](complete.lean) : the reals are Cauchy complete (classical)
|
|
|
|
* [bigops](bigops.lean)
|