theorem Th15:
  v-u=y-w implies u,v // w,y
proof
  assume v-u=y-w;
  then jj*(v-u)=jj*(y-w);
  hence thesis;
end;
