Mathlib Map

Theorems · Theorem · geometry

Affine.Simplex.affineCombination_mem_setInterior_face_iff_mem

∀ {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] (I : Set k) {n : ℕ} (s : Affine.Simplex k P n) {fs : Finset (Fin (n + 1))} {m : ℕ}
  (h : fs.card = m + 1) {w : Fin (n + 1) → k},
  ∑ i, w i = 1 →
    ((Finset.affineCombination k Finset.univ s.points) w ∈ Affine.Simplex.setInterior I (s.face h) ↔
      (∀ i ∈ fs, w i ∈ I) ∧ ∀ i ∉ fs, w i = 0)
Defined in
Mathlib.LinearAlgebra.AffineSpace.Simplex.Basic
Cited by
2 results in Mathlib
Foundations
Depth 87 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
RingAddCommGroupModuleAddTorsor

Around this declaration

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

Cites41

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

  • DFunLike.coestatement and proof · cited by 62,936
  • Setstatement and proof · cited by 53,352
  • Modulestatement and proof · cited by 20,661
  • Finsetstatement and proof · cited by 13,712
  • AddCommGroupstatement and proof · cited by 12,871
  • SetLike.coeproof · cited by 8,199
  • Ringstatement and proof · cited by 7,463
  • Finset.sumstatement and proof · cited by 5,195
  • Set.rangeproof · cited by 4,705
  • Finset.univstatement and proof · cited by 3,473
  • Finset.cardstatement and proof · cited by 2,327
  • AddTorsorstatement and proof · cited by 1,657

Cited by2

Results whose statement or proof uses this declaration.