theorem
  Ex(x,p 'or' q) is valid iff Ex(x,p) 'or' Ex(x,q) is valid
proof
  Ex(x,p 'or' q) <=> (Ex(x,p) 'or' Ex(x,q)) is valid by Th41;
  hence thesis by Lm15;
end;
