A1: now :: thesis: for x being object st x in dom (SCM-VAL * SCM-OK) holds
(s +* (t .--> u)) . x in (SCM-VAL * SCM-OK) . x
let x be object ; :: thesis: ( x in dom (SCM-VAL * SCM-OK) implies (s +* (t .--> u)) . b1 in (SCM-VAL * SCM-OK) . b1 )
assume A2: x in dom (SCM-VAL * SCM-OK) ; :: thesis: (s +* (t .--> u)) . b1 in (SCM-VAL * SCM-OK) . b1
per cases ( x = t or x <> t ) ;
suppose A3: x = t ; :: thesis: (s +* (t .--> u)) . b1 in (SCM-VAL * SCM-OK) . b1
t in dom (t .--> u) by TARSKI:def 1;
then (s +* (t .--> u)) . t = (t .--> u) . t by FUNCT_4:13
.= u by FUNCOP_1:72 ;
then (s +* (t .--> u)) . t in INT by INT_1:def 2;
hence (s +* (t .--> u)) . x in (SCM-VAL * SCM-OK) . x by A3, Th2; :: thesis: verum
end;
suppose A4: x <> t ; :: thesis: (s +* (t .--> u)) . b1 in (SCM-VAL * SCM-OK) . b1
not x in dom (t .--> u) by A4, TARSKI:def 1;
then (s +* (t .--> u)) . x = s . x by FUNCT_4:11;
hence (s +* (t .--> u)) . x in (SCM-VAL * SCM-OK) . x by A2, CARD_3:9; :: thesis: verum
end;
end;
end;
dom s = SCM-Memory by Lm5, CARD_3:9;
then dom (s +* (t .--> u)) = SCM-Memory \/ (dom (t .--> u)) by FUNCT_4:def 1
.= SCM-Memory \/ {t}
.= dom (SCM-VAL * SCM-OK) by Lm5, ZFMISC_1:40 ;
hence s +* (t .--> u) is SCM-State by A1, CARD_3:9; :: thesis: verum