This seems a very statement to be proven, but I'm stuck. I'm trying the contradiction technique:
Take $i>j$. Then, we know that $K(i) > K(j)$. Suppose for the sake of obtaining a contradiction that $K(i) < i$. I can't follow from here. Any hints?
This seems a very statement to be proven, but I'm stuck. I'm trying the contradiction technique:
Take $i>j$. Then, we know that $K(i) > K(j)$. Suppose for the sake of obtaining a contradiction that $K(i) < i$. I can't follow from here. Any hints?
Let $K:\mathbb{N} \to \mathbb{N}$ be a strictly increasing function, that is, $K(n) \geq K(n-1) + 1$, and $K(1) \geq 1$.
Claim: $$K(i) \geq i \quad \forall i \in \mathbb{N}$$
Base Step: $K(1) \geq 1$.
Induction Step:
$$K(i+1) \geq K(i) + 1 \geq i + 1. $$