Documentation

FormalConjectures.Wikipedia.GromovPolynomialGrowth

Gromov's theorem on groups of polynomial growth #

Reference:

def GromovPolynomialGrowth.CayleyBall {G : Type u_1} [Group G] (S : Set G) (n : ) :
Set G

The CayleyBall is the ball of radius n in the Cayley graph of a group G with generating set S.

Equations
Instances For
    noncomputable def GromovPolynomialGrowth.GrowthFunction {G : Type u_1} [Group G] (S : Set G) (n : ) :

    The GrowthFunction of a group G with respect to a set S counts the number of group elements that can be reached by words of length at most n in S.

    Equations
    Instances For
      theorem GromovPolynomialGrowth.one_mem_CayleyBall {G : Type u_1} [Group G] (S : Set G) (n : ) :

      The identity is always in the Cayley ball of radius n for any n ≥ 0.

      theorem GromovPolynomialGrowth.CayleyBall_monotone {G : Type u_1} [Group G] (S : Set G) {m n : } (h : m n) :

      The Cayley ball is monotonic in radius.

      theorem GromovPolynomialGrowth.CayleyBall_mul {G : Type u_1} [Group G] (S : Set G) {g h : G} {m n : } (hg : g CayleyBall S m) (hh : h CayleyBall S n) :
      g * h CayleyBall S (m + n)

      Closure property: if g, h ∈ CayleyBall S m, CayleyBall S n respectively, then gh ∈ CayleyBall S (m + n).

      theorem GromovPolynomialGrowth.CayleyBall_inv {G : Type u_1} [Group G] (S : Set G) {g : G} {n : } (hg : g CayleyBall S n) :

      If g ∈ CayleyBall S n, then g⁻¹ ∈ CayleyBall S n.

      A group HasPolynomialGrowth if there exists a finite generating set such that the growth function is bounded above by a polynomial.

      Equations
      • One or more equations did not get rendered due to their size.
      Instances For

        Gromov's Polynomial Growth Theorem : A finitely generated group has polynomial growth if and only if it is virtually nilpotent.