Theorems · Theorem · general topology
Filter.map_comm
∀ {α : Type u_1} {β : Type u_2} {γ : Type u_3} {δ : Type u_4} {φ : α → β} {θ : α → γ} {ψ : β → δ} {ρ : γ → δ},
ψ ∘ φ = ρ ∘ θ → ∀ (F : Filter α), Filter.map ψ (Filter.map φ F) = Filter.map ρ (Filter.map θ F)- Defined in
- Mathlib.Order.Filter.Map
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 13 from the axioms · uses Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites3
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Filterstatement and proof · cited by 8,121
- Filter.mapstatement and proof · cited by 819
- Filter.map_mapproof · cited by 80
Cited by2
Results whose statement or proof uses this declaration.
- Function.Semiconj.filter_mapproof · cited by 3
- IsUniformInducing.completableTopFieldproof · cited by 0