Theorems · Theorem · group theory
Multiset.noncommSum_induction
∀ {α : Type u_3} [inst : AddMonoid α] (s : Multiset α) (comm : {x | x ∈ s}.Pairwise AddCommute) (p : α → Prop),
(∀ (a b : α), p a → p b → p (a + b)) → p 0 → (∀ x ∈ s, p x) → p (s.noncommSum comm)- Defined in
- Mathlib.Data.Finset.NoncommProd
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 24 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- AddMonoid
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites10
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Set.ofPredstatement and proof · cited by 6,101
- AddMonoidstatement and proof · cited by 2,864
- Multisetstatement and proof · cited by 2,627
- Set.Pairwisestatement and proof · cited by 321
- Multiset.ofListproof · cited by 290
- AddCommutestatement and proof · cited by 185
- Multiset.noncommSumstatement · cited by 18
- Multiset.mem_coeproof · cited by 17
- Multiset.noncommSum_coeproof · cited by 11
- List.sum_inductionproof · cited by 2
Cited by1
Results whose statement or proof uses this declaration.
- Finset.noncommSum_inductionproof · cited by 1