Mathlib Map

Theorems · Theorem · geometry

Finset.affineCombination_vsub

∀ {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₁ w₂ : ι → k) (p : ι → P),
  (Finset.affineCombination k s p) w₁ -ᵥ (Finset.affineCombination k s p) w₂ = (s.weightedVSub p) (w₁ - w₂)

Subtracting two affineCombinations.

Defined in
Mathlib.LinearAlgebra.AffineSpace.Combination
Cited by
15 results in Mathlib
Foundations
Depth 35 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.

affineCombination_mem_affineSpan · cited by 12affineCombination_mem_aff…affineIndependent_iff_indicator_eq_of_affineCombination_eq · cited by 4affineIndependent_iff_ind…Affine.Simplex.sSameSide_affineSpan_faceOpposite_of_sign_eq · cited by 3Simplex.sSameSide_affineS…AffineIndependent.affineCombination_mem_shift_iff · cited by 3AffineIndependent.affineC…affineCombination_mem_affineSpan_pair · cited by 2affineCombination_mem_aff…Affine.Simplex.mongePoint_eq_affineCombination_of_pointsWithCircumcenter · cited by 2Simplex.mongePoint_eq_aff…Sbtw.affineCombination_of_mem_affineSpan_pair · cited by 1Sbtw.affineCombination_of…EuclideanGeometry.dist_affineCombination · cited by 1EuclideanGeometry.dist_af…Affine.Simplex.mongePoint_vsub_face_centroid_eq_weightedVSub_of_pointsWithCircumcenter · cited by 1Simplex.mongePoint_vsub_f…Affine.Simplex.reflection_circumcenter_eq_affineCombination_of_pointsWithCircumcenter · cited by 1Simplex.reflection_circum…AffineSubspace.affineCombination_mem_shift · cited by 1AffineSubspace.affineComb…Affine.Simplex.inner_mongePoint_vsub_face_centroid_vsub · cited by 1Simplex.inner_mongePoint_…Finset.weightedVSub_weightedVSubVSubWeights · cited by 1Finset.weightedVSub_weigh…weightedVSub_mem_vectorSpan_pair · cited by 1weightedVSub_mem_vectorSp…EuclideanGeometry.Sphere.sOppSide_faceOpposite_secondInter_of_mem_interior · cited by 0Sphere.sOppSide_faceOppos…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 7463RingAddTorsor · cited by 1657AddTorsorVSub.vsub · cited by 817VSub.vsubAffineMap · cited by 674AffineMapFinset.affineCombination · cited by 159Finset.affineCombinationFinset.weightedVSub · cited by 51Finset.weightedVSubAffineMap.linearMap_vsub · cited by 17AffineMap.linearMap_vsubvsub_eq_sub · cited by 7vsub_eq_subFinset.affineCombination_linear · cited by 2Finset.affineCombination_…Finset.affineCombination_vsubCITED BYCITES

Cites15

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

Cited by15

Results whose statement or proof uses this declaration.