Next: posxinphb
Up: Function Reference
Previous: phb
  Contents
Purpose
Transform any Lie bracket to a bracket or linear combination of
brackets in the PHB. If the input Lie bracket is already an element
of the PHB, then it is returned unchanged.
|
Syntax
xr:=phbize(x,B);
Description
The function phbize ( ) transforms the
Lie bracket to a corresponding bracket or linear combination of
brackets in the PHB, if is not already in the PHB which must be passed
in the second argument . It is assumed that
is a pure bracket , i.e. the scalar parts have
been removed (see the function simpLB , which allows to obtain
the pure bracket as explained there).
NOTE: This function accepts arguments of order higher than
the degree of nilpotency of the Lie algebra, and which might exceed
the degree of the highest order brackets in the basis. If the order
of the term exceeds the degree of nilpotency, but it is composed
by the product of two elements in the PHB, the result returned will
be correct. However, for more complicated brackets the result will
be a partial simplification, not necessarily and element of the PHB,
and thus the result must be interpreted with care.
|
Arguments
Some pure Lie bracket.
Examples
The following examples consider the PHB B shown in the
example for the command phb on page .
> phbize(f0&*(f1&*f0),B);
-(f0~ &* (f0~ &* f1~))
The six combinations of 3-generator brackets and their equivalences
in terms of PHB elements are calculated below. Notice the implicit
use of the anti-commutativity law and Jacobi identity, the latter
relating the first three or last three brackets.
> phbize(f0&*(f1&*f2),B);phbize(f2&*(f0&*f1),B);phbize(f1&*(f2&*f0),B);
> phbize(f0&*(f2&*f1),B);phbize(f2&*(f1&*f0),B);phbize(f1&*(f0&*f2),B);
-(f2~ &* (f0~ &* f1~)) + (f1~ &* (f0~ &* f2~))
f2~ &* (f0~ &* f1~)
-(f1~ &* (f0~ &* f2~))
(f2~ &* (f0~ &* f1~)) - (f1~ &* (f0~ &* f2~))
-(f2~ &* (f0~ &* f1~))
f1~ &* (f0~ &* f2~)
|
Algorithm
This routine considers implicitly both the anti-symmetry property and
the Jacobi identity, through the verification of the conditions for
the construction of the PHB (cf. PHB algorithm ),
since the conversion of any bracket to an element, or a linear
combination of the elements, in the PHB must result in an bracket that
complies with the rules used for the construction of the PHB. As
previously mentioned, the rules for the construction of the PHB take
into account the anti-symmetry property and the Jacobi identity to
select only the independent brackets from all possible combinations.
So the main steps of the phbize algorithm consist in verifying
which rule or rules are violated by the Lie bracket, if it is not
already in the PHB, and making the appropriate correction so that the
condition is satisfied by the resulting bracket. Assuming the Lie
any Lie bracket can be decomposed into its left and right operands
by respectively applying the functions and to ,
i.e. and return the left and right operand of ,
respectively. And assuming also that the operations and
can be composed iteratively to obtain, say the right
operand of the left operand , then the main steps of the
phbize procedure in strict order can be summarized as:
- Verify
.
- Verify
.
- Verify
and .
- Verify
.
- Verify
.
Where the functions and return the length
(i.e. the number of operands) of the bracket and the position of
in the basis , respectively.
The above rules are related to the Lie bracket properties and the
rules for the construction of the PHB. Particular connections can be
made between the above conditions and the Lie bracket properties or
the conditions in the phb algorithm (cf. p. ).
This relations are summarized in the Table 6.3 below.
|
Table 3:
Connections between phbize conditions, phb construction rules and the Lie bracket properties.
phbize condition |
phb condition |
Lie product
property |
1 |
1 |
- |
2 |
- |
anti-symmetry |
 |
