Theorems · Theorem · combinatorics
IsCorner.image
∀ {G : Type u_1} {H : Type u_2} [inst : AddCommMonoid G] [inst_1 : AddCommMonoid H] {A : Set (G × G)} {s : Set G}
{t : Set H} {f : G → H} {x₁ y₁ x₂ y₂ : G},
IsAddFreimanHom 2 s t f →
A ⊆ s ×ˢ s → IsCorner A x₁ y₁ x₂ y₂ → IsCorner (Prod.map f f '' A) (f x₁) (f y₁) (f x₂) (f y₂)Corners are preserved under 2-Freiman homomorphisms.
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 19 from the axioms · uses propext, Quot.sound
- Assumes
- AddCommMonoidAddCommMonoid
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites9
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
- Set.imagestatement · cited by 5,609
- SProd.sprodstatement and proof · cited by 1,750
- Set.mem_image_of_memproof · cited by 371
- IsAddFreimanHomstatement and proof · cited by 32
- IsCornerstatement and proof · cited by 16
- IsAddFreimanHom.add_eq_addproof · cited by 3
- IsCorner.casesOnproof · cited by 2
Cited by1
Results whose statement or proof uses this declaration.
- IsCornerFree.of_imageproof · cited by 1