theorem
  Mid a,b,c implies a,b,c are_collinear
proof
  assume Mid a,b,c;
  then a,b // b,c;
  then a,b // a,c by ANALOAF:def 5;
  then a,b '||' a,c;
  hence thesis;
end;
