0% found this document useful (0 votes)
312 views4 pages

Worksheet: Logical Statements Solutions

This document contains solutions to a worksheet on logical statements. It begins by translating English phrases involving logical concepts like implications, negations, and equivalences into symbolic logical notation. It then provides examples of negating statements in English without using words like "not". Finally, it gives problems negating mathematical statements formally, including defining functions based on whether their properties or negated properties are described. The document aims to develop skills in logical reasoning and translating between logical symbols and language.

Uploaded by

Shela Ramos
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
312 views4 pages

Worksheet: Logical Statements Solutions

This document contains solutions to a worksheet on logical statements. It begins by translating English phrases involving logical concepts like implications, negations, and equivalences into symbolic logical notation. It then provides examples of negating statements in English without using words like "not". Finally, it gives problems negating mathematical statements formally, including defining functions based on whether their properties or negated properties are described. The document aims to develop skills in logical reasoning and translating between logical symbols and language.

Uploaded by

Shela Ramos
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 4

Math 347 Worksheet: Logical statements Solutions A.J.

Hildebrand

Worksheet: Logical statements Solutions


About this worksheet
The problems in this set are intended to hone your skills in working with logical statements,
translating English phrases into logical notation and vice versa, negating logical statements using
the rules of negation, and interpreting complex logical statements.
Before you start: Be sure to study the Logic handout, and in particular familiarize yourself
with the various English phrases expressing logical statements. Also, read pp. 27–34 of the text,
which has a number of examples illustrating the use of logical statements, and also offers some
excellent general advice.

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”).

(a) If A holds, then B holds.


A ⇒ B Negation: A is true, and B is false.
(b) A is true only if B is true.
A ⇒ B Negation: A is true, and B is false.
(c) A is true whenever B is true.
A⇐B B ⇒ A Negation: B is true, and A is false.
(d) A is false only if B is false.
¬A ⇒ ¬B Negation: A is false, and B is true.
(e) A is a necessary condition for B.
A⇐B B ⇒ A Negation: B is true, and A is false.
(f) A is necessary and sufficient for B.
A ⇔ B Negation: A is false and B is true or A is true and B is false.
(g) A holds if and only if B holds.
A ⇔ B Negation: A is false and B is true or A is true and B is false.

Remarks: Here are some tips in correctly interpreting implications stated in English:
• Rephrasing the given sentence (without changing is meaning) can make it
easier to determine its logical structure. For example, “P is true whenever Q
is true” clearly has the same meaning in English as “Whenever Q is true, then P is
true”, which in turn is the same as “If Q is true, then P is true.”. In the latter form,
the logical interpretation is obvious: Q =⇒ P , or equivalently P ⇐= Q.
• Be familiar with the pairs of words that have opposite meanings: “necessary”
and “sufficient” are reverses of each other, as are “only if ” and “if ”. If you are not
sure about the correct interpretation of one of these words in a given phrase, try re-
placing it by its reverse. For example, consider the statement “P is true only if Q is
true”. Replacing “only if” by “if” gives “P is true if Q is true”, which is the same as
“If Q is true, then P is true”, hence means Q =⇒ P , i.e., P ⇐= Q. Thus, the given
statement, “P is true only if Q is true”, must be the reverse of P ⇐= Q, i.e., P =⇒ Q.

2. Negations of English sentences. Negate the following statements. Express the negations
in English, avoiding the use of words of negation when possible.

1
Math 347 Worksheet: Logical statements Solutions A.J. Hildebrand

(a) All classroom have at least one chair that is broken.


