Theorems · Theorem · combinatorics
Multiset.forall_mem_cons
∀ {α : Type u_1} {p : α → Prop} {a : α} {s : Multiset α}, (∀ x ∈ a ::ₘ s, p x) ↔ p a ∧ ∀ x ∈ s, p x- Defined in
- Mathlib.Data.Multiset.ZeroCons
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 15 from the axioms · uses propext, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites3
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
- Multiset.consstatement · cited by 313
- Quotient.inductionOn'proof · cited by 69
Cited by2
Results whose statement or proof uses this declaration.
- Relation.acc_of_singletonproof · cited by 2
- divisor_closure_eq_closureproof · cited by 0