Extension of scalars for projective special linear groups #
This file defines the map on projective special linear groups induced by a ring homomorphism and proves its identity, composition, and representative formulas.
Main declarations #
TauCeti.SpecialLinear.projectiveMap: extension of scalars on projective special linear groups.TauCeti.SpecialLinear.projectiveMap_mk: the action on quotient representatives.
@[simp]
theorem
TauCeti.SpecialLinear.projectiveMap_mk
(n : ℕ)
{R : Type v}
[CommRing R]
{S : Type w}
[CommRing S]
(f : R →+* S)
(g : Matrix.SpecialLinearGroup (Fin n) R)
:
Extension of scalars on projective special linear groups is computed on representatives by entrywise application of the ring homomorphism.
@[simp]
Extension of scalars by the identity is the identity on projective special linear groups.