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