Mathlib Map

Theorems · Definition · geometry

Affine.Simplex.ninePointCircle

{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 : ℕ} → Affine.Simplex ℝ P n → EuclideanGeometry.Sphere P

The 3(n+1)-point sphere of a simplex. Due to the lack of a better name and to avoid numbers in the identifier, we still use the name "nine-point circle" even for higher dimensions. The center $N$ is defined on the Euler line, collinear with circumcenter $O$ and centroid $G$, in the order of $O$, $G$, and $N$, with $OG : GN = n : 1$. The radius is $1/n$ of the circumradius.

Defined in
Mathlib.Geometry.Euclidean.NinePointCircle
Cited by
13 results in Mathlib
Foundations
Depth 190 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
NormedAddCommGroupInnerProductSpaceMetricSpaceNormedAddTorsor

Around this declaration

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

Affine.Simplex.ninePointCircle_center · cited by 3Simplex.ninePointCircle_c…Affine.Simplex.ninePointCircle_center_mem_affineSpan · cited by 2Simplex.ninePointCircle_c…Affine.Simplex.faceOppositeCentroid_mem_ninePointCircle · cited by 2Simplex.faceOppositeCentr…Affine.Simplex.isDiameter_ninePointCircle · cited by 2Simplex.isDiameter_ninePo…Affine.Simplex.ninePointCircle_radius · cited by 1Simplex.ninePointCircle_r…Affine.Simplex.midpoint_faceOppositeCentroid_eulerPoint · cited by 1Simplex.midpoint_faceOppo…Affine.Simplex.orthogonalProjectionSpan_eulerPoint_mem_ninePointCircle · cited by 1Simplex.orthogonalProject…Affine.Triangle.altitudeFoot_mem_ninePointCircle · cited by 0Triangle.altitudeFoot_mem…Affine.Simplex.ninePointCircle_eq_circumsphere_medial · cited by 0Simplex.ninePointCircle_e…Affine.Simplex.ninePointCircle_map · cited by 0Simplex.ninePointCircle_m…Affine.Simplex.ninePointCircle_reindex · cited by 0Simplex.ninePointCircle_r…Affine.Simplex.ninePointCircle_restrict · cited by 0Simplex.ninePointCircle_r…Affine.Simplex.eulerPoint_mem_ninePointCircle · cited by 0Simplex.eulerPoint_mem_ni…Real · cited by 25697RealNormedAddCommGroup · cited by 15752NormedAddCommGroupInnerProductSpace · cited by 3523InnerProductSpaceHVAdd.hVAdd · cited by 1820HVAdd.hVAddMetricSpace · cited by 1684MetricSpaceNormedAddTorsor · cited by 1325NormedAddTorsorVSub.vsub · cited by 817VSub.vsubAffine.Simplex · cited by 471Affine.SimplexEuclideanGeometry.Sphere · cited by 233EuclideanGeometry.SphereAffine.Simplex.circumcenter · cited by 49Simplex.circumcenterAffine.Simplex.centroid · cited by 39Simplex.centroidAffine.Simplex.circumradius · cited by 35Simplex.circumradiusSimplex.ninePointCircleCITED BYCITES

Cites12

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

Cited by13

Results whose statement or proof uses this declaration.