theorem
  i * (0_G) = 0_G
proof
  i * (0_G) = |.i.| * (0_G) or i * (0_G) = -(|.i.| * (0_G)) & -(0_G)
  = 0_G by Def8,Th8;
  hence thesis by Lm4;
end;
