theorem Th12:
  ex b st a,b ==> b,c
proof
  consider b being Element of ADG such that
A1: b + b = a + c by Def1;
  take b;
  thus thesis by A1,Th5;
end;
