Torsors of additive group actions #
Further results for torsors, that are not in Mathlib/Algebra/AddTorsor/Defs.lean to avoid
increasing imports there.
The same point subtracted from two points produces equal results if and only if those points are equal.
Subtracting two points from the same point produces equal results if and only if those points are equal.
Cancellation subtracting the results of two subtractions.
Equiv.constVAdd as a homomorphism from Multiplicative 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 an add torsor along an injective map.
Instances For
Pushforward of an add torsor along a surjective map.