refactor(library/data/real/basic): declare 'real' in the toplevel like 'nat', 'int' and 'rat'
This commit is contained in:
parent
5c7a20e5bd
commit
99a9dec93f
1 changed files with 1 additions and 1 deletions
|
@ -1042,9 +1042,9 @@ end s
|
|||
----------------------------------------------
|
||||
-- take quotients to get ℝ and show it's a comm ring
|
||||
|
||||
namespace real
|
||||
open s
|
||||
definition real := quot reg_seq.to_setoid
|
||||
namespace real
|
||||
notation `ℝ` := real
|
||||
|
||||
definition add (x y : ℝ) : ℝ :=
|
||||
|
|
Loading…
Reference in a new issue