theorem
  (A /\ B)* c= (A*) /\ (B*)
proof
  (A /\ B)* c= A* & (A /\ B)* c= B* by Th61,XBOOLE_1:17;
  hence thesis by XBOOLE_1:19;
end;