Negation: There exists a classroom in which no chair is broken.
(b) No classroom has only chairs that are not broken.
Negation: There exists a classroom that has only chairs that are not broken.
(c) Every student in this class has taken Math 231 or Math 241.
Negation: There exists a student in this class who has taken neither 231 nor 241.
(d) Every student in this class has taken Math 231 and Math 241.
Negation: There exists a student in this class who has not taken both 231 and 241)”
(e) In every section of Math 347 there is a student who has taken neither Math 231 nor
Math 241.
Negation: There exists a section of 347 in which every student has taken 231 or 241.

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 func-
tions (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 state-
ments.

(a) f (x, y) 6= 0 whenever x 6= 0 and y 6= 0.


Symbolic notation: (∀x, y ∈ R)[(x 6= 0 ∧ y 6= 0) ⇒ f (x, y) 6= 0]
Negation: (∃x, y ∈ R)[x 6= 0 ∧ y 6= 0 ∧ f (x, y) = 0]
There exist real numbers x, y such that x 6= 0 and y 6= 0 and f (x, y) = 0.
There exist real numbers x 6= 0 and y 6= 0 such that f (x, y) = 0.
Interpretation: The functions f (x, y) defined by this statement are exactly those that
are non-zero outside the coordinate axes.
Remark: This is an example involving implied/hidden quantifiers, which must be
made explicit before negating the statement: The variables x and y are not explicitly
quantified in the given statement (e.g., by an explicit statement of the form “for all
x ∈ . . . and all y ∈ . . . )”, so they can be arbitrary elements in the underlying universe,
i.e., arbitrary real numbers. Thus, the given statement should be interpreted as follows:
“For all x, y ∈ R, f (x, y) 6= 0 whenever x 6= 0 and y 6= 0.” In this form, the variables x
and y are explicitly quantified.
(b) For all M ∈ R there exists x ∈ R such that |f (x)| ≥ M .
Symbolic notation: (∀M ∈ R)(∃x ∈ R)[|f (x)| ≥ M ].
Negation: (∃M ∈ R)(∀x ∈ R)[|f (x)| < M ].
There exists M ∈ R such that for all x ∈ R we have |f (x)| < M .
Interpretation: The negation is the definition for “f is bounded”. Hence the original
statement is equivalent to “f is not bounded”.
(c) For all M ∈ R there exists x ∈ R such that for all y > x we have f (y) > M .
Symbolic notation: (∀M ∈ R)(∃x ∈ R)(∀y > x)[f (y) > M ].
Negation: (∃M ∈ R)(∀x ∈ R)(∃y > x)[f (y) ≤ M ].
There exists M ∈ R such that for all x ∈ R there exists y > x such that f (y) ≤ M .
Interpretation: The given statement is the definition of limx→∞ f (x) = ∞.
(d) For all x ∈ R there exists y ∈ R such that f (y) > f (x).

2
Math 347 Worksheet: Logical statements Solutions A.J. Hildebrand

Symbolic notation: (∀x ∈ R)(∃y ∈ R)[f (y) > f (x)].


Negation: (∃x ∈ R)(∀y ∈ R)[f (y) ≤ f (x)].
There exists x ∈ R such that for all y ∈ R we have f (y) ≤ f (x).
Interpretation: The given statement means that the function f does not have a
maximum value; i.e., every value f (x) is “beaten” by some other value f (y). Its negation
means that f has a maximum, namely f (x), where x is the number whose existence is
guaranteed by the phrase “there exists x ∈ R”.
(e) For every  > 0 there exists x0 ∈ R such that |f (x)| <  for all x > x0 .
Symbolic notation: (∀ > 0)(∃x0 ∈ R)(∀x > x0 )[|f (x)| < ].
Negation: (∃ > 0)(∀x0 ∈ R)(∃x > x0 )[|f (x)| ≥ ].
There exists an  > 0 such that for all x0 ∈ R there exists an x > x0 such that |f (x)| ≥ .
Interpretation: The given statement is the definition of limx→∞ f (x) = 0.
(f) For every  > 0 there exists δ > 0 such that |f (x) − f (x0 )| <  whenever |x − x0 | < δ.
Symbolic notation: (∀ > 0)(∃δ > 0)(∀x ∈ R)[|x − x0 | < δ ⇒ |f (x) − f (x0 )| < ].
Negation: (∃ > 0)(∀δ > 0)(∃x ∈ R)[|x − x0 | < δ ∧ |f (x) − f (x0 )| ≥ ].
There exists an  > 0 such that for all δ > 0 there exists an x such that |x − x0 | < δ
and |f (x) − f (x0 )| ≥ .
Interpretation: The given statement is the definition for continuity of f at x0 .
Remark: In the given statement the variable x is not explicitly quantified (i.e., no
phrase such as “there exists x ∈ ...” or “for all x ∈ ...”), so x is to be interpreted as an
arbitrary element of the underlying universe, i.e., in the sense of “∀x ∈ R”.

4. Negations of mathematical statements, II. This problem requires the formal definitions
of a bounded set or function, and increasing, decreasing, nonincreasing, nondecreasing func-
tions. 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.)

