 reserve K,F,E for Field,
         R,S for Ring;

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