theorem
  abs(G/H) = abs(G) / abs(H)
proof
  thus abs(G/H)=abs(G)(#)abs((H")) by Th15
    .=abs(G)/abs(H) by Th14;
end;
