Theorems · Definition · number theory
Finset.addSpan
{α : Type u_1} → [AddCommGroup α] → [DecidableEq α] → [Fintype α] → Finset α → Finset αThe span of a finset s is the finset of elements of the form ∑ a ∈ s, ε a • a
where ε ∈ {-1, 0, 1} ^ s.
This is an analog of the linear span in a vector space, but with the "scalars" restricted to
0 and ±1.
- Cited by
- 4 results in Mathlib
- Foundations
- Depth 74 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites6
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Finsetstatement and proof · cited by 13,712
- AddCommGroupstatement and proof · cited by 12,871
- Fintypestatement and proof · cited by 7,736
- Finset.sumproof · cited by 5,195
- Finset.imageproof · cited by 910
- Fintype.piFinsetproof · cited by 86
Cited by4
Results whose statement or proof uses this declaration.
- Finset.mem_addSpanstatement · cited by 2
- Finset.subset_addSpanstatement · cited by 1
- Finset.sum_sub_sum_mem_addSpanstatement · cited by 1
- Finset.exists_subset_addSpan_card_le_of_forall_addDissociatedstatement and proof · cited by 0