theorem
  (a+b)///A c= a///A ++ b///A
proof
  {a}++{b} = {a+b} by Th51;
  hence thesis by Th95;
end;
