let E be non empty set ; for w being Element of E ^omega
for F being Subset of (E ^omega)
for A being non empty automaton over F holds
( w in Lang A iff w -succ_of ( the InitS of A,A) meets the FinalS of A )
let w be Element of E ^omega ; for F being Subset of (E ^omega)
for A being non empty automaton over F holds
( w in Lang A iff w -succ_of ( the InitS of A,A) meets the FinalS of A )
let F be Subset of (E ^omega); for A being non empty automaton over F holds
( w in Lang A iff w -succ_of ( the InitS of A,A) meets the FinalS of A )
let A be non empty automaton over F; ( w in Lang A iff w -succ_of ( the InitS of A,A) meets the FinalS of A )
thus
( w in Lang A implies w -succ_of ( the InitS of A,A) meets the FinalS of A )
( w -succ_of ( the InitS of A,A) meets the FinalS of A implies w in Lang A )
assume
w -succ_of ( the InitS of A,A) meets the FinalS of A
; w in Lang A
then consider x being object such that
A4:
x in w -succ_of ( the InitS of A,A)
and
A5:
x in the FinalS of A
by XBOOLE_0:3;
reconsider x = x as Element of A by A4;
ex p being Element of A st
( p in the InitS of A & p,w ==>* x,A )
by A4, REWRITE3:103;
hence
w in Lang A
by A5; verum