Documentation

Mathlib.Analysis.Convex.SimplicialComplex.AffineIndependentUnion

Simplicial complexes from affinely independent points #

This file provides constructions for simplicial complexes where the vertices are affinely independent.

Main declarations #

Construct an abstract simplicial complex from a simple graph, where vertices of the graph are 0-simplices and edges are 1-simplices.

Equations
Instances For

    Construct a simplicial complex from a PreAbstractSimplicialComplex on a set of points in a space, under the assumption that the union of the defining points is affinely independent.

    Equations
    Instances For
      noncomputable def Geometry.SimplicialComplex.onFinsupp {𝕜 : Type u_1} {ι : Type u_2} [DecidableEq ι] [DecidableEq 𝕜] [Field 𝕜] [LinearOrder 𝕜] [IsStrictOrderedRing 𝕜] (abstract : PreAbstractSimplicialComplex ι) :
      SimplicialComplex 𝕜 (ι →₀ 𝕜)

      Construct a simplicial complex from an abstract simplicial complex on a set of points over the 𝕜-module of finitely supported functions on those points.

      Equations
      Instances For
        noncomputable def Geometry.SimplicialComplex.ofSimpleGraph {𝕜 : Type u_1} {V : Type u_2} [DecidableEq V] [DecidableEq 𝕜] [Field 𝕜] [LinearOrder 𝕜] [IsStrictOrderedRing 𝕜] (G : SimpleGraph V) :

        The simplicial complex associated to a simple graph, where vertices of the graph are 0-simplices and edges are 1-simplices. The complex is constructed over the 𝕜-module of finitely supported functions on the vertex type.

        Equations
        Instances For