theorem Satz8p8:
  right_angle a,b,a implies a = b
  proof
    assume
A1: right_angle a,b,a;
    right_angle a,a,b by Satz8p2,Satz8p5;
    hence thesis by A1,Satz8p7;
  end;
