theorem Th21:
  ex c st Mid a,b,c
proof
  consider c such that
A1: a,b // b,c by Def1;
  Mid a,b,c by A1;
  hence thesis;
end;
