Mathlib Map

Theorems · Definition · geometry

Finset.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} → Finset ι → (ι → P) → (ι → k) →ᵃ[k] P

A weighted sum of the results of subtracting a default base point from the given points, added to that base point, as an affine map on the weights. This is intended to be used when the sum of the weights is 1, in which case it is an affine combination (barycenter) of the points with the given weights; that condition is specified as a hypothesis on those lemmas that require it.

Defined in
Mathlib.LinearAlgebra.AffineSpace.Combination
Cited by
159 results in Mathlib
Foundations
Depth 33 from the axioms, rests on 441 definitions · uses propext, Classical.choice, Quot.sound
Assumes
RingAddCommGroupModuleAddTorsor

Around this declaration

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

Finset.centroid · cited by 45Finset.centroidAffine.Simplex.exsphere · cited by 20Simplex.exsphereFinset.affineCombination_piSingle · cited by 19Finset.affineCombination_…Finset.affineCombination_vsub · cited by 15Finset.affineCombination_…eq_affineCombination_of_mem_affineSpan_of_fintype · cited by 14eq_affineCombination_of_m…affineCombination_mem_affineSpan · cited by 12affineCombination_mem_aff…Finset.affineCombination_eq_weightedVSubOfPoint_vadd_of_sum_eq_one · cited by 12Finset.affineCombination_…Finset.map_affineCombination · cited by 11Finset.map_affineCombinat…Finset.affineCombination_indicator_subset · cited by 11Finset.affineCombination_…Finset.affineCombination_map · cited by 9Finset.affineCombination_…Affine.Simplex.affineCombination_mem_closedInterior_iff · cited by 8Simplex.affineCombination…Affine.Simplex.affineCombination_touchpointWeights · cited by 8Simplex.affineCombination…Affine.Simplex.closedInterior_subset_affineSpan · cited by 8Simplex.closedInterior_su…Finset.weightedVSub_vadd_affineCombination · cited by 8Finset.weightedVSub_vadd_…Finset.affineCombination_eq_linear_combination · cited by 8Finset.affineCombination_…DFunLike.coe · cited by 62936DFunLike.coeModule · cited by 20661ModuleFinset · cited by 13712FinsetAddCommGroup · cited by 12871AddCommGroupRing · cited by 7463RingHVAdd.hVAdd · cited by 1820HVAdd.hVAddAddTorsor · cited by 1657AddTorsorAffineMap · cited by 674AffineMapFinset.weightedVSub · cited by 51Finset.weightedVSubFinset.weightedVSubOfPoint · cited by 42Finset.weightedVSubOfPointFinset.affineCombinationCITED BYCITES

Cites10

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

Cited by163

Results whose statement or proof uses this declaration.