Theorems · Theorem · manifolds
properVAdd_iff_continuousVAdd_ultrafilter_tendsto
∀ {G : Type u_1} {X : Type u_2} [inst : AddGroup G] [inst_1 : AddAction G X] [inst_2 : TopologicalSpace G]
[inst_3 : TopologicalSpace X],
ProperVAdd G X ↔
ContinuousVAdd G X ∧
∀ (𝒰 : Ultrafilter (G × X)) (x₁ x₂ : X),
Filter.Tendsto (fun gx => (gx.1 +ᵥ gx.2, gx.2)) (↑𝒰) (nhds (x₁, x₂)) →
∃ g, g +ᵥ x₂ = x₁ ∧ Filter.Tendsto Prod.fst (↑𝒰) (nhds g)An additive group G acts properly on a topological space X if and only if
for all ultrafilters 𝒰 on X, if 𝒰 converges to (x₁, x₂)
along the map (g, x) ↦ (g • x, x), then there exists g : G such that g • x₂ = x₁
and 𝒰.fst converges to g.
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 78 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites25
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- TopologicalSpacestatement and proof · cited by 24,529
- Filterproof · cited by 8,121
- nhdsstatement and proof · cited by 5,554
- AddGroupstatement and proof · cited by 4,410
- Filter.Tendstostatement and proof · cited by 3,814
- HVAdd.hVAddstatement and proof · cited by 1,820
- AddActionstatement and proof · cited by 820
- Filter.Tendsto.compproof · cited by 560
- continuous_id'proof · cited by 295
- Continuous.tendstoproof · cited by 206
- Ultrafilterstatement and proof · cited by 193
- Ultrafilter.toFilterstatement and proof · cited by 172
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.