Theorems · Definition · nonassociative algebras
Matrix.lieConj
{R : Type u} →
[inst : CommRing R] →
{n : Type w} →
[inst_1 : DecidableEq n] →
[inst_2 : Fintype n] → (P : Matrix n n R) → Invertible P → Matrix n n R ≃ₗ⁅R⁆ Matrix n n RAn invertible matrix induces a Lie algebra equivalence from the space of matrices to itself.
- Defined in
- Mathlib.Algebra.Lie.Matrix
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 95 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- CommRingDecidableEqFintype
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites11
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- CommRingstatement and proof · cited by 17,173
- Fintypestatement and proof · cited by 7,736
- Matrixstatement and proof · cited by 4,303
- Invertiblestatement and proof · cited by 549
- LieRing.ofAssociativeRingstatement · cited by 227
- LieEquivstatement · cited by 86
- LieEquiv.symmproof · cited by 34
- lieEquivMatrix'proof · cited by 5
- LieEquiv.transproof · cited by 5
- LinearEquiv.lieConjproof · cited by 4
- Matrix.toLinearEquiv'proof · cited by 4
Cited by3
Results whose statement or proof uses this declaration.
- skewAdjointMatricesLieSubalgebraEquivproof · cited by 2
- Matrix.lieConj_symm_applystatement · cited by 1
- Matrix.lieConj_applystatement · cited by 0