EuclideanGeometry.mul_dist_eq_abs_sub_sq_dist
∀ {V : Type u_1} [inst : NormedAddCommGroup V] [inst_1 : InnerProductSpace ℝ V] {P : Type u_2} [inst_2 : MetricSpace P]
[inst_3 : NormedAddTorsor V P] {a b p q : P},
p ∈ line[ℝ, a, b] → dist a q = dist b q → dist a p * dist b p = |dist b q ^ 2 - dist p q ^ 2|If P is a point on the line AB and Q is equidistant from A and B, then
AP * BP = abs (BQ ^ 2 - PQ ^ 2).
- Defined in
- Mathlib.Geometry.Euclidean.Sphere.Power
- Cited by
- 3 results in Mathlib
- Foundations
- Depth 203 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites32
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coeproof · cited by 62,936
- Setstatement · cited by 53,352
- Realstatement and proof · cited by 25,697
- NormedAddCommGroupstatement and proof · cited by 15,752
- Norm.normproof · cited by 5,413
- Algebra.algebraMapproof · cited by 4,706
- InnerProductSpacestatement and proof · cited by 3,523
- Nat.cast_oneproof · cited by 2,501
- zero_addproof · cited by 2,366
- absstatement and proof · cited by 1,814
- MetricSpacestatement and proof · cited by 1,684
- Dist.diststatement and proof · cited by 1,539
Cited by3
Results whose statement or proof uses this declaration.
- EuclideanGeometry.Sphere.mul_dist_eq_abs_powerproof · cited by 2
- EuclideanGeometry.mul_dist_eq_mul_dist_of_cosphericalproof · cited by 2
- EuclideanGeometry.Sphere.mul_dist_eq_zero_of_mem_sphereproof · cited by 0