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 SCM+FSA-OK = SCM+FSA-Memory by FUNCT_2:def 1;
A2: dom (s | SCM-Memory) = (dom s) /\ SCM-Memory by RELAT_1:61
.= SCM+FSA-Memory /\ SCM-Memory by A1, CARD_3:9
.= SCM-Memory by XBOOLE_1:21 ;
A3: now end;
dom (s | SCM-Memory) = dom (s | SCM-Memory)
.= SCM-Memory by A2
.= SCM-Memory
.= dom SCM-OK by FUNCT_2:def 1 ;
hence s | SCM-Memory is SCM-State by A3, CARD_3:9; :: thesis: verum