theorem
  F -- (G /\ H) c= (F--G) /\ (F--H)
proof
  F -- (G /\ H) = F++((--G)/\--H) by Th6;
  hence thesis by Th42;
end;
