Theorems · Theorem · order theory
Multiset.map_set_pairwise
∀ {α : Type u_1} {β : Type v} {f : α → β} {r : β → β → Prop} {m : Multiset α},
({a | a ∈ m}.Pairwise fun a₁ a₂ => r (f a₁) (f a₂)) → {b | b ∈ Multiset.map f m}.Pairwise r- Defined in
- Mathlib.Data.Multiset.UnionInter
- Cited by
- 4 results in Mathlib
- Foundations
- Depth 16 from the axioms · uses propext, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites5
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
- Multisetstatement and proof · cited by 2,627
- Multiset.mapstatement and proof · cited by 876
- Set.Pairwisestatement and proof · cited by 321
- Multiset.mem_mapproof · cited by 72
Cited by4
Results whose statement or proof uses this declaration.
- Finset.noncommProd_lemmaproof · cited by 12
- Finset.noncommSum_lemmaproof · cited by 10
- Finset.sum_pow_of_commutestatement and proof · cited by 1
- Finset.sum_powproof · cited by 0