:: deftheorem Def5 defines while_do GRAPHSP:def 5 :
for f being Element of Funcs ((REAL *),(REAL *))
for n being Nat
for b3 being Element of Funcs ((REAL *),(REAL *)) holds
( b3 = while_do (f,n) iff ( dom b3 = REAL * & ( for h being Element of REAL * holds b3 . h = ((repeat f) . (LifeSpan (f,h,n))) . h ) ) );