let I be Program of SCMPDS ; :: thesis: ( I is paraclosed iff for s being State of SCMPDS holds I is_closed_on s )
set IsI = Initialized (stop I);
hereby :: thesis: ( ( for s being State of SCMPDS holds I is_closed_on s ) implies I is paraclosed ) end;
assume A2: for s being State of SCMPDS holds I is_closed_on s ; :: thesis: I is paraclosed
now
let s be State of SCMPDS ; :: thesis: for k being Element of NAT st Initialized (stop I) c= s holds
IC (Computation s,k) in dom (stop I)

let k be Element of NAT ; :: thesis: ( Initialized (stop I) c= s implies IC (Computation s,k) in dom (stop I) )
assume Initialized (stop I) c= s ; :: thesis: IC (Computation s,k) in dom (stop I)
then ( I is_closed_on s & s = s +* (Initialized (stop I)) ) by A2, FUNCT_4:79;
hence IC (Computation s,k) in dom (stop I) by Def2; :: thesis: verum
end;
hence I is paraclosed by SCMPDS_4:def 9; :: thesis: verum