reserve a,b,c,d,x,y,z for object, X,Y,Z for set;
reserve R,S,T for Relation;
reserve F,G for Function;

theorem
  R,R are_isomorphic
proof
  take id(field R);
  thus thesis by Th37;
end;
