lean2/library/data/real/real.md
Jeremy Avigad 4b39400439 feat(library/data/{int,rat,real}/bigops): add bigops for int, rat, real
Because migrate does not handle parameters, we have to migrate by hand.
2015-08-08 17:20:23 -04:00

422 B

data.real

The real numbers: classically, as a quotient type; constructively, as a setoid.

  • basic : the reals as a commutative ring (constructive)
  • order : the reals as an ordered ring (constructive)
  • division : the reals as a discrete linear ordered field (classical)
  • complete : the reals are Cauchy complete (classical)
  • bigops