let I be Program of SCM+FSA ; :: thesis: ( I is InitClosed iff for s being State of SCM+FSA holds I is_closed_onInit s )
hereby :: thesis: ( ( for s being State of SCM+FSA holds I is_closed_onInit s ) implies I is InitClosed ) end;
assume A2: for s being State of SCM+FSA holds I is_closed_onInit s ; :: thesis: I is InitClosed
now
let s be State of SCM+FSA ; :: thesis: for k being Element of NAT st Initialized I c= s holds
IC (Computation s,k) in dom I

let k be Element of NAT ; :: thesis: ( Initialized I c= s implies IC (Computation s,k) in dom I )
assume Initialized I c= s ; :: thesis: IC (Computation s,k) in dom I
then ( I is_closed_onInit s & s = s +* (Initialized I) ) by A2, FUNCT_4:79;
hence IC (Computation s,k) in dom I by Def4; :: thesis: verum
end;
hence I is InitClosed by Def1; :: thesis: verum