set M = { a where a is Element of R : ex n being Element of NAT st a |^ n in I } ;
for x being object st x in { a where a is Element of R : ex n being Element of NAT st a |^ n in I } holds
x in the carrier of R
proof
let x be object ; :: thesis: ( x in { a where a is Element of R : ex n being Element of NAT st a |^ n in I } implies x in the carrier of R )
assume x in { a where a is Element of R : ex n being Element of NAT st a |^ n in I } ; :: thesis: x in the carrier of R
then ex a being Element of R st
( a = x & ex n being Element of NAT st a |^ n in I ) ;
hence x in the carrier of R ; :: thesis: verum
end;
hence { a where a is Element of R : ex n being Element of NAT st a |^ n in I } is Subset of R by TARSKI:def 3; :: thesis: verum