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