Theorems · Definition · geometry
EuclideanGeometry.Sphere.power
{P : Type u_2} → [inst : MetricSpace P] → EuclideanGeometry.Sphere P → P → ℝThe power of a point with respect to a sphere. For a point and a sphere, this is defined as the square of the distance from the point to the center minus the square of the radius. This value is positive if the point is outside the sphere, negative if inside, and zero if on the sphere.
- Defined in
- Mathlib.Geometry.Euclidean.Sphere.Power
- Cited by
- 11 results in Mathlib
- Foundations
- Depth 96 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- MetricSpace
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites6
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Realstatement · cited by 25,697
- MetricSpacestatement and proof · cited by 1,684
- Dist.distproof · cited by 1,539
- EuclideanGeometry.Spherestatement and proof · cited by 233
- EuclideanGeometry.Sphere.centerproof · cited by 181
- EuclideanGeometry.Sphere.radiusproof · cited by 123
Cited by11
Results whose statement or proof uses this declaration.
- EuclideanGeometry.Sphere.mul_dist_eq_abs_powerstatement and proof · cited by 2
- EuclideanGeometry.Sphere.IsTangentAt.power_eq_dist_sqstatement · cited by 1
- EuclideanGeometry.Sphere.power_nonneg_iff_radius_le_dist_centerstatement · cited by 1
- EuclideanGeometry.Sphere.power_nonpos_iff_dist_center_le_radiusstatement · cited by 1
- EuclideanGeometry.Sphere.mul_dist_eq_power_of_radius_le_dist_centerstatement and proof · cited by 1
- EuclideanGeometry.Sphere.isTangentAt_iff_dist_sq_eq_powerstatement and proof · cited by 1
- EuclideanGeometry.Sphere.power_eq_zero_iff_mem_spherestatement · cited by 0
- EuclideanGeometry.Sphere.power_neg_iff_dist_center_lt_radiusstatement · cited by 0
- EuclideanGeometry.Sphere.power_pos_iff_radius_lt_dist_centerstatement · cited by 0
- EuclideanGeometry.Sphere.mul_dist_eq_neg_power_of_dist_center_le_radiusstatement and proof · cited by 0
- EuclideanGeometry.Sphere.isTangentAt_of_dist_sq_eq_powerstatement · cited by 0