set f = the_Values_of SCMPDS;
set S = the SCM-State;
let k be Integer; :: thesis: ex s being State of SCMPDS st
for d being Int_position holds s . d = k

the SCM-State is SCM-Memory -defined total Function by AMI_2:29;
then A1: dom the SCM-State = the carrier of SCMPDS by PARTFUN1:def 2;
A2: dom (the_Values_of SCMPDS) = SCM-Memory by PARTFUN1:def 2;
k in INT by INT_1:def 2;
then reconsider g = SCM-Data-Loc --> k as Function of SCM-Data-Loc,INT by FUNCOP_1:45;
set t = the SCM-State +* g;
A3: for x being object st x in dom (the_Values_of SCMPDS) holds
( the SCM-State +* g) . x in (the_Values_of SCMPDS) . x
proof end;
dom ( the SCM-State +* g) = (dom the SCM-State) \/ (dom g) by FUNCT_4:def 1
.= SCM-Memory \/ (dom g) by A1
.= SCM-Memory \/ SCM-Data-Loc
.= SCM-Memory by XBOOLE_1:12 ;
then reconsider s = the SCM-State +* g as State of SCMPDS by A2, A3, FUNCT_1:def 14, PARTFUN1:def 2, RELAT_1:def 18;
take s ; :: thesis: for d being Int_position holds s . d = k
let d be Int_position; :: thesis: s . d = k
reconsider D = d as Element of SCM-Data-Loc by AMI_2:def 16;
D in dom g ;
hence s . d = g . D by FUNCT_4:13
.= k ;
:: thesis: verum