Theorems · Theorem · order theory
Multiset.map_add_left_Ico
∀ {α : Type u_1} [inst : AddCommMonoid α] [inst_1 : PartialOrder α] [IsOrderedCancelAddMonoid α] [ExistsAddOfLE α]
[inst_4 : LocallyFiniteOrder α] (a b c : α),
Multiset.map (fun x => c + x) (Multiset.Ico a b) = Multiset.Ico (c + a) (c + b)- Defined in
- Mathlib.Algebra.Order.Interval.Multiset
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 76 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites17
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Finsetproof · cited by 13,712
- AddCommMonoidstatement and proof · cited by 12,281
- PartialOrderstatement and proof · cited by 6,410
- Multisetstatement and proof · cited by 2,627
- Multiset.mapstatement and proof · cited by 876
- LocallyFiniteOrderstatement and proof · cited by 658
- Finset.Icoproof · cited by 450
- Finset.valproof · cited by 438
- IsOrderedCancelAddMonoidstatement and proof · cited by 359
- ExistsAddOfLEstatement and proof · cited by 330
- Finset.nodupproof · cited by 40
- add_right_injectiveproof · cited by 36
Cited by1
Results whose statement or proof uses this declaration.
- Multiset.map_add_right_Icoproof · cited by 0