Theorems · Theorem · number theory
Finset.mem_addSpan
∀ {α : Type u_1} [inst : AddCommGroup α] [inst_1 : DecidableEq α] [inst_2 : Fintype α] {s : Finset α} {a : α},
a ∈ s.addSpan ↔ ∃ ε, (∀ (a : α), ε a = -1 ∨ ε a = 0 ∨ ε a = 1) ∧ ∑ a ∈ s, ε a • a = a- Cited by
- 2 results in Mathlib
- Foundations
- Depth 75 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites9
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.sumstatement and proof · cited by 5,195
- Finset.mem_imageproof · cited by 105
- Finset.mem_singletonproof · cited by 103
- Finset.mem_insertproof · cited by 44
- Fintype.mem_piFinsetproof · cited by 9
- Finset.addSpanstatement · cited by 4
Cited by2
Results whose statement or proof uses this declaration.
- Finset.subset_addSpanproof · cited by 1
- Finset.sum_sub_sum_mem_addSpanproof · cited by 1