Documentation

Mathlib.Topology.Algebra.ProperAction.CompactlyGenerated

When a proper action is properly discontinuous #

This file proves that if a discrete group acts on a T2 space X such that X × X is compactly generated, and if the action is continuous in the second variable, then the action is properly discontinuous if and only if it is proper. This is in particular true if X is first-countable or weakly locally compact.

Main statements #

Tags #

group action, proper action, properly discontinuous, compactly generated

The G-action on X is proper iff, for each pair of compacts U, V in X, the set of g such that U intersects g • V is compact.

See ProperSMul.isCompact_setOf_inter_nonempty for a one-way implication with fewer conditions.

Note: We assume CompactlyCoherentSpace (X × X) as this is the minimal assumption needed to make the proof work; but this follows from various more familiar conditions, such as FirstCountableTopology X. Importing Mathlib.Topology.Sequences makes this implication available.

The G-action on X is proper iff, for each pair of compacts U, V in X, the set of g such that U intersects g +ᵥ V is compact.

See ProperVAdd.isCompact_setOf_inter_nonempty for a one-way implication with fewer conditions.

Note: We assume CompactlyCoherentSpace (X × X) as this is the minimal assumption needed to make the proof work; but this follows from various more familiar conditions, such as FirstCountableTopology X. Importing Mathlib.Topology.Sequences makes this implication available.

If a discrete group acts on a T2 space X such that X × X is compactly generated, and if the action is continuous in the second variable, then the action is properly discontinuous if and only if it is proper. This is in particular true if X is first-countable or weakly locally compact.