UMBC CMSC203 Discrete Structures, Section 06, Spring 2016
Homework 8, Due Thursday, 04/07
For better typesetting, you can download this homework set in PDF:
hw8.pdf.
Instructions:
In the following questions you are asked to use proof by induction.
Your proof must not simply be a sequence of equations, even if the
statement you are proving is arithmetic in nature. Clearly indicate
using complete English sentences:
1) what you are allowed to assume from the induction hypothesis,
2) what you need to show to establish the induction step, and 3)
which steps of the proof uses the induction hypothesis.
Responses that do not include well-written English sentences that clearly
explain your proof will receive a grade of no more than 50%.
- Induction (cubes).
Prove by induction that for all integers n ≥ 1
13 +
23 +
33 +
⋅⋅⋅
n3 = [ n (n+1) / 2]2
- Induction (fractions).
Prove by induction that for all integers n ≥ 1
- Regular Graphs, Revisited.
Recall that in graph theory, a k-regular graph is an undirected
graph where every vertex has degree k. Here we do not allow
edges from a vertex to itself (self loops) and we do not allow more
than one edge between a pair of vertices. Also recall that the
degree of a vertex is simply the number of edges incident on that
vertex.
Prove by induction on k that for every k ≥ 0, there exists
a k-regular graph.
- Induction (inequality).
Let x ≥ 0 be a real number.
Prove by induction on n, that for all n ≥ 2,
1 + nx ≤ (1 + x)n.
Hint: Do not expand (1 + x)n all the way.
Use induction!
Note: the inequality actually holds for x ≥ −1, but
for this exercise you will only prove the easy case.
Last Modified:
22 Jul 2024 11:29:39 EDT
by
Richard Chang
to Spring 2016 CMSC 203-06 Homepage