feat(library/data/real): define real numbers, prove they form a commutative ring
This commit is contained in:
parent
681f431d4b
commit
393cefcf97
3 changed files with 1243 additions and 0 deletions
1231
library/data/real/basic.lean
Normal file
1231
library/data/real/basic.lean
Normal file
File diff suppressed because it is too large
Load diff
6
library/data/real/default.lean
Normal file
6
library/data/real/default.lean
Normal 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
|
6
library/data/real/real.md
Normal file
6
library/data/real/real.md
Normal file
|
@ -0,0 +1,6 @@
|
|||
data.real
|
||||
========
|
||||
|
||||
The real numbers.
|
||||
|
||||
* [basic](basic.lean) : the reals as a commutative ring
|
Loading…
Reference in a new issue