Theorems · Theorem · general topology
Filter.Tendsto.midpoint
∀ {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 α}
[inst_9 : Invertible 2] {f₁ f₂ : α → P} {p₁ p₂ : P},
Filter.Tendsto f₁ l (nhds p₁) →
Filter.Tendsto f₂ l (nhds p₂) → Filter.Tendsto (fun x => midpoint R (f₁ x) (f₂ x)) l (nhds (midpoint R p₁ p₂))- Defined in
- Mathlib.Topology.Algebra.Affine
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 73 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites14
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- 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
- Invertiblestatement and proof · cited by 549
- tendsto_const_nhdsproof · cited by 330
- midpointstatement · cited by 123
Cited by1
Results whose statement or proof uses this declaration.
- Urysohns.CU.lim_eq_midpointproof · cited by 1