Skip to content

Commit

Permalink
Add a hint for unfolding open_neighborhood
Browse files Browse the repository at this point in the history
  • Loading branch information
Columbus240 committed Feb 14, 2022
1 parent 93086be commit d6d78d9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions theories/Topology/Neighborhoods.v
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ Definition open_neighborhood {X:TopologicalSpace}
(U:Ensemble X) (x:X) :=
open U /\ In U x.

Hint Unfold open_neighborhood : topology.

Definition neighborhood {X:TopologicalSpace}
(N:Ensemble X) (x:X) :=
exists U:Ensemble X,
Expand Down

0 comments on commit d6d78d9

Please sign in to comment.