Finset.eq_weightedVSubOfPoint_subset_iff_eq_weightedVSubOfPoint_subtype
∀ {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} {v : V} {x : k} {s : Set ι} {p : ι → P} {b : P},
(∃ fs, ↑fs ⊆ s ∧ ∃ w, ∑ i ∈ fs, w i = x ∧ v = (fs.weightedVSubOfPoint p b) w) ↔
∃ fs w, ∑ i ∈ fs, w i = x ∧ v = (fs.weightedVSubOfPoint (fun i => p ↑i) b) wSuppose an indexed family of points is given, along with a subset
of the index type. A vector can be expressed as
weightedVSubOfPoint using a Finset lying within that subset and
with a given sum of weights if and only if it can be expressed as
weightedVSubOfPoint with that sum of weights for the
corresponding indexed family whose index type is the subtype
corresponding to that subset.
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 63 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 and proof · cited by 62,936
- Setstatement and proof · cited by 53,352
- 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
- SetLike.coestatement and proof · cited by 8,199
- Ringstatement and proof · cited by 7,463
- Set.Elemstatement and proof · cited by 7,166
- Finset.sumstatement and proof · cited by 5,195
- Finset.sum_congrproof · cited by 2,323
Cited by2
Results whose statement or proof uses this declaration.
- Finset.eq_weightedVSub_subset_iff_eq_weightedVSub_subtypeproof · cited by 0
- Finset.eq_affineCombination_subset_iff_eq_affineCombination_subtypeproof · cited by 0