theorem Satz7p9:
  reflection(a,p) = reflection(a,p9) implies p = p9
  proof
    assume reflection(a,p) = reflection(a,p9);
    then reflection(a,reflection(a,p)) = p9 by Satz7p7;
    hence thesis by Satz7p7;
  end;
