Theorems · Theorem · group theory
Multiset.prod_induction_nonempty
∀ {M : Type u_3} [inst : CommMonoid M] {s : Multiset M} (p : M → Prop),
(∀ (a b : M), p a → p b → p (a * b)) → s ≠ ∅ → (∀ a ∈ s, p a) → p s.prod- Cited by
- 2 results in Mathlib
- Foundations
- Depth 25 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- CommMonoid
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites9
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- mul_oneproof · cited by 3,885
- Multisetstatement and proof · cited by 2,627
- CommMonoidstatement and proof · cited by 2,264
- Multiset.prodstatement and proof · cited by 528
- Multiset.consproof · cited by 313
- Multiset.induction_onproof · cited by 109
- Multiset.prod_consproof · cited by 68
- Multiset.mem_cons_selfproof · cited by 44
- Multiset.mem_cons_of_memproof · cited by 35
Cited by2
Results whose statement or proof uses this declaration.
- Multiset.le_prod_of_submultiplicative_on_pred_of_nonnegproof · cited by 2
- Finset.prod_induction_nonemptyproof · cited by 0