Theorems · Theorem · group theory
Con.list_prod
∀ {ι : Type u_1} {M : Type u_2} [inst : MulOneClass M] (c : Con M) {l : List ι} {f g : ι → M},
(∀ x ∈ l, c (f x) (g x)) → c (List.map f l).prod (List.map g l).prodMultiplicative congruence relations preserve product indexed by a list.
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 10 from the axioms · uses no axioms
- Assumes
- MulOneClass
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites5
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coestatement and proof · cited by 62,936
- MulOneClassstatement and proof · cited by 1,018
- Constatement and proof · cited by 152
- Con.mulproof · cited by 7
- Con.reflproof · cited by 5
Cited by2
Results whose statement or proof uses this declaration.
- Con.multiset_prodproof · cited by 2
- RingCon.listProdproof · cited by 0