theorem Ta2:
  1_GroupHomography3 = homography(1.(F_Real,3))
  proof
    for h being Element of GH3 holds h * e = h & e * h = h by Lm1;
    hence thesis by GROUP_1:4;
  end;
