Documentation

TauCeti.LinearAlgebra.Matrix.SpecialLinearGroup.Projective

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 #

Entrywise application of a ring homomorphism carries the center of a special linear group into the center of the target special linear group.

Extension of scalars on projective special linear groups.

Equations
  • One or more equations did not get rendered due to their size.
Instances For
    @[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.

    @[simp]
    theorem TauCeti.SpecialLinear.projectiveMap_comp (n : ) {R : Type v} [CommRing R] {S : Type w} [CommRing S] {T : Type u} [CommRing T] (f : R →+* S) (g : S →+* T) :

    Successive extensions of scalars compose on projective special linear groups.