MathDB
2017 Guts #33: USAYNO Algebra

Source:

February 21, 2017
USAYNOalgebra

Problem Statement

Welcome to the USAYNO, where each question has a yes/no answer. Choose any subset of the following six problems to answer. If you answer nn problems and get them all correct, you will receive max(0,(n1)(n2))\max(0, (n-1)(n-2)) points. If any of them are wrong (or you leave them all blank), you will receive 00 points.
Your answer should be a six-character string containing 'Y' (for yes), 'N' (for no), or 'B' (for blank). For instance if you think 1, 2, and 6 are 'yes' and 3 and 4 are 'no', you should answer YYNNBY (and receive 1212 points if all five answers are correct, 0 points if any are wrong).
(a) a,b,c,d,A,B,C,a,b,c,d,A,B,C, and DD are positive real numbers such that ab>AB\frac{a}{b} > \frac{A}{B} and cd>CD\frac{c}{d} > \frac{C}{D}. Is it necessarily true that a+cb+d>A+CB+D\frac{a+c}{b+d} > \frac{A+C}{B+D}?
(b) Do there exist irrational numbers α\alpha and β\beta such that the sequence α+β,2α+2β,3α+3β,\lfloor\alpha\rfloor+\lfloor\beta\rfloor, \lfloor2\alpha\rfloor+\lfloor2\beta\rfloor, \lfloor3\alpha\rfloor+\lfloor3\beta\rfloor, \dots is arithmetic?
(c) For any set of primes P\mathbb{P}, let SPS_\mathbb{P} denote the set of integers whose prime divisors all lie in P\mathbb{P}. For instance S{2,3}={2a3b    a,b0}={1,2,3,4,6,8,9,12,}S_{\{2,3\}}=\{2^a3^b \; | \; a,b\ge 0\}=\{1,2,3,4,6,8,9,12,\dots\}. Does there exist a finite set of primes P\mathbb{P} and integer polynomials PP and QQ such that gcd(P(x),Q(y))SP\gcd(P(x), Q(y))\in S_\mathbb{P} for all x,yx,y?
(d) A function ff is called P-recursive if there exists a positive integer mm and real polynomials p0(n),p1(n),,pm(n)p_0(n), p_1(n), \dots, p_m(n)[color = red], not all zero, satisfying pm(n)f(n+m)=pm1(n)f(n+m1)++p0(n)f(n)p_m(n)f(n+m)=p_{m-1}(n)f(n+m-1)+\dots+p_0(n)f(n) for all nn. Does there exist a P-recursive function ff satisfying limnf(n)n2=1\lim_{n\to\infty} \frac{f(n)}{n^{\sqrt{2}}}=1?
(e) Does there exist a nonpolynomial function f:ZZf: \mathbb{Z}\to\mathbb{Z} such that aba-b divides f(a)f(b)f(a)-f(b) for all integers aba\neq b?
(f) Do there exist periodic functions f,g:RRf, g:\mathbb{R}\to\mathbb{R} such that f(x)+g(x)=xf(x)+g(x)=x for all xx?
[color = red]A clarification was issued for problem 33(d) during the test. I have included it above.