theorem Th21:
  0.G + LG = LG
  proof
    now let g;
      thus(0.G+LG).g = LG.(g-0.G) by Def1
                    .= LG.g;
    end;
    hence thesis;
  end;
