



Study with the several resources on Docsity
Earn points by helping other students or get them with a premium plan
Prepare for your exams
Study with the several resources on Docsity
Earn points to download
Earn points by helping other students or get them with a premium plan
Material Type: Notes; Class: Discrete Mathematics; Subject: Mathematics; University: Fayetteville State University; Term: Unknown 1989;
Typology: Study notes
1 / 6
This page cannot be seen from the preview
Don't miss anything!




1
(ex) The sum of any two positive real numbers is positive.
∀x∀y ((x>0) ∧ (y>0)) → (x+y>0), D = reals
2
(ex) For every integer m, there exists an integer n such that m<n (i.e., there is no greatest integer). ∀m∃n (m < n), D = integers
3
(ex) There exists a positive integer m such that for every positive integer n, m is less than or equal to n (i.e., there is a least positive integer).
∃m∀n (m ≤ n), D = positive integers
While this is true of the positive integers (m=1), it is not true of the integers.
4
(ex) There exists two integers m and n, such that m = -n. ∃m∃n (m = -n), D = integers While this is true of the integers (m=1 and n=-1), it is not true of the positive integers.
prove: ∀x∀y ((x>0) ∧ (y>0)) → (x+y>0), D = reals proof: if x≤0 or y≤0 then vacuously true. Let x be an arbitrary real such that x>0 and let y be an arbitrary real such that y>0. If we add y to each side of x>0, we get x+y>0+y. But since 0+y is equal to y which is greater than 0, we have x+y > 0+y > 0, so x+y > 0.
7
8
prove: ∀m∃n (m < n), D = integers proof: let m be an arbitrary integer, then there exists an least one integer n, namely n = m+1, such that m<n.
9
10
prove: ∃m∀n (m ≤ n), D = positive integers proof: let m=1. Then for every positive integer n, n has the property that m ≤ n.
prove: ∃x∃y (x>1) ∧ (y>1) ∧ (xy=6), D = positive integers proof: let x = 2 and y = 3.
19
1. direct proof – assume that p(x 1 , x 2 , ..., xn ) is true and then show that it follows that q(x 1 , x 2 , ..., xn ) is true.
20
prove: for any integers m and n, if m is odd and n is even, then m+n is odd. proof: Since m is odd, there is an integer k 1 such that m = 2k 1 +1. Also, since n is even, there is an integer k 2 such that n = 2k 2. Therefore, m+n = (2k 1 +1) + 2k 2 = 2(k 1 + k 2 )
21
2. proof by contradiction (indirect proof) – prove p → q by assuming p and ¬q and deriving a contradiction (a proposition of the form r ∧ ¬r).
22
prove: For all real numbers, x and y, if x+y ≥ 2 then either x ≥ 1 or y ≥ 1. proof: Let x and y be arbitrary real numbers and suppose ¬(x ≥ 1 ∨ y ≥ 1). But, ¬(x ≥ 1 ∨ y ≥ 1) ≡ ¬(x ≥ 1) ∧ ¬(y ≥ 1) ≡ (x < 1) ∧ (y < 1). Therefore, x+y < 1+ = 2. But this is a contradiction: (x+y < 2) ∧ (x+y ≥ 2). Therefore, (x ≥ 1 ∨ y ≥ 1) is true.
3. proof by contrapositive –
we prove p → q by assuming ¬q and deriving ¬p. In other words, we prove ¬q → ¬p by direct proof.
prove: for all integers m, if m 2 is odd, then m is odd. proof: The contrapositive is: if m is not odd then m^2 is not odd, or equivalently, if m is even then m^2 is even. So suppose m is even, then m=2k for some integer k. Now, m^2 = (2k)^2 = 2 2 k^2 = 2(2k^2 ). Therefore, m^2 is even. Therefore, we have proven the original conditional.
25
4. proof by cases – used when the hypothesis naturally divides itself into various cases. Suppose we want to prove (p 1 ∨ p 2 ∨ ... ∨ pn ) → q, we can instead prove (p 1 → q) ∧ (p 2 → q) ∧ ... ∧ (p (^) n → q).
26
prove: for every real number x, x ≤ |x|. proof: For every x, (x ≥ 0) ∨ (x < 0). Case 1: if x ≥ 0 then |x| = x by definition. Thus, |x| ≥ x. Case 2: if x < 0 then |x| = -x by definition. Since |x| = -x > 0 and 0 > x, |x| ≥ x. In either case, |x| ≥ x.
27
p if and only if q we use the equivalence p ↔ q ≡ (p → q) ∧ (q → p).
28
prove: for all integers n, n is odd iff n-1 is even. proof: (1) if n is odd then n = 2k+1 for some integer k. Now n-1 = (2k+1) – 1 = 2k. Therefore, n-1 is even. (2) if n-1 is even, then n-1 = 2k for some integer k. Now, n = 2k+1. Therefore, n is odd.
if p 1 and p 2 and ... and pn , then q.
∴ q