
theorem
  for V being RealUnitarySpace, W being Subspace of V, A being Subset of
  V st A is linearly-independent & A c= the carrier of W holds A is
  linearly-independent Subset of W
proof
  let V be RealUnitarySpace;
  let W be Subspace of V;
  let A be Subset of V such that
A1: A is linearly-independent and
A2: A c= the carrier of W;
  reconsider A9= A as Subset of W by A2;
  now
    assume A9 is linearly-dependent;
    then consider K being Linear_Combination of A9 such that
A3: Sum(K) = 0.W and
A4: Carrier(K) <> {};
    consider L being Linear_Combination of V such that
A5: Carrier(L) = Carrier(K) and
A6: Sum(L) = Sum(K) by Th19;
    reconsider L as Linear_Combination of A by A5,RLVECT_2:def 6;
    Sum(L) = 0.V by A3,A6,RUSUB_1:4;
    hence contradiction by A1,A4,A5;
  end;
  hence thesis;
end;
