Theorems · Definition · general topology
Filter.comap
{α : Type u_1} → {β : Type u_2} → (α → β) → Filter β → Filter αThe inverse map of a filter. A set s belongs to Filter.comap m f if either of the following
equivalent conditions hold.
1. There exists a set t ∈ f such that m ⁻¹' t ⊆ s. This is used as a definition.
2. The set kernImage m s = {y | ∀ x, m x = y → x ∈ s} belongs to f, see Filter.mem_comap'.
3. The set (m '' sᶜ)ᶜ belongs to f, see Filter.mem_comap_iff_compl and
Filter.compl_mem_comap.
- Defined in
- Mathlib.Order.Filter.Defs
- Cited by
- 546 results in Mathlib
- Foundations
- Depth 58 from the axioms, rests on 652 definitions · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites4
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Setproof · cited by 53,352
- Filterstatement and proof · cited by 8,121
- Set.ofPredproof · cited by 6,101
- Set.preimageproof · cited by 4,946
Cited by586
Results whose statement or proof uses this declaration.
- Filter.HasBasis.comapstatement · cited by 89
- nhds_prod_eqproof · cited by 84
- Filter.comap_comapstatement · cited by 69
- UniformSpace.comapproof · cited by 61
- Filter.tendsto_comap_iffstatement and proof · cited by 55
- Filter.piproof · cited by 48
- Filter.comap_principalstatement and proof · cited by 47
- Topology.IsInducing.nhds_eq_comapstatement · cited by 39
- UpperHalfPlane.atImInftyproof · cited by 35
- UniformSpace.extproof · cited by 34
- IsTopologicalAddGroup.rightUniformSpaceproof · cited by 33
- Filter.comap_infstatement · cited by 33
Showing the 200 most cited of 586.