Wednesday, September 25, 2019

elementary number theory - Find a function M such that M(x)=1forallxneq0 and M(0)=0

Find a function F from SS to {0,1} where S is the set of first 12 positive integers such that :



F(a,b)={0,for ba1otherwise .



My Attempt:




F(a,b)=a+12b+12G(a,b)



Let G(a,b)=M(ab),
Now we have to find a function M from SP0(P is the set of first twelve negaive integers) to (1,0) such that M(0)=0 and M(x)=1x>1



Since the limit does not exist at 0 ,therefore I can't use trig or exponential function s etc.



Any help in direction would be appreciated.




PS: keep it as simple as possible. I am willing to use mod,floor and abs to construct M

No comments:

Post a Comment

analysis - Injection, making bijection

I have injection f \colon A \rightarrow B and I want to get bijection. Can I just resting codomain to f(A)? I know that every function i...