Skip to content

Commit

Permalink
feat: add CompleteSpace instance for ℝ≥0 (#5488)
Browse files Browse the repository at this point in the history
  • Loading branch information
j-loreaux committed Jun 27, 2023
1 parent 3c3631e commit a38feb8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Mathlib/Topology/Instances/NNReal.lean
Expand Up @@ -74,6 +74,9 @@ instance : SecondCountableTopology ℝ≥0 :=
instance : OrderTopology ℝ≥0 :=
orderTopology_of_ordConnected (t := Ici 0)

instance : CompleteSpace ℝ≥0 :=
isClosed_Ici.completeSpace_coe

section coe

variable {α : Type _}
Expand Down

0 comments on commit a38feb8

Please sign in to comment.