Mathlib Map

Theorems · Theorem · algebraic topology

Topology.IsQuotientMap.isCoveringMapOn_of_vadd_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 : AddGroup G] [inst_3 : AddAction G E],
  Topology.IsQuotientMap f →
    ∀ [ContinuousConstVAdd G E],
      (∀ {e₁ e₂ : E}, f e₁ = f e₂ ↔ e₁ ∈ AddAction.orbit G e₂) →
        (∀ (e : E), ∃ U ∈ nhds e, ∀ (g : G), ((fun x => g +ᵥ x) '' U ∩ U).Nonempty → g +ᵥ e = e) →
          IsCoveringMapOn f (f '' {e | AddAction.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
TopologicalSpaceTopologicalSpaceAddGroupAddActionContinuousConstVAdd

Around this declaration

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

Cites33

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
  • 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
  • AddGroupstatement and proof · cited by 4,410
  • AddSubgroupstatement and proof · cited by 3,232
  • Set.Nonemptystatement and proof · cited by 2,627
  • le_reflproof · cited by 2,061

Cited by2

Results whose statement or proof uses this declaration.