Theorems · Theorem · combinatorics
IsAddFreimanHom.sum_apply
∀ {α : Type u_2} {β : Type u_3} [inst : AddCommMonoid α] [inst_1 : AddCommMonoid β] {A : Set α} {B : Set β} {f : α → β}
{n : ℕ},
IsAddFreimanHom n A B f →
∀ {s t : Finset α} {hsA : ↑s ⊆ A} {htA : ↑t ⊆ A},
s.card = n → t.card = n → ∑ i ∈ s, i = ∑ i ∈ t, i → ∑ i ∈ s, f i = ∑ i ∈ t, f iA version of the Freiman homomorphism condition expressed using Finsets,
for practicality.
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 56 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- AddCommMonoidAddCommMonoid
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites10
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
- Finsetstatement and proof · cited by 13,712
- AddCommMonoidstatement and proof · cited by 12,281
- SetLike.coestatement and proof · cited by 8,199
- Finset.sumstatement and proof · cited by 5,195
- Finset.cardstatement and proof · cited by 2,327
- Finset.sum_congrproof · cited by 2,323
- IsAddFreimanHomstatement and proof · cited by 32
- IsAddFreimanHom.map_sum_eq_map_sumproof · cited by 10
- Finset.sum_valproof · cited by 3
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.