0% found this document useful (0 votes)
10 views3 pages

Homework 4 Solutions for Math 3345

Uploaded by

teacheryinyinedu
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)
10 views3 pages

Homework 4 Solutions for Math 3345

Uploaded by

teacheryinyinedu
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

Solutions for Homework 4, Math 3345

Zhuang He

September 20, 2013

9(f ) In the sentence P (x, y), both x and y are free variables.
In (∀y)P (x, y), only x is free.
In (∃x)(∀y)P (x, y), neither x nor y is free.
In (∃x)P (x, y), only y is free.
In (∀y)(∃x)P (x, y), neither x nor y is free.

10(e) (∃y ∈ R)(∀x ∈ R)(x y = 1) means "there exists y a real number, such that for every real number x,
the product x y equals to 1".
Claim:(∃y ∈ R)(∀x ∈ R)(x y = 1) is false.
Proof: It is sufficient to show for every real number y, the sentence (∀x ∈ R)(x y = 1) is false. If we fix
y a real number, then there is a real number x 0 = 0 such that x 0 y = 0 · y = 0 6= 1. Therefore x 0 = 0 is
a counterexample for the sentence (∀x ∈ R)(x y = 1), and hence (∀x ∈ R)(x y = 1) is false. Now since
y is an arbitrary element of R, we proved the claim.

10(f) (∀x ∈ R)(∃y ∈ R)(x y = 1) means "for all real number x, there exists y a real number, such that the
product x y equals to 1".
Claim:(∀x ∈ R)(∃y ∈ R)(x y = 1) is false.
Proof: It is sufficient to exhibit a value of x such that (∃y ∈ R)(x y = 1) is false. In fact, this value can
be chosen as x = 0. For x = 0 fixed, for every y a real number, we have x · y = 0 · y = 0 6= 1. Therefore
for x = 0 the sentence (∃y ∈ R)(x y = 1) is false. This proves our claim.

11(a) Let S be the set of real numbers. Then S is not bounded above.
Proof: S is bounded above if and only if (∃b ∈ R)(∀x ∈ S)(x < b). Now we prove it is false. Then we
need to prove for every b ∈ R, (∀x ∈ S)(x < b) is false. In fact, if b is fixed, then b + 1 is a real number
such that b + 1 < b is false. Thus (∀x ∈ S)(x < b) is false. And we proved the claim that S is not
bounded above.

11(b) Let S be the set of all number x such that some person on earth has x hairs on his or her head. Then
S is bounded above.
Proof: S is a finite set since there are only finite people on earth. Therefore, S always have a maximal
element. Let us assume the maximal element is n. Then for all x ∈ S, x ≤ n. Therefore (∃b ∈ R)(∀x ∈
S)(x < b) is true since b = n is an example. Therefore S is bounded above.

1
13 Proof: We will denote R+ as the set of all positive real numbers. Then f is continuous at a iff
(∀² ∈ R+ )(∃δ ∈ R+ )(∀x ∈ R)(|x − a| < δ ⇒ | f (x) − f (a)| < ²).
Therefore f is not continuous at a

iff ¬(∀² ∈ R+ )(∃δ ∈ R+ )(∀x ∈ R)(|x − a| < δ ⇒ | f (x) − f (a)| < ²)


iff (∃² ∈ R+ )¬(∃δ ∈ R+ )(∀x ∈ R)(|x − a| < δ ⇒ | f (x) − f (a)| < ²) (by De Morgan’s Law)
iff (∃² ∈ R+ )(∀δ ∈ R+ )¬(∀x ∈ R)(|x − a| < δ ⇒ | f (x) − f (a)| < ²) (by De Morgan’s Law)
iff (∃² ∈ R+ )(∀δ ∈ R+ )(∃x ∈ R)¬(|x − a| < δ ⇒ | f (x) − f (a)| < ²) (by De Morgan’s Law)
iff (∃² ∈ R+ )(∀δ ∈ R+ )(∃x ∈ R)(|x − a| < δ ∧ ¬(| f (x) − f (a)| < ²))
(by negation of conditional sentences)
iff (∃² ∈ R+ )(∀δ ∈ R+ )(∃x ∈ R)(|x − a| < δ ∧ | f (x) − f (a)| ≥ ²).

