mathlib documentation

group_theory.finiteness

Finitely generated monoids and groups #

We define finitely generated monoids and groups. See also submodule.fg and module.finite for finitely-generated modules.

Main definition #

Monoids and submonoids #

def add_submonoid.fg {M : Type u_1} [add_monoid M] (P : add_submonoid M) :
Prop

An additive submonoid of N is finitely generated if it is the closure of a finite subset of M.

Equations
def submonoid.fg {M : Type u_1} [monoid M] (P : submonoid M) :
Prop

A submonoid of M is finitely generated if it is the closure of a finite subset of M.

Equations
theorem submonoid.fg_iff {M : Type u_1} [monoid M] (P : submonoid M) :
P.fg ∃ (S : set M), submonoid.closure S = P S.finite

An equivalent expression of submonoid.fg in terms of set.finite instead of finset.

theorem add_submonoid.fg_iff {M : Type u_1} [add_monoid M] (P : add_submonoid M) :
P.fg ∃ (S : set M), add_submonoid.closure S = P S.finite

An equivalent expression of add_submonoid.fg in terms of set.finite instead of finset.

@[class]
structure monoid.fg (M : Type u_1) [monoid M] :
Prop

A monoid is finitely generated if it is finitely generated as a submonoid of itself.

Instances of this typeclass
@[class]
structure add_monoid.fg (N : Type u_2) [add_monoid N] :
Prop

An additive monoid is finitely generated if it is finitely generated as an additive submonoid of itself.

Instances of this typeclass
theorem monoid.fg_def {M : Type u_1} [monoid M] :
theorem add_monoid.fg_def {N : Type u_2} [add_monoid N] :
theorem monoid.fg_iff {M : Type u_1} [monoid M] :

An equivalent expression of monoid.fg in terms of set.finite instead of finset.

theorem add_monoid.fg_iff {M : Type u_1} [add_monoid M] :

An equivalent expression of add_monoid.fg in terms of set.finite instead of finset.

