Theorems · Definition · general topology
Filter.curry
{α : Type u_1} → {β : Type u_2} → Filter α → Filter β → Filter (α × β)This filter is characterized by Filter.eventually_curry_iff:
(∀ᶠ (x : α × β) in f.curry g, p x) ↔ ∀ᶠ (x : α) in f, ∀ᶠ (y : β) in g, p (x, y). Useful
in adding quantifiers to the middle of Tendstos. See
hasFDerivAt_of_tendstoUniformlyOnFilter.
- Defined in
- Mathlib.Order.Filter.Defs
- Cited by
- 14 results in Mathlib
- Foundations
- Depth 11 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.mapproof · cited by 819
- Filter.bindproof · cited by 23
Cited by14
Results whose statement or proof uses this declaration.
- Filter.curry_le_prodstatement · cited by 4
- mapClusterPt_self_zpow_atTop_powproof · cited by 3
- mapClusterPt_self_zsmul_atTop_nsmulproof · cited by 3
- MapClusterPt.curry_prodMapstatement · cited by 3
- Filter.eventually_curry_iffstatement · cited by 2
- Filter.Tendsto.currystatement · cited by 2
- hasFDerivAt_of_tendstoUniformlyOnFilterproof · cited by 2
- Filter.frequently_curry_iffstatement and proof · cited by 1
- Filter.frequently_curry_prod_iffstatement and proof · cited by 0
- Filter.mem_curry_iffstatement · cited by 0
- Filter.prod_mem_currystatement · cited by 0
- MapClusterPt.prodMapproof · cited by 0