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

theorem Th3:
   F is FieldExtension of F
   proof
     F is Subring of F by Th1;
     hence thesis by Def1;
   end;
