theorem Satz8p2:
  right_angle a,b,c implies right_angle c,b,a
  proof
    assume right_angle a,b,c; then
A1: c,a equiv a,reflection(b,c) by GTARSKI3:6;
    a,reflection(b,c) equiv reflection(b,a),reflection(b,reflection(b,c))
      by GTARSKI3:105;
    then a,reflection(b,c) equiv reflection(b,a),c by GTARSKI3:101;
    then a,reflection(b,c) equiv c,reflection(b,a) by GTARSKI3:7;
    hence thesis by A1,GTARSKI3:5;
end;
