EuclideanGeometry.existsUnique_dist_eq_of_insert
∀ {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 : AffineSubspace ℝ P} [s.direction.HasOrthogonalProjection] {ps : Set P},
ps.Nonempty →
∀ {p : P},
ps ⊆ ↑s →
p ∉ s →
(∃! cs, cs.center ∈ s ∧ ps ⊆ Metric.sphere cs.center cs.radius) →
∃! cs₂, cs₂.center ∈ affineSpan ℝ (insert p ↑s) ∧ insert p ps ⊆ Metric.sphere cs₂.center cs₂.radiusThe induction step for the existence and uniqueness of the
circumcenter. Given a nonempty set of points in a nonempty affine
subspace whose direction is complete, such that there is a unique
(circumcenter, circumradius) pair for those points in that subspace,
and a point p not in that subspace, there is a unique (circumcenter,
circumradius) pair for the set with p added, in the span of the
subspace with p added.
- Defined in
- Mathlib.Geometry.Euclidean.Circumcenter
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 185 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites74
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 and proof · cited by 53,352
- Realstatement and proof · cited by 25,697
- NormedAddCommGroupstatement and proof · cited by 15,752
- SetLike.coestatement and proof · cited by 8,199
- Submoduleproof · cited by 7,192
- Norm.normproof · cited by 5,413
- mul_oneproof · cited by 3,885
- InnerProductSpacestatement and proof · cited by 3,523
- one_mulproof · cited by 2,841
- Set.Nonemptystatement and proof · cited by 2,627
- mul_commproof · cited by 2,262
Cited by1
Results whose statement or proof uses this declaration.
- AffineIndependent.existsUnique_dist_eqproof · cited by 1