Mathlib Map

Theorems · Theorem · manifolds

MulAction.properSMul_iff_isCompact_setOf_inter_nonempty

Deprecated since 2026-07-09Use MulAction.properSMul_iff_isCompact_setOfPred_inter_nonempty instead.

∀ {G : Type u_1} {X : Type u_2} [inst : TopologicalSpace X] [inst_1 : Group G] [inst_2 : TopologicalSpace G]
  [inst_3 : MulAction G X] [CompactlyGeneratedSpace (X × X)] [T2Space X] [ContinuousSMul G X],
  ProperSMul G X ↔ ∀ {U V : Set X}, IsCompact U → IsCompact V → IsCompact {g | (g • U ∩ V).Nonempty}

Alias of MulAction.properSMul_iff_isCompact_setOfPred_inter_nonempty. 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_setOfPred_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.

Defined in
Mathlib.Topology.Algebra.ProperAction.CompactlyGenerated
Cited by
0 results in Mathlib
Foundations
Depth 92 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
TopologicalSpaceGroupTopologicalSpaceMulActionCompactlyGeneratedSpaceT2SpaceContinuousSMul

Around this declaration

Dashed lines are statement dependencies; solid lines are citations in proofs.

Cites13

Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.

Cited by0

Results whose statement or proof uses this declaration.

Nothing cites this yet.