A1: now
let x be set ; :: thesis: ( x in dom (SCM-OK R) implies (s +* (NAT .--> u)) . x in (SCM-OK R) . x )
assume A2: x in dom (SCM-OK R) ; :: thesis: (s +* (NAT .--> u)) . x in (SCM-OK R) . x
then A3: x in SCM-Memory by FUNCT_2:def 1;
now end;
hence (s +* (NAT .--> u)) . x in (SCM-OK R) . x ; :: thesis: verum
end;
A6: dom (SCM-OK R) = SCM-Memory by FUNCT_2:def 1;
then dom s = SCM-Memory by CARD_3:9;
then dom (s +* (NAT .--> u)) = SCM-Memory \/ (dom (NAT .--> u)) by FUNCT_4:def 1
.= SCM-Memory \/ {NAT} by FUNCOP_1:13
.= dom (SCM-OK R) by A6, AMI_2:22, ZFMISC_1:40 ;
hence s +* (NAT .--> u) is SCM-State of R by A1, CARD_3:9; :: thesis: verum