Exercise 2.2.8

For some additional practice with nested quantifiers, consider the following invented definition:

Let’s call a sequence ( x n ) zero-heavy if there exists M N such that for all N N there exists n satisfying N n N + M where x n = 0

(a)
Is the sequence ( 0 , 1 , 0 , 1 , 0 , 1 , ) zero heavy?
(b)
If a sequence is zero-heavy does it necessarily contain an infinite number of zeros? If not, provide a counterexample.
(c)
If a sequence contains an infinite number of zeros, is it necessarily zeroheavy? If not, provide a counterexample.
(d)
Form the logical negation of the above definition. That is, complete the sentence: A sequence is not zero-heavy if ....

Answers

(a)
Yes. Choose M = 1 ; since the sequence has a 0 in every two spaces, for all N either x n = 0 or x n + 1 = 0 .
(b)
Yes. If there were a finite number of zeros, with the last zero at position K , then choosing N > K would lead to a contradiction.
(c)
No, consider ( 0 , 1 , 0 , 1 , 1 , 0 , 1 , 1 , 1 , 0 , 1 , 1 , 1 , 1 , 0 , ) where the gap between 0’s grows indefinitely. For any value of M , for large enough N the gap between zeros will be greater than M . Then we simply choose N so that x N is the first 1 in a streak of at least M + 1 1’s.
(d)
A sequence is not zero-heavy if for all M N , there exists some N N such that for all n N , N n N + M , x n 0 .
User profile picture
2022-01-27 00:00
Comments