14(a) (∃!x ∈ R)(2x + 7 = 3) means "there exists a unique real number x such that 2x + 7 is equal to 3".
This sentence is true. By solving the equation 2x + 7 = 3, we find a unique root x = 3−7 2 = −2.
Therefore, for x = −2, 2 × (−2) + 7 = 3, which means there exists a value of x such that 2x + 7 = 3 is
true, and this value is unique for 2x + 7 = 3 to be true. Therefore the sentence (∃!x ∈ R)(2x + 7 = 3)
is true.

14(b) (∃!x ∈ R)(x 2 − 4x + 3 < 0) means "there exists a unique real number x such that x 2 − 4x + 3 is less
than 0".
This sentence is false. Let x = 2, we see 22 − 4 × 2 + 3 = −1 < 0. Let x = 2.5, we see 2.52 − 4 × 2.5 +
3 = −0.75 < 0. Therefore the values of x such that x 2 − 4x + 3 is less than 0 is not unique. Thus
(∃!x ∈ R)(x 2 − 4x + 3 < 0) is false.

14(c) (∃!x ∈ Z)(x 2 − 4x + 3 < 0) means "there exists a unique integer x such that x 2 − 4x + 3 is less than 0".
This sentence is true. If we factor x 2 − 4x + 3 on R we get x 2 − 4x + 3 = (x − 1)(x − 3). Therefore,
x 2 − 4x + 3 < 0 if and only if (x − 1)(x − 3) < 0. Note that the product of two real number is negative
if and only if one of them is positive and the another is positive. Thus if (x − 1)(x − 3) < 0, then
x − 1 < 0 and x − 3 > 0, or x − 1 < 0 and x − 3 > 0. That is, x < 1 and x > 3 or x > 1 and x < 3. The
first case is impossible since x < 1 and x > 3 are contradictory. Therefore if (x − 1)(x − 3) < 0 is
true, then 1 < x < 3. Now we find the only integer n such that 1 < n < 3 is n = 2, and when n = 2,
22 − 4 × 2 + 3 = −1 < 0. Therefore n = 2 is the unique integer that makes (x − 1)(x − 3) < 0 true. Thus
(∃!x ∈ Z)(x 2 − 4x + 3 < 0) is true.

14(d) (∃!x ∈ R)(x 2 − 4x + 4 = 0) means "there exists a unique real number x such that x 2 − 4x + 4 equals to
0".
This sentence is true. By completing the square, we see x 2 −4x+4 = (x−2)2 . Therefore x 2 −4x+4 = 0
iff (x − 2)2 = 0 iff x = 2. Therefore x = 2 is the unique real number such that x 2 − 4x + 4 = 0. Thus
(∃!x ∈ R)(x 2 − 4x + 4 = 0) is true.

14(e) (∃!x ∈ R)(x 2 − 4x + 5 = 0) means "there exists a unique real number x such that x 2 − 4x + 5 equals to
0".

2
This sentence is false. By completing the square, we see x 2 − 4x + 5 = (x − 2)2 + 1. Since (x − 2)2 ≥ 0
is true for all x ∈ R, we find (x − 2)2 + 1 ≥ 0 + 1 = 1 > 0 for all x ∈ R. Thus no real numbers x satisfies
x 2 − 4x + 5 = 0. Thus (∃!x ∈ R)(x 2 − 4x + 5 = 0) is false.

