theorem
  Union B = (Intersection Complement B)`
proof
  (Intersection Complement B)` = (Union Complement Complement B)`` by
PROB_1:def 3
    .= Union B;
  hence thesis;
end;
