Theorems · Definition · geometry
Affine.Simplex.mongePoint
{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 → PThe Monge point of a simplex (in 2 or more dimensions) is a generalization of the orthocenter of a triangle. It is defined to be the intersection of the Monge planes, where a Monge plane is the (n-1)-dimensional affine subspace of the subspace spanned by the simplex that passes through the centroid of an (n-2)-dimensional face and is orthogonal to the opposite edge (in 2 dimensions, this is the same as an altitude). The circumcenter O, centroid G and Monge point M are collinear in that order on the Euler line, with OG : GM = (n-1): 2. Here, we use that ratio to define the Monge point (so resulting in a point that equals the centroid in 0 or 1 dimensions), and then show in subsequent lemmas that the point so defined lies in the Monge planes and is their unique point of intersection.
- Defined in
- Mathlib.Geometry.Euclidean.MongePoint
- Cited by
- 20 results in Mathlib
- Foundations
- Depth 190 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites12
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Realstatement and proof · cited by 25,697
- NormedAddCommGroupstatement and proof · cited by 15,752
- InnerProductSpacestatement and proof · cited by 3,523
- Finset.univproof · cited by 3,473
- HVAdd.hVAddproof · cited by 1,820
- MetricSpacestatement and proof · cited by 1,684
- NormedAddTorsorstatement and proof · cited by 1,325
- VSub.vsubproof · cited by 817
- Affine.Simplexstatement and proof · cited by 471
- Affine.Simplex.pointsproof · cited by 391
- Affine.Simplex.circumcenterproof · cited by 49
- Finset.centroidproof · cited by 45
Cited by22
Results whose statement or proof uses this declaration.
- Affine.Triangle.orthocenterproof · cited by 23
- Affine.Simplex.eulerPointproof · cited by 10
- Affine.Triangle.orthocenter_eq_mongePointstatement · cited by 7
- Affine.Simplex.mongePoint_eq_smul_vsub_vadd_circumcenterstatement · cited by 4
- Affine.Simplex.mongePoint_mem_affineSpanstatement · cited by 3
- Affine.Simplex.mongePoint_mem_mongePlanestatement and proof · cited by 3
- Affine.Simplex.points_vsub_eulerPointstatement and proof · cited by 2
- Affine.Simplex.mongePoint_eq_affineCombination_of_pointsWithCircumcenterstatement · cited by 2
- Affine.Simplex.mongePoint_reindexstatement · cited by 2
- Affine.Triangle.orthocenter_mem_altitudeproof · cited by 2
- Affine.Simplex.smul_mongePoint_vsub_circumcenter_eq_sum_vsubstatement · cited by 1
- Affine.Simplex.inner_mongePoint_vsub_face_centroid_vsubstatement and proof · cited by 1