• S is bounded if there exists M such that |x| ≤ M for all x ∈ S.


• f is bounded if there exists M such that |f (x)| ≤ M for all x ∈ R.
• f is increasing (or strictly increasing) if f (x) < f (y) whenever x < y.
• f is nondecreasing (or weakly increasing) if f (x) ≤ f (y) whenever x < y.
• f is decreasing (or strictly decreasing) if f (x) > f (y) whenever x < y.
• f is nonincreasing (or weakly decreasing) if f (x) ≥ f (y) whenever x < y.

(a) Express the statement “f is not bounded ” without using words of negation.
“(∀M ∈ R)[∃x ∈ R)(|f (x)| > M ].”
“For all M ∈ R there exists x ∈ R such that |f (x)| > M .”
(b) Express the statement “f is not increasing” (i.e., the negation of the “increasing” prop-
erty) without using words of negation.
“(∃x, y ∈ R)[(x < y) ∧ (f (x) ≥ f (y))]”
“There exist real numbers x, y such that x < y and f (x) ≥ f (y).”
(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?
“Not increasing” means that there exist real numbers x, y such that x < y and
f (x) ≥ f (y). “Nonincreasing” means that for all real numbers x, y we have x < y and

3
Math 347 Worksheet: Logical statements Solutions A.J. Hildebrand

f (x) ≥ f (y). Thus, “nonincreasing” is a stronger property than “not increasing” (“for
all” is stronger than “there exists”), so “nonincreasing” implies “not increasing”.
The converse (i.e., the implication “not increasing” =⇒ “increasing”) is in general
not true. For example, the function f (x) = sin x is “not increasing”, but it is not
“nonincreasing”.

5. Practice with epsilon-delta definitions. Here is the epsilon-delta definition of


“limx→0 f (x) = 0”:

(*) “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 equiv-
alent 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)| < .
Analysis: This is the same as (*), except that “|f (x)| <  whenever |x| < δ” is replaced
by “|x| < δ implies |f (x)| < .” Since the latter statements are equivalent, the given
statement is equivalent to that in (*).
(b) For every δ > 0 there exists  > 0 such that for all x ∈ R, |x| < δ implies |f (x)| < .
Analysis: This differs from (*) in that the types of quantifiers (∀ or ∃) for δ and  have
been switched. This, however, changes the meaning completely, and the statement is
no longer equivalent to that in (*). (In fact, the statement given here is satisfied, for
example, for any function f that is bounded, since one can choose  to be the bound
M .)
(c) There exists δ > 0 such that for every  > 0 and for all x ∈ R, |x| < δ implies |f (x)| < .
Analysis: This differs from (*) in that the order of the quantifiers ∀ > 0 and ∃δ > 0
has been switched. This changes the meaning completely, and the statement is not
equivalent to (*). (For example, the function f (x) = x satisfies (*), but does not
satisfy the given statement.)
(d) For every  > 0 and for all x ∈ R there exists δ > 0 such that |x| < δ implies |f (x)| < .
Analysis: Here the order of the quantifiers ∀x ∈ R and ∃δ > 0 has been switched,
allowing the δ to be chosen after x has been choosen. This alters the situation com-
pletely. For example, any function f with f (0) = 0 satisfies this statement: Simply
choose δ = |x|/2 when x 6= 0.

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. Ad-
ditional practice problems can be found in Homework 2; particularly instructive are Problems
2.10, 2.23, and 2.24 from HW 2.

You might also like