Theorems · Theorem · combinatorics
Multiset.rel_replicate_right
∀ {α : Type u_1} {m : Multiset α} {a : α} {r : α → α → Prop} {n : ℕ},
Multiset.Rel r m (Multiset.replicate n a) ↔ m.card = n ∧ ∀ x ∈ m, r x a- Defined in
- Mathlib.Data.Multiset.Replicate
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 28 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites6
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.cardstatement · cited by 375
- Multiset.replicatestatement · cited by 88
- Multiset.Relstatement · cited by 47
- Multiset.rel_flipproof · cited by 6
- Multiset.rel_replicate_leftproof · cited by 1
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.