Can I use only strong induction in order to prove $$\forall n\in\mathbb N (n\ge 6 \Rightarrow \exists a,b\in\mathbb N : n=3a+4b)$$ Is there any other option?
2026-03-30 00:21:10.1774830070
On
On
Alternative proof for $\forall n\in\mathbb N (n\ge 6 \Rightarrow \exists a,b\in\mathbb N : n=3a+4b)$
89 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
4
There are 4 best solutions below
1
On
It suffices to discuss the below three cases (below, k ∈N and 1<=k)
- $n=3k = 3*a$
- $n=3k+1 = 3*(k-1) + 4 = 3*a + 4*1$
- $n=3k+2 = 3*(k-2) + 8 = 3*(k-2) + 8 = 3*a + 4*2$
0
On
We show that "usual" induction, i.e. going from $n$ to $n+1$, can be made to work here. Assume that $n \ge 6$ and we have a representation $n=3a+4b.$ Then either $a>0$ or not. If $a>0$ we can use one fewer $3$ and one more $4$ and arrive at $n+1.$ On the other hand if $a=0$ we have $n$ as all 4's, and there are at least two 4's involved since $n \ge 6.$ In this case we may decrease by two 4's and increase by three 3's and arrive at $n+1.$
if $n=3a+4b$ then $n+12k$ is also expressible in this form, so it suffices to show the proposition is true for $n \in [6,17]$