let s be SCM+FSA-State; :: thesis: for I being Element of SCM-Instr holds s | SCM-Memory is SCM-State
let I be Element of SCM-Instr ; :: thesis: s | SCM-Memory is SCM-State
A1: dom (s | SCM-Memory) = (dom s) /\ SCM-Memory by RELAT_1:61
.= SCM+FSA-Memory /\ SCM-Memory by Lm8, CARD_3:9
.= SCM-Memory by XBOOLE_1:21 ;
A2: now :: thesis: for x being object st x in dom (SCM-VAL * SCM-OK) holds
(s | SCM-Memory) . x in (SCM-VAL * SCM-OK) . x
end;
dom (s | SCM-Memory) = dom (s | SCM-Memory)
.= SCM-Memory by A1
.= dom (SCM-VAL * SCM-OK) by AMI_2:27 ;
hence s | SCM-Memory is SCM-State by A2, CARD_3:9; :: thesis: verum