theorem A3:
  a,b equiv c,c implies a = b
  proof
    S is satisfying_CongruenceIdentity;
    hence thesis;
  end;
