let X1, X2, x, y, z be set ; for TS1 being transition-system of X1
for TS2 being transition-system of X2 st the Tran of TS1 = the Tran of TS2 & x,y -->. z,TS1 holds
x,y -->. z,TS2
let TS1 be transition-system of X1; for TS2 being transition-system of X2 st the Tran of TS1 = the Tran of TS2 & x,y -->. z,TS1 holds
x,y -->. z,TS2
let TS2 be transition-system of X2; ( the Tran of TS1 = the Tran of TS2 & x,y -->. z,TS1 implies x,y -->. z,TS2 )
assume A1:
the Tran of TS1 = the Tran of TS2
; ( not x,y -->. z,TS1 or x,y -->. z,TS2 )
assume
x,y -->. z,TS1
; x,y -->. z,TS2
then
[[x,y],z] in the Tran of TS1
by Def2;
hence
x,y -->. z,TS2
by A1, Def2; verum