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