Torsors of group actions #
Further results for torsors, that are not in Mathlib/Algebra/AddTorsor/Defs.lean to avoid
increasing imports there.
Dividing by the point p is an injective function.
Subtracting the point p is an injective function.
Dividing the point p by other points is an injective function.
Subtracting a point from the point p is an injective function.
Equiv.constVAdd as a homomorphism from Multiplicative G to Equiv.perm P
Instances For
Equiv.constSMul as a homomorphism from G to Equiv.perm P
Instances For
x is the only fixed point of pointReflection x. This lemma requires
x + x = y + y ↔ x = y. There is no typeclass to use here, so we add it as an explicit argument.
In the special case of additive commutative groups (as opposed to just additive torsors),
Equiv.pointReflection x coincides with Equiv.subLeft (2 • x).
Pullback of a torsor along an injective map.
Instances For
Pullback of an add torsor along an injective map.
Instances For
Pushforward of a torsor along a surjective map.
Instances For
Pushforward of an add torsor along a surjective map.