Proving Non-Negativity of m and n for x>=8

  • Thread starter antiemptyv
  • Start date
In summary, for all integers x >= 8, x can be written in the form 3m + 5n, where m and n are non-negative integers. This can be proven by induction on n, considering the base case of n = 8 and showing that the proposition is true for n = k + 1 when it is true for n = k. Alternatively, it can be shown that for all integers x >= 8, x can be written as x = 5m + 3n, where m = 0, 1, or 2 and n is a non-negative integer.
  • #1
antiemptyv
34
0

Homework Statement



Prove that for all integers x >= 8, x can be written in the form 3m + 5n, where m and n are non-negative integers.

Homework Equations


The Attempt at a Solution



Proof by induction on n that every integer n >= 8 can be expressed as n = 5x + 3y, with some integers x and y.

Let n = 8. Then n = 8 = 5(1) + 3(1), so the proposition is true for the base case.
Suppose the proposition is true for some number integer n = k > 8, i.e. k = 5x + 3y, for integers x and y. Consider the case when n = k + 1.

Then we have

k + 1 = 5x + 3y + 1
= 5x + 3y + 1 + 5 - 5
= 5x - 5 + 3y + 6
= 5(x - 1) + 3(y + 2).

Since the proposition is true for the base case and it being true for n = k implies
that it is true for n = k + 1, then n = 5x + 3y for some integers x and y.

I think that's almost it, but what about showing that m and n will never have to be negative?
 
Last edited:
Physics news on Phys.org
  • #2
9 is 0*5+3*3. 0 and 3 are non-negative. But your induction step is flawed. It would say 10=(-1)*5+5*3, which is true enough, but -1 is not non-negative. Luckily your induction can only fail for numbers k that are divisible by 3. Can you think of an alternative argument for these cases?
 
Last edited:
  • #3
antiemptyv said:
I think that's almost it, but what about showing that m and n will never have to be negative?

You got to:
[tex]k+1=5(x-1)+3(y+2)[/tex]
but, as you point out, you can't be sure that [itex](x-1)\geq 0[/itex].

One way might be to split this into two cases - one where [itex]x>0[/itex] and one where [itex]x=0[/itex] (you'll have to take advantage of [itex]k+1 \geq 9[/itex] in this case).
 
  • #4
dextercioby said:
I don't think the text of the problem is correct. If x=9, what are "m" and "n" equal to ?

[tex]9=3 \times 3 + 5 \times 0[/tex]
Zero is a non-negative integer.
 
  • #5
My solution Any natural number greater or equal to 8 is a member of this set

[tex] \left\{8, 9, 10, 11, 12, ...\right\} [/tex]. All elements of this set can be written as

[tex] 8+3k, 9+3k, 10+3k, \ k\in\left\{0,1,2,3,...\right\} [/tex]

But

[tex] 8+3k= 5\cdot 1+3\cdot p \ , \ p\in\left\{1,2,3,...\right\} [/tex] when

[tex] k=0\longrightarrow p=1 , \ k=1\longrightarrow p=2, \ ,... [/tex]

[tex] 9+3k= 5\cdot 0+3\cdot p' \ , \ p'\in\left\{3,4,5,...\right\} [/tex] when

[tex] k=0\longrightarrow p'=3 , \ k=1\longrightarrow p'=4, \ ,... [/tex]

[tex] 10+3k= 5\cdot 2+3\cdot p'' \ , \ p''\in\left\{0,1,2,...\right\} [/tex] when

[tex] k=0\longrightarrow p''=0 , \ k=1\longrightarrow p''=1, \ ,... [/tex]

So the problem is solved. Any element [itex] x\in\left\{8, 9, 10, 11, 12, ...\right\} [/itex] can be written as x=5m+3n, with [itex] m\in\left\{0,1,2\right\} [/itex] and [itex] n\in\mathbb{N} [/itex].

BTM, this is neither calculus, nor beyond :wink:

EDIT: I deleted that erroneous post Nate quoted above.
 
Last edited:
  • #6
Alternatively, the cases that fail your inductive step are k=3*n for n>=3. In this case k+1=3*(n-3)+3*3+1=3*(n-3)+2*5.
 
Last edited:
  • #7
My method isthe same as dextercioby. But I organize it in another way, which maybe look simpler.

1 n=8,obvious
So we can start from 9, let k=3n,3n+1,3n+2, n>=3
2 k=3n, obvious
3 k=3n+1=3(n-3)+10,obvious
4 k=3n+2=3(n-1)+5,obvious

From 1,2,3,4, the conclusion is obvious
 

FAQ: Proving Non-Negativity of m and n for x>=8

What does it mean to prove non-negativity of m and n for x>=8?

Proving non-negativity of m and n for x>=8 means to demonstrate that both m and n are positive numbers when x is equal to or greater than 8.

Why is it important to prove non-negativity of m and n for x>=8?

It is important because it can help in solving mathematical equations and inequalities involving m and n when x is equal to or greater than 8.

How can one prove non-negativity of m and n for x>=8?

One can prove non-negativity of m and n for x>=8 by using mathematical techniques such as algebraic manipulation, substitution, and proof by contradiction.

Can the non-negativity of m and n for x>=8 be proven for all values of x?

No, the non-negativity of m and n for x>=8 may not hold true for all values of x. It is important to specify the range of x for which the proof is valid.

Are there any real-life applications of proving non-negativity of m and n for x>=8?

Yes, there are many real-life applications such as in economics, engineering, and physics where proving non-negativity of m and n for x>=8 is crucial for solving problems and making accurate predictions.

Back
Top