theorem
  'not' All(x,p) <=> Ex(x,'not' p) is valid
proof
  'not' All(x,p) => Ex(x,'not' p) is valid & Ex(x,'not' p) => 'not' All(x,
  p) is valid by Th51;
  hence thesis by Lm14;
end;
