Mathlib Map

Theorems · Definition · geometry

Affine.Simplex.interior

{k : Type u_1} →
  {V : Type u_2} →
    {P : Type u_4} →
      [inst : Ring k] →
        [inst_1 : AddCommGroup V] →
          [inst_2 : Module k V] → [inst_3 : AddTorsor V P] → [PartialOrder k] → {n : ℕ} → Affine.Simplex k P n → Set P

The interior of a simplex is the set of points that can be expressed as an affine combination of the vertices with weights strictly between 0 and 1. This is equivalent to the intrinsic interior of the convex hull of the vertices.

Defined in
Mathlib.LinearAlgebra.AffineSpace.Simplex.Basic
Cited by
26 results in Mathlib
Foundations
Depth 57 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
RingAddCommGroupModuleAddTorsorPartialOrder

Around this declaration

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

Affine.Simplex.interior_subset_closedInterior · cited by 5Simplex.interior_subset_c…Affine.Simplex.affineCombination_mem_interior_iff · cited by 4Simplex.affineCombination…Affine.Simplex.affineCombination_mem_interior_face_iff_pos · cited by 3Simplex.affineCombination…Affine.Simplex.point_notMem_interior · cited by 2Simplex.point_notMem_inte…Affine.Simplex.mem_interior_face_iff_sbtw · cited by 2Simplex.mem_interior_face…Affine.Simplex.closedInterior_eq_interior_union · cited by 1Simplex.closedInterior_eq…Affine.Simplex.closedInterior_sdiff_interior · cited by 1Simplex.closedInterior_sd…Affine.Simplex.disjoint_interior_closedInterior_face · cited by 1Simplex.disjoint_interior…Affine.Simplex.disjoint_interior_closedInterior_faceOpposite · cited by 1Simplex.disjoint_interior…Affine.Simplex.dist_lt_of_mem_interior_of_strictConvexSpace · cited by 1Simplex.dist_lt_of_mem_in…Affine.Simplex.interior_eq_image_Ioo · cited by 1Simplex.interior_eq_image…Affine.Triangle.sbtw_touchpoint_empty · cited by 1Triangle.sbtw_touchpoint_…Affine.Triangle.sbtw_touchpoint_singleton · cited by 1Triangle.sbtw_touchpoint_…Affine.Simplex.affineCombination_mem_interior_face_iff_mem_Ioo · cited by 1Simplex.affineCombination…Affine.Simplex.mem_interior_iff_sbtw · cited by 1Simplex.mem_interior_iff_…Set · cited by 53352SetModule · cited by 20661ModuleAddCommGroup · cited by 12871AddCommGroupRing · cited by 7463RingPartialOrder · cited by 6410PartialOrderAddTorsor · cited by 1657AddTorsorSet.Ioo · cited by 1214Set.IooAffine.Simplex · cited by 471Affine.SimplexAffine.Simplex.setInterior · cited by 7Simplex.setInteriorSimplex.interiorCITED BYCITES

Cites9

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

Cited by26

Results whose statement or proof uses this declaration.