Homework 1 Solutions

pdf

School

University Of Chicago *

*We aren’t endorsed by this school

Course

37110

Subject

Philosophy

Date

Oct 30, 2023

Type

pdf

Pages

5

Uploaded by MegaQuetzalMaster629

Report
Homework 1 Solutions Question 1 I know that if it is my birthday, then I will get gifts. I check the calendar and notice that it is not my birthday. I conclude that I will not get gifts. Formalise this reasoning in terms of suitably defined propositions. Is this reasoning correct? If yes, state which rule of inference is being used. If not, state precisely what the error is. Solution: Let p, q be propositions where p = it is my birthday q = I will get gifts Then p = q = if it is my birthday, then I will get gifts The reasoning provided in the question can thus be formalised as p = q, ¬ p ¬ q This reasoning is not correct, as it is using the logical fallacy known as "Denying the Antecedent" (fallacy of the inverse). Question 2 Resolve this apparent contradiction: Every implication or it’s converse is true. Check this by trying out all possible values of p and q in the compound proposition ( p = q ) ( q = p ) It is always true no matter if p or q are true or false. But clearly there are statements where neither statement implies the other, For example “ n is divisible by 2 " and “ n is divisible by 3 ". Clearly neither statement implies the other! Solution: The following truth table verifies that every implication or it’s converse is true: p q p = q q = p ( p = q ) ( q = p ) T T T T T T F F T T F T T F T F F T T T It is true that there exist statements where neither statement implies the other. However, this is because statements include propositions and predicates. The example statements " n is divisible by 2 "
and " n is divisible by 3 " are predicates where n is variable. For any fixed value of n these predicates become propositions, at which point it can be seen that at least one of the statement implies the other. This might seem odd, but recall that an implication can be true just because its premise is false. Question 3 Let p and q and r be propositions. What is the negation of ( p q ) ( r ∨ ¬ p ) ? Simplify the expression using DeMorgan’s laws as far as possible. Solution: ¬ (( p q ) ( r ∨ ¬ p )) = ¬ ( p q ) ∨ ¬ ( r ∨ ¬ p ) = ( ¬ p ∧ ¬ q ) ( ¬ r p ) Question 4 What is the negation of the statement: “If all pizza is tasty, then no pizza is topped with pineapple." Write your answer in words. Solution: From lecture notes exercise 5 we have: ¬ ( p = q ) = p ∧ ¬ q The negation of the provided statement is then "All pizza is tasty, and there exists a pizza topped with pineapple." Question 5 Formally write a proposition signifying: “for every real number, there is a real number bigger than it." Now write down the negation of this proposition. Solution: x R , y R , y > x . The negation is ¬ ( x R , y R , y > x ) x R , ¬ ( y R , y > x ) x R , y R , ¬ ( y > x ) x R , y R , y x That is, there exists a real number which is greater than all real numbers. Page 2
Question 6 Is it true that no matter the predicate P ( x, y ) , the proposition x yP ( x, y ) is equivalent to x yP ( x, y ) . If yes, provide a justification. If not, provide an example predicate P ( x, y ) where one out of x yP ( x, y ) and x yP ( x, y ) is true but the other is false. Solution: This is false. For example, let P ( x, y ) denote the proposition x < y where x and y are real numbers. In this case, x yP ( x, y ) means there exists x R , such that x is smaller than all the real numbers, which is false. x yP ( x, y ) means for each x , there exists a real number that is smaller than x , which is true as we can simply let y = x 1 . Extra Practice Questions Question 7 I know that if it is going to rain, there must be clouds in the sky. I observe that there are no clouds in the sky. I conclude that it is not going to rain. Formalise this reasoning in terms of suitably defined propositions. Is this reasoning correct? If yes, state which rule of inference is being used. If not, state precisely what the error is. Solution: Let p , q be propositions where p = it is going to rain q = there are clouds in the sky Then p = q = if it is going to rain, there must be clouds in the sky The reasoning provided in the question can thus be formalised as: p = q, ¬ q ¬ p This reasoning is correct. The rule of inference it is using is the contrapositive. Question 8 In each of the following cases, formalise the reasoning in terms of suitably defined propositions. Is this correct reasoning? If yes, state which rule of inference is being used. If not, precisely state what the error is. 1. Basketball players are tall. Basketball players have a large shoe size. Thus, tall people have a large shoe size. 2. If it is snowing I will stay indoors. If it is cold I will stay indoors. Thus, if it is snowing it must be cold. Page 3
Your preview ends here
Eager to read complete document? Join bartleby learn and gain access to the full version
  • Access to all documents
  • Unlimited textbook solutions
  • 24/7 expert homework help
