Corollary 4.7: residually elementary amenable groups have property (P)
ProvedChou.hasPackingProperty_of_residuallyElementaryAmenableIf for every in there is a normal subgroup with and elementary amenable, then has property (P).
import Definitions.Def_Chou_ElementaryAmenable import Definitions.Def_Chou_Classes import Mathlib
namespace Chou
/-- Corollary 4.7: a group which is residually in `EG` has property (P). -/
theorem hasPackingProperty_of_residuallyElementaryAmenable {G : Type*} [Group G]
(h : ResiduallyElementaryAmenable G) : HasPackingProperty G := by
sorry
end Chou
Read-back
What the Lean code literally says, in plain math · claude-fable-5-1
Read-back: residually elementary amenable groups have the packing property
The statement
Let be any group (any set, in any size universe, with a group structure: an associative multiplication, an identity , and inverses). The declaration asserts one implication:
where both notions are the specific ones defined below. There are no further hypotheses on : it need not be countable, finitely generated, infinite, or nontrivial.
Hypothesis: "residually elementary amenable"
is called residually elementary amenable when the following holds:
For every element with , there exists a normal subgroup such that and the quotient group is elementary amenable (in the sense defined in the next section).
Here "normal" means: for every and every , . The quotient is the set of left cosets , with the group structure induced from using normality. Nothing is required of beyond and elementary amenability of ; in particular need not have finite index, and the subgroup may depend on .
Edge cases the quantifier includes:
- If is the trivial group, there is no , so the hypothesis holds vacuously.
- The requirement forces , so is a proper normal subgroup; but is allowed (then the condition says itself is elementary amenable).
The class "elementary amenable" used here
"Elementary amenable" is defined as the smallest class of groups (a property of a group together with its group structure) closed under the following seven rules. That is, a group is elementary amenable if and only if it can be shown to be so by finitely many applications of these rules, and nothing else is elementary amenable.
-
Finite groups. Every finite group is in . ("Finite" means: there is a natural number and a bijection between the group and .)
-
Abelian groups. Every abelian group is in . (Formally: any group whose structure comes from a commutative-group structure.)
-
Isomorphism. If via a bijection with , and , then .
-
Subgroups. If and is any subgroup (with the group structure inherited from ), then .
-
Quotients. If and is any normal subgroup, then .
-
Extensions. If is a normal subgroup, (as a group in its own right), and , then .
-
Directed unions. Let be an index set (living in the same size universe as ), and let be a family of subgroups of such that
- the family is directed: for every there is with and ; and
- the subgroup generated by is all of ; and
- every (each with its inherited group structure).
Then .
Edge case: may be empty. Then directedness holds vacuously, the subgroup generated by the empty union is the trivial subgroup , so the second condition is satisfiable only if is trivial. When is nonempty and the family is directed, the subgroup generated by the union is just the union itself.
In rule 2, "abelian" is the only content: there is no restriction to finitely generated or torsion-free abelian groups. In rules 4, 6 and 7, subgroups are regarded as groups with the multiplication restricted from . In rules 5 and 6, the quotient carries the group structure induced from via the given normality.
Conclusion: "the packing property"
is said to have the packing property when:
For every finite subset , there exist subsets such that
where " is a packing of " means that the multiplication map
is a bijection from the Cartesian product onto all of . Spelled out fully, this is the conjunction of three conditions:
- (maps into) for all , : — automatically true;
- (injective on ) for all and : if then and ;
- (surjective onto ) every can be written as with and .
Equivalently: every element of has exactly one factorization with , ; that is, the sets for partition (equivalently, the sets for partition ).
Points to note in the quantifiers:
- and are arbitrary subsets of , not required to be subgroups, and is not required to be finite. Since is nonempty (it contains ), the bijectivity condition forces both and to be nonempty.
- ranges over all finite subsets including ; for that the condition "" is automatic.
- Only is required to contain and to be finite; there is no size bound on relative to , and no requirement that or contain .
- The choice of and may depend on .
Summary in one sentence
For every group : if for every non-identity there is a normal subgroup with and elementary amenable (in the smallest-class sense of the seven rules above), then for every finite there are a finite set and a set such that every element of is uniquely a product with , .
Confirmed by the mission captain (proposal self-audit).