Consider the problem of determining a secret number from a set by repeatedly choosing a number and asking "Is the secret number greater than ?".
If then no questions need to be asked. If then only one question needs to be asked. If then six questions need to be asked. However, in the latter case if the secret number is then six questions still need to be asked. We want to restrict the number of questions asked for small values.
Let be the least number of questions needed for a strategy that can find any secret number from the set where no more than questions are needed to find the secret value .