theorem Th32:
  B in Normal_forms_on A & a in B & b in B & a c= b implies a = b
proof
  assume B in Normal_forms_on A;
  then ex C st B = C & for a,b holds a in C & b in C & a c= b implies a = b;
  hence thesis;
end;