14(f) (∀x ∈ R)(∃!y ∈ R)(x + y = 0) mean "for all real number x, there exists a unique real number y, such
that x + y is equal to 0".
This sentence is true. We will prove for all real number x, (∃!y ∈ R)(x + y = 0) is true. Because x is
fixed, y = −x is a real number that satisfies x + y = 0, and hence an example for (∃!y ∈ R)(x + y = 0).
Also, if x + y = 0, then y = −x. Therefore y = −x is the only real number satisfies x + y = 0. Thus
for the x we choose, (∃!y ∈ R)(x + y = 0) is true. Since x is an arbitrary real number, (∀x ∈ R)(∃!y ∈
R)(x + y = 0) is true.

14(g) (∀x ∈ R)(∃!y ∈ R)(x y = 1) mean "for all real number x, there exists a unique real number y, such
that x y is equal to 1".
This sentence is false. To prove that it is false, it is sufficient to exhibit a value of x such that (∃!y ∈
R)(x y = 1) is false. We choose x = 0. For x = 0, every real number y makes x y = 0 × y = 0 6= 1.
Therefore, x = 0 is a counterexample for (∀x ∈ R)(∃!y ∈ R)(x y = 1), which is then false.

14(h) (∀x ∈ R)[if x 6= 0, then (∃!y ∈ R)(x y = 1)] means "for all real number x, if x is not zero, there exists a
unique real number y, such that x y is equal to 1".
This sentence is true. We will prove for all real number x, (x 6= 0) ⇒ (∃!y ∈ R)(x y = 1) is true.
By conditional proof, we need only assume x 6= 0, and then prove that (∃!y ∈ R)(x y = 1) is true.
Now x 6= 0, therefore y = x1 exists(Note: if x = 0, then x1 does not exist). And y = x1 is the unique
real number such that x y = 1. Thus (x 6= 0) ⇒ (∃!y ∈ R)(x y = 1) is true. Since x is an arbitrary real
number, (∀x ∈ R)[if x 6= 0, then (∃!y ∈ R)(x y = 1)] is true.

14(i) (∀x ∈ R)(∃!y ∈ R)(x y = 0) mean "for all real number x, there exists a unique real number y, such
that x y is equal to 0".
This sentence is false. To prove that it is false, it is sufficient to exhibit a value of x such that (∃!y ∈
R)(x y = 0) is false. We choose x = 0. For x = 0, every real number y makes x y = 0 × y = 0. That
is, for x = 0, such y that satisfies x y = 0 is not unique. Therefore, x = 0 is a counterexample for
(∀x ∈ R)(∃!y ∈ R)(x y = 0), which is then false.

14(j) (∀x ∈ R)[if x 6= 0, then (∃!y ∈ R)(x y = 0)] means "for all real number x, if x is not zero, there exists a
unique real number y, such that x y is equal to 0".
This sentence is true. We will prove for all real number x, (x 6= 0) ⇒ (∃!y ∈ R)(x y = 0) is true.
By conditional proof, we need only assume x 6= 0, and then prove that (∃!y ∈ R)(x y = 0) is true.
Recall that for any two real number a, b, ab = 0 iff a = 0 or b = 0. Now x 6= 0, and y = 0 satisfies
x y = x × 0 = 0. For other y 6= 0, we find x y 6= 0. Thus y = 0 is the unique y such that x y = 0
true. Then (x 6= 0) ⇒ (∃!y ∈ R)(x y = 0) is true. Since x is an arbitrary real number, (∀x ∈ R)[if x 6=
0, then (∃!y ∈ R)(x y = 0)] is true.

Common questions

Powered by AI

The completed square method simplifies quadratic equations like x^2 −4x + 4 into forms such as (x−2)^2, clearly illustrating whether unique solutions exist. In x^2 −4x + 4 = 0, completing the square yields (x−2)^2 = 0, showing a unique solution x = 2, verifying (∃!x ∈R)(x^2 −4x + 4 = 0) is true. Conversely, x^2 −4x + 5 becomes (x−2)^2 + 1, rendering (x−2)^2 ≥ 0, hence lacking any solution for zero, indicating the falsity of similar unique existence claims due to absence of equalization .

