chore(library/data/real): update md
This commit is contained in:
parent
e112468f99
commit
b1aea149db
1 changed files with 3 additions and 2 deletions
|
@ -1,8 +1,9 @@
|
||||||
data.real
|
data.real
|
||||||
========
|
========
|
||||||
|
|
||||||
The real numbers.
|
The real numbers: classically, as a quotient type; constructively, as a setoid.
|
||||||
|
|
||||||
* [basic](basic.lean) : the reals as a commutative ring (constructive)
|
* [basic](basic.lean) : the reals as a commutative ring (constructive)
|
||||||
* [order](order.lean) : the reals as an ordered ring (constructive)
|
* [order](order.lean) : the reals as an ordered ring (constructive)
|
||||||
* [division](division.lean) : the reals as a discrete linear ordered field (classical)
|
* [division](division.lean) : the reals as a discrete linear ordered field (classical)
|
||||||
|
* [complete](complete.lean) : the reals are Cauchy complete (classical)
|
Loading…
Reference in a new issue