Theorems · Theorem · general topology
Filter.eventually_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
- 2 results in Mathlib
- Foundations
- Depth 12 from the axioms · uses propext, 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.Eventuallystatement · cited by 3,134
- Filter.currystatement · cited by 14
Cited by2
Results whose statement or proof uses this declaration.
- hasFDerivAt_of_tendstoUniformlyOnFilterproof · cited by 2
- Frullani.integral_Ioi_eqproof · cited by 0