3.a |
anti-symmetry |
4 |
2 |
anti-symmetry |
5 |
3.b |
Jacobi identity |
|
All the conditions in the above table associated with the
anti-symmetry property should imply the reordering (swapping) of the
operands of , with the exception of the phbize condition 2,
which should return zero, since by the anti-symmetry property
only if . In the case the bracket does not satisfy the
condition associated with the Jacobi identity, then phbize
should return the sum of the two other terms in the Jacobi identity.
show the flow chart
illustrating the algorithm for the application for the verification of
the above rules and the transformation of into an element in the
PHB .
The functions and mentioned above, have been
implemented and called bracketlen and posxinphb . These
two functions are available to the user, though their immediate use
does not seem strictly necessary. Both, bracketlen and
posxinphb are described in the next subsections.
|
Remarks
At this point it is worth to make some remarks on how a procedure to
construct a basis for some Lie algebra, such as the one described to
construct the Philip Hall basis can be devised.
The first observation is the obvious dependency imposed by
anti-symmetry property between a bracket and its commuted product. By
taking into account this simply property, we are basically prescribing
that we either consider or but not both, so selecting
the first bracket leads to establishing some order, in this case a
lexicographical order. Thus, the ordered basis condition 1 for
phb is somewhat implicit due to the anti-symmetry, which also
leads to condition 2.
Next, if three ordered generators are considered, it is not
difficult to see that there are 6 possible ways in which their product
can occur. This 6 ordered triples are fgh, fhg, hfg, hgf, ghf and
gfh. Considering these combinations of and , the Jacobi
identity can be written only in the next two ways:
![$\displaystyle \begin{array}{ccc}
\hspace{1em}[f,[g,h]]&+[h,[f,g]]&+[g,[h,f]]=0\...
...\Updownarrow & \Updownarrow\\
-[f,[h,g]]&-[h,[g,f]]&-[g,[f,h]]=0
\end{array}~$](img534.png) |
|
|
(36) |
Note that the second equation simply results from the first one by
applying the anti-symmetry property to the right operand of each Lie
product. Note also that other forms of the Jacobi identity in which
the left operand has length 2 are discarded since this violate the
ordering rule 2 ( ).
So basically, all what is needed is to select the dependent and
independent terms in the above Jacobi identity. The independent terms
must belong to the basis and therefore they must already be such
that they satisfy the ordering and the anti-symmetry properties.
Checking the terms in (36) it is possible to identify those
that do not satisfy the ordering condition 4, and the condition 5, as
indicated in the equation (37), below. All the terms that
do not satisfy 4 can easily be brought to a form that is the the basis
by simply swapping the elements in the right operand and making a
sign correction. The exception to the last statement is the first
term in the second equation of (37) which if corrected by
swapping the operands of the right operand, then it violates condition
5 since is greater than
. Thus, the first term in (37)
is the dependent term, since it cannot be brought into a form that is
in the basis by simply swapping operands in the right operand and
therefore it will have to be expressed as the sum of the two terms
that have been marked with a in (37), which are
elements of the basis .
|
![$\displaystyle \begin{array}{ccc}
\hspace{1em}
[\overbrace{f,[g}^{\times 5},h]] ...
...-[h,[\overbrace{g,f}^{\times 4}]] &
-\stackrel{\surd}{[g,[f,h]]}=0
\end{array}~$](img539.png) |
|
|
(37) |
So now the final equation for the dependent Lie product in terms of the
independent basis brackets as
![$\displaystyle [f,[g,h]]:=-[h,[f,g]]+[g,[f,h]]$](img540.png) |
|
|
(38) |
which for an indeterminate bracket can be written in the general
form
as also shown in the last process box of the flow chart in
Fig. 7.
|
Sign removal
The sign removal is not a function, but rather a process required to
deal with brackets of the form , since the basis PHB only
contains the positive version of the brackets.
Suppose that is indeed an element of , then does not need
any processing, since it is evidently a bracket expressed in terms of
, however from an implementation standpoint, checking the
membership of in fails to return a positive answer, and the
the program must be adapted to handle this case. This can easily be
achieved by first checking if the symbolic variable has a minus sign
in front; if so, then the sign must be stored and the membership to of
the negated bracket must be checked instead. Once some possible
processes have been performed on the variable, the result is negated
previous been returned to recover the sign of the original bracket
passed as input to the phbize function (as well as some other
functions of the LTP). This process of sign removal and restoration
is shown in the flow chart of Fig. 10.
|
See Also
posxinphb(x)
, bracketlen(x)
Figure 6:
Flow chart for the phbize algorithm
(contd. on Fig. 7).
 |
Figure 7:
Flow chart for the phbize algorithm
(contd. from Fig. 6).
 |
Figure 8:
Flow chart for the phbize algorithm
(contd. from Fig. 7).
 |
Figure 9:
Flow chart for the phbize algorithm
(contd. from Fig. 7).
 |
Figure 10:
Flow chart for the sign removal procedure.
 |
Subsections
Next: posxinphb
Up: Function Reference
Previous: phb
  Contents
Miguel Attilio Torres-Torriti
2004-05-31