Finset.weightedVSub_eq_weightedVSubOfPoint_of_sum_eq_zero
∀ {k : Type u_1} {V : Type u_2} {P : Type u_3} [inst : Ring k] [inst_1 : AddCommGroup V] [inst_2 : Module k V]
[S : AddTorsor V P] {ι : Type u_4} (s : Finset ι) (w : ι → k) (p : ι → P),
∑ i ∈ s, w i = 0 → ∀ (b : P), (s.weightedVSub p) w = (s.weightedVSubOfPoint p b) wweightedVSub gives the sum of the results of subtracting any
base point, when the sum of the weights is 0.
- Cited by
- 7 results in Mathlib
- Foundations
- Depth 33 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites12
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coestatement · cited by 62,936
- Modulestatement and proof · cited by 20,661
- RingHom.idstatement · cited by 18,349
- Finsetstatement and proof · cited by 13,712
- AddCommGroupstatement and proof · cited by 12,871
- LinearMapstatement · cited by 10,215
- Ringstatement and proof · cited by 7,463
- Finset.sumstatement and proof · cited by 5,195
- AddTorsorstatement and proof · cited by 1,657
- Finset.weightedVSubstatement · cited by 51
- Finset.weightedVSubOfPointstatement · cited by 42
- Finset.weightedVSubOfPoint_eq_of_sum_eq_zeroproof · cited by 1
Cited by7
Results whose statement or proof uses this declaration.
- affineIndependent_iff_linearIndependent_vsubproof · cited by 11
- weightedVSub_mem_vectorSpanproof · cited by 2
- exists_nontrivial_relation_sum_zero_of_not_affine_indproof · cited by 1
- Finset.weightedVSub_vaddproof · cited by 1
- mem_vectorSpan_iff_eq_weightedVSubproof · cited by 1
- LinearIndependent.affineIndependentproof · cited by 0
- Finset.weightedVSub_smulproof · cited by 0