[sorry about the blank message; hit the wrong key] On Wed, Feb 10, 2016 at 9:50 PM, Warren D Smith <warren.wds@gmail.com> wrote:
OK, as an attempted fix, consider this new function F(x):
1. let continued fraction expansion of x be [a0; a1,a2,a3,a4,...]
2. consider the the a[j] which obey (i) a[j]>=4 (ii) min(a[j-1],a[j+1])>=2 Replace these a by either a+1 (if a=even) or a-1 (if a=odd), also known as "a XOR 1."
Doesn't this have exactly the same problem? [......2, 7, 2] -> [...2, 7XOR 1, 2], while the very slightly smaller or larger [...2, 7, 1, 1, large,... is unchanged. Andy
3. result is F(x).
This function's range has no "holes." So perhaps it is continuous function. (I would think it obviously is continuous, but apparently there is something wrong with my intuition?) It maps rationals to rationals and quadratic irrationals to quadratic irrationals. It would seem to have Kth derivatives at any rational argument x, for any K=1,2,3...
-- Warren D. Smith http://RangeVoting.org <-- add your endorsement (by clicking "endorse" as 1st step)
_______________________________________________ math-fun mailing list math-fun@mailman.xmission.com https://mailman.xmission.com/cgi-bin/mailman/listinfo/math-fun
-- Andy.Latto@pobox.com