Finset.affineCombination_map
∀ {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} {ι₂ : Type u_5} (s₂ : Finset ι₂) (e : ι₂ ↪ ι) (w : ι → k) (p : ι → P),
(Finset.affineCombination k (Finset.map e s₂) p) w = (Finset.affineCombination k s₂ (p ∘ ⇑e)) (w ∘ ⇑e)An affine combination, over the image of an embedding, equals an
affine combination with the same points and weights over the original
Finset.
- Cited by
- 9 results in Mathlib
- Foundations
- Depth 34 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites13
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
- Finsetstatement and proof · cited by 13,712
- AddCommGroupstatement and proof · cited by 12,871
- Ringstatement and proof · cited by 7,463
- HVAdd.hVAddproof · cited by 1,820
- AddTorsorstatement and proof · cited by 1,657
- Function.Embeddingstatement and proof · cited by 988
- Finset.mapstatement · cited by 747
- AffineMapstatement · cited by 674
- Finset.affineCombinationstatement · cited by 159
- Finset.weightedVSubOfPointproof · cited by 42
Cited by9
Results whose statement or proof uses this declaration.
- Affine.Simplex.affineCombination_mem_setInterior_face_iff_memproof · cited by 2
- Affine.Simplex.mongePoint_reindexproof · cited by 2
- eq_affineCombination_of_mem_affineSpan_imageproof · cited by 2
- Finset.centroid_mapproof · cited by 2
- Affine.Simplex.setInterior_reindexproof · cited by 2
- Affine.Simplex.centroid_reindexproof · cited by 1
- Affine.Simplex.touchpointWeights_reindexproof · cited by 0
- Affine.Simplex.mongePlane_reindexproof · cited by 0