theorem
  right_angle a,b,c implies right_angle a,b,reflection(b,c)
  proof
    assume right_angle a,b,c;
    then a,reflection(b,c) equiv a,c by GTARSKI3:4;
    hence thesis by GTARSKI3:101;
  end;
