theorem
  A -- (B /\ C) c= (A--B) /\ (A--C)
proof
  A -- (B /\ C) = A++((--B)/\--C) by Th16;
  hence thesis by Th49;
end;
