EuclideanGeometry.Sphere.vadd_mem_inter_orthRadius_iff_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 : P} {v : V},
0 ≤ s.radius →
v ∈ (ℝ ∙ (p -ᵥ s.center))ᗮ →
(v +ᵥ p ∈ Metric.sphere s.center s.radius ∩ ↑(s.orthRadius p) ↔ ‖v‖ ^ 2 = s.radius ^ 2 - dist p s.center ^ 2)- Cited by
- 2 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.
Cites22
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
- HVAdd.hVAddstatement · cited by 1,820
- 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
Cited by2
Results whose statement or proof uses this declaration.
- EuclideanGeometry.Sphere.inter_orthRadius_eq_empty_iffproof · cited by 0