theorem Th22:
  |- f^<*p '&' q*> implies |- f^<*p*>
proof
A1: p '&' q = Suc(f^<*p '&' q*>) by CALCUL_1:5;
  assume |- f^<*p '&' q*>;
  then |- Ant(f^<*p '&' q*>)^<*p*> by A1,CALCUL_1:40;
  hence thesis by CALCUL_1:5;
end;
