let m, n be Element of NAT ; :: thesis: for i being Instruction of SCM+FSA holds IncAddr (IncAddr i,m),n = IncAddr i,(m + n)
let i be Instruction of SCM+FSA ; :: thesis: IncAddr (IncAddr i,m),n = IncAddr i,(m + n)
per cases
( InsCode i = 6 or InsCode i = 7 or InsCode i = 8 or not InsCode i in {6,7,8} )
by ENUMSET1:def 1;
suppose A4:
not
InsCode i in {6,7,8}
;
:: thesis: IncAddr (IncAddr i,m),n = IncAddr i,(m + n)then
not
InsCode (IncAddr i,m) in {6,7,8}
by Th22;
then IncAddr (IncAddr i,m),
n =
IncAddr i,
m
by Def3
.=
i
by A4, Def3
.=
IncAddr i,
(m + n)
by A4, Def3
;
hence
IncAddr (IncAddr i,m),
n = IncAddr i,
(m + n)
;
:: thesis: verum end; end;