EuclideanGeometry.Sphere.mem_inter_orthRadius_iff_vsub_mem_and_norm_sq
∀ {V : Type u_1} {P : Type u_2} [inst : NormedAddCommGroup V] [inst_1 : InnerProductSpace ℝ V] [inst_2 : MetricSpace P]
[inst_3 : NormedAddTorsor V P] {s : EuclideanGeometry.Sphere P} {p q : P},
0 ≤ s.radius →
(q ∈ Metric.sphere s.center s.radius ∩ ↑(s.orthRadius p) ↔
q -ᵥ p ∈ (ℝ ∙ (p -ᵥ s.center))ᗮ ∧ ‖q -ᵥ p‖ ^ 2 = s.radius ^ 2 - dist p s.center ^ 2)- Cited by
- 2 results in Mathlib
- Foundations
- Depth 170 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites20
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
- SetLike.coestatement · cited by 8,199
- Submodulestatement · cited by 7,192
- Norm.normstatement and proof · cited by 5,413
- InnerProductSpacestatement and proof · cited by 3,523
- MetricSpacestatement and proof · cited by 1,684
- Dist.diststatement and proof · cited by 1,539
- Submodule.spanstatement and proof · cited by 1,504
- NormedAddTorsorstatement and proof · cited by 1,325
- AffineSubspacestatement · cited by 871
Cited by2
Results whose statement or proof uses this declaration.
- EuclideanGeometry.Sphere.vadd_mem_inter_orthRadius_iff_norm_sqproof · cited by 2
- EuclideanGeometry.Sphere.inter_orthRadius_eq_singleton_iffproof · cited by 0