theorem Th31:
  a <> b implies {a * v,b * v,w} is linearly-dependent
proof
  assume a <> b;
  then {a * v,b * v} is linearly-dependent by Th21;
  hence thesis by RLVECT_3:5,SETWISEO:2;
end;
