EuclideanGeometry.Sphere.isTangentAt_iff_dist_sq_eq_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] {t p : P} {s : EuclideanGeometry.Sphere P},
t ∈ s → (s.IsTangentAt t line[ℝ, p, t] ↔ dist p t ^ 2 = s.power p)A line through a point on a sphere is tangent if and only if the squared distance from the external point to the tangent point equals the power of the point.
- Defined in
- Mathlib.Geometry.Euclidean.Sphere.Power
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 171 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites33
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
- InnerProductSpacestatement and proof · cited by 3,523
- MulZeroClass.mul_zeroproof · cited by 2,091
- Nat.cast_zeroproof · cited by 1,870
- MetricSpacestatement and proof · cited by 1,684
- PseudoMetricSpaceproof · cited by 1,550
- Dist.diststatement and proof · cited by 1,539
- NormedAddTorsorstatement and proof · cited by 1,325
Cited by1
Results whose statement or proof uses this declaration.
- EuclideanGeometry.Sphere.isTangentAt_of_dist_sq_eq_powerproof · cited by 0