theorem
  A -- (B \/ C) = (A--B) \/ (A--C)
proof
  thus A -- (B \/ C) = A++(--B\/--C) by Th15
    .= (A--B) \/ (A--C) by Th48;
end;
