Mathlib Map

Theorems · Theorem · geometry

weightedVSub_mem_vectorSpan

∀ {ι : Type u_1} {k : Type u_2} {V : Type u_3} {P : Type u_4} [inst : Ring k] [inst_1 : AddCommGroup V]
  [inst_2 : Module k V] [inst_3 : AddTorsor V P] {s : Finset ι} {w : ι → k},
  ∑ i ∈ s, w i = 0 → ∀ (p : ι → P), (s.weightedVSub p) w ∈ vectorSpan k (Set.range p)

A weightedVSub with sum of weights 0 is in the vectorSpan of an indexed family.

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

Cites40

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

Cited by2

Results whose statement or proof uses this declaration.