theorem Th22:
  v in W implies - v in W
proof
  assume v in W;
  then (- 1_GF) * v in W by Th21;
  hence thesis by VECTSP_1:14;
end;
