reserve A,B,O for Ordinal,
        o for object,
        x,y,z for Surreal,
        n,m for Nat;
reserve d,d1,d2 for Dyadic;
reserve i,j for Integer,
        n,m,p for Nat;
reserve r,r1,r2 for Real;

theorem
  x == y implies real_qua x == real_qua y by Lm20;
