Documentation

FormalConjecturesForMathlib.Algebra.Group.GrowthFunction

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
    theorem GromovPolynomialGrowth.cayleyBall_finite {G : Type u_1} [Group G] {S : Set G} (hS : S.Finite) (n : ) :
    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.

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

      The Cayley ball is monotonic in its 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 ∈ CayleyBall S m and h ∈ CayleyBall S n, then g * h ∈ 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.

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

      In an infinite group, the growth function with respect to a finite generating set is unbounded.

      A group has polynomial growth if there exists a finite generating set whose growth function is bounded above by a polynomial.

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

        A group has superpolynomial growth if there exists a finite generating set whose growth function eventually dominates every polynomial in the growth-function preorder, up to linearly rescaling the radius.

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