3. If there is no traffic, I will reach my destination on time. I did not reach on time. Thus, there definitely must have been traffic. Solution: 1. Let T , L , and B be predicates where T ( x ) = x is tall. L ( x ) = x has large shoe size. B ( x ) = x is a basketball player. We are given that x, B ( x ) = T ( x ) and x, B ( x ) = L ( x ) . The claim can then be formally written as ( x, B ( x ) = T ( x )) , ( x, B ( x ) = L ( x )) x, T ( x ) = L ( x ) This statement fails because the given statements only assert characteristics of basketball play- ers. x s.t. ¬ B ( x ) , T ( x ) , and ¬ L ( x ) . Thus, B ( x ) = T ( x ) and B ( x ) = L ( x ) would both be true, but T ( x ) = L ( x ) would not. 2. Let p , q , and r be propositions where p = it is snowing q = it is cold r = I stay indoors Then p = r = if it is snowing I will stay indoors q = r = if it is cold I will stay indoors The reasoning provided in the question can thus be formalized as p = r, q = r, p q Notice by definition of implication this is equivalent to: r, p q However, the logic breaks down as we have nothing to imply it snowing or us being inside would lead to it being cold. 3. Let p , q be propositions where p = there is no traffic q = we reach our destination on time Then p = q = if there is no traffic, I will reach my destination on time The reasoning provided in the question can thus be formalised as p = q, ¬ q ¬ p This reasoning is correct. The rule of inference it is using is the contrapositive. Page 4
Question 9 Write down the negation of the proposition x R , y R , z R , ( x < ( y + z )) . Which is true, the proposition or its negation? Justify your answer. Solution: The negation of the given proposition can be expressed as follows: ¬ ( x R , y R , z R , ( x < ( y + z ))) , which can be simplified to x R , y R , z R , ( x ( y + z )) . The negation is true. We only need to show an existence of such x . Take x = 0 , and y R , take z = ( y + 1) , then x ≥ − 1 = y + z . Question 10 Write down the negation of the proposition x y z t (( x + t < y + z )) . Which is true, the proposition or its negation? Justify your answer. We are working in the domain of real numbers. ( Hint: To help figure out if the proposition is true, try setting t = z .) Solution: The negation of the given proposition can be expressed as follows: ¬ ( x y z t (( x + t < y + z ))) , which can be simplified to x y z t (( x + t y + z )) . The proposition is true. Given any x , take y = x +1 , and z , we pick t = z . Then, x + t = x + z < y + z . Page 5

Browse Popular Homework Q&A

Q: GIVEN: x-axis Positive charge Q is distributed uniformly along the positive y-axis between y=0 and…
Q: AnswerHow to enter your answer (opens in new window) 2 Points Key: 101 101 pounds Step 3 of 3: What…
Q: Find the upper class limit of the second class
Q: 14px 1.5pt : B US A A Dº X₂ 9. The cost of hosting a dinner in a particular restaurant is given by y…
Q: A researcher wishes to estimate the proportion of adults who have​ high-speed Internet access. What…
Q: What is family life cycle?
Q: [Co²+] = = 1.17 M and [Fe²+] = 0.00935 M, is −42.9 kJ: AG = -42.9 kJ The free energy change for the…
Q: Safavids set out to establish centralized power in Iran, and how successful were they?
Q: At $0.41 per bushel, the daily supply for wheat is 402 bushels, and the daily demand is 565 bushels.…
Q: A scientist has 350 grams of a radioactive element with a half-life of 3 minutes. Write an equation…
Q: Question 4 The following table of values gives a company's annual profits in millions of dollars.…
Q: 3. KrF2 4. SCN1- O1 only 3 and 4 O2 and 3 1 and 2 O 2 only Kr—F: ---- 1- · -·=·· ·--[ :-· -· |·-·[…
Q: Acute stress responses:     Are always detrimental to one's physical health     Can help…
Q: Draw the starting structure that would lead to the major product shown under the provided…
Q: 3. Solve the differential equation (a) r" - 91 = 5e²t (d) I" - I' = 8e²t (g) I" - I' = 6 sint (b) r"…
Q: What did the Thirteenth, Fourteenth, Fifteenth, and Nineteenth Amendments do
Q: Given an integer x, return true if x is palindrome integer. An integer is a palindrome when it reads…
Q: Calculate the sample mean and sample variance for the following frequency distribution of heart…
Q: When the parasympathetic nervous system is turned on this does not automatically cause the release…
Q: In a study of police gunfire reports during a recent year, it was found that among 540 shots fired…
Q: Total population                20,000 Working-age population                15,000 Employment…
Q: Suppose that you are holding a pencil balanced on its point. If you release the pencil and it begins…