To prove the falsity of the statement (∀x ∈R)(∃!y ∈R)(xy = 1), the counterexample uses x = 0. For x = 0, no real number y can satisfy the equation xy = 1 as the product 0 * y will always be 0, which is not equal to 1. This simple choice of x = 0 effectively demonstrates that not all x in R can satisfy the condition for a unique y, conclusively showing the statement is false .

The logical structure demonstrating that the set of all real numbers is not bounded above involves a negation of boundedness conditions. The set S is not bounded above if and only if (∃b ∈R)(∀x ∈S)(x < b) is false. This means for every real number b, the statement (∀x ∈S)(x < b) must be false. By choosing b + 1, a number greater than any proposed bound b, one can show that b + 1 is not less than b, thereby proving that there is no real number that can bound S from above .

The understanding of continuity at a point in real analysis is intricately related to logical negations via quantifiers. A function f is continuous at a point a if (∀ϵ ∈ R+)(∃δ ∈ R+)(∀x ∈ R)(|x - a| < δ ⇒ |f(x) - f(a)| < ϵ). The negation, representing discontinuity, is expressed as (∃ϵ ∈ R+)(∀δ ∈ R+)(∃x ∈ R)(|x - a| < δ ∧ |f(x) - f(a)| ≥ ϵ). This inverse quantification directly interprets discreteness through logical statements, converting analytical conditions into an argument about the existence and universality of such conditions being false .

The sentence (∀x ∈R)(∃!y ∈R)(x + y = 0) is true because for every real number x, there exists a unique y, specifically y = -x, such that their sum equals zero. The reasoning is straightforward: given any real number x, the inverse additive property ensures that adding -x to x results in zero only, and y = -x is the unique solution for each x. This cross-verification ensures the truth of the statement universally across real numbers .

In logical sentences involving quantifiers, free and bound variables are identified by the presence or absence of quantifiers (∀ and ∃). In a predicate like P(x, y), both x and y are free variables. When quantifiers are applied, such as in (∀y)P(x, y), only x remains free since y is quantified over, making it bound. In expressions like (∃x)(∀y)P(x, y), neither x nor y are free because both have been quantified. Similarly, in (∃x)P(x, y), variable y becomes free as x is the subject of the existential quantifier. Therefore, the context of quantifiers determines the freedom or boundedness of variables .

The statement (∀x ∈R)[if x ≠ 0, then (∃!y ∈R)(xy = 1)] is true because for every non-zero x, the multiplicative inverse exists and is unique, specifically y = 1/x. Given x is not zero, y = 1/x fulfills xy = 1 uniquely since no other value of y would satisfy this equation when x is defined. Therefore, the condition of the statement is satisfied universally among all non-zero real numbers, supporting its truth .

The sentence (∃!x ∈Z)(x^2 −4x +3 < 0) is proven true by identifying integer solutions within the inequality 1 < x < 3. The integer 2 is the sole number that fits within this range and satisfies the inequality by substitution, resulting in 2^2 −4*2 +3 = -1 < 0. This uniqueness arises because no other integer, to the exclusion of 2, can lie within the strict bounds required by the inequality, making it an integer-specific solution .

The finite structure of a set implies the existence of a bound as every finite set contains a maximal element. In the case where S is the set of all numbers representing the possible hair counts on humans, its finitude guarantees at least one maximal element n. Since for all x in S, x ≤ n by maximality, the proof that (∃b ∈ R)(∀x ∈ S)(x < b) is true is trivial where n serves as such a b, hence S is bounded above .

The statement (∃y ∈ R)(∀x ∈ R)(xy = 1) is considered false because there cannot exist a real number y that satisfies the condition for every real number x. The proof involves assuming any real number y and showing there exists at least one real number x, such as x0 = 0, such that x0y = 0. Since 0 is not equal to 1, this provides a counterexample that disproves (∀x ∈ R)(xy = 1), validating the claim that (∃y ∈ R)(∀x ∈ R)(xy = 1) is false .

You might also like