3
3
terms that precede the first term where the recurrence relation takes
effect
• We say that we have solved the recurrence relation together with the
initial conditions when we find an explicit formula, called a closed
formula, for the terms of the sequence.
• The technique used in Example 10 is called iteration
SUMMATION
Mathematical Induction
2. Explain, without using a truth table, why (p ∨¬q) ∧ (q ∨¬r) ∧ (r ∨¬p) is true when p, q, and r
have the same truth value and it is false otherwise.
3. What is the value of x after each of these statements is encountered in a computer program, if x = 1
before the statement is reached?
a) if x + 2 = 3 then x := x + 1
b) if (x + 1 = 3) OR (2x + 2 = 3) then x := x + 1
5. Find a counterexample, if possible, to these universally quantified statements, where the domain for
all variables consists of all integers.
a) ∀x(x2 ≥ x)
b) ∀x(x > 0 ∨x < 0)
c) ∀x(x = 1)
Reference
• 1. Discrete Mathematics and its Applications (7th Edition) by Kenneth
H. Rosen (McGraw-Hill, Inc., New York, 2007)