 reserve o,o1,o2 for object;
 reserve n for Ordinal;
 reserve R,L for non degenerated comRing;
 reserve b for bag of 1;

theorem
   for R holds SBFSeri(R) is RingIsomorphism &
   Formal-Series(1,R) is (Formal-Series R)-isomorphic
   proof
     let R;
     SBFSeri(R) is RingHomomorphism & SBFSeri(R) is isomorphism;
     hence thesis by RING_3:def 4;
   end;
