defpred S1[ object , object ] means ex W being strict Subspace of V st
( $2 = W & $1 = the carrier of W );
defpred S2[ object ] means ex W being strict Subspace of V st $1 = the carrier of W;
consider B being set such that
A1: for x being object holds
( x in B iff ( x in bool the carrier of V & S2[x] ) ) from XBOOLE_0:sch 1();
A2: for x, y1, y2 being object st S1[x,y1] & S1[x,y2] holds
y1 = y2 by RUSUB_1:24;
consider f being Function such that
A3: for x, y being object holds
( [x,y] in f iff ( x in B & S1[x,y] ) ) from FUNCT_1:sch 1(A2);
for x being object holds
( x in B iff ex y being object st [x,y] in f )
proof
let x be object ; :: thesis: ( x in B iff ex y being object st [x,y] in f )
thus ( x in B implies ex y being object st [x,y] in f ) :: thesis: ( ex y being object st [x,y] in f implies x in B )
proof
assume A4: x in B ; :: thesis: ex y being object st [x,y] in f
then consider W being strict Subspace of V such that
A5: x = the carrier of W by A1;
take W ; :: thesis: [x,W] in f
thus [x,W] in f by A3, A4, A5; :: thesis: verum
end;
thus ( ex y being object st [x,y] in f implies x in B ) by A3; :: thesis: verum
end;
then A6: B = dom f by XTUPLE_0:def 12;
for y being object holds
( y in rng f iff y is strict Subspace of V )
proof
let y be object ; :: thesis: ( y in rng f iff y is strict Subspace of V )
thus ( y in rng f implies y is strict Subspace of V ) :: thesis: ( y is strict Subspace of V implies y in rng f )
proof
assume y in rng f ; :: thesis: y is strict Subspace of V
then consider x being object such that
A7: ( x in dom f & y = f . x ) by FUNCT_1:def 3;
[x,y] in f by A7, FUNCT_1:def 2;
then ex W being strict Subspace of V st
( y = W & x = the carrier of W ) by A3;
hence y is strict Subspace of V ; :: thesis: verum
end;
assume y is strict Subspace of V ; :: thesis: y in rng f
then reconsider W = y as strict Subspace of V ;
reconsider x = the carrier of W as set ;
the carrier of W c= the carrier of V by RUSUB_1:def 1;
then A8: x in dom f by A1, A6;
A9: y is set by TARSKI:1;
[x,y] in f by A3, A6, A8;
then y = f . x by A8, FUNCT_1:def 2, A9;
hence y in rng f by A8, FUNCT_1:def 3; :: thesis: verum
end;
hence ex b1 being set st
for x being object holds
( x in b1 iff x is strict Subspace of V ) ; :: thesis: verum