let R be good Ring; for I being Instruction of st InsCode I = 0 holds
I = halt (SCM R)
let I be Instruction of ; ( InsCode I = 0 implies I = halt (SCM R) )
A1:
( I = [0 ,{} ] or ex a, b being Data-Location of R st I = a := b or ex a, b being Data-Location of R st I = AddTo a,b or ex a, b being Data-Location of R st I = SubFrom a,b or ex a, b being Data-Location of R st I = MultBy a,b or ex i1 being Instruction-Location of SCM R st I = goto i1 or ex a being Data-Location of R ex i1 being Instruction-Location of SCM R st I = a =0_goto i1 or ex a being Data-Location of R ex r being Element of st I = a := r )
by SCMRING2:8;
assume
InsCode I = 0
; I = halt (SCM R)
hence
I = halt (SCM R)
by A1, MCART_1:def 1, SCMRING2:30; verum