theorem
  for x,y being Element of [:X1,X2:] st x`1=y`1 & x`2=y`2 holds x=y
proof
  let x,y be Element of [:X1,X2:];
  [x`1,x`2]=x;
  hence thesis by MCART_1:21;
end;
