theorem Th36:
  for i,j being Nat st 1 <= i & i < j & j < len f holds f/.i <> f/.j
proof
  len f > 4 by Th34;
  hence thesis by Th35;
end;
