Worksheet: Logical Statements
Worksheet: Logical Statements
Hildebrand
1. Implications: Express each of the following statements as a logical implication (e.g., A ⇐ (¬B)) or
equivalence (e.g., A ⇔ B). Also state its negation in English (in a form like “A is true, but B is false”).
2. Negations of English sentences. Negate the following statements. Express the negations in English,
avoiding the use of words of negation when possible.
3. Negations of mathematical statements, I. Translate the following sentences into logical notation,
negate the statement using logical rules, then translate the negated statement back into English,
avoiding the use of words of negation when possible. (Below f is a function from R to R, and x0 a
given real number.)
A bit harder, but very instructive: Many of the statements define familiar properties of functions (e.g.,
boundedness, monotonicity, etc.), or negations of such properties. Try to uncover these definitions and
express in simple language the functions that are described by the statements.
4. Negations of mathematical statements, II. This problem requires the formal definitions of a
bounded set or function, and increasing, decreasing, nonincreasing, nondecreasing functions. These
definitions can be found in Chapter 1 of the text and are collected below. (Here S is any set of real
numbers, and f denotes a function from R to R.)
1
Math 347 Worksheet: Logical statements A.J. Hildebrand
(a) Express the statement “f is not bounded ” without using words of negation.
(b) Express the statement “f is not increasing” (i.e., the negation of the “increasing” property)
without using words of negation.
(c) Compare the definitions of “nonincreasing” and “not increasing” (the latter being the negation of
“increasing”). Does one imply the other? Are there functions that satisfy one property, but not
the other?
(*) “For every > 0 there exists δ > 0 such that |f (x)| < whenever |x| < δ.”
The following statements are small perturbations of this definitions, some of which are equivalent to
the original definition, while others are “botched” versions of this definition that have a drastically
different meaning.
Which versions are equivalent to the above limit definition, and which are not?
Harder, but very instructive: For those definitions that are not equivalent to limx→0 f (x) = 0, try to
determine, in as simple a language as possible, what they really define. Find examples (if they exist)
of functions that satisfy the definition, and of functions that don’t satisfy it. (Cf. Exercises 2.25–2.27
in the text for similar problems. In some cases this can be quite some quite tricky!)
(a) For every > 0 there exists δ > 0 such that for all x ∈ R, |x| < δ implies |f (x)| < .
(b) For every δ > 0 there exists > 0 such that for all x ∈ R, |x| < δ implies |f (x)| < .
(c) There exists δ > 0 such that for every > 0 and for all x ∈ R, |x| < δ implies |f (x)| < .
(d) For every > 0 and for all x ∈ R there exists δ > 0 such that |x| < δ implies |f (x)| < .
6. Additional resources.
This material is covered at the beginning of Chapter 2, on pp. 27–34 of the text; be sure to read this
section, study the examples and the general remarks and comments given there. Additional practice
problems can be found in Homework 2; particularly instructive are Problems 2.10, 2.23, and 2.24 from
HW 2.