Commit b3dd7d5
committed
feat(Topology): split
Move basic API on relative neighbourhood filters from `Mathlib.Topology.ContinuousOn` into a new file `Mathlib.Topology.NhdsWithin`.
The reason we list Jeremy Avigad and Sébastien Gouëzel as authors in the copyright notice of the new file instead of copying over the copyright notice from the old is that according to this [git blame](https://github.com/leanprover-community/mathlib3/blame/b3eb34d29588efff46a2c465e66f5ef67c036a47/src/topology/basic.lean), they wrote most of the API on `nhds_within` in `topology.basic` before it got moved to `topology.continuous_on` in [mathlib3#1516](leanprover-community/mathlib3#1516), the PR to which the current copyright notice in `Topology.ContinuousOn` dates back.Mathlib.Topology.ContinuousOn (#31090)1 parent 2352584 commit b3dd7d5
File tree
4 files changed
+521
-505
lines changed- Mathlib/Topology
4 files changed
+521
-505
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6915 | 6915 | | |
6916 | 6916 | | |
6917 | 6917 | | |
| 6918 | + | |
6918 | 6919 | | |
6919 | 6920 | | |
6920 | 6921 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| |||
0 commit comments