Theorems · Theorem · functional analysis
dist_left_midpoint_eq_dist_right_midpoint
∀ {V : Type u_1} {P : Type u_2} [inst : SeminormedAddCommGroup V] [inst_1 : PseudoMetricSpace P]
[inst_2 : NormedAddTorsor V P] {𝕜 : Type u_5} [inst_3 : NormedField 𝕜] [inst_4 : NormedSpace 𝕜 V]
[inst_5 : Invertible 2] (p₁ p₂ : P), dist p₁ (midpoint 𝕜 p₁ p₂) = dist p₂ (midpoint 𝕜 p₁ p₂)The midpoint of the segment AB is the same distance from A as it is from B.
- Defined in
- Mathlib.Analysis.Normed.Affine.AddTorsor
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 126 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites12
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Realstatement and proof · cited by 25,697
- NormedSpacestatement and proof · cited by 12,499
- Norm.normproof · cited by 5,413
- SeminormedAddCommGroupstatement and proof · cited by 2,671
- PseudoMetricSpacestatement and proof · cited by 1,550
- Dist.diststatement and proof · cited by 1,539
- NormedAddTorsorstatement and proof · cited by 1,325
- NormedFieldstatement and proof · cited by 1,084
- Invertiblestatement and proof · cited by 549
- midpointstatement and proof · cited by 123
- dist_left_midpointproof · cited by 7
- dist_right_midpointproof · cited by 3
Cited by2
Results whose statement or proof uses this declaration.
- EuclideanGeometry.Sphere.IsDiameter.right_memproof · cited by 7
- EuclideanGeometry.Sphere.inner_vsub_center_midpoint_vsubproof · cited by 0