let I be Program of SCMPDS ; :: thesis: for a being Int_position holds not a in dom (Initialized I)
let a be Int_position ; :: thesis: not a in dom (Initialized I)
assume a in dom (Initialized I) ; :: thesis: contradiction
then A1: a in (dom I) \/ {(IC SCMPDS )} by Th27;
per cases ( a in dom I or a in {(IC SCMPDS )} ) by A1, XBOOLE_0:def 3;
end;