Theorems · Theorem · functional analysis
Filter.Eventually.segment_of_prod_nhds
∀ {E : Type u_1} [inst : SeminormedAddCommGroup E] [inst_1 : NormedSpace ℝ E] {α : Type u_2} {f : Filter α} {x : E}
{y z : α → E} {r : α → E → Prop},
Filter.Tendsto y f (nhds x) →
Filter.Tendsto z f (nhds x) →
(∀ᶠ (p : α × E) in f ×ˢ nhds x, r p.1 p.2) → ∀ᶠ (χ : α) in f, ∀ v ∈ segment ℝ (y χ) (z χ), r χ v- Defined in
- Mathlib.Analysis.Normed.Module.Convex
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 161 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites17
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Setstatement · cited by 53,352
- Realstatement and proof · cited by 25,697
- NormedSpacestatement and proof · cited by 12,499
- Filterstatement and proof · cited by 8,121
- nhdsstatement and proof · cited by 5,554
- Filter.Tendstostatement and proof · cited by 3,814
- Filter.Eventuallystatement and proof · cited by 3,134
- SeminormedAddCommGroupstatement and proof · cited by 2,671
- SProd.sprodstatement and proof · cited by 1,750
- Filter.univ_mem'proof · cited by 1,672
- Dist.distproof · cited by 1,539
- Filter.mp_memproof · cited by 1,537
Cited by1
Results whose statement or proof uses this declaration.
- Filter.Eventually.segment_of_prod_nhdsWithinproof · cited by 0