let a be Data-Location ; :: thesis: for il being Element of NAT
for k being natural number holds NIC ((a =0_goto k),il) = {k,(succ il)}

let il be Element of NAT ; :: thesis: for k being natural number holds NIC ((a =0_goto k),il) = {k,(succ il)}
let k be natural number ; :: thesis: NIC ((a =0_goto k),il) = {k,(succ il)}
set t = the State of SCM;
hereby :: according to TARSKI:def 3,XBOOLE_0:def 10 :: thesis: {k,(succ il)} c= NIC ((a =0_goto k),il)
let x be set ; :: thesis: ( x in NIC ((a =0_goto k),il) implies b1 in {k,(succ il)} )
assume x in NIC ((a =0_goto k),il) ; :: thesis: b1 in {k,(succ il)}
then consider s being Element of product the Object-Kind of SCM such that
A1: ( x = IC (Exec ((a =0_goto k),s)) & IC s = il ) ;
per cases ( s . a = 0 or s . a <> 0 ) ;
end;
end;
let x be set ; :: according to TARSKI:def 3 :: thesis: ( not x in {k,(succ il)} or x in NIC ((a =0_goto k),il) )
reconsider I = a =0_goto k as Element of the Object-Kind of SCM . il by COMPOS_1:def 8;
A2: IC <> a by AMI_5:20;
reconsider il1 = il as Element of ObjectKind (IC ) by COMPOS_1:def 6;
reconsider n = il as Element of NAT ;
reconsider p = ((IC ),il) --> (il1,I) as PartState of SCM by COMPOS_1:37;
reconsider u = the State of SCM +* p as State of SCM ;
A3: a <> il by Th1;
assume A4: x in {k,(succ il)} ; :: thesis: x in NIC ((a =0_goto k),il)
per cases ( x = k or x = succ il ) by A4, TARSKI:def 2;
suppose A5: x = k ; :: thesis: x in NIC ((a =0_goto k),il)
reconsider v = u +* (a .--> 0) as Element of product the Object-Kind of SCM by PBOOLE:155;
A6: dom (a .--> 0) = {a} by FUNCOP_1:19;
then not IC in dom (a .--> 0) by A2, TARSKI:def 1;
then A7: IC v = IC u by FUNCT_4:12
.= n by EXTPRO_1:26 ;
A8: not il in dom (a .--> 0) by A3, A6, TARSKI:def 1;
A9: (ProgramPart v) /. il = v . il by COMPOS_1:38
.= u . n by A8, FUNCT_4:12
.= I by EXTPRO_1:26 ;
a in dom (a .--> 0) by A6, TARSKI:def 1;
then v . a = (a .--> 0) . a by FUNCT_4:14
.= 0 by FUNCOP_1:87 ;
then IC (Following ((ProgramPart v),v)) = k by A7, A9, AMI_3:14;
hence x in NIC ((a =0_goto k),il) by A5, A7, A9; :: thesis: verum
end;
suppose A10: x = succ il ; :: thesis: x in NIC ((a =0_goto k),il)
reconsider v = u +* (a .--> 1) as Element of product the Object-Kind of SCM by PBOOLE:155;
A11: dom (a .--> 1) = {a} by FUNCOP_1:19;
then not IC in dom (a .--> 1) by A2, TARSKI:def 1;
then A12: IC v = IC u by FUNCT_4:12
.= n by EXTPRO_1:26 ;
A13: not il in dom (a .--> 1) by A3, A11, TARSKI:def 1;
A14: (ProgramPart v) /. il = v . il by COMPOS_1:38
.= u . n by A13, FUNCT_4:12
.= I by EXTPRO_1:26 ;
a in dom (a .--> 1) by A11, TARSKI:def 1;
then v . a = (a .--> 1) . a by FUNCT_4:14
.= 1 by FUNCOP_1:87 ;
then IC (Following ((ProgramPart v),v)) = succ il by A12, A14, AMI_3:14;
hence x in NIC ((a =0_goto k),il) by A10, A12, A14; :: thesis: verum
end;
end;