Mathlib Map

Theorems · Definition · geometry

Finset.weightedVSub

{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] V

A weighted sum of the results of subtracting a default base point from the given points, as a linear map on the weights. This is intended to be used when the sum of the weights is 0; that condition is specified as a hypothesis on those lemmas that require it.

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

Around this declaration

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

Finset.affineCombination · cited by 159Finset.affineCombinationAffineIndependent · cited by 144AffineIndependentFinset.affineCombination_vsub · cited by 15Finset.affineCombination_…affineIndependent_iff_linearIndependent_vsub · cited by 11affineIndependent_iff_lin…Finset.weightedVSub_vadd_affineCombination · cited by 8Finset.weightedVSub_vadd_…AffineIndependent.comp_embedding · cited by 8AffineIndependent.comp_em…Finset.weightedVSub_eq_weightedVSubOfPoint_of_sum_eq_zero · cited by 7Finset.weightedVSub_eq_we…Finset.affineCombination_affineCombinationLineMapWeights · cited by 6Finset.affineCombination_…Finset.weightedVSub_apply · cited by 4Finset.weightedVSub_applyaffineIndependent_iff_indicator_eq_of_affineCombination_eq · cited by 4affineIndependent_iff_ind…affineIndependent_of_subsingleton · cited by 4affineIndependent_of_subs…eq_affineCombination_of_mem_affineSpan · cited by 4eq_affineCombination_of_m…Finset.weightedVSub_const_smul · cited by 3Finset.weightedVSub_const…AffineIndependent.affineCombination_mem_shift_iff · cited by 3AffineIndependent.affineC…Affine.Simplex.sSameSide_affineSpan_faceOpposite_of_sign_eq · cited by 3Simplex.sSameSide_affineS…Module · cited by 20661ModuleRingHom.id · cited by 18349RingHom.idFinset · cited by 13712FinsetAddCommGroup · cited by 12871AddCommGroupLinearMap · cited by 10215LinearMapRing · cited by 7463RingAddTorsor · cited by 1657AddTorsorFinset.weightedVSubOfPoint · cited by 42Finset.weightedVSubOfPointFinset.weightedVSubCITED BYCITES

Cites8

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

Cited by53

Results whose statement or proof uses this declaration.