Theorems · Theorem · commutative algebra
List.toFinsupp_append
∀ {R : Type u_2} [inst : AddZeroClass R] (l₁ l₂ : List R) [inst_1 : DecidablePred fun x => (l₁ ++ l₂).getD x 0 ≠ 0]
[inst_2 : DecidablePred fun x => l₁.getD x 0 ≠ 0] [inst_3 : DecidablePred fun x => l₂.getD x 0 ≠ 0],
(l₁ ++ l₂).toFinsupp = l₁.toFinsupp + Finsupp.embDomain (addLeftEmbedding l₁.length) l₂.toFinsupp- Defined in
- Mathlib.Data.List.ToFinsupp
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 67 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites16
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coeproof · cited by 62,936
- Finsuppstatement · cited by 5,255
- Set.rangeproof · cited by 4,705
- add_zeroproof · cited by 2,707
- zero_addproof · cited by 2,366
- AddZeroClassstatement and proof · cited by 1,237
- Finsupp.extproof · cited by 399
- lt_or_geproof · cited by 182
- Finsupp.embDomainstatement and proof · cited by 69
- addLeftEmbeddingstatement and proof · cited by 36
- List.toFinsuppstatement and proof · cited by 20
- Finsupp.embDomain_apply_selfproof · cited by 15
Cited by2
Results whose statement or proof uses this declaration.
- List.toFinsupp_concat_eq_toFinsupp_add_singleproof · cited by 1
- List.toFinsupp_cons_eq_single_add_embDomainproof · cited by 1