theorem
  H in W & 'not' H in W implies r |/=W
proof
  assume
A1: H in W & 'not' H in W;
  now
    assume r |=W;
    then r |= H & r |='not' H by A1;
    hence contradiction by Th64;
  end;
  hence thesis;
end;
