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