theorem
  (a\b) misses b
proof
  (a\b)"/\"b = a"/\"('not' b"/\"b) by LATTICE3:16
    .= a"/\"Bottom L by Th34
    .= Bottom L by WAYBEL_1:3;
  hence thesis;
end;
