Mathlib Map

Theorems · Definition · geometry

Finset.weightedVSubOfPoint

{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) → P → (ι → k) →ₗ[k] V

A weighted sum of the results of subtracting a base point from the given points, as a linear map on the weights. The main cases of interest are where the sum of the weights is 0, in which case the sum is independent of the choice of base point, and where the sum of the weights is 1, in which case the sum added to the base point is independent of the choice of base point.

Defined in
Mathlib.LinearAlgebra.AffineSpace.Combination
Cited by
42 results in Mathlib
Foundations
Depth 30 from the axioms · uses propext, Quot.sound
Assumes
RingAddCommGroupModuleAddTorsor

Around this declaration

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

Finset.affineCombination · cited by 159Finset.affineCombinationFinset.weightedVSub · cited by 51Finset.weightedVSubFinset.weightedVSubOfPoint_apply · cited by 39Finset.weightedVSubOfPoin…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_…Finset.weightedVSub_eq_weightedVSubOfPoint_of_sum_eq_zero · cited by 7Finset.weightedVSub_eq_we…Finset.affineCombination_congr · cited by 5Finset.affineCombination_…Finset.weightedVSubOfPoint_apply_const · cited by 4Finset.weightedVSubOfPoin…Finset.sum_smul_vsub_eq_weightedVSubOfPoint_sub · cited by 4Finset.sum_smul_vsub_eq_w…Finset.affineCombination_apply · cited by 4Finset.affineCombination_…Finset.weightedVSubOfPoint_insert · cited by 3Finset.weightedVSubOfPoin…Finset.weightedVSubOfPoint_congr · cited by 2Finset.weightedVSubOfPoin…Finset.weightedVSubOfPoint_filter_of_ne · cited by 2Finset.weightedVSubOfPoin…Module · cited by 20661ModuleRingHom.id · cited by 18349RingHom.idFinset · cited by 13712FinsetAddCommGroup · cited by 12871AddCommGroupLinearMap · cited by 10215LinearMapRing · cited by 7463RingFinset.sum · cited by 5195Finset.sumAddTorsor · cited by 1657AddTorsorVSub.vsub · cited by 817VSub.vsubLinearMap.proj · cited by 71LinearMap.projLinearMap.smulRight · cited by 54LinearMap.smulRightFinset.weightedVSubOfPointCITED BYCITES

Cites11

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

Cited by45

Results whose statement or proof uses this declaration.