let R be good Ring; for l being Element of NAT
for i being Instruction of (SCM R) st ( for s being State of (SCM R) st IC s = l & s . l = i holds
(Exec i,s) . (IC (SCM R)) = succ (IC s) ) holds
NIC i,l = {(succ l)}
let l be Element of NAT ; for i being Instruction of (SCM R) st ( for s being State of (SCM R) st IC s = l & s . l = i holds
(Exec i,s) . (IC (SCM R)) = succ (IC s) ) holds
NIC i,l = {(succ l)}
let i be Instruction of (SCM R); ( ( for s being State of (SCM R) st IC s = l & s . l = i holds
(Exec i,s) . (IC (SCM R)) = succ (IC s) ) implies NIC i,l = {(succ l)} )
consider t being State of (SCM R);
reconsider I = i as Element of the Object-Kind of (SCM R) . l by AMI_1:def 14;
assume A1:
for s being State of (SCM R) st IC s = l & s . l = i holds
(Exec i,s) . (IC (SCM R)) = succ (IC s)
; NIC i,l = {(succ l)}
reconsider il1 = l as Element of ObjectKind (IC (SCM R)) by AMI_1:def 11;
reconsider p = (IC (SCM R)),l --> il1,I as PartState of (SCM R) by AMI_1:149;
reconsider u = t +* p as Element of product the Object-Kind of (SCM R) by PBOOLE:155;
let x be set ; TARSKI:def 3 ( not x in {(succ l)} or x in NIC i,l )
X:
(ProgramPart u) /. l = u . l
by AMI_1:150;
assume
x in {(succ l)}
; x in NIC i,l
then A2:
x = succ l
by TARSKI:def 1;
A3:
( IC u = l & u . l = i )
by AMI_1:133;
then
IC (Following (ProgramPart u),u) = succ l
by A1, X;
hence
x in NIC i,l
by A2, A3, X; verum