The following example demonstrates some of the mechanics by exploring
the concept of triality
[Sch66, III.8].
The Cartan-Jacobson theorem asserts that for fields of characteristic other
than 2 and 3, the derivation algebra of an octonion algebra is of Lie type
G2.
> O := OctonionAlgebra(GF(7),-1,-1,-1);
> L := DerivationAlgebra(O); // Derivations as an algebra.
> SemisimpleType(L);
G2
Cartan's triality obtains G
2 from D
4 by relaxing to
derivations of the octonions as a generic tensor, rather than as an
algebra.
This is done computationally by changing the category of the octonion product
from an algebra to a tensor.
> T := Tensor(O);
> T := ChangeTensorCategory(T,HomotopismCategory(3));
> M := DerivationAlgebra(T); // Derivations as a tensor.
> SemisimpleType(M/SolvableRadical(M));
D4
[Next][Prev] [Right] [____]
[Up] [Index] [Root]