A1: now :: thesis: for x being object st x in dom (SCM-VAL * SCM-OK) holds
(s +* (NAT .--> u)) . x in (SCM-VAL * SCM-OK) . x
let x be object ; :: thesis: ( x in dom (SCM-VAL * SCM-OK) implies (s +* (NAT .--> u)) . b1 in (SCM-VAL * SCM-OK) . b1 )
assume A2: x in dom (SCM-VAL * SCM-OK) ; :: thesis: (s +* (NAT .--> u)) . b1 in (SCM-VAL * SCM-OK) . b1
per cases ( x = NAT or x <> NAT ) ;
end;
end;
dom s = SCM-Memory by Lm5, CARD_3:9;
then dom (s +* (NAT .--> u)) = SCM-Memory \/ (dom (NAT .--> u)) by FUNCT_4:def 1
.= SCM-Memory \/ {NAT}
.= dom (SCM-VAL * SCM-OK) by Lm5, Lm3, ZFMISC_1:40 ;
hence s +* (NAT .--> u) is SCM-State by A1, CARD_3:9; :: thesis: verum