let a be Int-Location; :: thesis: for I being MacroInstruction of SCM+FSA
for k being Nat st k < (card I) + 5 holds
k in dom (while=0 (a,I))

let I be MacroInstruction of SCM+FSA ; :: thesis: for k being Nat st k < (card I) + 5 holds
k in dom (while=0 (a,I))

let k be Nat; :: thesis: ( k < (card I) + 5 implies k in dom (while=0 (a,I)) )
assume A1: k < (card I) + 5 ; :: thesis: k in dom (while=0 (a,I))
card (while=0 (a,I)) = (card I) + 5 by Th3;
hence k in dom (while=0 (a,I)) by A1, AFINSQ_1:66; :: thesis: verum