reserve GF for Field,
  V for VectSp of GF,
  W for Subspace of V,
  x, y, y1, y2 for set,
  i, n, m for Nat;
reserve V for finite-dimensional VectSp of GF,
  W, W1, W2 for Subspace of V,
  u, v for Vector of V;

theorem
  n Subspaces_of W c= n Subspaces_of V
proof
  let x be object;
  assume x in n Subspaces_of W;
  then consider W1 being strict Subspace of W such that
A1: W1 = x and
A2: dim W1 = n by Def2;
  reconsider W1 as strict Subspace of V by VECTSP_4:26;
  W1 in n Subspaces_of V by A2,Def2;
  hence thesis by A1;
end;
