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

theorem
   R is RingExtension of R
   proof
     R is Subring of R by Th1;
     hence thesis by Def1;
   end;
