theorem
   for R being domRing holds R is domRingExtension of R
   proof
     let R be domRing;
     R is Subring of R by Th1;
     hence thesis by Def1;
   end;
