login  home  contents  what's new  discussion  bug reports     help  links  subscribe  changes  refresh  edit

Edit detail for The Algebra of Complex Numbers Is Frobenius In Many Ways revision 9 of 11

1 2 3 4 5 6 7 8 9 10 11
Editor: Bill Page
Time: 2011/06/04 08:32:42 GMT-7
Note: new notation

changed:
-𝐋 := ClosedLinearOperator(OVAR ['1,'2], ℚ)
𝐋 := ClosedLinearOperator(OVAR ['1,'i], ℚ)

changed:
-Split-complex can be specified by Caley-Dickson parameter (q0 = -1)
-\begin{axiom}
---q:=1  -- split-complex
-q:=sp('i,[2])
-QQ := ℂ(ℚ,'i,q);
-\end{axiom}
-
-Basis: Each B.i is a quaternion number
Split-complex can be specified by Caley-Dickson parameter (i2)
\begin{axiom}
i2:=sp('i,[2])
--i2:= -1  -- complex
QQ := ℂ(ℚ,'i,-i2);
\end{axiom}

Basis: Each B.i is a complex number

changed:
-S(y) == map(x +-> real real(x/y),M)
S(y) == map(x +-> real(x/y),M)

changed:
-Multiplication of arbitrary quaternions $a$ and $b$
Units
\begin{axiom}
e:=𝐞.1; i:=𝐞.2;
\end{axiom}

Multiplication of arbitrary ccomplex numbers $a$ and $b$

removed:
-u := transpose matrix [concat map(variables,ravel U)::ℒ Symbol];
-J::OutputForm * u::OutputForm = 0

removed:
-\end{axiom}
-
-In general the pairing is symmetric!
-\begin{axiom}

changed:
-matrix Ξ(Ξ((𝐞.i 𝐞.j)/Ų, i,1..dim), j,1..dim)
-\end{axiom}
-
-This is the most general form of the "dot product" of two quaternions
-\begin{axiom}
-(a*b)/Ų
-(a*a)/Ų
-\end{axiom}
\end{axiom}

Frobenius Form (co-unit)
\begin{axiom}
d:=ε1*𝐝.1+εi*𝐝.2
𝔇:=equate(d=
    (    e I   ) / _
          Ų    )
\end{axiom}

Express scalar product in terms of Frobenius form
\begin{axiom}
𝔓:=solve(𝔇,Ξ(sb('p,[i]), i,1..#Ñ)).1
Ų:=eval(Ų,𝔓)
test
        Y     /
        d     =  Ų

\end{axiom}

In general the pairing is not symmetric!
\begin{axiom}
u1:=matrix Ξ(Ξ(retract((𝐞.i 𝐞.j)/Ų), i,1..dim), j,1..dim)
--eigenvectors(u1::Matrix FRAC POLY INT)
\end{axiom}

The scalar product must be non-degenerate:
\begin{axiom}
Ů:=determinant u1
factor(numer Ů)/factor(denom Ů)
\end{axiom}

changed:
-ck:=solve(equate(Ũ=Ų),Ξ(sb('p,[i]), i,1..#Ñ)).1
-\end{axiom}
-
-The scalar product must be non-degenerate:
-\begin{axiom}
-Ů:=determinant Ξ(Ξ(retract((𝐞.i * 𝐞.j)/Ų), j,1..dim), i,1..dim)
-factor(numer Ů)/factor(denom Ů)
-\end{axiom}
ck:=solve(equate(eval(Ũ,𝔓)=Ų),[ε1,εi]).1
\end{axiom}

Frobenius scalar product of complex numbers $a$ and $b$
\begin{axiom}
a:=sb('a,[1])*e+sb('a,[2])*i
b:=sb('b,[1])*e+sb('b,[2])*i
(a,a)/Ų
(b,b)/Ų
ab:=(a,b)/Ų
solve(equate(ab=0*ab),[sb('b,[1]),sb('b,[2]),i2])
\end{axiom}

changed:
-  Co-pairing
  Co-scalar product

changed:
-d1:=(I*Ω)/(Ų*I);
-d2:=(Ω*I)/(I*Ų);
-eq1:=equate(d1=I);
-eq2:=equate(d2=I);
ΩX:=Ω/X;
UXΩ:=(I*ΩX)/(Ų*I);
ΩXU:=(ΩX*I)/(I*Ų);
eq1:=equate(UXΩ=I);
eq2:=equate(ΩXU=I);

changed:
-matrix Ξ(Ξ(Ω/(𝐝.i*𝐝.j), i,1..dim), j,1..dim)
-\end{axiom}
ΩX:=Ω/X;
\end{axiom}

The common demoninator is $1/\sqrt{\mathring{U}}$
\begin{axiom}
squareFreePart factor denom Ů / squareFreePart factor numer Ů
matrix Ξ(Ξ(numer retract(Ω/(𝐝.i*𝐝.j)), i,1..dim), j,1..dim)
\end{axiom}

changed:
-d:𝐋:=
O:𝐋:=

removed:
-       X    /

changed:
-    (    I Ω     )  /
-    (     Ų I    )  =  I
-
-test
-    (     Ω I    )  /
-    (    I Ų     )  =  I
-
-\end{axiom}
    (    I ΩX     )  /
    (     Ų I     )  =  I

test
    (     ΩX I    )  /
    (    I Ų      )  =  I

\end{axiom}

Cartan-Killing co-scalar
\begin{axiom}
eval(Ω,ck)
\end{axiom}

changed:
-W:=(Y,I)/Ų
-λ:=(Ω,I,Ω)/(I,W,I)
-\end{axiom}
-
-\begin{axiom}
-
-test
-     (    I Ω     )  /
-     (     Y I    )  =  λ
-
-test
-     (     Ω I    )  /
-     (    I Y     )  =  λ
-
-\end{axiom}

W:=
  (Y I) /
    Ų

λ:=
  (  ΩX I ΩX  ) /
  (  I  W  I  )

\end{axiom}

Cartan-Killing co-multiplication
\begin{axiom}
eval(λ,ck)
\end{axiom}

\begin{axiom}

test
     (    I ΩX     )  /
     (     Y I     )  =  λ

test
     (     ΩX I    )  /
     (    I  Y     )  =  λ

\end{axiom}

added:
\begin{axiom}

test
         e     /
         λ     =    ΩX

\end{axiom}


changed:
-ck4:=solve(h2,[p[1],p[2]])
-test( eval(H,ck4.2)=eval(H/H,ck4.2) )
-determinant Ξ(Ξ(retract( (𝐞.i * 𝐞.j)/eval(Ų,ck4.2) ), j,1..dim), i,1..dim)
-\end{axiom}
ck4:=solve(h2,[ε1,εi])
test( eval(H,ck4.2)=eval(H/H,ck4.1) )
determinant Ξ(Ξ(retract( (𝐞.i * 𝐞.j)/eval(Ų,ck4.1) ), j,1..dim), i,1..dim)
\end{axiom}

changed:
-Φ:𝐋 :=
Φ :=

changed:
-solve(equate(Φ=I),[p[1],p[2]])
-\end{axiom}
solve(equate(Φ=I),[ε1,εi])
\end{axiom}

changed:
-Bi-algebra conditions
-\begin{axiom}
-ΦΦ:=         _
-  (  λ λ  ) / _
Figure 12
\begin{axiom}

φφ:=          _
  ( Ω  Ω  ) / _
  ( X I I ) / _

changed:
-  (  Y Y  );
-
-test( H/H = ΦΦ )
-\end{axiom}
-The Cartan Killing form is a bi-algebra
-\begin{axiom}
-bi1:=map(numer,ravel(ΦΦ-H)::List FRAC POLY INT);
-bi2:=groebner bi1
-b:=solve( equate(ΦΦ=H), [sb('p,[i]) for i in 1..#Ñ] )
-test(eval(Ų, b.1)=Ũ)
-\end{axiom}
-
-Scalars for figure 12 (only 1 non-zero for Cartan-Killing form)
-
-\begin{axiom}
-
-φφ:=          _
-  (  Ω Ω  ) / _
-  ( I X I ) / _
-  (  Y Y  );
  ( I I X ) / _
  (  Y  Y );


changed:
-eval(φφ,ck)
-\end{axiom}
-
-Definition 5
-
-  i = Unit of the algebra
-
-\begin{axiom}
-
-i:=𝐞.1
-test
-         i     /
-         λ     =    Ω
-
-\end{axiom}
-
-Co-unit
-
-<center><pre>
-i 
-U
-</pre></center>
-
-\begin{axiom}
-
-ι:𝐋:=
-    (    i I   ) /
-          Ų
-
-\end{axiom}
-<center><pre>
-Y=U
-ι  
-</pre></center>
-\begin{axiom}
-test
-        Y     /
-        ι     =  Ų
-
-\end{axiom}
-
-For example:
-\begin{axiom}
-ex1:=[q=1,p[1]=0,p[2]=1]
-Ų0:𝐋  :=eval(Ų,ex1)
-Ω0:𝐋  :=eval(Ω,ex1)$𝐋
-λ0:𝐋  :=eval(λ,ex1)$𝐋
-Φ0:𝐋 :=eval(Φ,ex1)$𝐋
-\end{axiom}
\end{axiom}
For Cartan-Killing this is just the co-scalar
\begin{axiom}
test(eval(φφ,ck)=eval(Ω,ck))
test(eval((e,e)/H,ck)=eval(Ω,ck))
\end{axiom}

Bi-algebra conditions
\begin{axiom}
ΦΦ:=          _
  (  λ λ  ) / _
  ( I I X ) / _
  ( I X I ) / _
  ( I I X ) / _
  (  Y  Y ) ;
test((e,e)/ΦΦ=φφ)
test(eval(ΦΦ,ck)=eval(H,ck))
test(eval(ΦΦ/(d,d),ck)=Ũ)
test(eval(H/(d,d),ck)=Ũ)
\end{axiom}

The Cartan Killing form is a bi-algebra
\begin{axiom}
bi1:=map(numer,ravel(ΦΦ-H)::List FRAC POLY INT);
bi2:=groebner bi1
b:=solve( equate(ΦΦ=H), [ε1,εi] )
test(eval(Ų, b.1)=Ũ)
\end{axiom}


The Algebra of Complex Numbers Is Frobenius In Many Ways

Linear operators over a 2-dimensional vector space representing the algebra of complex numbers

Ref:

We need the Axiom LinearOperator? library.

fricas
(1) -> )library CARTEN ARITY CMONAL CPROP CLOP CALEY
CartesianTensor is now explicitly exposed in frame initial CartesianTensor will be automatically loaded when needed from /var/aw/var/LatexWiki/CARTEN.NRLIB/CARTEN Arity is now explicitly exposed in frame initial Arity will be automatically loaded when needed from /var/aw/var/LatexWiki/ARITY.NRLIB/ARITY ClosedMonoidal is now explicitly exposed in frame initial ClosedMonoidal will be automatically loaded when needed from /var/aw/var/LatexWiki/CMONAL.NRLIB/CMONAL ClosedProp is now explicitly exposed in frame initial ClosedProp will be automatically loaded when needed from /var/aw/var/LatexWiki/CPROP.NRLIB/CPROP ClosedLinearOperator is now explicitly exposed in frame initial ClosedLinearOperator will be automatically loaded when needed from /var/aw/var/LatexWiki/CLOP.NRLIB/CLOP CaleyDickson is now explicitly exposed in frame initial CaleyDickson will be automatically loaded when needed from /var/aw/var/LatexWiki/CALEY.NRLIB/CALEY

Use the following macros for convenient notation

fricas
-- summation
macro Σ(x,i,n)==reduce(+,[x for i in n])
Type: Void
fricas
-- list
macro Ξ(f,i,n)==[f for i in n]
Type: Void
fricas
-- subscript and superscripts
macro sb == subscript
Type: Void
fricas
macro sp == superscript
Type: Void

𝐋 is the domain of 2-dimensional linear operators over the rational functions ℚ (Expression Integer), i.e. ratio of polynomials with integer coefficients.

fricas
dim:=2

\label{eq1}2(1)
Type: PositiveInteger?
fricas
macro ℒ == List
Type: Void
fricas
macro ℂ == CaleyDickson
Type: Void
fricas
macro ℚ == Expression Integer
Type: Void
fricas
𝐋 := ClosedLinearOperator(OVAR ['1,'i], ℚ)

\label{eq2}\hbox{\axiomType{ClosedLinearOperator}\ } (\hbox{\axiomType{OrderedVariableList}\ } ([ 1, i ]) , \hbox{\axiomType{Expression}\ } (\hbox{\axiomType{Integer}\ }))(2)
Type: Type
fricas
𝐞:ℒ 𝐋      := basisOut()

\label{eq3}\left[{|_{\  1}}, \:{|_{\  i}}\right](3)
Type: List(ClosedLinearOperator?(OrderedVariableList?([1,i]),Expression(Integer)))
fricas
𝐝:ℒ 𝐋      := basisIn()

\label{eq4}\left[{|^{\  1}}, \:{|^{\  i}}\right](4)
Type: List(ClosedLinearOperator?(OrderedVariableList?([1,i]),Expression(Integer)))
fricas
I:𝐋:=[1]   -- identity for composition

\label{eq5}{|_{\  1}^{\  1}}+{|_{\  i}^{\  i}}(5)
Type: ClosedLinearOperator?(OrderedVariableList?([1,i]),Expression(Integer))
fricas
X:𝐋:=[2,1] -- twist

\label{eq6}{|_{\  1 \  1}^{\  1 \  1}}+{|_{\  i \  1}^{\  1 \  i}}+{|_{\  1 \  i}^{\  i \  1}}+{|_{\  i \  i}^{\  i \  i}}(6)
Type: ClosedLinearOperator?(OrderedVariableList?([1,i]),Expression(Integer))
fricas
V:𝐋:=ev(1) -- evaluation

\label{eq7}{|^{\  1 \  1}}+{|^{\  i \  i}}(7)
Type: ClosedLinearOperator?(OrderedVariableList?([1,i]),Expression(Integer))
fricas
Λ:𝐋:=co(1) -- co-evaluation

\label{eq8}{|_{\  1 \  1}}+{|_{\  i \  i}}(8)
Type: ClosedLinearOperator?(OrderedVariableList?([1,i]),Expression(Integer))
fricas
equate(eq)==map((x,y)+->(x=y),ravel lhs eq, ravel rhs eq);
Type: Void

Now generate structure constants for Complex Algebra

The basis consists of the real and imaginary units. We use complex multiplication to form the "multiplication table" as a matrix. Then the structure constants can be obtained by dividing each matrix entry by the list of basis vectors.

Split-complex can be specified by Caley-Dickson parameter (i2)

fricas
i2:=sp('i,[2])

\label{eq9}i^{2}(9)
Type: Symbol
fricas
--i2:= -1  -- complex
QQ := ℂ(ℚ,'i,-i2);
Type: Type

Basis: Each B.i is a complex number

fricas
B:ℒ QQ := map(x +-> hyper x,1$SQMATRIX(dim,ℚ)::ℒ ℒ ℚ)

\label{eq10}\left[ 1, \: i \right](10)
Type: List(CaleyDickson?(Expression(Integer),i,-(i[;2])))
fricas
-- Multiplication table:
M:Matrix QQ := matrix Ξ(Ξ(B.i*B.j, i,1..dim), j,1..dim)

\label{eq11}\left[ 
\begin{array}{cc}
1 & i 
\
i &{i^{2}}
(11)
Type: Matrix(CaleyDickson?(Expression(Integer),i,-(i[;2])))
fricas
-- Function to divide the matrix entries by a basis element
S(y) == map(x +-> real(x/y),M)
Type: Void
fricas
-- The result is a nested list
ѕ :=map(S,B)::ℒ ℒ ℒ ℚ
fricas
Compiling function S with type CaleyDickson(Expression(Integer),i,-(
      i[;2])) -> Matrix(Expression(Integer))

\label{eq12}\left[{\left[{\left[ 1, \: 0 \right]}, \:{\left[ 0, \:{i^{2}}\right]}\right]}, \:{\left[{\left[ 0, \:{\frac{i^{2}}{\overline{i^{2}}}}\right]}, \:{\left[{\frac{i^{2}}{\overline{i^{2}}}}, \: 0 \right]}\right]}\right](12)
Type: List(List(List(Expression(Integer))))
fricas
-- structure constants form a tensor operator
Y := Σ(Σ(Σ(ѕ(i)(k)(j)*𝐞.i*𝐝.j*𝐝.k, i,1..dim), j,1..dim), k,1..dim)

\label{eq13}{|_{\  1}^{\  1 \  1}}+{{\frac{i^{2}}{\overline{i^{2}}}}\ {|_{\  i}^{\  1 \  i}}}+{{\frac{i^{2}}{\overline{i^{2}}}}\ {|_{\  i}^{\  i \  1}}}+{{i^{2}}\ {|_{\  1}^{\  i \  i}}}(13)
Type: ClosedLinearOperator?(OrderedVariableList?([1,i]),Expression(Integer))
fricas
arity Y

\label{eq14}\frac{{+}^{2}}{+}(14)
Type: ClosedProp?(ClosedLinearOperator?(OrderedVariableList?([1,i]),Expression(Integer)))
fricas
matrix Ξ(Ξ((𝐞.i*𝐞.j)/Y, i,1..dim), j,1..dim)

\label{eq15}\left[ 
\begin{array}{cc}
{|_{\  1}}&{{\frac{i^{2}}{\overline{i^{2}}}}\ {|_{\  i}}}
\
{{\frac{i^{2}}{\overline{i^{2}}}}\ {|_{\  i}}}&{{i^{2}}\ {|_{\  1}}}
(15)
Type: Matrix(ClosedLinearOperator?(OrderedVariableList?([1,i]),Expression(Integer)))

Units

fricas
e:=𝐞.1; i:=𝐞.2;
Type: ClosedLinearOperator?(OrderedVariableList?([1,i]),Expression(Integer))

Multiplication of arbitrary ccomplex numbers a and b

fricas
a:=Σ(sb('a,[i])*𝐞.i, i,1..dim)

\label{eq16}{{a_{1}}\ {|_{\  1}}}+{{a_{2}}\ {|_{\  i}}}(16)
Type: ClosedLinearOperator?(OrderedVariableList?([1,i]),Expression(Integer))
fricas
b:=Σ(sb('b,[i])*𝐞.i, i,1..dim)

\label{eq17}{{b_{1}}\ {|_{\  1}}}+{{b_{2}}\ {|_{\  i}}}(17)
Type: ClosedLinearOperator?(OrderedVariableList?([1,i]),Expression(Integer))
fricas
(a*b)/Y

\label{eq18}{{\left({{i^{2}}\ {a_{2}}\ {b_{2}}}+{{a_{1}}\ {b_{1}}}\right)}\ {|_{\  1}}}+{{\frac{{{i^{2}}\ {a_{1}}\ {b_{2}}}+{{i^{2}}\ {a_{2}}\ {b_{1}}}}{\overline{i^{2}}}}\ {|_{\  i}}}(18)
Type: ClosedLinearOperator?(OrderedVariableList?([1,i]),Expression(Integer))

Multiplication is Associative

fricas
test(
  ( I Y ) / _
  (  Y  ) = _
  ( Y I ) / _
  (  Y  ) )

\label{eq19} \mbox{\rm false} (19)
Type: Boolean

A scalar product is denoted by the (2,0)-tensor U = \{ u_{ij} \}

fricas
U:=Σ(Σ(script('u,[[],[i,j]])*𝐝.i*𝐝.j, i,1..dim), j,1..dim)

\label{eq20}{{u^{1, \: 1}}\ {|^{\  1 \  1}}}+{{u^{1, \: 2}}\ {|^{\  1 \  i}}}+{{u^{2, \: 1}}\ {|^{\  i \  1}}}+{{u^{2, \: 2}}\ {|^{\  i \  i}}}(20)
Type: ClosedLinearOperator?(OrderedVariableList?([1,i]),Expression(Integer))

Definition 1

We say that the scalar product is associative if the tensor equation holds:

    Y   =   Y
     U     U

In other words, if the (3,0)-tensor:


\scalebox{1} % Change this value to rescale the drawing.
{
\begin{pspicture}(0,-0.92)(4.82,0.92)
\psbezier[linewidth=0.04](2.2,0.9)(2.2,0.1)(2.6,0.1)(2.6,0.9)
\psline[linewidth=0.04cm](2.4,0.3)(2.4,-0.1)
\psbezier[linewidth=0.04](2.4,-0.1)(2.4,-0.9)(3.0,-0.9)(3.0,-0.1)
\psline[linewidth=0.04cm](3.0,-0.1)(3.0,0.9)
\psbezier[linewidth=0.04](4.8,0.9)(4.8,0.1)(4.4,0.1)(4.4,0.9)
\psline[linewidth=0.04cm](4.6,0.3)(4.6,-0.1)
\psbezier[linewidth=0.04](4.6,-0.1)(4.6,-0.9)(4.0,-0.9)(4.0,-0.1)
\psline[linewidth=0.04cm](4.0,-0.1)(4.0,0.9)
\usefont{T1}{ptm}{m}{n}
\rput(3.4948437,0.205){-}
\psline[linewidth=0.04cm](0.6,-0.7)(0.6,0.9)
\psbezier[linewidth=0.04](0.0,-0.1)(0.0,-0.9)(1.2,-0.9)(1.2,-0.1)
\psline[linewidth=0.04cm](0.0,-0.1)(0.0,0.9)
\psline[linewidth=0.04cm](1.2,-0.1)(1.2,0.9)
\usefont{T1}{ptm}{m}{n}
\rput(1.6948438,0.205){=}
\end{pspicture} 
}
 


\label{eq21}
  \Phi = \{ \phi^{ijk} = {y^e}_{ij} u_{ek} - u_{ie} {y_e}^{jk} \}
  (21)
(three-point function) is zero.

Using the LinearOperator? domain in Axiom and some carefully chosen symbols we can easily enter expressions that are both readable and interpreted by Axiom as "graphical calculus" diagrams describing complex products and compositions of linear operators.

fricas
ω:𝐋 :=
     (    Y I    )  /
           U        -
     (    I Y    )  /
           U

\label{eq22}\begin{array}{@{}l}
\displaystyle
{{\frac{{{u^{1, \: 2}}\ {\overline{i^{2}}}}-{{i^{2}}\ {u^{1, \: 2}}}}{\overline{i^{2}}}}\ {|^{\  1 \  1 \  i}}}+ 
\
\
\displaystyle
{{\frac{{{i^{2}}\ {u^{2, \: 1}}}-{{i^{2}}\ {u^{1, \: 2}}}}{\overline{i^{2}}}}\ {|^{\  1 \  i \  1}}}+ 
\
\
\displaystyle
{{\frac{-{{i^{2}}\ {u^{1, \: 1}}\ {\overline{i^{2}}}}+{{i^{2}}\ {u^{2, \: 2}}}}{\overline{i^{2}}}}\ {|^{\  1 \  i \  i}}}+ 
\
\
\displaystyle
{{\frac{-{{u^{2, \: 1}}\ {\overline{i^{2}}}}+{{i^{2}}\ {u^{2, \: 1}}}}{\overline{i^{2}}}}\ {|^{\  i \  1 \  1}}}+ 
\
\
\displaystyle
{{\frac{{{i^{2}}\ {u^{1, \: 1}}\ {\overline{i^{2}}}}-{{i^{2}}\ {u^{2, \: 2}}}}{\overline{i^{2}}}}\ {|^{\  i \  i \  1}}}+ 
\
\
\displaystyle
{{\left(-{{i^{2}}\ {u^{2, \: 1}}}+{{i^{2}}\ {u^{1, \: 2}}}\right)}\ {|^{\  i \  i \  i}}}
(22)
Type: ClosedLinearOperator?(OrderedVariableList?([1,i]),Expression(Integer))

Definition 2

An algebra with a non-degenerate associative scalar product is called a [Frobenius Algebra]?.

The Cartan-Killing Trace

fricas
Ú:=
   (  Y Λ  ) / _
   (   Y I ) / _
        V

\label{eq23}{{\frac{{\overline{i^{2}}}+{i^{2}}}{\overline{i^{2}}}}\ {|^{\  1 \  1}}}+{{\frac{{{i^{2}}\ {\overline{i^{2}}}}+{{i^{2}}^{2}}}{\overline{i^{2}}}}\ {|^{\  i \  i}}}(23)
Type: ClosedLinearOperator?(OrderedVariableList?([1,i]),Expression(Integer))
fricas
Ù:=
   (  Λ Y  ) / _
   ( I Y   ) / _
      V

\label{eq24}{{\frac{{\overline{i^{2}}}+{i^{2}}}{\overline{i^{2}}}}\ {|^{\  1 \  1}}}+{{\frac{{{i^{2}}\ {\overline{i^{2}}}}+{{i^{2}}^{2}}}{\overline{i^{2}}}}\ {|^{\  i \  i}}}(24)
Type: ClosedLinearOperator?(OrderedVariableList?([1,i]),Expression(Integer))
fricas
test(Ù=Ú)

\label{eq25} \mbox{\rm true} (25)
Type: Boolean

forms a non-degenerate associative scalar product for Y

fricas
Ũ := Ù

\label{eq26}{{\frac{{\overline{i^{2}}}+{i^{2}}}{\overline{i^{2}}}}\ {|^{\  1 \  1}}}+{{\frac{{{i^{2}}\ {\overline{i^{2}}}}+{{i^{2}}^{2}}}{\overline{i^{2}}}}\ {|^{\  i \  i}}}(26)
Type: ClosedLinearOperator?(OrderedVariableList?([1,i]),Expression(Integer))
fricas
test
     (    Y I    )  /
           Ũ        =
     (    I Y    )  /
           Ũ

\label{eq27} \mbox{\rm false} (27)
Type: Boolean
fricas
determinant Ξ(Ξ(retract((𝐞.i * 𝐞.j)/Ũ), j,1..dim), i,1..dim)

\label{eq28}\frac{{{i^{2}}\ {{\overline{i^{2}}}^{2}}}+{2 \ {{i^{2}}^{2}}\ {\overline{i^{2}}}}+{{i^{2}}^{3}}}{{\overline{i^{2}}}^{2}}(28)
Type: Expression(Integer)

General Solution

We may consider the problem where multiplication Y is given, and look for all associative scalar products U = U(Y)

This problem can be solved using linear algebra.

fricas
)expose MCALCFN
MultiVariableCalculusFunctions is now explicitly exposed in frame initial J := jacobian(ravel ω,concat map(variables,ravel U)::ℒ Symbol);
Type: Matrix(Expression(Integer))
fricas
nrows(J),ncols(J)

\label{eq29}\left[ 8, \: 4 \right](29)
Type: Tuple(PositiveInteger?)

The matrix J transforms the coefficients of the tensor U into coefficients of the tensor \Phi. We are looking for the general linear family of tensors U=U(Y,p_i) such that J transforms U into \Phi=0 for any such U.

If the null space of the J matrix is not empty we can use the basis to find all non-trivial solutions for U:

fricas
Ñ:=nullSpace(J)

\label{eq30}\left[{\left[{\frac{1}{\overline{i^{2}}}}, \: 0, \: 0, \: 1 \right]}\right](30)
Type: List(Vector(Expression(Integer)))
fricas
ℰ:=map((x,y)+->x=y, concat
       map(variables,ravel U), entries Σ(sb('p,[i])*Ñ.i, i,1..#Ñ) )

\label{eq31}\left[{{u^{1, \: 1}}={\frac{p_{1}}{\overline{i^{2}}}}}, \:{{u^{1, \: 2}}= 0}, \:{{u^{2, \: 1}}= 0}, \:{{u^{2, \: 2}}={p_{1}}}\right](31)
Type: List(Equation(Expression(Integer)))

This defines a family of pre-Frobenius algebras:

fricas
zero? eval(ω,ℰ)

\label{eq32} \mbox{\rm true} (32)
Type: Boolean
fricas
Ų:𝐋 := eval(U,ℰ)

\label{eq33}{{\frac{p_{1}}{\overline{i^{2}}}}\ {|^{\  1 \  1}}}+{{p_{1}}\ {|^{\  i \  i}}}(33)
Type: ClosedLinearOperator?(OrderedVariableList?([1,i]),Expression(Integer))

Frobenius Form (co-unit)

fricas
d:=ε1*𝐝.1+εi*𝐝.2

\label{eq34}{�� 1 \ {|^{\  1}}}+{�� i \ {|^{\  i}}}(34)
Type: ClosedLinearOperator?(OrderedVariableList?([1,i]),Expression(Integer))
fricas
𝔇:=equate(d=
    (    e I   ) / _
          Ų    )
fricas
Compiling function equate with type Equation(ClosedLinearOperator(
      OrderedVariableList([1,i]),Expression(Integer))) -> List(Equation
      (Expression(Integer)))

\label{eq35}\left[{�� 1 ={\frac{p_{1}}{\overline{i^{2}}}}}, \:{�� i = 0}\right](35)
Type: List(Equation(Expression(Integer)))

Express scalar product in terms of Frobenius form

fricas
𝔓:=solve(𝔇,Ξ(sb('p,[i]), i,1..#Ñ)).1
>> Error detected within library code: index out of range

In general the pairing is not symmetric!

fricas
u1:=matrix Ξ(Ξ(retract((𝐞.i 𝐞.j)/Ų), i,1..dim), j,1..dim)

\label{eq36}\left[ 
\begin{array}{cc}
{\frac{p_{1}}{\overline{i^{2}}}}& 0 
\
0 &{p_{1}}
(36)
Type: Matrix(Expression(Integer))

The scalar product must be non-degenerate:

fricas
Ů:=determinant u1

\label{eq37}\frac{{p_{1}}^{2}}{\overline{i^{2}}}(37)
Type: Expression(Integer)
fricas
factor(numer Ů)/factor(denom Ů)

\label{eq38}\frac{{p_{1}}^{2}}{\overline{i^{2}}}(38)
Type: Fraction(Factored(SparseMultivariatePolynomial?(Integer,Kernel(Expression(Integer)))))

Cartan-Killing is a special case

fricas
ck:=solve(equate(eval(Ũ,𝔓)=Ų),[ε1,εi]).1
There are 10 exposed and 6 unexposed library operations named eval having 2 argument(s) but none was determined to be applicable. Use HyperDoc Browse, or issue )display op eval to learn more about the available operations. Perhaps package-calling the operation or using coercions on the arguments will allow you to apply the operation.
Cannot find a definition or applicable library operation named eval with argument type(s) ClosedLinearOperator(OrderedVariableList([1,i]),Expression(Integer)) Variable(𝔓)
Perhaps you should use "@" to indicate the required return type, or "$" to specify which version of the function you need.

Frobenius scalar product of complex numbers a and b

fricas
a:=sb('a,[1])*e+sb('a,[2])*i

\label{eq39}{{a_{1}}\ {|_{\  1}}}+{{a_{2}}\ {|_{\  i}}}(39)
Type: ClosedLinearOperator?(OrderedVariableList?([1,i]),Expression(Integer))
fricas
b:=sb('b,[1])*e+sb('b,[2])*i

\label{eq40}{{b_{1}}\ {|_{\  1}}}+{{b_{2}}\ {|_{\  i}}}(40)
Type: ClosedLinearOperator?(OrderedVariableList?([1,i]),Expression(Integer))
fricas
(a,a)/Ų

\label{eq41}\frac{{{{a_{2}}^{2}}\ {p_{1}}\ {\overline{i^{2}}}}+{{{a_{1}}^{2}}\ {p_{1}}}}{\overline{i^{2}}}(41)
Type: ClosedLinearOperator?(OrderedVariableList?([1,i]),Expression(Integer))
fricas
(b,b)/Ų

\label{eq42}\frac{{{{b_{2}}^{2}}\ {p_{1}}\ {\overline{i^{2}}}}+{{{b_{1}}^{2}}\ {p_{1}}}}{\overline{i^{2}}}(42)
Type: ClosedLinearOperator?(OrderedVariableList?([1,i]),Expression(Integer))
fricas
ab:=(a,b)/Ų

\label{eq43}\frac{{{a_{2}}\ {b_{2}}\ {p_{1}}\ {\overline{i^{2}}}}+{{a_{1}}\ {b_{1}}\ {p_{1}}}}{\overline{i^{2}}}(43)
Type: ClosedLinearOperator?(OrderedVariableList?([1,i]),Expression(Integer))
fricas
solve(equate(ab=0*ab),[sb('b,[1]),sb('b,[2]),i2])

\label{eq44}\left[ \right](44)
Type: List(List(Equation(Expression(Integer))))

Definition 3

Co-scalar product

Solve the [Snake Relation]? as a system of linear equations.

fricas
Ω:𝐋:=Σ(Σ(script('u,[[i,j]])*𝐞.i*𝐞.j, i,1..dim), j,1..dim)

\label{eq45}{{u_{1, \: 1}}\ {|_{\  1 \  1}}}+{{u_{1, \: 2}}\ {|_{\  1 \  i}}}+{{u_{2, \: 1}}\ {|_{\  i \  1}}}+{{u_{2, \: 2}}\ {|_{\  i \  i}}}(45)
Type: ClosedLinearOperator?(OrderedVariableList?([1,i]),Expression(Integer))
fricas
ΩX:=Ω/X;
Type: ClosedLinearOperator?(OrderedVariableList?([1,i]),Expression(Integer))
fricas
UXΩ:=(I*ΩX)/(Ų*I);
Type: ClosedLinearOperator?(OrderedVariableList?([1,i]),Expression(Integer))
fricas
ΩXU:=(ΩX*I)/(I*Ų);
Type: ClosedLinearOperator?(OrderedVariableList?([1,i]),Expression(Integer))
fricas
eq1:=equate(UXΩ=I);
Type: List(Equation(Expression(Integer)))
fricas
eq2:=equate(ΩXU=I);
Type: List(Equation(Expression(Integer)))
fricas
snake:=solve(concat(eq1,eq2),concat Ξ(Ξ(script('u,[[i,j]]), i,1..dim), j,1..dim));
Type: List(List(Equation(Expression(Integer))))
fricas
if #snake ~= 1 then error "no solution"
Type: Void
fricas
Ω:=eval(Ω,snake(1))

\label{eq46}{{\frac{\overline{i^{2}}}{p_{1}}}\ {|_{\  1 \  1}}}+{{\frac{1}{p_{1}}}\ {|_{\  i \  i}}}(46)
Type: ClosedLinearOperator?(OrderedVariableList?([1,i]),Expression(Integer))
fricas
ΩX:=Ω/X;
Type: ClosedLinearOperator?(OrderedVariableList?([1,i]),Expression(Integer))

The common demoninator is 1/\sqrt{\mathring{U}}

fricas
squareFreePart factor denom Ů / squareFreePart factor numer Ů
Function: squareFree : % -> Factored(%) is missing from domain: Factored(SparseMultivariatePolynomial(Integer,Kernel(Expression(Integer)))) Internal Error The function squareFree with signature (Factored $)$ is missing from domain Factored (SparseMultivariatePolynomial (Integer) (Kernel (Expression (Integer))))

Check "dimension" and the snake relations.

fricas
O:𝐋:=
       Ω    /
       Ų

\label{eq47}2(47)
Type: ClosedLinearOperator?(OrderedVariableList?([1,i]),Expression(Integer))
fricas
test
    (    I ΩX     )  /
    (     Ų I     )  =  I

\label{eq48} \mbox{\rm true} (48)
Type: Boolean
fricas
test
    (     ΩX I    )  /
    (    I Ų      )  =  I

\label{eq49} \mbox{\rm true} (49)
Type: Boolean

Cartan-Killing co-scalar

fricas
eval(Ω,ck)
There are 10 exposed and 6 unexposed library operations named eval having 2 argument(s) but none was determined to be applicable. Use HyperDoc Browse, or issue )display op eval to learn more about the available operations. Perhaps package-calling the operation or using coercions on the arguments will allow you to apply the operation.
Cannot find a definition or applicable library operation named eval with argument type(s) ClosedLinearOperator(OrderedVariableList([1,i]),Expression(Integer)) Variable(ck)
Perhaps you should use "@" to indicate the required return type, or "$" to specify which version of the function you need.

Definition 4

Co-algebra

Compute the "three-point" function and use it to define co-multiplication.

fricas
W:=
  (Y I) /
    Ų

\label{eq50}\begin{array}{@{}l}
\displaystyle
{{\frac{p_{1}}{\overline{i^{2}}}}\ {|^{\  1 \  1 \  1}}}+{{\frac{{i^{2}}\ {p_{1}}}{\overline{i^{2}}}}\ {|^{\  1 \  i \  i}}}+{{\frac{{i^{2}}\ {p_{1}}}{\overline{i^{2}}}}\ {|^{\  i \  1 \  i}}}+ 
\
\
\displaystyle
{{\frac{{i^{2}}\ {p_{1}}}{\overline{i^{2}}}}\ {|^{\  i \  i \  1}}}
(50)
Type: ClosedLinearOperator?(OrderedVariableList?([1,i]),Expression(Integer))
fricas
λ:=
  (  ΩX I ΩX  ) /
  (  I  W  I  )

\label{eq51}\begin{array}{@{}l}
\displaystyle
{{\frac{\overline{i^{2}}}{p_{1}}}\ {|_{\  1 \  1}^{\  1}}}+{{\frac{i^{2}}{{p_{1}}\ {\overline{i^{2}}}}}\ {|_{\  i \  i}^{\  1}}}+{{\frac{i^{2}}{p_{1}}}\ {|_{\  1 \  i}^{\  i}}}+ 
\
\
\displaystyle
{{\frac{i^{2}}{p_{1}}}\ {|_{\  i \  1}^{\  i}}}
(51)
Type: ClosedLinearOperator?(OrderedVariableList?([1,i]),Expression(Integer))

Cartan-Killing co-multiplication

fricas
eval(λ,ck)
There are 10 exposed and 6 unexposed library operations named eval having 2 argument(s) but none was determined to be applicable. Use HyperDoc Browse, or issue )display op eval to learn more about the available operations. Perhaps package-calling the operation or using coercions on the arguments will allow you to apply the operation.
Cannot find a definition or applicable library operation named eval with argument type(s) ClosedLinearOperator(OrderedVariableList([1,i]),Expression(Integer)) Variable(ck)
Perhaps you should use "@" to indicate the required return type, or "$" to specify which version of the function you need.

fricas
test
     (    I ΩX     )  /
     (     Y I     )  =  λ

\label{eq52} \mbox{\rm true} (52)
Type: Boolean
fricas
test
     (     ΩX I    )  /
     (    I  Y     )  =  λ

\label{eq53} \mbox{\rm true} (53)
Type: Boolean

Co-associativity

fricas
test(
  (  λ  ) / _
  ( I λ ) = _
  (  λ  ) / _
  ( λ I ) )

\label{eq54} \mbox{\rm false} (54)
Type: Boolean

fricas
test
         e     /
         λ     =    ΩX

\label{eq55} \mbox{\rm false} (55)
Type: Boolean

Frobenius Condition (fork)

fricas
H :=
         Y    /
         λ

\label{eq56}\begin{array}{@{}l}
\displaystyle
{{\frac{\overline{i^{2}}}{p_{1}}}\ {|_{\  1 \  1}^{\  1 \  1}}}+{{\frac{i^{2}}{{p_{1}}\ {\overline{i^{2}}}}}\ {|_{\  i \  i}^{\  1 \  1}}}+ 
\
\
\displaystyle
{{\frac{{i^{2}}^{2}}{{p_{1}}\ {\overline{i^{2}}}}}\ {|_{\  1 \  i}^{\  1 \  i}}}+{{\frac{{i^{2}}^{2}}{{p_{1}}\ {\overline{i^{2}}}}}\ {|_{\  i \  1}^{\  1 \  i}}}+ 
\
\
\displaystyle
{{\frac{{i^{2}}^{2}}{{p_{1}}\ {\overline{i^{2}}}}}\ {|_{\  1 \  i}^{\  i \  1}}}+{{\frac{{i^{2}}^{2}}{{p_{1}}\ {\overline{i^{2}}}}}\ {|_{\  i \  1}^{\  i \  1}}}+ 
\
\
\displaystyle
{{\frac{{i^{2}}\ {\overline{i^{2}}}}{p_{1}}}\ {|_{\  1 \  1}^{\  i \  i}}}+{{\frac{{i^{2}}^{2}}{{p_{1}}\ {\overline{i^{2}}}}}\ {|_{\  i \  i}^{\  i \  i}}}
(56)
Type: ClosedLinearOperator?(OrderedVariableList?([1,i]),Expression(Integer))
fricas
test
     (   λ I   )  /
     (  I Y    )  =  H

\label{eq57} \mbox{\rm false} (57)
Type: Boolean
fricas
test
     (   I λ   )  /
     (    Y I  )  =  H

\label{eq58} \mbox{\rm false} (58)
Type: Boolean

The Cartan-Killing form makes H of the Frobenius condition idempotent

fricas
test( eval(H,ck)=eval(H/H,ck) )
There are 10 exposed and 6 unexposed library operations named eval having 2 argument(s) but none was determined to be applicable. Use HyperDoc Browse, or issue )display op eval to learn more about the available operations. Perhaps package-calling the operation or using coercions on the arguments will allow you to apply the operation.
Cannot find a definition or applicable library operation named eval with argument type(s) ClosedLinearOperator(OrderedVariableList([1,i]),Expression(Integer)) Variable(ck)
Perhaps you should use "@" to indicate the required return type, or "$" to specify which version of the function you need.

And it is unique.

fricas
h1:=map(numer,ravel(H-H/H)::List FRAC POLY INT);
Cannot convert the value from type List(Expression(Integer)) to List (Fraction(Polynomial(Integer))) .

Handle

fricas
Φ :=
         λ     /
         Y

\label{eq59}{{\frac{{{\overline{i^{2}}}^{2}}+{{i^{2}}^{2}}}{{p_{1}}\ {\overline{i^{2}}}}}\ {|_{\  1}^{\  1}}}+{{\frac{2 \ {{i^{2}}^{2}}}{{p_{1}}\ {\overline{i^{2}}}}}\ {|_{\  i}^{\  i}}}(59)
Type: ClosedLinearOperator?(OrderedVariableList?([1,i]),Expression(Integer))

The Cartan-Killing form makes Φ of the identity

fricas
test( eval(Φ,ck)=I )
There are 10 exposed and 6 unexposed library operations named eval having 2 argument(s) but none was determined to be applicable. Use HyperDoc Browse, or issue )display op eval to learn more about the available operations. Perhaps package-calling the operation or using coercions on the arguments will allow you to apply the operation.
Cannot find a definition or applicable library operation named eval with argument type(s) ClosedLinearOperator(OrderedVariableList([1,i]),Expression(Integer)) Variable(ck)
Perhaps you should use "@" to indicate the required return type, or "$" to specify which version of the function you need.

and it can be the identity in only this one way.

fricas
solve(equate(Φ=I),[ε1,εi])

\label{eq60}\left[ \right](60)
Type: List(List(Equation(Expression(Integer))))

If handle is identity then fork is idempotent but the converse is not true

fricas
Φ1:=map(numer,ravel(Φ-I)::List FRAC POLY INT);
Cannot convert the value from type List(Expression(Integer)) to List (Fraction(Polynomial(Integer))) .

Figure 12

fricas
φφ:=          _
  ( Ω  Ω  ) / _
  ( X I I ) / _
  ( I X I ) / _
  ( I I X ) / _
  (  Y  Y );
Type: ClosedLinearOperator?(OrderedVariableList?([1,i]),Expression(Integer))
fricas
φφ1:=map((x:ℚ):ℚ+->numer x,φφ)

\label{eq61}{{\left({{\overline{i^{2}}}^{2}}+{{i^{2}}^{2}}\right)}\ {|_{\  1 \  1}}}+{2 \ {{i^{2}}^{2}}\ {|_{\  i \  i}}}(61)
Type: ClosedLinearOperator?(OrderedVariableList?([1,i]),Expression(Integer))
fricas
φφ2:=denom(ravel(φφ).1)

\label{eq62}{p_{1}}^{2}(62)
Type: SparseMultivariatePolynomial?(Integer,Kernel(Expression(Integer)))
fricas
test(φφ=(1/φφ2)*φφ1)

\label{eq63} \mbox{\rm false} (63)
Type: Boolean

For Cartan-Killing this is just the co-scalar

fricas
test(eval(φφ,ck)=eval(Ω,ck))
There are 10 exposed and 6 unexposed library operations named eval having 2 argument(s) but none was determined to be applicable. Use HyperDoc Browse, or issue )display op eval to learn more about the available operations. Perhaps package-calling the operation or using coercions on the arguments will allow you to apply the operation.
Cannot find a definition or applicable library operation named eval with argument type(s) ClosedLinearOperator(OrderedVariableList([1,i]),Expression(Integer)) Variable(ck)
Perhaps you should use "@" to indicate the required return type, or "$" to specify which version of the function you need.

Bi-algebra conditions

fricas
ΦΦ:=          _
  (  λ λ  ) / _
  ( I I X ) / _
  ( I X I ) / _
  ( I I X ) / _
  (  Y  Y ) ;
Type: ClosedLinearOperator?(OrderedVariableList?([1,i]),Expression(Integer))
fricas
test((e,e)/ΦΦ=φφ)

\label{eq64} \mbox{\rm false} (64)
Type: Boolean
fricas
test(eval(ΦΦ,ck)=eval(H,ck))
There are 10 exposed and 6 unexposed library operations named eval having 2 argument(s) but none was determined to be applicable. Use HyperDoc Browse, or issue )display op eval to learn more about the available operations. Perhaps package-calling the operation or using coercions on the arguments will allow you to apply the operation.
Cannot find a definition or applicable library operation named eval with argument type(s) ClosedLinearOperator(OrderedVariableList([1,i]),Expression(Integer)) Variable(ck)
Perhaps you should use "@" to indicate the required return type, or "$" to specify which version of the function you need.

The Cartan Killing form is a bi-algebra

fricas
bi1:=map(numer,ravel(ΦΦ-H)::List FRAC POLY INT);
Cannot convert the value from type List(Expression(Integer)) to List (Fraction(Polynomial(Integer))) .