X-Git-Url: http://gitweb.michael.orlitzky.com/?p=mjotex.git;a=blobdiff_plain;f=mjo-eja.tex;fp=mjo-eja.tex;h=efa68dee0db8540a31b613646d1d5c54c514d479;hp=8b4efbfee69670c4a849d808428e4a318c669020;hb=5b800f8b14e519dc313fbcd2db2553080587d9c8;hpb=906dd6be4d6f832228c3d97c9c755fa4fc8d43bf diff --git a/mjo-eja.tex b/mjo-eja.tex index 8b4efbf..efa68de 100644 --- a/mjo-eja.tex +++ b/mjo-eja.tex @@ -22,6 +22,15 @@ % a (bilinear) algebra multiplication in any other context. \newcommand*{\jp}[2]{{#1} \circ {#2}} +% The "quadratic representation" of the ambient space applied to its +% argument. We have standardized on the "P" used by Faraut and Korányi +% rather than the "U" made popular by Jacobson. +\newcommand*{\quadrepr}[1]{P_{#1}} + +% The "left multiplication by" operator. Takes one argument, the thing +% to multiply on the left by. This has meaning more generally than in +% an EJA, but an EJA is where I use it. +\newcommand*{\leftmult}[1]{L_{#1}} % The ``Jordan automorphism group of'' operator. Using % \Aut{} is too ambiguous sometimes.