:: deftheorem Def22 defines .rfind GLIB_001:def 22 :
for G being _Graph
for W being Walk of G
for n being Element of NAT
for b4 being odd Element of NAT holds
( ( n is odd & n <= len W implies ( b4 = W .rfind n iff ( b4 <= len W & W . b4 = W . n & ( for k being odd Element of NAT st k <= len W & W . k = W . n holds
k <= b4 ) ) ) ) & ( ( not n is odd or not n <= len W ) implies ( b4 = W .rfind n iff b4 = len W ) ) );