Topological torsors of groups #
This file defines topological torsors of additive and multiplicative groups, that is, torsors where
+ᵥ and -ᵥ resp. • and /ₛ are continuous.
A topological torsor over a topological additive group is a torsor where +ᵥ and -ᵥ are
continuous.
- continuous_vadd : Continuous fun (p : V × P) => p.1 +ᵥ p.2
- continuous_vsub : Continuous fun (x : P × P) => x.1 -ᵥ x.2
Instances
A topological torsor over a topological group is a torsor where +ᵥ and -ᵥ are continuous.
- continuous_smul : Continuous fun (p : V × P) => p.1 • p.2
- continuous_sdiv : Continuous fun (x : P × P) => x.1 /ₛ x.2
Instances
The underlying group of a topological torsor is a topological group. This is not an instance, as
P cannot be inferred.
The underlying group of a topological additive torsor is a topological additive
group. This is not an instance, as P cannot be inferred.
The map v ↦ v • p as a homeomorphism between V and P.
Equations
- Homeomorph.smulConst p = { toEquiv := Equiv.smulConst p, continuous_toFun := ⋯, continuous_invFun := ⋯ }
Instances For
The map v ↦ v +ᵥ p as a homeomorphism between V and P.
Equations
- Homeomorph.vaddConst p = { toEquiv := Equiv.vaddConst p, continuous_toFun := ⋯, continuous_invFun := ⋯ }
Instances For
The map p' ↦ p /ₛ p' as a homeomorphism: Equiv.constSDiv as a homeomorphism
Equations
- Homeomorph.constSDiv p = { toEquiv := Equiv.constSDiv p, continuous_toFun := ⋯, continuous_invFun := ⋯ }
Instances For
The map p' ↦ p -ᵥ p' as a homeomorphism: Equiv.constVSub as a homeomorphism
Equations
- Homeomorph.constVSub p = { toEquiv := Equiv.constVSub p, continuous_toFun := ⋯, continuous_invFun := ⋯ }
Instances For
Equiv.pointReflection as a homeomorphism