Set-Theoretic Operations#

Membership and Equality#

g in G: GrpBBElt, GrpBB -> BoolElt#

Return true if and only if \(G\) is the parent group of \(g\) or the parent group of \(g\) is a subgroup of \(G\).

Set Operations#

PseudoRandom(G): GrpBB -> GrpBBElt#

Return a pseudo-random element of the BB-group \(G\). The method used is product-replacement with accumulator.

Rep(G): GrpBB -> GrpBBElt#

A representative element of \(G\).