Theorems · Theorem · general topology
Filter.prod_comap_comap_eq
∀ {α₁ : Type u} {α₂ : Type v} {β₁ : Type w} {β₂ : Type x} {f₁ : Filter α₁} {f₂ : Filter α₂} {m₁ : β₁ → α₁}
{m₂ : β₂ → α₂}, Filter.comap m₁ f₁ ×ˢ Filter.comap m₂ f₂ = Filter.comap (fun p => (m₁ p.1, m₂ p.2)) (f₁ ×ˢ f₂)- Defined in
- Mathlib.Order.Filter.Prod
- Cited by
- 5 results in Mathlib
- Foundations
- Depth 67 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites5
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
- SProd.sprodstatement · cited by 1,750
- Filter.comapstatement and proof · cited by 546
- Filter.comap_comapproof · cited by 69
- Filter.comap_infproof · cited by 33
Cited by5
Results whose statement or proof uses this declaration.
- isUniformAddGroup_of_addCommGroupproof · cited by 21
- Topology.IsInducing.prodMapproof · cited by 7
- isUniformGroup_of_commGroupproof · cited by 4
- Cauchy.comapproof · cited by 2
- IsDenseInducing.extend_Z_bilinproof · cited by 1