CRN 12107: HW 1
From Classes
(Difference between revisions)
HelmutKnaust (Talk | contribs) (Created page with "'''Problem 1.''' Exercise 1.2.12(b) '''Problem 2.''' You have seen how to generate compound statements using the four connectives ¬,∨,∧ and ⇒. This...") |
HelmutKnaust (Talk | contribs) |
||
Line 20: | Line 20: | ||
#Write the statement above using quantifier(s) and predicate(s). | #Write the statement above using quantifier(s) and predicate(s). | ||
#Negate the sentence using quantifier(s) and predicate(s). | #Negate the sentence using quantifier(s) and predicate(s). | ||
− | #Write the negation | + | #Write the negation in the form of an English sentence. (Don't just write ''It is not true that...'') |
Revision as of 07:51, 4 September 2013
Problem 1. Exercise 1.2.12(b)
Problem 2. You have seen how to generate compound statements using the four connectives ¬,∨,∧ and ⇒. This problem addresses the question whether all four connectives are necessary.
- Use a truth table to show that A⇒B is equivalent to ¬(A∧¬B).
- Show that A∨B can be written using only the connectives ¬ and ∧.
- Thus the two connectives ¬ and ∧ suffice to generate all compound statements. It is possible to further reduce to only one connective, albeit a different one: Let us define the new connective NOR by setting A NOR B⟺¬(A∨B). Show that the four compound statements ¬A, A∨B, A∧B and A⇒B can be written using only the NOR-connective.
Problem 3. In each case, give an example, or explain why such an example cannot exist:
- Is there a predicate A(x,y) such that the statement ∀x ∃y: A(x,y) is true, while the statement ∃y ∀x: A(x,y) is false?
- Is there a predicate A(x,y) such that the statement ∃y ∀x: A(x,y) is true, while the statement ∀x ∃y: A(x,y) is false?
Problem 4. Prove Theorem 1.3.2.
Problem 5. A clothing store advertises: For every customer we have a rack of clothes that fit.
- Write the statement above using quantifier(s) and predicate(s).
- Negate the sentence using quantifier(s) and predicate(s).
- Write the negation in the form of an English sentence. (Don't just write It is not true that...)