theorem EquivReflexive:
  a,b equiv a,b
  proof
    b,a equiv a,b by A1;
    hence thesis by A2;
  end;
