EuclideanGeometry.Sphere.dist_sq_eq_mul_dist_of_tangent_and_secant
- 1000+ list: Tangent-secant theorem
∀ {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 t p : P} {s : EuclideanGeometry.Sphere P},
a ∈ s → b ∈ s → p ∈ line[ℝ, a, b] → s.IsTangentAt t line[ℝ, p, t] → dist p t ^ 2 = dist p a * dist p bTangent-Secant Theorem. The square of the tangent length equals the product of secant segment lengths.
- Defined in
- Mathlib.Geometry.Euclidean.Sphere.Power
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 206 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites19
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
- 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
- EuclideanGeometry.Sphere.centerproof · cited by 181
- EuclideanGeometry.Sphere.radiusproof · cited by 123
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.