theorem
  A /// (B /\ C) c= (A///B) /\ (A///C)
proof
  A /// (B /\ C) = A**((B"")/\(C"")) by Th33;
  hence thesis by Th93;
end;
