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.
Alias of nhdsKer_singleton_eq_ker_nhds
.
Alias of mem_nhdsKer_singleton
.
Alias of mem_nhdsKer
.
Alias of subset_nhdsKer_iff
.
Alias of subset_nhdsKer
.
Alias of nhdsKer_minimal
.
Alias of IsOpen.nhdsKer_eq
.
Alias of IsOpen.nhdsKer_subset
.
Alias of nhdsKer_iUnion
.
Alias of nhdsKer_union
.
Alias of nhdsKer_sUnion
.
Alias of mem_nhdsKer_iff_specializes
.
Alias of nhdsKer_mono
.
This name was used to be used for the Iff
version,
see nhdsKer_subset_nhdsKer_iff_nhdsSet
.
Alias of nhdsKer_subset_nhdsKer
.
This name was used to be used for the Iff
version,
see nhdsKer_subset_nhdsKer_iff_nhdsSet
.
Alias of nhdsKer_subset_nhdsKer_iff_nhdsSet
.
Alias of nhdsKer_eq_nhdsKer_iff_nhdsSet
.
Alias of specializes_iff_nhdsKer_subset
.
Alias of nhdsKer_iInter_subset
.
Alias of nhdsKer_inter_subset
.
Alias of nhdsKer_sInter_subset
.
Alias of nhdsKer_empty
.
Alias of nhdsKer_univ
.
Alias of nhdsKer_eq_empty
.
Alias of nhdsSet_nhdsKer
.
Alias of nhdsKer_nhdsKer
.