![]() |
|
open problems survey - Printable Version +- Tetration Forum (https://tetrationforum.org) +-- Forum: Tetration and Related Topics (https://tetrationforum.org/forumdisplay.php?fid=1) +--- Forum: Mathematical and General Discussion (https://tetrationforum.org/forumdisplay.php?fid=3) +--- Thread: open problems survey (/showthread.php?tid=162) |
open problems survey - bo198214 - 05/17/2008 This thread is for mathematicians looking for challenges. Rules for posting in this thread: a) One open problem/conjecture per post (except very closely related problems) b) Put a meaningful title together with a succeeding problem id into the post subject. c) Every problem shall be stated clearly and basicly, if necessary by giving an introduction before and linking to relevant resources. d) Avoid problems like: "find the best algorithm for ...", "investigate more on ...", "is there a connection between ...", etc. Make effort to culminate the problem in a yes/no question or conjecture. e) If you found a proof or have a comment then dont post it here but open a new thread containing the string "TPID n" where n is replaced by the problem number. This way comments and proofs for a problem can by found by searching the forum for that string, while the problems thread stays clean and readable. eigenvalues of Carleman matrix for b^x, TPID 1 - bo198214 - 05/17/2008 Conjecture Let \( B_n \) be the Bell/Carleman matrix of \( f(x)=b^x \), \( 1<b<e^{1/e} \), truncated to \( n \) rows and columns. There is an enumeration \( (v_{n,k})_{1\le k\le n} \) of the eigenvalues of \( B_n \) such that \( \lim_{n\to\infty} v_{n,k} = \ln(a)^k \) where \( a \) is the lower real fixed point of \( b^x \). Explanation This is a key question for deciding whether the diagonalization/matrix power method is independent of its development point. A more general question would be under which circumstances the eigenvalues of the Carleman matrix converge to the powers of an attracting fixed point. It seems they dont do for \( f(x)=x^2+x-1/16 \) which has an attracting fixed point at \( -1/4 \) and a repelling fixed point at \( 1/4 \). Also the behaviour of the eigenvalues for \( e^{-e}<b<1 \) seems unclear. However there is only one real repelling fixed point in this case. Notes \( b=a^{1/a} \) \( \ln(a) \) is the derivative of \( b^x \) at \( a \): \( \frac{\partial b^x}{\partial x}|_{x=a}=\ln(b)b^x|_{x=a}=\ln(b)a=\ln(b^a)=\ln(a) \) Exponential Factorial, TPID 2 - andydude - 05/26/2008 Conjecture (Part 1): The exponential factorial (EF) is uniquely determined by the assumptions:
Conjecture (Part 2): This is contingent on part 1, and if it is uniquely determined by these conditions, then \( EF(0) = \gamma \), the Euler-Macheroni constant. Discussion: Starting with the definition of the exponential factorial \( EF(x)=x^{EF(x-1)} \), and differentiating we get \( EF'(x)=x^{EF(x-1)}(EF(x-1)/x+\ln(x)EF'(x-1)) \) and evaluating at one, we get \( EF'(1)=EF(0) \). So by finding EF(0) we are really finding the first coefficient of the power series expansion of EF (about x=1). A numerical approximation of the power series of EF using only these first principles will give a value of \( EF(0) \approx 0.57 \). Aside from the numerical approximations, if we assume that EF is invertible at one, then that means that EF'(1) is nonzero, which means that EF(0) is nonzero. Here is the first few real solutions. There seems to always be exactly 2 real solutions for every approximation, but the number of complex solutions increases with the approximation number. Code: M = Number of coefficientsThese coefficients correspond to the functions: \( EF(x)_2 = 1 + 0.575571(x-1) + 0.151142(x-1)^2 \) \( EF(x)_3 = 1 + 0.575571(x-1) + 0.229718(x-1)^2 + 0.0785761(x-1)^3 \) \( EF(x)_4 = 1 + 0.570807(x-1) + 0.232292(x-1)^2 + 0.114153(x-1)^3 + 0.0234736(x-1)^4 \) Below I have attached of some graphs made with these approximations. Notice that values of the function for \( x<-1 \) are required to be complex. eigenvalues of Carleman matrix for (x+s)^p-s, TPID 3 - bo198214 - 06/29/2008 Conjecture Let \( C_N \) be the Carleman matrix of \( (x+s)^p-s \) (truncated to N rows and columns), \( s>0 \), \( p>0 \) real. Then the set of eigenvalues of \( C_N \) converges to the set \( \{p^k:k\ge 0\} \) for \( N\to\infty \) in the sense that there exist an enumeration \( v_{N,k} \) of the Eigenvalues of \( C_N \) such that \( \lim_{N\to\infty} v_{N,k} = p^k \) for each \( k \). Discussion This is about the function \( f(x)=x^p \) shifted by \( s \). The fixed point 0 is a singularity for \( f \) (for non-natural \( p \)), so \( f \) has to be developed at the different point \( s \). In the particular case \( s=1 \) we have the fixed point at 0 and the first derivative is \( p \). So the Carleman matrix is triangular and we can solve it exactly, getting \( f^{\circ t}(x)=x^{p^t} \). The conjecture is again about the independence of the matrix function method with respect to the development point. \( f \) can even be developed at the fixed point 0 in the particular case \( p\in\mathbb{N} \). However in this case \( f'(0)=0 \) except \( p=1 \) and regular iteration can not be applied, which makes sense as \( x^{p^t} \) can for most t not be developed at 0. Existence of bounded b^z TPID 4 - bo198214 - 10/08/2008 We know that the recurrence for \( b>0 \) (1) \( f(0)=1 \) (2) \( f(z+1)=b{f(z)} \) has \( f(z)=b^z \) as the only entire solution that is bounded on the strip \( S=\{z: 0<\Re(z)\le 1\} \). The image of \( S \) under \( b^z \) is an annulus for \( b>0 \) and so bounded. We know that for complex \( b\not\ge 0 \) the function \( f(z)=b^z=\exp((\log(z)+2\pi i k)z) \) is not bounded on \( S \) (the image is kinda infinite spiral) for any \( k \). The question remains whether Conjecture There is no entire solution \( f \) that satisfies (1) and (2) and is bounded on \( S \) for complex \( b\not\ge 0 \). sqrt(2) tetrational is completely discontinuous TPID 5 - bo198214 - 05/01/2009 For a discussion of the topic see http://math.eretrandre.org/tetrationforum/showthread.php?tid=198&pid=2411#pid2411 Conjecture Let \( b=\sqrt{2} \). Every real function \( f \) on \( (-2,\infty) \) that satisfies: \( f(0)=1 \) \( f(x+1)=b^{f(x)} \) \( f(-f(x))=-x \) is not continuous at any point. Limit of self-super-roots is e^1/e. TPID 6 - andydude - 10/07/2009 Conjecture \( \lim_{n\to\infty} f(n) = e^{1/e} \) where \( f(n) = x \) such that \( {}^{n}x = n \) Discussion To evaluate f at real numbers, an extension of tetration is required, but to evaluate f at positive integers, only real-valued exponentiation is needed. Thus the sequence given by the solutions of the equations
The conjecture is proven to be true. Search the forum for "TPID 6". A conjecture on bounds. TPID 7 - andydude - 10/23/2009 Conjecture The following holds for regular tetration: \( 0 \,< \,({}^{y}x)({}^{-y}x) \,< \,1 \) for all \( 1 < x < e^{1/e} \) and 0 < |y| < 1. The following holds for intuitive tetration: \( 0 \,< \,({}^{y}x)({}^{-y}x) \,< \,1 \) for all \( x > e^{1/e} \) and 0 < |y| < 1. Discussion This would be interesting in its own right, partly because it is symmetric, but also because it is useful in demonstrating the difference between reciprocal heights and super-roots. Another notable aspect of this set of bounds is that it is very extension-dependent. This does not hold for linear tetration. Appended are several graphs of the function \( f(y) = ({}^{y}x)({}^{-y}x) \) for x = 1.001, 1.1, eta, e, 10. The first three (1.001, 1.1, eta) were calculated with regular tetration, and the last two (e, 10) were calculated with intuitive tetration. More discussion of this is here Elementary superfunction of polynomial without real fixed points TPID 8 - bo198214 - 04/25/2010 Is there an elementary real function \( F \), such that \( F(1+F^{-1}(x)) \) is a real polynomial of degree at least 2 without real fixed points. Logarithm reciprocal TPID 9 - bo198214 - 07/20/2010 Let the sequence \( (a_n)_{n\in\mathbb{N}} \) be defined recursively in the following way for \( b>0 \): \( a_1 = 1 \) and \( a_n = \frac{1}{1-b^n}\sum_{m=1}^{n-1} a_m \left(n\\m\right) (1-b)^{n-m} b^m \) for \( n\ge 2 \) Is \( \lim_{n\to\infty} a_n = \frac{b-1}{\ln(b)} \)? The conjecture is proven to be true. See http://arxiv.org/abs/1008.1409 and also the discussions: Logarithm reciprocal True or false logarithm There is also a result-less (as of this writing) thread in sci.math.research and sci.math called "Logarithm reciprocal". |