theorem
  a <> 1 implies {v,a * v,w} is linearly-dependent
proof
  v = 1 * v by RLVECT_1:def 8;
  hence thesis by Th31;
end;
