EuclideanGeometry.exists_dist_eq_iff_exists_dist_orthogonalProjection_eq
∀ {𝕜 : Type u_1} {V : Type u_2} {P : Type u_3} [inst : RCLike 𝕜] [inst_1 : NormedAddCommGroup V]
[inst_2 : InnerProductSpace 𝕜 V] [inst_3 : MetricSpace P] [inst_4 : NormedAddTorsor V P] {s : AffineSubspace 𝕜 P}
[inst_5 : Nonempty ↥s] [inst_6 : s.direction.HasOrthogonalProjection] {ps : Set P},
ps ⊆ ↑s →
∀ (p : P),
(∃ r, ∀ p₁ ∈ ps, dist p₁ p = r) ↔ ∃ r, ∀ p₁ ∈ ps, dist p₁ ↑((EuclideanGeometry.orthogonalProjection s) p) = rThere exists r such that p has distance r from all the
points of a set of points in s if and only if there exists (possibly
different) r such that its orthogonalProjection has that distance
from all the points in that set.
- Defined in
- Mathlib.Geometry.Euclidean.Projection
- Cited by
- 3 results in Mathlib
- Foundations
- Depth 184 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites18
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coestatement and proof · cited by 62,936
- Setstatement and proof · cited by 53,352
- Realstatement · cited by 25,697
- NormedAddCommGroupstatement and proof · cited by 15,752
- SetLike.coestatement and proof · cited by 8,199
- Submodulestatement · cited by 7,192
- InnerProductSpacestatement and proof · cited by 3,523
- RCLikestatement and proof · cited by 2,829
- MetricSpacestatement and proof · cited by 1,684
- Dist.diststatement and proof · cited by 1,539
- NormedAddTorsorstatement and proof · cited by 1,325
- AffineSubspacestatement and proof · cited by 871
Cited by3
Results whose statement or proof uses this declaration.
- Affine.Simplex.orthogonalProjection_eq_circumcenter_of_exists_dist_eqproof · cited by 2
- EuclideanGeometry.cospherical_iff_exists_mem_of_completeproof · cited by 1
- EuclideanGeometry.existsUnique_dist_eq_of_insertproof · cited by 1