Theorems · Theorem · commutative algebra
List.toFinsupp_concat_eq_toFinsupp_add_single
∀ {R : Type u_2} [inst : AddZeroClass R] (x : R) (xs : List R)
[inst_1 : DecidablePred fun i => (xs ++ [x]).getD i 0 ≠ 0] [inst_2 : DecidablePred fun i => xs.getD i 0 ≠ 0],
(xs ++ [x]).toFinsupp = xs.toFinsupp + fun₀ | xs.length => x- Defined in
- Mathlib.Data.List.ToFinsupp
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 68 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites11
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Finsuppstatement and proof · cited by 5,255
- add_zeroproof · cited by 2,707
- AddZeroClassstatement and proof · cited by 1,237
- Finsupp.singlestatement and proof · cited by 943
- Finsupp.embDomainproof · cited by 69
- addLeftEmbeddingproof · cited by 36
- List.toFinsuppstatement and proof · cited by 20
- addLeftEmbedding_applyproof · cited by 9
- List.toFinsupp_appendproof · cited by 2
- List.toFinsupp_singletonproof · cited by 2
- Finsupp.embDomain_singleproof · cited by 1
Cited by1
Results whose statement or proof uses this declaration.
- List.toFinsupp_eq_sum_mapIdx_singleproof · cited by 0