Purchase Solution

Induction on a Sum of Natural Numbers

Not what you're looking for?

Ask Custom Question

Let f:N x N -> N be the function defined recursively as follows:

f(0, 0) = 6

f(i, j) = f(i - 1, j) + 2 if i > 0 and j = 0

f(i, j) = f(i, j - 1) + 1 if j > 0

Use induction on the sum i + j to prove that f(i, j) = 2i + j + 6 for all (i, j) in N x N.

Purchase this Solution

Solution Summary

A complete, detailed proof is provided.

Solution Preview

Please see the attached .pdf file for a complete solution.

Since i >= 0 and j >= 0, we have that i + j >= 0.

Base case: i + j = 0
In this case, (i, j) = (0, 0). By definition, f(0, 0) = 6, so
f(i, j) = f(0, 0) = 6 = 0 + 0 + 6 = 2(0) + 0 + 6 = 2i + j + 6

Induction step: Let k >= 1, let i, ...

Solution provided by:
Education
  • AB, Hood College
  • PhD, The Catholic University of America
  • PhD, The University of Maryland at College Park
Recent Feedback
  • "Thanks for your assistance. "
  • "Thank you. I understand now."
  • "Super - Thank You"
  • "Very clear. I appreciate your help. Thank you."
  • "Great. thank you so much!"
Purchase this Solution


Free BrainMass Quizzes
Probability Quiz

Some questions on probability

Multiplying Complex Numbers

This is a short quiz to check your understanding of multiplication of complex numbers in rectangular form.

Know Your Linear Equations

Each question is a choice-summary multiple choice question that will present you with a linear equation and then make 4 statements about that equation. You must determine which of the 4 statements are true (if any) in regards to the equation.

Graphs and Functions

This quiz helps you easily identify a function and test your understanding of ranges, domains , function inverses and transformations.

Exponential Expressions

In this quiz, you will have a chance to practice basic terminology of exponential expressions and how to evaluate them.