The new forums will be named Coin Return (based on the most recent vote)! You can check on the status and timeline of the transition to the new forums here.
The Guiding Principles and New Rules document is now in effect.
I don't want to post the problem exactly, since I think that'd constitute academic dishonesty...
But let's say that I have something I need to prove for all Integers n >= 3, and for all reals x < -2.
What is the process for proving it for all possible values? Do I do with the reals the same way? Is the base step the same even though it can not, technically, equal -2?
How would you even use induction for real numbers? I'm pretty sure that's not the solution you're looking for.
May I suggest the old standby of proof by contradiction? Assume that there exist a real value in the domain for which your hypothesis doesn't hold true, and show that some absurd condition follows from that.
Bama on
0
SmasherStarting to get dizzyRegistered Userregular
edited February 2008
Yeah, you can't do induction on the reals. Induction only works on discrete values such as integers, while the reals are continuous.
It's hard to say in the general case, but you could try focusing on the interaction between x and n. If you have something like k*x*n (where k is some constant or expression not involving x or n) you know x*n will be negative for all applicable values of x and n. If it's j*n - k*x for positive j and k then you know the expression as a whole will be positive, since both J*n and -k*x will be positive.
Does the problem specifically state you should solve the integer part by induction? If not it might be intended for you to simply analyze the behavior of the function at the boundry points (n=3, x=-2) and how it behaves as you increase and/or decrease n and x respectively. If it does, see what you can prove with induction on n and see if you can relate that to the behavior of x.
Posts
May I suggest the old standby of proof by contradiction? Assume that there exist a real value in the domain for which your hypothesis doesn't hold true, and show that some absurd condition follows from that.
It's hard to say in the general case, but you could try focusing on the interaction between x and n. If you have something like k*x*n (where k is some constant or expression not involving x or n) you know x*n will be negative for all applicable values of x and n. If it's j*n - k*x for positive j and k then you know the expression as a whole will be positive, since both J*n and -k*x will be positive.
Does the problem specifically state you should solve the integer part by induction? If not it might be intended for you to simply analyze the behavior of the function at the boundry points (n=3, x=-2) and how it behaves as you increase and/or decrease n and x respectively. If it does, see what you can prove with induction on n and see if you can relate that to the behavior of x.