theorem
  (a+b)++A = a++(b++A)
proof
  thus (a+b)++A = {a}++{b}++A by Th51
    .= a++(b++A) by Th50;
end;
