Theorems · Theorem · general topology
Filter.eventually_prod_iff
∀ {α : Type u_1} {β : Type u_2} {f : Filter α} {g : Filter β} {p : α × β → Prop},
(∀ᶠ (x : α × β) in f ×ˢ g, p x) ↔
∃ pa, (∀ᶠ (x : α) in f, pa x) ∧ ∃ pb, (∀ᶠ (y : β) in g, pb y) ∧ ∀ {x : α}, pa x → ∀ {y : β}, pb y → p (x, y)- Defined in
- Mathlib.Order.Filter.Prod
- Cited by
- 12 results in Mathlib
- Foundations
- Depth 61 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.
- Setproof · cited by 53,352
- Filterstatement and proof · cited by 8,121
- Filter.Eventuallystatement · cited by 3,134
- SProd.sprodstatement and proof · cited by 1,750
- Filter.mem_prod_iffproof · cited by 21
Cited by12
Results whose statement or proof uses this declaration.
- Filter.Eventually.curryproof · cited by 14
- Filter.Eventually.diag_of_prod_leftproof · cited by 4
- Filter.Eventually.diag_of_prod_rightproof · cited by 4
- hasDerivAt_of_tendstoLocallyUniformlyOnproof · cited by 3
- Filter.Eventually.image_of_prodproof · cited by 2
- UniformCauchySeqOnFilter.tendstoUniformlyOnFilter_of_tendstoproof · cited by 2
- Asymptotics.IsBigOWith.sum_congr'proof · cited by 2
- uniformCauchySeqOn_ball_of_fderivproof · cited by 2
- UniformCauchySeqOnFilter.compproof · cited by 1
- Filter.Eventually.eventually_prod_of_eventually_swapproof · cited by 1
- difference_quotients_converge_uniformlyproof · cited by 1
- uniformCauchySeqOnFilter_of_fderivproof · cited by 1