feat(library/data/real): define real numbers, prove they form a commutative ring

This commit is contained in:
Rob Lewis 2015-05-26 12:05:53 +10:00
parent 681f431d4b
commit 393cefcf97
3 changed files with 1243 additions and 0 deletions

1231
library/data/real/basic.lean Normal file

File diff suppressed because it is too large Load diff

View file

@ -0,0 +1,6 @@
/-
Copyright (c) 2014 Microsoft Corporation. All rights reserved.
Released under Apache 2.0 license as described in the file LICENSE.
Author: Robert Y. Lewis
-/
import .basic

View file

@ -0,0 +1,6 @@
data.real
========
The real numbers.
* [basic](basic.lean) : the reals as a commutative ring