Theorems · Theorem · combinatorics
IsAddFreimanHom.map_sum_eq_map_sum
∀ {α : Type u_2} {β : Type u_3} [inst : AddCommMonoid α] [inst_1 : AddCommMonoid β] {n : ℕ} {A : Set α} {B : Set β}
{f : α → β},
IsAddFreimanHom n A B f →
∀ ⦃s t : Multiset α⦄,
(∀ ⦃x : α⦄, x ∈ s → x ∈ A) →
(∀ ⦃x : α⦄, x ∈ t → x ∈ A) →
s.card = n → t.card = n → s.sum = t.sum → (Multiset.map f s).sum = (Multiset.map f t).sumAn additive n-Freiman homomorphism preserves sums of n elements.
- Cited by
- 10 results in Mathlib
- Foundations
- Depth 15 from the axioms · uses propext, Quot.sound
- Assumes
- AddCommMonoidAddCommMonoid
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites7
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Setstatement and proof · cited by 53,352
- AddCommMonoidstatement and proof · cited by 12,281
- Multisetstatement · cited by 2,627
- Multiset.mapstatement · cited by 876
- Multiset.sumstatement · cited by 388
- Multiset.cardstatement · cited by 375
- IsAddFreimanHomstatement and proof · cited by 32
Cited by10
Results whose statement or proof uses this declaration.
- IsAddFreimanHom.add_eq_addproof · cited by 3
- IsAddFreimanHom.compproof · cited by 3
- IsAddFreimanHom.to_isAddFreimanIsoproof · cited by 2
- isAddFreimanHom_antitoneproof · cited by 1
- IsAddFreimanHom.prodMkproof · cited by 1
- IsAddFreimanHom.subsetproof · cited by 1
- IsAddFreimanHom.addproof · cited by 0
- IsAddFreimanHom.negproof · cited by 0
- IsAddFreimanHom.subproof · cited by 0
- IsAddFreimanHom.sum_applyproof · cited by 0