theorem
  All(x,p '&' q) is valid iff All(x,p) '&' All(x,q) is valid
proof
  All(x,p '&' q) <=> (All(x,p) '&' All(x,q)) is valid by Th37;
  hence thesis by Lm15;
end;
