Theorems · Theorem · general topology
Filter.prod_le_prod
∀ {α : Type u_1} {β : Type u_2} {f₁ f₂ : Filter α} {g₁ g₂ : Filter β} [f₁.NeBot] [g₁.NeBot],
f₁ ×ˢ g₁ ≤ f₂ ×ˢ g₂ ↔ f₁ ≤ f₂ ∧ g₁ ≤ g₂- Defined in
- Mathlib.Order.Filter.Prod
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 74 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- Filter.NeBotFilter.NeBot
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites9
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 and proof · cited by 1,750
- Filter.NeBotstatement and proof · cited by 853
- Filter.Tendsto.mono_leftproof · cited by 125
- Filter.tendsto_sndproof · cited by 30
- Filter.tendsto_fstproof · cited by 26
- Filter.prod_monoproof · cited by 14
- Filter.map_fst_prodproof · cited by 5
- Filter.map_snd_prodproof · cited by 5
Cited by2
Results whose statement or proof uses this declaration.
- CauchySeq.comp_tendstoproof · cited by 3
- Filter.prod_injproof · cited by 0