Theorems · Theorem · combinatorics
IsMulFreimanIso.map_prod_eq_map_prod
∀ {α : Type u_2} {β : Type u_3} [inst : CommMonoid α] [inst_1 : CommMonoid β] {n : ℕ} {A : Set α} {B : Set β}
{f : α → β},
IsMulFreimanIso n A B f →
∀ ⦃s t : Multiset α⦄,
(∀ ⦃x : α⦄, x ∈ s → x ∈ A) →
(∀ ⦃x : α⦄, x ∈ t → x ∈ A) →
s.card = n → t.card = n → ((Multiset.map f s).prod = (Multiset.map f t).prod ↔ s.prod = t.prod)An n-Freiman homomorphism preserves products of n elements.
- Cited by
- 6 results in Mathlib
- Foundations
- Depth 15 from the axioms · uses propext, Quot.sound
- Assumes
- CommMonoidCommMonoid
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
- Multisetstatement · cited by 2,627
- CommMonoidstatement and proof · cited by 2,264
- Multiset.mapstatement · cited by 876
- Multiset.prodstatement · cited by 528
- Multiset.cardstatement · cited by 375
- IsMulFreimanIsostatement and proof · cited by 22
Cited by6
Results whose statement or proof uses this declaration.
- IsMulFreimanIso.isMulFreimanHomproof · cited by 3
- IsMulFreimanIso.mul_eq_mulproof · cited by 2
- IsMulFreimanIso.subsetproof · cited by 1
- IsMulFreimanIso.symmproof · cited by 1
- IsMulFreimanIso.compproof · cited by 0
- IsMulFreimanIso.congrproof · cited by 0