Mathlib Map

Theorems · Definition · group theory

Matrix.ProjGenLinGroup.lift

{n : Type u_1} →
  {R : Type u_2} →
    [inst : Fintype n] →
      [inst_1 : DecidableEq n] →
        [inst_2 : CommRing R] →
          {M : Type u_3} →
            [inst_3 : Monoid M] →
              (f : GL n R →* M) → f.comp (Matrix.GeneralLinearGroup.scalar n) = 1 → Matrix.ProjGenLinGroup n R →* M

Lift a monoid homomorphism f : GL n R →* M that vanishes on all scalar matrices to a homomorphism from PGL(n, R).

Defined in
Mathlib.LinearAlgebra.Matrix.GeneralLinearGroup.Projective
Cited by
2 results in Mathlib
Foundations
Depth 90 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
FintypeDecidableEqCommRingMonoid

Around this declaration

Dashed lines are statement dependencies; solid lines are citations in proofs.

Cites12

Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.

Cited by4

Results whose statement or proof uses this declaration.