theorem
  x`1_3=y`1_3 & x`2_3=y`2_3 & x`3_3=y`3_3 implies x=y
proof
  [x`1_3,x`2_3,x`3_3]=x;
  hence thesis by AA;
end;
