chore(library): remove outdated comments
This commit is contained in:
parent
01af780b6e
commit
a53ac25ca8
2 changed files with 0 additions and 9 deletions
|
@ -454,10 +454,3 @@ section discrete_field
|
|||
end discrete_field
|
||||
|
||||
end algebra
|
||||
|
||||
|
||||
/-
|
||||
decidable.by_cases
|
||||
(assume Ha : a = 0, sorry)
|
||||
(assume Ha : a ≠ 0, sorry)
|
||||
-/
|
||||
|
|
|
@ -6,8 +6,6 @@ The real numbers, constructed as equivalence classes of Cauchy sequences of rati
|
|||
This construction follows Bishop and Bridges (1985).
|
||||
|
||||
To do:
|
||||
o Break positive naturals into their own file and fill in sorry's
|
||||
o Fill in sorrys for helper lemmas that will not be handled by simplifier
|
||||
o Rename things and possibly make theorems private
|
||||
-/
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue