EuclideanGeometry.exists_circumcenter_eq_of_cospherical_subset
∀ {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} {ps : Set P},
ps ⊆ ↑s →
∀ [Nonempty ↥s] {n : ℕ} [FiniteDimensional ℝ ↥s.direction],
Module.finrank ℝ ↥s.direction = n →
EuclideanGeometry.Cospherical ps →
∃ c, ∀ (sx : Affine.Simplex ℝ P n), Set.range sx.points ⊆ ps → sx.circumcenter = cAll n-simplices among cospherical points in an n-dimensional subspace have the same circumcenter.
- Defined in
- Mathlib.Geometry.Euclidean.Circumcenter
- Cited by
- 3 results in Mathlib
- Foundations
- Depth 191 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites27
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- 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
- Submodulestatement · cited by 7,192
- Set.rangestatement and proof · cited by 4,705
- InnerProductSpacestatement and proof · cited by 3,523
- LE.le.transproof · cited by 3,151
- FiniteDimensionalstatement and proof · cited by 1,854
- Module.finrankstatement and proof · cited by 1,770
- MetricSpacestatement and proof · cited by 1,684
- Dist.distproof · cited by 1,539
Cited by3
Results whose statement or proof uses this declaration.
- EuclideanGeometry.exists_circumsphere_eq_of_cospherical_subsetproof · cited by 2
- EuclideanGeometry.exists_circumcenter_eq_of_cosphericalproof · cited by 1
- EuclideanGeometry.circumcenter_eq_of_cospherical_subsetproof · cited by 0