let G be non empty good 1-sorted ; :: thesis: for i being Element of SCM-Memory holds
( (SCM-OK G) . i = SCM-Instr G iff i in NAT )

let i be Element of SCM-Memory ; :: thesis: ( (SCM-OK G) . i = SCM-Instr G iff i in NAT )
thus ( (SCM-OK G) . i = SCM-Instr G implies i in NAT ) :: thesis: ( i in NAT implies (SCM-OK G) . i = SCM-Instr G )
proof end;
thus ( i in NAT implies (SCM-OK G) . i = SCM-Instr G ) by Def3; :: thesis: verum