theorem
  A /// (B \/ C) = (A///B) \/ (A///C)
proof
  thus A /// (B \/ C) = A**((B"")\/(C"")) by Th32
    .= (A///B) \/ (A///C) by Th92;
end;
