theorem Th10:
  p in H implies p"\/"q in H & q"\/"p in H
proof
  p [= p"\/"q by LATTICES:5;
  hence thesis by Th9;
end;
