theorem
  for n being odd Element of NAT st n <= len W holds W.find(n) <= n &
  W.rfind(n) >= n by Lm49,Lm50;
