theorem A6:
  between a,b,a implies a = b
  proof
    S is satisfying_BetweennessIdentity;
    hence thesis;
  end;
