Affine.Simplex.affineCombination_mem_interior_face_iff_pos
∀ {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] [inst_4 : PartialOrder k] [IsOrderedAddMonoid k] {n : ℕ} (s : Affine.Simplex k P n)
{fs : Finset (Fin (n + 1))} {m : ℕ} [NeZero m] (h : fs.card = m + 1) {w : Fin (n + 1) → k},
∑ i, w i = 1 →
((Finset.affineCombination k Finset.univ s.points) w ∈ (s.face h).interior ↔
(∀ i ∈ fs, 0 < w i) ∧ ∀ i ∉ fs, w i = 0)- Cited by
- 3 results in Mathlib
- Foundations
- Depth 89 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites25
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coestatement · cited by 62,936
- Setstatement · 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
- Ringstatement and proof · cited by 7,463
- PartialOrderstatement and proof · cited by 6,410
- Finset.sumstatement and proof · cited by 5,195
- Finset.univstatement and proof · cited by 3,473
- Finset.cardstatement and proof · cited by 2,327
- LT.lt.leproof · cited by 2,189
- IsOrderedAddMonoidstatement and proof · cited by 1,659
Cited by3
Results whose statement or proof uses this declaration.
- Affine.Simplex.touchpoint_empty_mem_interior_faceOppositeproof · cited by 1
- Affine.Simplex.touchpoint_singleton_mem_interior_faceOppositeproof · cited by 1