let N be non empty with_non-empty_elements set ; for i being Element of the Instructions of (STC N) holds JUMP i is empty
let i be Element of the Instructions of (STC N); JUMP i is empty
per cases
( InsCode i = 1 or InsCode i = 0 )
by Th22;
suppose A1:
InsCode i = 1
;
JUMP i is empty reconsider l1 =
0 ,
l2 = 1 as
Element of
NAT ;
set X =
{ (NIC i,l) where l is Element of NAT : verum } ;
assume
not
JUMP i is
empty
;
contradictionthen consider x being
set such that A2:
x in meet { (NIC i,l) where l is Element of NAT : verum }
by XBOOLE_0:def 1;
NIC i,
l1 in { (NIC i,l) where l is Element of NAT : verum }
;
then
{(0 + 1)} in { (NIC i,l) where l is Element of NAT : verum }
by A1, Lm5;
then
x in {1}
by A2, SETFAM_1:def 1;
then A3:
x = 1
by TARSKI:def 1;
NIC i,
l2 in { (NIC i,l) where l is Element of NAT : verum }
;
then
{(1 + 1)} in { (NIC i,l) where l is Element of NAT : verum }
by A1, Lm5;
then
x in {2}
by A2, SETFAM_1:def 1;
hence
contradiction
by A3, TARSKI:def 1;
verum end; end;