theorem
  between2 a,A,b implies not A out2 a,b
  proof
    assume
A1: between2 a,A,b;
    assume A out2 a,b;
    then between2 b,A,b by A1,Th74;
    hence contradiction by GTARSKI1:def 10;
  end;
