let a be Int-Location ; :: thesis: for I being Program of
for k being Element of NAT st k < 6 holds
(card I) + k in dom (while>0 (a,I))

let I be Program of ; :: thesis: for k being Element of NAT st k < 6 holds
(card I) + k in dom (while>0 (a,I))

let k be Element of NAT ; :: thesis: ( k < 6 implies (card I) + k in dom (while>0 (a,I)) )
assume k < 6 ; :: thesis: (card I) + k in dom (while>0 (a,I))
then A1: (card I) + k < (card I) + 6 by XREAL_1:6;
card (while>0 (a,I)) = (card I) + 6 by Th5;
hence (card I) + k in dom (while>0 (a,I)) by A1, AFINSQ_1:66; :: thesis: verum