Kernel of a filter #
In this file we define the kernel Filter.ker f
of a filter f
to be the intersection of all its sets.
We also prove that Filter.principal
and Filter.ker
form a Galois coinsertion
and prove other basic theorems about Filter.ker
.
Filter.principal
forms a Galois coinsertion with Filter.ker
.
Equations
- Filter.gi_principal_ker = GaloisConnection.toGaloisCoinsertion ⋯ ⋯
Instances For
@[simp]
theorem
Filter.ker_comap
{α : Type u_2}
{β : Type u_3}
(m : α → β)
(f : Filter β)
:
(Filter.comap m f).ker = m ⁻¹' f.ker