Documentation

Mathlib.Geometry.Convex.ConvexSpace.Barycenter

The barycenter of the standard simplex #

noncomputable def Convexity.StdSimplex.subBarycenter {K : Type u_1} {M : Type u_2} [Field K] [CharZero K] [LinearOrder K] [IsStrictOrderedRing K] (S : Finset M) (hS : S.Nonempty) :

In the standard simplex with vertices M, this is the barycenter of a nonempty finite subset S of M.

Equations
Instances For
    theorem Convexity.StdSimplex.subBarycenter_weights_apply_eq_zero {K : Type u_1} {M : Type u_2} [Field K] [CharZero K] [LinearOrder K] [IsStrictOrderedRing K] (S : Finset M) (hS : S.Nonempty) (m : M) (hm : mS) :
    @[reducible, inline]
    noncomputable abbrev Convexity.StdSimplex.barycenter {K : Type u_1} {M : Type u_2} [Field K] [CharZero K] [LinearOrder K] [IsStrictOrderedRing K] [Nonempty M] [Fintype M] :

    The barycenter of the standard simplex.

    Equations
    Instances For