EuclideanGeometry.Sphere.mul_dist_eq_abs_power
∀ {V : Type u_1} [inst : NormedAddCommGroup V] [inst_1 : InnerProductSpace ℝ V] {P : Type u_2} [inst_2 : MetricSpace P]
[inst_3 : NormedAddTorsor V P] {s : EuclideanGeometry.Sphere P} {p a b : P},
p ∈ line[ℝ, a, b] → a ∈ s → b ∈ s → dist p a * dist p b = |s.power p|For any point, the product of distances to two intersection points on a line through the point equals the absolute value of the power of the point.
- Defined in
- Mathlib.Geometry.Euclidean.Sphere.Power
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 204 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites18
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
- NormedAddCommGroupstatement and proof · cited by 15,752
- InnerProductSpacestatement and proof · cited by 3,523
- absstatement and proof · cited by 1,814
- MetricSpacestatement and proof · cited by 1,684
- Dist.diststatement and proof · cited by 1,539
- NormedAddTorsorstatement and proof · cited by 1,325
- AffineSubspacestatement · cited by 871
- affineSpanstatement and proof · cited by 417
- EuclideanGeometry.Spherestatement and proof · cited by 233
- dist_commproof · cited by 188
Cited by2
Results whose statement or proof uses this declaration.
- EuclideanGeometry.Sphere.mul_dist_eq_power_of_radius_le_dist_centerproof · cited by 1
- EuclideanGeometry.Sphere.mul_dist_eq_neg_power_of_dist_center_le_radiusproof · cited by 0