let S be COM-Struct ; :: thesis: for x being set
for i being Instruction of S holds
( x in dom (Load i) iff x = 0 )

let x be set ; :: thesis: for i being Instruction of S holds
( x in dom (Load i) iff x = 0 )

let i be Instruction of S; :: thesis: ( x in dom (Load i) iff x = 0 )
thus ( x in dom (Load i) iff x = 0 ) by TARSKI:def 1; :: thesis: verum