Discrete Mathematics: MATH-161
Discrete Mathematics: MATH-161
Discrete Mathematics: MATH-161
Discrete Mathematics
MATH-161
Lecture # 19
Solution
To show that this statement is false, we look for a counterexample, which is
a particular integer that is not the sum of the squares of two integers.
Hence proved.
General Examples
Example
Show that the additive inverse, or negative, of an even number is an even
number.
Solution
We have shown that whenever we have an even integer, its negative is
even.
Suppose that ‘a’ is an even integer.
Then there exists an integer s such that a = 2s
Its additive inverse is −2s=2(-s), by rules of arithmetic and algebra
Since this is 2 times the integer −s, it is even, as desired.
Hence Proved.
General Examples
General Examples
General Examples
Question
Prove or disprove that the product of two irrational numbers is irrational.
Solution
To disprove it we need only one case doesn`t match the law.
Now let X = √2, irrational number.
X*X = 2 is rational number.
Product of two irrational numbers is not an irrational number.
Hence Proved.
General Examples
Mathematical Induction
• In algebra or in other discipline of mathematics, there
are certain results or statements that are formulated
in terms of n, where n is a positive integer.
• To prove such statements well-suited principle that is
used, based on the specific technique is known as
the principle of mathematical induction.
• The principle of mathematical induction is one such
tool which can be used to prove a wide variety of
mathematical statements.
• Each such statement is assumed as P(n) associated
with positive integer n, for which the correctness for
the case n=1 is examined. Then assuming the truth
of P(k) for some positive integer k, the truth of n=k+1
is established.
Principle of Mathematical Induction
There is a given statement P(n) involving the natural
number n such that
i. The statement is true for n=1, i.e., P(1) is true
and
ii. If the statement is true for n=k (where k is some
positive integer ),
then
iii. the statement is also true for n=k+1 , i.e., truth of
P(k) implies the truth of P(k+1).
and finally
Solution:
Let the given statement be P(n)
P(n):1²+2²+3²+4²+……+n²= n(n+1)(2n+1)/6
For n=1,
P(1)≡1=1(1+1)(2×1+1)/6=1×2×3/6=1
which is true therefore, P(n) is true, where n = 1
1²+2²+3²+4²+……..+k²=k(k+1)(2k+1)/6 --------[1].
Cont. …
We shall now prove that P(k+1) is also true.
Now we have
(1²+2²+3²+4²+……..+k²)+(k+1)²
= k(k+1)(2k+1)/6+(k+1)² {Using[1]}
= {k(k+1)(2k+1)+6(k+1)²}/6
= (k+1)(2k²+7k+6)/6
= (k+1)(k+1+1){2(k+1)+1}/6
Solution
Let the given statement be P(n)
P(n)=1.2.3+2.3.4+………..+n(n+1)(n+2)= n(n+1)(n+2)(n+3)/4
For n=1
P(1)≣ 1.2.3= 1(1+1)(1+2)(1+3)/4
6 = 1×2×3×4/4 6
= 24/4 =6
which is true.
Now we have,
=1.2.3+2.3.4+………..+(k+1)(k+1+1)(k+1+2)
={k(k+1)(k+2)(k+3) + 4(k+1)(k+2)(k+3)}/4
= (k+1)(k+2)(k+3)(k+4)/4
Solution:
We can write P(n): 7ⁿ+3ⁿ is divisible by 4
i.e.
Now,
=7⁽ᵏ⁺¹⁾-3⁽ᵏ⁺¹⁾
=7⁽ᵏ⁺¹⁾-7.3ᵏ+7.3ᵏ-3⁽ᵏ⁺¹⁾
=7(7ᵏ-3ᵏ)+(7-3)3ᵏ
=7(4d)+(7-3)3ᵏ
=7(4d) +4.3ᵏ
=4(7d+3ᵏ)
Now, =(k+1)(k+1+1)(k+1+5)
=(k+1)[k(k+5) + k×1 +2(k+5) + 2×1]
=(k+1)[k(k+5) + k+ 2k + 10+ 2]
=(k+1)[k(k+5) +3k +12]
=k(k+1)(k+5)+(k+1)3(k+4)
=3d + 3(k+1)(k+4)
=3[d + (k+1)(k+4)]