"Source: Text/Group/GrpFPInt.text";
"Line: 860";
"Date: Thu Sep 25 14:47:45 2025";
"Main: Fri Sep 26 14:29:19 2025";
// original file: Text/Group/GrpFPInt.text, line: 860
// Example: H79E11 ()
print "Example: H79E11";
ei := GetEchoInput();
SetEchoInput(true);
G<x,y> := FPGroup< x, y |  x^2, y^3, (x * y)^7, (x, y)^9 >;
yes, proof := IsInfinite(G);
yes;
proof;
IsPerfect(G);
H := sub< G |  x, y * x * y * x * y * x * y^-1 >;
Index(G, H);
IsPerfect(H);
AbelianQuotient(H);
a := SmallCancellationConditions(G);
SetEchoInput(ei);
