Mathlib Map

Theorems · Theorem · geometry

Finset.map_affineCombination

∀ {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 ι) {V₂ : Type u_6} {P₂ : Type u_7} [inst_3 : AddCommGroup V₂]
  [inst_4 : Module k V₂] [inst_5 : AddTorsor V₂ P₂] (p : ι → P) (w : ι → k),
  s.sum w = 1 → ∀ (f : P →ᵃ[k] P₂), f ((Finset.affineCombination k s p) w) = (Finset.affineCombination k s (⇑f ∘ p)) w

Affine maps commute with affine combinations.

Defined in
Mathlib.LinearAlgebra.AffineSpace.Combination
Cited by
11 results in Mathlib
Foundations
Depth 56 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
RingAddCommGroupModuleAddTorsorAddCommGroupModuleAddTorsor

Around this declaration

Dashed lines are statement dependencies; solid lines are citations in proofs.

AffineBasis.coord_apply_combination_of_mem · cited by 6AffineBasis.coord_apply_c…Affine.Simplex.signedInfDist_affineCombination · cited by 4Simplex.signedInfDist_aff…Affine.Simplex.centroid_map · cited by 3Simplex.centroid_mapAffine.Simplex.ExcenterExists.excenter_map · cited by 3ExcenterExists.excenter_m…Affine.Simplex.faceOppositeCentroid_map · cited by 3Simplex.faceOppositeCentr…Affine.Simplex.setInterior_map · cited by 3Simplex.setInterior_mapAffineBasis.toMatrix_vecMul_coords · cited by 2AffineBasis.toMatrix_vecM…AffineBasis.affineIndependent_of_toMatrix_right_inv · cited by 1AffineBasis.affineIndepen…AffineBasis.affineSpan_eq_top_of_toMatrix_left_inv · cited by 1AffineBasis.affineSpan_eq…AffineBasis.coord_apply_combination_of_notMem · cited by 1AffineBasis.coord_apply_c…Affine.Simplex.ExcenterExists.touchpointWeights_map · cited by 1ExcenterExists.touchpoint…DFunLike.coe · cited by 62936DFunLike.coeModule · cited by 20661ModuleFinset · cited by 13712FinsetAddCommGroup · cited by 12871AddCommGroupRing · cited by 7463RingFinset.sum · cited by 5195Finset.sumFinset.sum_congr · cited by 2323Finset.sum_congrHVAdd.hVAdd · cited by 1820HVAdd.hVAddAddTorsor · cited by 1657AddTorsorVSub.vsub · cited by 817VSub.vsubAffineMap · cited by 674AffineMapmap_sum · cited by 455map_sumFinset.affineCombination · cited by 159Finset.affineCombinationAffineMap.linear · cited by 105AffineMap.linearMulActionSemiHomClass.map_smulₛₗ · cited by 49MulActionSemiHomClass.map…Finset.map_affineCombinationCITED BYCITES

Cites21

Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.

Cited by11

Results whose statement or proof uses this declaration.