[Next][Prev] [Right] [Left] [Up] [Index] [Root]
Subsections
Given an element g and a generic abelian group A, return true if g is an element
of A, false otherwise.
Given an element g and a generic abelian group A, return true if g is not an
element of A, false otherwise.
Given an group A and a set S of elements belonging to a group H,
where A and H belong to some covering generic abelian group, return
true if S is a subset of A, false otherwise.
Given a group A and a set S of elements belonging to a group H,
where A and H have some covering
generic abelian group, return true if S is
not a subset of G, false otherwise.
Given subgroups A and H of some common generic abelian overgroup, return
true if H is contained in A, and false otherwise.
Given subgroups A and H of some common generic abelian overgroup, return
true if H is not contained in A, and false otherwise.
Given subgroups A and B of some common generic abelian overgroup, return
true if A and B are identical, and false otherwise.
Given subgroups A and B of some common generic abelian overgroup, return
true if A and B are distinct groups, and false otherwise.
[Next][Prev] [Right] [Left] [Up] [Index] [Root]