Definitions and notation for this topicRecurrence relation
A rule expressing terms in terms of preceding terms.
The initial value and the range where the rule applies belong to the definition. This recurrence is an example, not a universal symbol for recurrence relations.
Separate glossary example
a₁=3 and a_n=a_(n−1)+2 for integers n≥2 define 3,5,7,9,… .
A recursive rule defines later terms using earlier ones and initial values. An explicit formula gives a_n directly in terms of n and fixed parameters.
Check an explicit candidate against both the recurrence and the initial values. Matching a few terms alone does not prove the formulas agree for every index.
Separate glossary example
a₀=3, a_n=a_(n−1)+2 for n≥1 describes the same sequence as a_n=3+2n for n≥0.
How to build an argument: methods and reasonsBefore writing: assumptions, goals and established facts (§4.2)
Assumption: a stated hypothesis or an explicitly temporary premise. Identify its domain.
Goal: what remains to be shown. It is not available as a reason for a later step.
Established: a statement derived from hypotheses, definitions, earlier steps or an applicable theorem. Name that reason.
Introduce witnesses when their existence is justified; give different arbitrary quantities different variables. Finish by matching the result to the original goal.
When to choose: Use it when the negation creates incompatible established facts.
Assume the hypotheses and the negation of the desired conclusion; derive a contradiction.
Start: State exactly what is temporarily assumed for contradiction.
Finish: Name the conflicting statements and discharge the assumption.
Worked example with reasons
Goal
2∣n2⇒2∣n
Prove the statement for every integer n.
Reason: This is Proposition 4.7.4.
Assumption
2∣n2,2∤n
Assume a counterexample: n² is even but n is not even.
Reason: Negating the universal conditional gives one integer satisfying the hypothesis and negating the conclusion. Every integer is either even or odd.
Established
n=2k+1,k∈Z
Introduce an integer k.
Reason: Definition of odd.
Established
n2=(2k+1)2=4k2+4k+1=2(2k2+2k)+1
The square is odd.
Reason: Algebra and closure of integers show 2k²+2k is an integer; then use the definition of odd.
Established
2∣n2∧2∤n2
This is impossible; the assumed counterexample cannot exist.
Reason: No integer is both even and odd (Theorem 4.7.2). Discharging the contradictory assumption proves the original claim.
When to choose: Use it to identify precisely what would make a quantified claim false, especially before a counterexample or contradiction.
Negate one outer quantifier at a time, preserving variable order, domains and the scope of the predicate.
Start: Mark the scope of each quantifier; move the negation inward one rule at a time.
Finish: Read the final statement and check that it describes failure of the original claim. Equivalence does not by itself prove either statement true.
Worked example with reasons
Goal
¬∀x∈D∃y∈EP(x,y)
Rewrite the negation without changing its meaning.
Reason: The domains D and E remain fixed throughout.
Established
∃x∈D¬∃y∈EP(x,y)
There is an x for which the inner existential statement fails.
Reason: Negation of a universal quantifier: ¬∀x R(x) ⇔ ∃x ¬R(x).
Established
∃x∈D∀y∈E¬P(x,y)
For that same x, every y fails P.
Reason: Negation of an existential quantifier: ¬∃y P(x,y) ⇔ ∀y ¬P(x,y). The order ∃x∀y is preserved.
Both are statements established by proof. The name often signals how a text organizes or emphasizes a result, not a different degree of truth.
Lemma
A proved auxiliary result used in another argument. For example, −|r|≤r≤|r| for real r supports later bounds. If r≥0, |r|=r and −r≤r; if r<0, |r|=−r and r≤−r. These cases cover every real r.
Lemma 4.5.4, printed p. 207 / PDF 231
Corollary
A result derived from an established theorem. If r is rational, r+r is rational by closure of rational numbers under addition (Theorem 4.3.2); because 2r=r+r, its double is rational.
Example 4.3.4, printed p. 187 / PDF 211; printed box: Corollary 4.2.3
Keep the domain conditions
With Epp’s definition, d divides 0 for every nonzero integer d: 0=d·0. Do not omit d≠0.
Prime and composite classifications here concern integers n>1. “Not prime” alone does not make 0, 1 or a negative integer composite.
§5.7 · Count recurrence incrementsLevel 2
Let a_2=7 and a_n=a_(n−1)+4 for integers n≥3. Find a_7.
Enter an integer result. Put any explanation in the reasoning field below.
Symbols
Check answer checks the result above. Your reasoning is saved, not automatically graded; compare it with the walkthrough.