Residually Finite Groups #
In this file we define residually finite groups and prove some basic properties.
Main definitions #
Group.ResiduallyFinite G: A groupGis residually finite if the intersection of all finite index normal subgroups is trivial.
An additive group G is residually finite if the intersection of all finite index normal
additive subgroups is trivial.
Instances
A group G is residually finite if the intersection of all finite index normal subgroups is
trivial.
Instances
theorem
AddGroup.residuallyFinite_iff_forall_finiteIndexNormalAddSubgroup
{G : Type u_1}
[AddGroup G]
:
theorem
Group.eq_one_iff_forall_finiteIndexNormalSubroup
{G : Type u_1}
[Group G]
[ResiduallyFinite G]
(g : G)
(hg : ∀ (H : FiniteIndexNormalSubgroup G), g ∈ H)
:
theorem
AddGroup.eq_zero_iff_forall_finiteIndexNormalSubroup
{G : Type u_1}
[AddGroup G]
[ResiduallyFinite G]
(g : G)
(hg : ∀ (H : FiniteIndexNormalAddSubgroup G), g ∈ H)
:
theorem
AddGroup.residuallyFinite_iff_exists_finiteIndexNormalAddSubgroup
{G : Type u_1}
[AddGroup G]
: