Mathlib Map

Theorems · Theorem · geometry

Finset.weightedVSubOfPoint_apply

∀ {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 ι) (w : ι → k) (p : ι → P) (b : P),
  (s.weightedVSubOfPoint p b) w = ∑ i ∈ s, w i • (p i -ᵥ b)
Defined in
Mathlib.LinearAlgebra.AffineSpace.Combination
Cited by
39 results in Mathlib
Foundations
Depth 31 from the axioms · uses propext, Quot.sound
Assumes
RingAddCommGroupModuleAddTorsor

Around this declaration

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

Finset.map_affineCombination · cited by 11Finset.map_affineCombinat…affineIndependent_iff_linearIndependent_vsub · cited by 11affineIndependent_iff_lin…Finset.affineCombination_eq_linear_combination · cited by 8Finset.affineCombination_…Finset.affineCombination_of_eq_one_of_eq_zero · cited by 8Finset.affineCombination_…Finset.weightedVSubOfPoint_apply_const · cited by 4Finset.weightedVSubOfPoin…Finset.weightedVSub_apply · cited by 4Finset.weightedVSub_applyFinset.sum_smul_vsub_eq_weightedVSubOfPoint_sub · cited by 4Finset.sum_smul_vsub_eq_w…Affine.Simplex.faceOppositeCentroid_vsub_point_eq_smul_sum_vsub · cited by 4Simplex.faceOppositeCentr…Finset.weightedVSubOfPoint_insert · cited by 3Finset.weightedVSubOfPoin…Affine.Simplex.centroid_eq_affineCombination_of_pointsWithCircumcenter · cited by 3Simplex.centroid_eq_affin…Finset.weightedVSubOfPoint_congr · cited by 2Finset.weightedVSubOfPoin…Finset.weightedVSubOfPoint_filter_of_ne · cited by 2Finset.weightedVSubOfPoin…Finset.weightedVSubOfPoint_indicator_subset · cited by 2Finset.weightedVSubOfPoin…Finset.weightedVSubOfPoint_map · cited by 2Finset.weightedVSubOfPoin…Finset.weightedVSubOfPoint_sdiff · cited by 2Finset.weightedVSubOfPoin…DFunLike.coe · cited by 62936DFunLike.coeModule · 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.weightedVSubOfPoint · cited by 42Finset.weightedVSubOfPointLinearMap.sum_apply · cited by 14LinearMap.sum_applyFinset.weightedVSubOfPoint_ap…CITED BYCITES

Cites14

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

Cited by39

Results whose statement or proof uses this declaration.