theorem Th4:
  sE is covering iff union sE = E
proof
  union union bool bool E = union bool E by ZFMISC_1:81
    .= E by ZFMISC_1:81;
  hence thesis;
end;
