Skip to content

Commit

Permalink
feat: add NNReal.isOpen_Ico_zero (#15295)
Browse files Browse the repository at this point in the history
Similar to the lemma `ENNReal.isOpen_Ico_zero` already in Mathlib.



Co-authored-by: Rémy Degenne <[email protected]>
  • Loading branch information
RemyDegenne and RemyDegenne committed Aug 15, 2024
1 parent d49e552 commit c66e20e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Mathlib/Topology/Instances/NNReal.lean
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,9 @@ instance : ContinuousStar ℝ≥0 where
continuous_star := continuous_id
section coe

lemma isOpen_Ico_zero {x : NNReal} : IsOpen (Set.Ico 0 x) :=
Ico_bot (a := x) ▸ isOpen_Iio

variable {α : Type*}

open Filter Finset
Expand Down

0 comments on commit c66e20e

Please sign in to comment.