Theorems · Theorem · general topology
Filter.Tendsto.lineMap
∀ {R : Type u_1} {V : Type u_2} {P : Type u_3} [inst : AddCommGroup V] [inst_1 : TopologicalSpace V]
[inst_2 : AddTorsor V P] [inst_3 : TopologicalSpace P] [IsTopologicalAddTorsor P] [inst_5 : Ring R]
[inst_6 : Module R V] [inst_7 : TopologicalSpace R] [ContinuousSMul R V] {α : Type u_6} {l : Filter α} {f₁ f₂ : α → P}
{g : α → R} {p₁ p₂ : P} {c : R},
Filter.Tendsto f₁ l (nhds p₁) →
Filter.Tendsto f₂ l (nhds p₂) →
Filter.Tendsto g l (nhds c) →
Filter.Tendsto (fun x => (AffineMap.lineMap (f₁ x) (f₂ x)) (g x)) l (nhds ((AffineMap.lineMap p₁ p₂) c))- Defined in
- Mathlib.Topology.Algebra.Affine
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 72 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites16
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coestatement · cited by 62,936
- TopologicalSpacestatement and proof · cited by 24,529
- Modulestatement and proof · cited by 20,661
- AddCommGroupstatement and proof · cited by 12,871
- Filterstatement and proof · cited by 8,121
- Ringstatement and proof · cited by 7,463
- nhdsstatement and proof · cited by 5,554
- Filter.Tendstostatement and proof · cited by 3,814
- AddTorsorstatement and proof · cited by 1,657
- ContinuousSMulstatement and proof · cited by 1,016
- AffineMapstatement · cited by 674
- AffineMap.lineMapstatement · cited by 254
Cited by2
Results whose statement or proof uses this declaration.
- Filter.Tendsto.midpointproof · cited by 1
- ContinuousWithinAt.lineMapproof · cited by 0