[Next] [Prev] [Right] [Left] [Up] [Index] [Root]
Specification of a Relation

Specification of a Relation

w_1 = w_2 : AlgFPElt, AlgFPElt -> Rel
Given words w_1 and w_2 over the generators of an fp-algebra A, create the relation w_1 = w_2. Note that this relation is not automatically added to the existing set of defining relations R for A. It may be added to R, for example, through use of the quo-constructor (see below).
LHS(r) : Rel -> AlgFPElt
Given a relation r over the generators of A, return the left hand side of the relation r. The object returned is a word over the generators of A.
RHS(r) : Rel -> AlgFPElt
Given a relation r over the generators of A, return the right hand side of the relation r. The object returned is a word over the generators of A.
[Next] [Prev] [Right] [Left] [Up] [Index] [Root]