set p = 1;
set q = 2;
let i be Instruction of SCM; :: thesis: ( ( for l being Element of NAT holds NIC (i,l) = {(l + 1)} ) implies JUMP i is empty )
assume A1: for l being Element of NAT holds NIC (i,l) = {(l + 1)} ; :: thesis: JUMP i is empty
set X = { (NIC (i,f)) where f is Nat : verum } ;
reconsider p = 1, q = 2 as Element of NAT ;
assume not JUMP i is empty ; :: thesis: contradiction
then consider x being object such that
A2: x in meet { (NIC (i,f)) where f is Nat : verum } ;
NIC (i,p) = {(p + 1)} by A1;
then {(succ p)} in { (NIC (i,f)) where f is Nat : verum } ;
then x in {(succ p)} by A2, SETFAM_1:def 1;
then A3: x = succ p by TARSKI:def 1;
NIC (i,q) = {(q + 1)} by A1;
then {(succ q)} in { (NIC (i,f)) where f is Nat : verum } ;
then x in {(succ q)} by A2, SETFAM_1:def 1;
hence contradiction by A3, TARSKI:def 1; :: thesis: verum