Mathlib Map

Theorems · Theorem · geometry

EuclideanGeometry.Sphere.power_nonpos_iff_dist_center_le_radius

∀ {P : Type u_2} [inst : MetricSpace P] {s : EuclideanGeometry.Sphere P} {p : P},
  0 ≤ s.radius → (s.power p ≤ 0 ↔ dist p s.center ≤ s.radius)

The power of a point is nonpositive if and only if the point lies inside or on the sphere.

Defined in
Mathlib.Geometry.Euclidean.Sphere.Power
Cited by
1 results in Mathlib
Foundations
Depth 112 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.

Cites11

Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.

Cited by1

Results whose statement or proof uses this declaration.