Theorems · Theorem · algebraic topology
isAddQuotientCoveringMap_iff
∀ {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],
IsAddQuotientCoveringMap f G ↔
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 = 0- Defined in
- Mathlib.Topology.Covering.Quotient
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 22 from the axioms · uses propext, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites14
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.imagestatement and proof · cited by 5,609
- nhdsstatement and proof · cited by 5,554
- AddGroupstatement and proof · cited by 4,410
- Set.Nonemptystatement and proof · cited by 2,627
- HVAdd.hVAddstatement and proof · cited by 1,820
- AddActionstatement and proof · cited by 820
- Topology.IsQuotientMapstatement and proof · cited by 124
- ContinuousConstVAddstatement and proof · cited by 97
- AddAction.orbitstatement and proof · cited by 86
Cited by1
Results whose statement or proof uses this declaration.
- isAddQuotientCoveringMap_iff_isCoveringMap_andproof · cited by 0