Theorems · Theorem · general topology
Filter.Tendsto.frequently_map
∀ {α : Type u_1} {β : Type u_2} {l₁ : Filter α} {l₂ : Filter β} {p : α → Prop} {q : β → Prop} (f : α → β),
Filter.Tendsto f l₁ l₂ → (∀ (x : α), p x → q (f x)) → (∃ᶠ (x : α) in l₁, p x) → ∃ᶠ (y : β) in l₂, q y- Defined in
- Mathlib.Order.Filter.Tendsto
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 16 from the axioms · uses propext, 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.
- Filterstatement and proof · cited by 8,121
- Filter.Tendstostatement and proof · cited by 3,814
- Filter.Frequentlystatement and proof · cited by 414
- Filter.Frequently.monoproof · cited by 64
- Filter.Tendsto.frequentlyproof · cited by 12
Cited by1
Results whose statement or proof uses this declaration.
- ContinuousMap.comp_attachBound_mem_closureproof · cited by 1