theorem Th15:
 [x,y,z] in X implies y in proj2_3 X
 proof
  assume [x,y,z] in X;
   then [x,y] in proj1 X by Def12;
  hence thesis by Def13;
 end;
