W2Q1

Rewriting expression in sum notation Let the following represent

basic induction

  • base case: n = 0
  • induction hypothesis
    • assume that the statement holds for an arbitrary
  • induction step
    • we need to prove that

W2Q2

Let the following be

for all positive integers

Base Case

For , , which is true.

Induction Hypothesis

Assume that, for an arbitrary , holds.

Induction Step

We need to prove that holds.

Based on we know that . Therefore we can prove if we can show that .

We know that for any , so the above is true.

W2Q3

Let the following be

for any positive integer . that is, where is an integer.

Base Case

For , we have

and , making the base case true.

Induction Hypothesis

We assume that for any arbitrary , holds.

Induction Step

We need to prove that holds.

From we know that divided by 3 is . Then we have:

which is divisible by three.

W3P1Q1

Let denote that if is an integer greater than 1, then can be written as the product of primes.

Base Case

We know that for the number two can be written as the product of itself.

Induction Hypothesis

We assume all cases holds.

Induction Step

We need to prove that . If is prime, then it can be written as the product of itself. If is not prime, then by definition it must have one factor that is neither 1 or itself. Let’s call the factor and denote as . Since and , we know that and hold, and that can be represented as the product of primes, namely the product of primes that make up and .

W3P1Q2

Let denote that a certain combination of 3-cent and 10-cent stamps can represent an -cent postage, for any positive integer .

Base Case

03 = 0 x 10 + 1 x 3
04 = 
05 = 
06 = 0 x 10 + 2 x 3
07 = 
08 = 
09 = 0 x 10 + 3 x 3
10 = 0 x 10 + 1 x 10
11 = 
12 = 0 x 10 + 4 x 3
13 = 1 x 10 + 1 x 3
14 = 
15 = 0 x 10 + 5 x 3
16 = 1 x 10 + 2 x 3
17 = 
18 = 6 x 3
19 = 1 x 10 + 3 x 3
20 = 2 x 10 + 0 x 3
...

Induction Hypothesis

Assume that holds for any positive integer .

Induction Step

We need to prove .

We know that , so holds. We can add a 3-cent stamp to that to represent .

W3P1Q3

Let denote that any positive integer can be written as the sum of distinct powers of 2, that is.

Base Case

For , we have . For , we have . For , we have For , we have For , we have For , we have For , we have For , we have For , we have For , we have

Induction Hypothesis

Assume that to for any integer

Induction Step

We need to show that holds.

If is odd, we can represent as . Otherwise if is even, we know holds, and we can multiply the sum that represent by 2 to get the expression for , since multiplying the sum is equivalent to adding 1 to each exponent.

W3P2Q1

We first prove that if , then and Rewriting the ordered pairs as sets: Whatever look at the solution So the initial assumption must be false, and the proposition to be proved is true.

We then prove that if and , then Direct proof: The two sets and are equal to another if or So the proposition to be proved is true.

Therefore if and only if and

W3P2Q2

W3P2Q3

Since we know that , then every ordered pair also satisfies , meaning that each ordered pair is an element of , implying that .