Theorems · Theorem · ring theory
TrivSqZeroExt.snd_list_prod
∀ {R : Type u} {M : Type v} [inst : Monoid R] [inst_1 : AddCommMonoid M] [inst_2 : DistribMulAction R M]
[inst_3 : DistribMulAction Rᵐᵒᵖ M] [SMulCommClass R Rᵐᵒᵖ M] (l : List (TrivSqZeroExt R M)),
l.prod.snd =
(List.map
(fun x =>
MulOpposite.op (List.drop x.2.succ (List.map TrivSqZeroExt.fst l)).prod •
(List.take x.2 (List.map TrivSqZeroExt.fst l)).prod • x.1.snd)
l.zipIdx).sumThe second element of a product $\prod_{i=0}^n (r_i + m_i)$ is a sum of terms of the form $r_0\cdots r_{i-1}m_ir_{i+1}\cdots r_n$.
- Defined in
- Mathlib.Algebra.TrivSqZeroExt.Basic
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 46 from the axioms · uses propext, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites15
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- AddCommMonoidstatement and proof · cited by 12,281
- Monoidstatement and proof · cited by 3,887
- SMulCommClassstatement and proof · cited by 1,927
- add_commproof · cited by 1,535
- one_smulproof · cited by 1,374
- MulOppositestatement and proof · cited by 1,135
- DistribMulActionstatement and proof · cited by 584
- MulOpposite.opstatement and proof · cited by 520
- SemigroupAction.mul_smulproof · cited by 291
- TrivSqZeroExtstatement and proof · cited by 180
- SMulCommClass.smul_commproof · cited by 143
- TrivSqZeroExt.fststatement and proof · cited by 96
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.