let I be Program of SCM+FSA; ( I is paraclosed iff for s being State of SCM+FSA
for P being the Instructions of SCM+FSA -valued ManySortedSet of NAT holds I is_closed_on s,P )
thus
( I is paraclosed implies for s being State of SCM+FSA
for P being the Instructions of SCM+FSA -valued ManySortedSet of NAT holds I is_closed_on s,P )
( ( for s being State of SCM+FSA
for P being the Instructions of SCM+FSA -valued ManySortedSet of NAT holds I is_closed_on s,P ) implies I is paraclosed )
assume A2:
for s being State of SCM+FSA
for P being the Instructions of SCM+FSA -valued ManySortedSet of NAT holds I is_closed_on s,P
; I is paraclosed
let s be State of SCM+FSA; SCMFSA6B:def 2 for b1 being set holds
( not I c= b1 or for b2 being Element of NAT holds
( not Initialize I c= s or IC (Comput (b1,s,b2)) in proj1 I ) )
let P be the Instructions of SCM+FSA -valued ManySortedSet of NAT ; ( not I c= P or for b1 being Element of NAT holds
( not Initialize I c= s or IC (Comput (P,s,b1)) in proj1 I ) )
assume A3:
I c= P
; for b1 being Element of NAT holds
( not Initialize I c= s or IC (Comput (P,s,b1)) in proj1 I )
let n be Element of NAT ; ( not Initialize I c= s or IC (Comput (P,s,n)) in proj1 I )
assume A4:
Initialize I c= s
; IC (Comput (P,s,n)) in proj1 I
ProgramPart I c= P
by A3, RELAT_1:209;
then A5:
P = P +* (ProgramPart I)
by FUNCT_4:79;
A6:
s = s +* (Initialize I)
by A4, FUNCT_4:79;
I is_closed_on s,P
by A2;
hence
IC (Comput (P,s,n)) in dom I
by A5, A6, Def7; verum