theorem Th15:
  between a,A,b implies not A out a,b
  proof
    assume
A1: between a,A,b;
    assume A out a,b;
    then between b,A,b by A1,Th14;
    hence contradiction by GTARSKI1:def 10;
  end;
