theorem Th35:
  ex b st u = vect(a,b)
proof
  consider b such that
A1: u = [a,b]~ by Th34;
  u = vect(a,b) by A1;
  hence thesis;
end;
