Mathlib Map

Theorems · Definition · geometry

Affine.Simplex.exsphere

{V : Type u_1} →
  {P : Type u_2} →
    [inst : NormedAddCommGroup V] →
      [inst_1 : InnerProductSpace ℝ V] →
        [inst_2 : MetricSpace P] →
          [inst_3 : NormedAddTorsor V P] →
            {n : ℕ} → [NeZero n] → Affine.Simplex ℝ P n → Finset (Fin (n + 1)) → EuclideanGeometry.Sphere P

The exsphere with signs determined by the given set of indices (for the empty set, this is the insphere; for a singleton set, this is the exsphere opposite a vertex). This is only meaningful if s.ExcenterExists; otherwise, it is a sphere of radius zero at some arbitrary point.

Defined in
Mathlib.Geometry.Euclidean.Incenter
Cited by
20 results in Mathlib
Foundations
Depth 186 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
NormedAddCommGroupInnerProductSpaceMetricSpaceNormedAddTorsorNeZero

Around this declaration

Dashed lines are statement dependencies; solid lines are citations in proofs.

Affine.Simplex.excenter · cited by 63Simplex.excenterAffine.Simplex.incenter · cited by 35Simplex.incenterAffine.Simplex.exradius · cited by 18Simplex.exradiusAffine.Simplex.inradius · cited by 11Simplex.inradiusAffine.Simplex.insphere · cited by 11Simplex.insphereAffine.Simplex.exsphere_reindex · cited by 5Simplex.exsphere_reindexAffine.Simplex.ExcenterExists.isTangentAt_touchpoint · cited by 5ExcenterExists.isTangentA…Affine.Simplex.exsphere_compl · cited by 3Simplex.exsphere_complAffine.Simplex.ExcenterExists.touchpoint_mem_exsphere · cited by 2ExcenterExists.touchpoint…Affine.Simplex.ExcenterExists.affineSpan_faceOpposite_eq_orthRadius · cited by 2ExcenterExists.affineSpan…Affine.Simplex.exsphere_univ · cited by 2Simplex.exsphere_univAffine.Simplex.excenter_compl · cited by 1Simplex.excenter_complAffine.Simplex.excenter_reindex · cited by 1Simplex.excenter_reindexAffine.Simplex.exsphere_center · cited by 1Simplex.exsphere_centerAffine.Simplex.eq_touchpoint_of_isTangentAt_exsphere · cited by 1Simplex.eq_touchpoint_of_…DFunLike.coe · cited by 62936DFunLike.coeReal · cited by 25697RealNormedAddCommGroup · cited by 15752NormedAddCommGroupFinset · cited by 13712FinsetFinset.sum · cited by 5195Finset.sumInnerProductSpace · cited by 3523InnerProductSpaceFinset.univ · cited by 3473Finset.univabs · cited by 1814absMetricSpace · cited by 1684MetricSpaceNormedAddTorsor · cited by 1325NormedAddTorsorAffine.Simplex · cited by 471Affine.SimplexAffine.Simplex.points · cited by 391Simplex.pointsEuclideanGeometry.Sphere · cited by 233EuclideanGeometry.SphereFinset.affineCombination · cited by 159Finset.affineCombinationAffine.Simplex.excenterWeightsUnnorm · cited by 36Simplex.excenterWeightsUn…Simplex.exsphereCITED BYCITES

Cites16

Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.

Cited by25

Results whose statement or proof uses this declaration.