Mathlib Map

Theorems · Theorem · dynamical systems

AddAction.isTopologicallyTransitive_iff_dense_iUnion

∀ (M : Type u_1) {α : Type u_2} [inst : TopologicalSpace α] [inst_1 : AddMonoid M] [inst_2 : AddAction M α],
  AddAction.IsTopologicallyTransitive M α ↔ ∀ {U : Set α}, IsOpen U → U.Nonempty → Dense (⋃ m, m +ᵥ U)

An action of an additive monoid M on α is topologically transitive if and only if for any nonempty open subset U of α the union over the elements of M of images of U is dense in α.

Defined in
Mathlib.Dynamics.Transitive
Cited by
1 results in Mathlib
Foundations
Depth 64 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
TopologicalSpaceAddMonoidAddAction

Around this declaration

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

Cites16

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

Cited by1

Results whose statement or proof uses this declaration.