Neighborhoods kernel of a set #
In Mathlib/Topology/Defs/Filter.lean, nhdsKer s is defined to be the intersection of all
neighborhoods of s.
Note that this construction has no standard name in the literature.
In this file we prove basic properties of this operation.
@[simp]
theorem
nhdsKer_minimal
{X : Type u_2}
[TopologicalSpace X]
{s t : Set X}
(h₁ : s ⊆ t)
(h₂ : IsOpen t)
:
@[simp]
theorem
nhdsKer_biUnion
{X : Type u_2}
[TopologicalSpace X]
{ι : Type u_3}
(s : Set ι)
(t : ι → Set X)
:
@[simp]
This name was used to be used for the Iff version,
see nhdsKer_subset_nhdsKer_iff_nhdsSet.
@[simp]
@[simp]
theorem
nhdsKer_prod
{X : Type u_2}
[TopologicalSpace X]
{Y : Type u_3}
[TopologicalSpace Y]
(s : Set X)
(t : Set Y)
: