Mathlib Map

Theorems · Inductive type · combinatorics

IsCorner

{G : Type u_1} → [AddCommMonoid G] → Set (G × G) → G → G → G → G → Prop

A corner of a set A in an abelian group is a triple of points of the form (x, y), (x + d, y), (x, y + d). It is nontrivial if d ≠ 0. Here we define it as triples (x₁, y₁), (x₂, y₁), (x₁, y₂) where x₁ + y₂ = x₂ + y₁ in order for the definition to make sense in commutative monoids, the motivating example being .

Defined in
Mathlib.Combinatorics.Additive.Corner.Defs
Cited by
16 results in Mathlib
Foundations
Depth 1 from the axioms · uses no axioms
Assumes
AddCommMonoid

Around this declaration

Dashed lines are statement dependencies; solid lines are citations in proofs.

Cites2

Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.

Cited by19

Results whose statement or proof uses this declaration.