let x, y be object ; :: thesis: for E being non empty set
for u being Element of E ^omega
for F being Subset of (E ^omega)
for TS being non empty transition-system over F st not <%> E in rng (dom the Tran of TS) holds
( x,u ==>* y,u,TS iff x = y )

let E be non empty set ; :: thesis: for u being Element of E ^omega
for F being Subset of (E ^omega)
for TS being non empty transition-system over F st not <%> E in rng (dom the Tran of TS) holds
( x,u ==>* y,u,TS iff x = y )

let u be Element of E ^omega ; :: thesis: for F being Subset of (E ^omega)
for TS being non empty transition-system over F st not <%> E in rng (dom the Tran of TS) holds
( x,u ==>* y,u,TS iff x = y )

let F be Subset of (E ^omega); :: thesis: for TS being non empty transition-system over F st not <%> E in rng (dom the Tran of TS) holds
( x,u ==>* y,u,TS iff x = y )

let TS be non empty transition-system over F; :: thesis: ( not <%> E in rng (dom the Tran of TS) implies ( x,u ==>* y,u,TS iff x = y ) )
assume A1: not <%> E in rng (dom the Tran of TS) ; :: thesis: ( x,u ==>* y,u,TS iff x = y )
thus ( x,u ==>* y,u,TS implies x = y ) :: thesis: ( x = y implies x,u ==>* y,u,TS )
proof
assume x,u ==>* y,u,TS ; :: thesis: x = y
then ==>.-relation TS reduces [x,u],[y,u] ;
then ex p being RedSequence of ==>.-relation TS st
( p . 1 = [x,u] & p . (len p) = [y,u] ) by REWRITE1:def 3;
hence x = y by A1, Th60; :: thesis: verum
end;
assume x = y ; :: thesis: x,u ==>* y,u,TS
hence x,u ==>* y,u,TS by Th82; :: thesis: verum