Theorems · Theorem · group theory
Multiset.prod_induction
∀ {M : Type u_3} [inst : CommMonoid M] (p : M → Prop) (s : Multiset M),
(∀ (a b : M), p a → p b → p (a * b)) → p 1 → (∀ a ∈ s, p a) → p s.prod- Cited by
- 3 results in Mathlib
- Foundations
- Depth 19 from the axioms · uses propext, Quot.sound
- Assumes
- CommMonoid
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.
- Multisetstatement and proof · cited by 2,627
- CommMonoidstatement and proof · cited by 2,264
- Multiset.prodstatement · cited by 528
- Multiset.foldr_inductionproof · cited by 2
- Multiset.prod_eq_foldrproof · cited by 1
Cited by3
Results whose statement or proof uses this declaration.
- Finset.prod_inductionproof · cited by 18
- Ideal.absNorm_relNormproof · cited by 2
- Ideal.sup_multiset_prod_eq_topproof · cited by 1