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