Affine.Simplex.sSameSide_affineSpan_faceOpposite_of_sign_eq
∀ {R : Type u_1} {V : Type u_2} {P : Type u_4} [inst : Field R] [inst_1 : LinearOrder R]
[inst_2 : IsStrictOrderedRing R] [inst_3 : AddCommGroup V] [inst_4 : Module R V] [inst_5 : AddTorsor V P] {n : ℕ}
[inst_6 : NeZero n] (s : Affine.Simplex R P n) {w₁ w₂ : Fin (n + 1) → R},
∑ j, w₁ j = 1 →
∑ j, w₂ j = 1 →
∀ {i : Fin (n + 1)},
SignType.sign (w₁ i) = SignType.sign (w₂ i) →
w₁ i ≠ 0 →
(affineSpan R (Set.range (s.faceOpposite i).points)).SSameSide
((Finset.affineCombination R Finset.univ s.points) w₁)
((Finset.affineCombination R Finset.univ s.points) w₂)- Defined in
- Mathlib.Analysis.Convex.Side
- Cited by
- 3 results in Mathlib
- Foundations
- Depth 92 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites57
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
- Modulestatement and proof · cited by 20,661
- AddCommGroupstatement and proof · cited by 12,871
- LinearOrderstatement and proof · cited by 8,572
- Fieldstatement and proof · cited by 7,404
- Finset.sumstatement and proof · cited by 5,195
- Set.rangestatement and proof · cited by 4,705
- mul_oneproof · cited by 3,885
- Finset.univstatement and proof · cited by 3,473
- IsStrictOrderedRingstatement and proof · cited by 2,490
- Finset.sum_congrproof · cited by 2,323
- LT.lt.leproof · cited by 2,189
Cited by3
Results whose statement or proof uses this declaration.
- Affine.Simplex.sSameSide_affineSpan_faceOpposite_iffproof · cited by 2
- Affine.Simplex.sOppSide_affineSpan_faceOpposite_iffproof · cited by 2
- Affine.Simplex.wSameSide_affineSpan_faceOpposite_iffproof · cited by 1