let i be Element of SCM-Memory ; :: thesis: ( SCM-OK . i = INT iff i in SCM-Data-Loc )
thus ( SCM-OK . i = INT implies i in SCM-Data-Loc ) :: thesis: ( i in SCM-Data-Loc implies SCM-OK . i = INT )
proof end;
thus ( i in SCM-Data-Loc implies SCM-OK . i = INT ) by Def5; :: thesis: verum