I understand that with questions asking you to prove for x on an interval requires induction. The question I have is: prove that for every real number $x \in \left[0,\dfrac{\pi}{2}\right]$, $\sin(x)+\cos(x)\ge1$.
The base case is obvious: 0 satisfies the equation I want to prove.
The inductive case is more confusing. The hypothesis is that there is an n that satisfies the equation. But then what should I do for the n+1 case?
Would I do $n+2\pi$ because $2\pi$ is similar to adding 1?
I understand that with questions asking you to prove for x on an interval requires induction.Your understanding is wrong. Induction can only prove that a statement is true for positive integers (or, more generally, some countable set of cases). Any interval contains uncountably many reals, so you cannot use induction in that case. – dxiv Aug 26 '18 at 04:06