Mathlib Map

Theorems · Theorem · algebraic topology

Topology.IsQuotientMap.isCoveringMapOn_of_smul_disjoint

∀ {E : Type u_1} {X : Type u_2} [inst : TopologicalSpace E] [inst_1 : TopologicalSpace X] {f : E → X} {G : Type u_3}
  [inst_2 : Group G] [inst_3 : MulAction G E],
  Topology.IsQuotientMap f →
    ∀ [ContinuousConstSMul G E],
      (∀ {e₁ e₂ : E}, f e₁ = f e₂ ↔ e₁ ∈ MulAction.orbit G e₂) →
        (∀ (e : E), ∃ U ∈ nhds e, ∀ (g : G), ((fun x => g • x) '' U ∩ U).Nonempty → g • e = e) →
          IsCoveringMapOn f (f '' {e | MulAction.stabilizer G e = ⊥})
Defined in
Mathlib.Topology.Covering.Quotient
Cited by
2 results in Mathlib
Foundations
Depth 83 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
TopologicalSpaceTopologicalSpaceGroupMulActionContinuousConstSMul

Around this declaration

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

Cites32

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
  • Filterstatement · cited by 8,121
  • Set.Elemproof · cited by 7,166
  • Groupstatement and proof · cited by 6,238
  • Set.ofPredstatement and proof · cited by 6,101
  • Set.imagestatement and proof · cited by 5,609
  • nhdsstatement and proof · cited by 5,554
  • Bot.botstatement and proof · cited by 4,720
  • Subgroupstatement and proof · cited by 3,593
  • Set.Nonemptystatement and proof · cited by 2,627
  • le_reflproof · cited by 2,061

Cited by2

Results whose statement or proof uses this declaration.