Theorems · Theorem · dynamical systems
MulAction.isTopologicallyTransitive_iff_dense_iUnion_preimage
∀ (M : Type u_1) {α : Type u_2} [inst : TopologicalSpace α] [inst_1 : Monoid M] [inst_2 : MulAction M α],
MulAction.IsTopologicallyTransitive M α ↔ ∀ {U : Set α}, IsOpen U → U.Nonempty → Dense (⋃ m, (fun x => m • x) ⁻¹' U)An action of a monoid M on α is topologically transitive if and only if for any nonempty
open subset U of α the union of the preimages of U over the elements of M is dense in α.
- Defined in
- Mathlib.Dynamics.Transitive
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 65 from the axioms · uses propext, Classical.choice, Quot.sound
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.
- Setstatement and proof · cited by 53,352
- TopologicalSpacestatement and proof · cited by 24,529
- Set.imageproof · cited by 5,609
- Set.preimagestatement and proof · cited by 4,946
- Monoidstatement and proof · cited by 3,887
- Set.Nonemptystatement and proof · cited by 2,627
- Set.iUnionstatement · cited by 2,483
- IsOpenstatement and proof · cited by 2,400
- MulActionstatement and proof · cited by 1,294
- Densestatement · cited by 359
- Set.inter_iUnionproof · cited by 59
- MulAction.IsTopologicallyTransitivestatement and proof · cited by 8
Cited by2
Results whose statement or proof uses this declaration.
- IsOpen.dense_iUnion_preimage_smulproof · cited by 1
- MulAction.isTopologicallyTransitive_iff_dense_of_preimage_invariantproof · cited by 0