Theorems · Theorem · combinatorics
Multiset.Pairwise.forall
∀ {α : Type u_1} {r : α → α → Prop} {s : Multiset α} [Std.Symm r],
Multiset.Pairwise r s → ∀ ⦃a : α⦄, a ∈ s → ∀ ⦃b : α⦄, b ∈ s → a ≠ b → r a b- Defined in
- Mathlib.Data.Multiset.Pairwise
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 15 from the axioms · uses propext, Quot.sound
- Assumes
- Std.Symm
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites4
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.ofListproof · cited by 290
- Multiset.Pairwisestatement and proof · cited by 9
- List.Pairwise.forallproof · cited by 2
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.