
























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
Detailed informtion about PROOF TECHNIQUES, Fundamental Discrete Structure, Introduction, Direct method, Indirect method, Contradiction method.
Typology: Study notes
1 / 32
This page cannot be seen from the preview
Don't miss anything!

























true.
It is used to prove results about the:
computer programs
Note that an integer is either even or odd , and no integer is both even and odd.
Note that an integer is either even or odd , and no integer is both even and odd.
The integer n is even if there exists an integer k such that n = 2 k.
The integer n is even if there exists an integer k such that n = 2 k.
The integer n is odd if there exists an integer k such that n = 2 k + 1.
The integer n is odd if there exists an integer k such that n = 2 k + 1.
Give a direct proof of the theorem “If n is an odd integer, then n^2 is odd.”
We want to show that n^2 is an odd integer.
Let n is an odd integer:
Therefore, n^2 is an odd integer.
Give a direct proof that if m and n are both perfect squares, then nm is also a perfect square. (An integer a is a perfect square if there is an integer b such that a = b^2 ).
We want to show that mn is perfect square.
Therefore, mn is perfect square.
Let m and n are both perfect squares:
(^) Is known as proof by contraposition.
(^) Let p q ,
» (^) converse: q p » (^) contrapositive: ~ q ~ p » (^) inverse: ~ p ~ q
(^) Is known as proof by contraposition.
(^) Let p q ,
» (^) converse: q p » (^) contrapositive: ~ q ~ p » (^) inverse: ~ p ~ q