Theorems · Theorem · general topology
Filter.frequently_curry_iff
∀ {α : Type u_1} {β : Type u_2} {l : Filter α} {m : Filter β} (p : α × β → Prop),
(∃ᶠ (x : α × β) in l.curry m, p x) ↔ ∃ᶠ (x : α) in l, ∃ᶠ (y : β) in m, p (x, y)- Defined in
- Mathlib.Order.Filter.Curry
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 14 from the axioms · 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.
- Filterstatement and proof · cited by 8,121
- Filter.Eventuallyproof · cited by 3,134
- Filter.Frequentlystatement · cited by 414
- Filter.currystatement and proof · cited by 14
Cited by1
Results whose statement or proof uses this declaration.
- MapClusterPt.curry_prodMapproof · cited by 3