let X be set ; :: thesis: for n being Nat
for U being Subspace of n -VectSp_over F_Real
for W being Subspace of TOP-REAL n st [#] U = [#] W holds
( X is Linear_Combination of U iff X is Linear_Combination of W )

let n be Nat; :: thesis: for U being Subspace of n -VectSp_over F_Real
for W being Subspace of TOP-REAL n st [#] U = [#] W holds
( X is Linear_Combination of U iff X is Linear_Combination of W )

set V = n -VectSp_over F_Real;
set T = TOP-REAL n;
let U be Subspace of n -VectSp_over F_Real; :: thesis: for W being Subspace of TOP-REAL n st [#] U = [#] W holds
( X is Linear_Combination of U iff X is Linear_Combination of W )

let W be Subspace of TOP-REAL n; :: thesis: ( [#] U = [#] W implies ( X is Linear_Combination of U iff X is Linear_Combination of W ) )
assume A1: [#] U = [#] W ; :: thesis: ( X is Linear_Combination of U iff X is Linear_Combination of W )
hereby :: thesis: ( X is Linear_Combination of W implies X is Linear_Combination of U )
assume X is Linear_Combination of U ; :: thesis: X is Linear_Combination of W
then reconsider L = X as Linear_Combination of U ;
ex S being finite Subset of U st
for v being Element of U st not v in S holds
L . v = 0. F_Real by VECTSP_6:def 1;
hence X is Linear_Combination of W by A1, RLVECT_2:def 3; :: thesis: verum
end;
assume X is Linear_Combination of W ; :: thesis: X is Linear_Combination of U
then reconsider L = X as Linear_Combination of W ;
consider S being finite Subset of W such that
A2: for v being Element of W st not v in S holds
L . v = 0 by RLVECT_2:def 3;
for v being Element of U st not v in S holds
0. F_Real = L . v by A1, A2;
hence X is Linear_Combination of U by A1, VECTSP_6:def 1; :: thesis: verum