theorem monoid.fg_iff_add_fg {M : Type u_1} [monoid M] :
@[protected, instance]
@[protected, instance]
@[protected, instance]
def monoid.fg_of_finite {M : Type u_1} [monoid M] [finite M] :
@[protected, instance]
def add_monoid.fg_of_finite {M : Type u_1} [add_monoid M] [finite M] :
theorem submonoid.fg.map {M : Type u_1} [monoid M] {M' : Type u_2} [monoid M'] {P : submonoid M} (h : P.fg) (e : M →* M') :
theorem add_submonoid.fg.map {M : Type u_1} [add_monoid M] {M' : Type u_2} [add_monoid M'] {P : add_submonoid M} (h : P.fg) (e : M →+ M') :
theorem add_submonoid.fg.map_injective {M : Type u_1} [add_monoid M] {M' : Type u_2} [add_monoid M'] {P : add_submonoid M} (e : M →+ M') (he : function.injective e) (h : (add_submonoid.map e P).fg) :
P.fg
theorem submonoid.fg.map_injective {M : Type u_1} [monoid M] {M' : Type u_2} [monoid M'] {P : submonoid M} (e : M →* M') (he : function.injective e) (h : (submonoid.map e P).fg) :
P.fg
@[simp]
@[simp]
theorem monoid.fg_iff_submonoid_fg {M : Type u_1} [monoid M] (N : submonoid M) :
theorem add_monoid.fg_of_surjective {M : Type u_1} [add_monoid M] {M' : Type u_2} [add_monoid M'] [add_monoid.fg M] (f : M →+ M') (hf : function.surjective f) :
theorem monoid.fg_of_surjective {M : Type u_1} [monoid M] {M' : Type u_2} [monoid M'] [monoid.fg M] (f : M →* M') (hf : function.surjective f) :
@[protected, instance]
def monoid.fg_range {M : Type u_1} [monoid M] {M' : Type u_2} [monoid M'] [monoid.fg M] (f : M →* M') :
@[protected, instance]
def add_monoid.fg_range {M : Type u_1} [add_monoid M] {M' : Type u_2} [add_monoid M'] [add_monoid.fg M] (f : M →+ M') :
theorem submonoid.powers_fg {M : Type u_1} [monoid M] (r : M) :
theorem add_submonoid.multiples_fg {M : Type u_1} [add_monoid M] (r : M) :
@[protected, instance]
@[protected, instance]
def monoid.powers_fg {M : Type u_1} [monoid M] (r : M) :

Groups and subgroups #

def add_subgroup.fg {G : Type u_3} [add_group G] (P : add_subgroup G) :
Prop

An additive subgroup of H is finitely generated if it is the closure of a finite subset of H.

Equations
def subgroup.fg {G : Type u_3} [group G] (P : subgroup G) :
Prop

A subgroup of G is finitely generated if it is the closure of a finite subset of G.

Equations
theorem subgroup.fg_iff {G : Type u_3} [group G] (P : subgroup G) :
P.fg ∃ (S : set G), subgroup.closure S = P S.finite

An equivalent expression of subgroup.fg in terms of set.finite instead of finset.

theorem add_subgroup.fg_iff {G : Type u_3} [add_group G] (P : add_subgroup G) :
P.fg ∃ (S : set G), add_subgroup.closure S = P S.finite

An equivalent expression of add_subgroup.fg in terms of set.finite instead of finset.

theorem subgroup.fg_iff_submonoid_fg {G : Type u_3} [group G] (P : subgroup G) :

A subgroup is finitely generated if and only if it is finitely generated as a submonoid.

An additive subgroup is finitely generated if and only if it is finitely generated as an additive submonoid.

theorem subgroup.fg_iff_add_fg {G : Type u_3} [group G] (P : subgroup G) :
@[class]
structure group.fg (G : Type u_3) [group G] :
Prop

A group is finitely generated if it is finitely generated as a submonoid of itself.

Instances of this typeclass
@[class]
structure add_group.fg (H : Type u_4) [add_group H] :
Prop

An additive group is finitely generated if it is finitely generated as an additive submonoid of itself.

Instances of this typeclass
theorem group.fg_def {G : Type u_3} [group G] :
theorem add_group.fg_def {H : Type u_4} [add_group H] :
theorem add_group.fg_iff {G : Type u_3} [add_group G] :

An equivalent expression of add_group.fg in terms of set.finite instead of finset.

theorem group.fg_iff {G : Type u_3} [group G] :

An equivalent expression of group.fg in terms of set.finite instead of finset.

theorem add_group.fg_iff' {G : Type u_3} [add_group G] :
theorem group.fg_iff' {G : Type u_3} [group G] :
group.fg G ∃ (n : ) (S : finset G), S.card = n subgroup.closure S =
theorem group.fg_iff_monoid.fg {G : Type u_3} [group G] :

A group is finitely generated if and only if it is finitely generated as a monoid.

An additive group is finitely generated if and only if it is finitely generated as an additive monoid.

theorem group_fg.iff_add_fg {G : Type u_3} [group G] :
@[protected, instance]
def add_group.fg_of_group_fg {G : Type u_3} [group G] [group.fg G] :
@[protected, instance]
@[protected, instance]
def group.fg_of_finite {G : Type u_3} [group G] [finite G] :
@[protected, instance]
def add_group.fg_of_finite {G : Type u_3} [add_group G] [finite G] :
theorem add_group.fg_of_surjective {G : Type u_3} [add_group G] {G' : Type u_1} [add_group G'] [hG : add_group.fg G] {f : G →+ G'} (hf : function.surjective f) :
theorem group.fg_of_surjective {G : Type u_3} [group G] {G' : Type u_1} [group G'] [hG : group.fg G] {f : G →* G'} (hf : function.surjective f) :
@[protected, instance]
def add_group.fg_range {G : Type u_3} [add_group G] {G' : Type u_1} [add_group G'] [add_group.fg G] (f : G →+ G') :
@[protected, instance]
def group.fg_range {G : Type u_3} [group G] {G' : Type u_1} [group G'] [group.fg G] (f : G →* G') :
def add_group.rank (G : Type u_3) [add_group G] [h : add_group.fg G] [decidable_pred (λ (n : ), ∃ (S : finset G), S.card = n add_subgroup.closure S = )] :

The minimum number of generators of an additive group

Equations
def group.rank (G : Type u_3) [group G] [h : group.fg G] [decidable_pred (λ (n : ), ∃ (S : finset G), S.card = n subgroup.closure S = )] :

The minimum number of generators of a group.

Equations
theorem group.rank_spec (G : Type u_3) [group G] [h : group.fg G] [decidable_pred (λ (n : ), ∃ (S : finset G), S.card = n subgroup.closure S = )] :
theorem add_group.rank_spec (G : Type u_3) [add_group G] [h : add_group.fg G] [decidable_pred (λ (n : ), ∃ (S : finset G), S.card = n add_subgroup.closure S = )] :
theorem add_group.rank_le (G : Type u_3) [add_group G] [add_group.fg G] [decidable_pred (λ (n : ), ∃ (S : finset G), S.card = n add_subgroup.closure S = )] {S : finset G} (hS : add_subgroup.closure S = ) :
theorem group.rank_le (G : Type u_3) [group G] [group.fg G] [decidable_pred (λ (n : ), ∃ (S : finset G), S.card = n subgroup.closure S = )] {S : finset G} (hS : subgroup.closure S = ) :
@[protected, instance]
def quotient_group.fg {G : Type u_3} [group G] [group.fg G] (N : subgroup G) [N.normal] :
@[protected, instance]
def quotient_add_group.fg {G : Type u_3} [add_group G] [add_group.fg G] (N : add_subgroup G) [N.normal] :