User joro - MathOverflow most recent 30 from http://mathoverflow.net 2013-05-24T11:59:32Z http://mathoverflow.net/feeds/user/12481 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://mathoverflow.net/questions/131336/help-with-this-diophantine-equation/131348#131348 Answer by joro for Help with this Diophantine equation joro 2013-05-21T14:48:27Z 2013-05-21T17:53:27Z <p>For $0 &lt; a \le3966887 $ solutions are $(9419, 10418, 8146),(69167, 10776, 87090)$ and (added) $(3966887, 2434179, 4797573)$.</p> <p>Here is an idea for searching. Loop $a$ from $1$ to certain bound.</p> <p>You have to solve $x^3 + y^3 = C + 2 a^3 = N$. This is easy to solve if $N$ can be factored since $x^3+y^3$ factors nicely.</p> <p><strong>Added to the edited question</strong></p> <p>You have to solve $ a^3+b^3+c^3 + 83449 = 3 d $</p> <p>Just pick "random" $a,b,c$ such the the lhs is divisible by $3$ like $(300,301,304)$ and $d=27482938$</p> <p>Here is a pari/gp script which found the solutions.</p> <pre><code> { jobin1()= th=thueinit(x^3+1,1); C=36650; for(a=1,10^5, A=C+2*a^3; v=thue(th,A); if(v == [],next); print([a,v]); ); } jobin1() </code></pre> http://mathoverflow.net/questions/131111/is-this-combination-of-generalized-polygamma-and-dilogarithm-actually-zero-im/131132#131132 Answer by joro for Is this combination of generalized polygamma and dilogarithm actually zero? $\Im\;\psi^{(-2)}(1+i)+\frac1{4\pi}\text{Li}_2(e^{-2\pi})-\log\sqrt{2\pi}+\frac{5\pi}{24}+\frac12$ joro 2013-05-19T09:25:30Z 2013-05-19T11:37:10Z <p><strong>Edited</strong> Maple's $\psi$ disagrees with Wolfram Alpha and your integral, so here are some conjectures with both:</p> <p>According to Maple -- your equality fails with this definition of psi.</p> <p>$$ 24 \Im{\psi^{(-2)}}(i)+6 Li_2(e^{-2 \pi}) / \pi + 5 \pi - 12= 0$$</p> <p>$$ 24 \Im{\psi^{(-2)}}(1+i)+6 Li_2(e^{-2 \pi}) / \pi + 5 \pi + 12= 0$$</p> <p>Simlarly for $Li_4$,</p> <p>$$ -1440 \Im{\psi^{(-4)}}(1+i)+ 90 Li_4(e^{-2 \pi}) / \pi^3 - \pi + 220 = 0$$</p> <p>Checked with precision 1000 decimal digits.</p> <p>Using your integral and mpmath, these appear to hold for $\psi^{(-2)}(i)$ and $\psi^{(-2)}(2+i)$</p> <p>$$ -24 \Im{\psi^{(-2)}}(i)-6 Li_2(e^{-2 \pi}) / \pi - 5 \pi + 12 +24 \log{\sqrt{\pi}} + 24 \log{\sqrt{2}} = 0$$</p> <p>$$ -24 \Im{\psi^{(-2)}}(2+i)-6 Li_2(e^{-2 \pi}) / \pi + \pi - 36 +24 \log{\sqrt{\pi}} + 48 \log{\sqrt{2}} = 0$$</p> <p>These were found using linear dependencies in real numbers (pari's <code>lindep</code>).</p> <p>Wolfram Alpha <a href="http://www.wolframalpha.com/input/?i=polygamma%28-2%2C1%2BI%29" rel="nofollow">finds</a> another expression for $\psi$.</p> http://mathoverflow.net/questions/130247/closed-form-for-derivatives-zetan1-2 Closed form for derivatives $\zeta^{(n)}(1/2)$ joro 2013-05-10T10:49:32Z 2013-05-10T20:27:17Z <p>According to <a href="http://mathworld.wolfram.com/RiemannZetaFunction.html" rel="nofollow">mathworld</a> 41,42. "Derivatives $\zeta^{(n)}(1/2)$ can also be given in closed form" with example for the first derivative.</p> <p>What is the closed form? References?</p> <p>The motivation is that <a href="http://mathoverflow.net/questions/129706/zeta3-in-terms-of-derivatives-of-zeta-at-1-2-and-pi/129808" rel="nofollow">this question</a> expresses $\zeta(3)$ in terms of $\zeta(1/2)$ and the first 3 derivatives, so closed form possibly might result in closed form for zeta(3) (unless the closed form is derived by the linked question).</p> <p>Particaluraly intersted in the second and third derivatives.</p> <p>On what the derivatives would depend helps too.</p> http://mathoverflow.net/questions/129938/zeta2k1-is-a-rational-multiple-of-pi2k-zeta-2-k zeta(2k+1) is a rational multiple of pi^{2k} zeta'(-2 k) ? joro 2013-05-07T10:09:19Z 2013-05-07T11:59:25Z <p>Probably this is well know and elementary and will delete it, but couldn't find it on the web.</p> <p>Got a sketch of proof and numerical evidence that $\zeta(2k+1)$ is a rational multiple of $\pi^{2k} \zeta'(-2k)$</p> <p>An identity from <a href="http://citeseerx.ist.psu.edu/viewdoc/summary?doi=10.1.1.92.6101" rel="nofollow">Derivatives of the Hurwitz Zeta Function for Rational Arguments</a> p.7</p> <p>$$ \zeta'(-n,x) + (-1)^n \zeta'(-n,1-x) = \pi i \frac{B_{n+1}(x)}{n+1} + \frac{n!}{(2 \pi) ^ n} e^{-\pi i n / 2} \operatorname{Li}_{n+1}(e^{2\pi i x}). \qquad (21)$$</p> <p>For even $n$ and $x=\frac12$ (21) is:</p> <p>$$ 2 \zeta'(-n,\frac12) = \pi i \frac{B_{n+1}(\frac12)}{n+1} \pm \frac{n!}{(2 \pi) ^ n} \operatorname{Li}_{n+1}(-1).$$</p> <p>The choise of $\pm$ depends on $e^{-\pi i n / 2}$.</p> <p>According to Wolfram Alpha $Li_{n+1}(-1)$ is an integer multiple of $\zeta(n+1)$ and $B_{n+1}(\frac12)$ vanishes. </p> <p>$\zeta(s,\frac12) = (2^s-1) \zeta(s) $. Taking derivative and having in mind $\zeta(-2k)=0$ we have $\zeta'(s,\frac12)$ is a rational multiple of $\zeta'(s)$.</p> <p>For even $n$ and $x=\frac12$ (21) simplifies to:</p> <p>$$ \mathbb{Q} \zeta'(-n) = \pm \mathbb{Z} \frac{n!}{(2 \pi) ^ n} \zeta(n+1). \qquad (1)$$</p> <p>In particular, </p> <p>$$ \zeta(3) = -4 \zeta'(-2) \pi^2$$ $$ \zeta(5) = 4/3 \zeta'(-4) \pi^4$$</p> <p>The last two hold with precision of 1000 digits.</p> <p>Is this true?</p> <p>Is this known?</p> http://mathoverflow.net/questions/129706/zeta3-in-terms-of-derivatives-of-zeta-at-1-2-and-pi zeta(3) in terms of derivatives of zeta at 1/2 and pi joro 2013-05-05T09:53:15Z 2013-05-06T08:22:32Z <p>Got numerical support that for odd $n$, $\zeta(n)$ might be expressed in terms of the derivatives of $\zeta(\frac12)$.</p> <p>Based on More Zeta Functions for the Riemann Zeros, Andre Voros , p.12, Table 3:</p> <p>Conjecture: For odd $n$, $$\zeta(n) = \left(\frac{2}{(n-1)!} (\log(|\zeta|)^{(n)} (\frac12) - 2^n \beta(n))\right)/(2^n-1)$$</p> <p>$\beta(n)$ is Dirichlet beta function and it is a rational multiple of $\pi^n$ for odd $n$. The derivative can be expressed in terms of $\zeta(\frac12),\zeta^{(k)}(\frac12)$</p> <p>For $n=3$ get numerical support for:</p> <p>$$\zeta(3) = (-\zeta'''(\frac12)/|\zeta(\frac12)| -3 \zeta''(\frac12) \zeta'(\frac12)/|\zeta(\frac12)|^2 -2 \zeta'(\frac12)^3/|\zeta(\frac12)|^3- \pi^3 / 4)/7 $$</p> <p>The last equality holds with precision $10^4$ decimal digits. One can eliminate the first derivative since there is closed form for $\zeta'(\frac12)/\zeta(\frac12)$</p> <blockquote> <p>Is this result true?</p> </blockquote> <p>sage/mpmath code in case of typos of the latex.</p> <pre><code>#run in sage import mpmath from mpmath import mpf mpmath.mp.pretty=True def zeta3test(): n=3 mpmath.mp.dps=10^3 zeta3=mpmath.zeta(3) Pi=mpmath.pi gamma=mpmath.euler z12=mpmath.zeta(1/mpmath.mpf(2)) z1=mpmath.zeta(1/mpmath.mpf(2),derivative=1) z2=mpmath.zeta(1/mpmath.mpf(2),derivative=2) z3=mpmath.zeta(1/mpmath.mpf(2),derivative=3) # eliminate the first derivative #rh0=1/32*(72*Pi*mpmath.log(2)*mpmath.log(Pi)*z12+144*gamma*mpmath.log(2)*mpmath.log(Pi)*z12+72*mpmath.log(2)*z12*gamma*Pi+24*mpmath.log(Pi)*z12*gamma*Pi-144*z2*mpmath.log(2)-48*z2*mpmath.log(Pi)+216*mpmath.log(2)^3*z12+8*mpmath.log(Pi)^3*z12-48*z2*gamma-24*z2*Pi+8*z12*gamma^3+z12*Pi^3+72*mpmath.log(2)*z12*gamma^2+18*mpmath.log(2)*z12*Pi^2+24*mpmath.log(Pi)*z12*gamma^2+6*mpmath.log(Pi)*z12*Pi^2+216*mpmath.log(2)^2*mpmath.log(Pi)*z12+72*mpmath.log(2)*mpmath.log(Pi)^2*z12+216*gamma*mpmath.log(2)^2*z12+24*gamma*mpmath.log(Pi)^2*z12+108*Pi*mpmath.log(2)^2*z12+12*Pi*mpmath.log(Pi)^2*z12+32*z3+12*z12*gamma^2*Pi+6*z12*gamma*Pi^2)/z12 z12a=mpmath.fabs(z12) rh1= -z3/z12a -3*z2*z1/z12a**2 -2* z1**3/z12a**3 #print 'rh',mpmath.chop(rh0-rh1) #rhs= (mpmath.diff( lambda y: mpmath.log(mpmath.fabs(mpmath.zeta(y))),1/2,n) - mpmath.pi^3 / 4 )/(7) rhs= (rh1 - mpmath.pi**3 / 4 )/(7) print mpmath.chop(zeta3-rhs) def conjecture1(n): """ voros, p. 12 """ assert n%2==1 a1= mpmath.zeta(n) a2= (2/factorial(n-1) * mpmath.diff( lambda y: mpmath.log(mpmath.fabs(mpmath.zeta(y))),1/2,n) - 2**(n) * dirichletbeta(n))/(2**n-1) print mpmath.chop(a1-a2) def dirichletbeta(s): """ dirichlet beta """ return 4**(-s) * (mpmath.hurwitz(s,1/4)-mpmath.hurwitz(s,3/4)) </code></pre> http://mathoverflow.net/questions/129706/zeta3-in-terms-of-derivatives-of-zeta-at-1-2-and-pi/129808#129808 Answer by joro for zeta(3) in terms of derivatives of zeta at 1/2 and pi joro 2013-05-06T08:22:32Z 2013-05-06T08:22:32Z <p>Looks like this is proved by Andre Voros, "Zeta Functions over Zeros of Zeta Functions",p. 69, eq. 7.49:</p> <p>$$ (\log{|\zeta|})^{(n)} (\frac12) = \frac12 (n-1)![(2^n-1)\zeta(n) + 2^n\beta(n)],\qquad n > 1 , \qquad (7.49) $$</p> <p>From which the conjecture follows.</p> http://mathoverflow.net/questions/33045/product-over-the-primes/127451#127451 Answer by joro for Product over the primes joro 2013-04-13T09:18:37Z 2013-04-13T09:18:37Z <p>Modulo errors got unconditionally slightly smaller upper bound than your conjecture. <code>prodeulerrat</code> from <a href="http://pari.math.u-bordeaux.fr/Scripts/" rel="nofollow">Cohen's pari script</a> can compute $\prod_{\text{p prime}}{1-1/O(x^2)}$.</p> <p>For fixed $p &lt; q &lt; r &lt; L$ define $g(p,q,r)=\prod_{\text{s prime}}{1-24/(pqrs)^2}$</p> <p>$g$ is efficiently computable by the script and contains the contribution of $s > L$ times extra factors $ &lt; L$. Compute the extra factors the slow way for each triple to get the exact product for $p &lt; q &lt; r &lt; L &lt; s$ for fixed $p,q,r$. Upper bound (since all terms are $&lt;1$) for your product is the product over the exact products times the product $&lt; L$. .</p> <p>For $L=200$ got $0.9974805703680839724432166987$</p> http://mathoverflow.net/questions/127368/two-products-over-primes Two products over primes joro 2013-04-12T14:09:14Z 2013-04-12T14:09:14Z <p>For $k \in \mathbb{N}$ define $$ f(k) = \prod_{\text{p prime}}\left(1+\frac{1}{p^k(p^k+1)}\right)$$ $$ g(k) = \prod_{\text{p prime}}\left(1+\frac{1}{p^k(p^k-1)}\right)$$</p> <p>By the product for zeta $f(1)=\zeta(2)/\zeta(3)$.</p> <p>With 100 digits of precision and Cohen's pari script $f(2)=21/(2\pi^2)$ ,$g(1)=315/2\zeta(3)/\pi^4$.</p> <p>Are the conjectured values correct?</p> <p>Other closed forms?</p> http://mathoverflow.net/questions/126852/a5b5c5d5-and-polynomial-identities $a^5+b^5=c^5+d^5$ and polynomial identities joro 2013-04-08T13:24:08Z 2013-04-08T13:24:08Z <p>No nontrivial integer solutions to $$ a^5+b^5=c^5+d^5 \qquad (1)$$ are known.</p> <p>(1) has infinitely many solutions in an extension of $\mathbb{Z}$ (root of $9-15x+37x^2 $ ) resulting from genus 0 curve and the identity: $$ (-2 y - 1)^5 + (x + \frac{1}{3} y - 1)^5- (\frac{1}{3} y - 1)^5 - (x - 2 y - 1)^5 = $$ $$ \left(-\frac{35}{81}\right) \cdot y \cdot (-3 x + 5 y + 6) \cdot x \cdot (9 x^{2} - 15 x y + 37 y^{2} - 18 x + 30 y + 18)$$</p> <p>I wonder if some similar genus 0 or 1 curve might have points over $\mathbb{Q}$.</p> <p>Let $p_1,p_2,p_3,p4 \in \mathbb{Q}[x,y]$, $\deg(p_i)=1, p_i \ne -p_j$ and $p_i$ are distinct.</p> <p>Let $P=p_1^5+p_2^5-p_3^5-p_4^5$.</p> <p>Q1. Can $P$ have irredicible factor of degree 3?</p> <p>Q2. Is there a reasons all degree 2 factors of $P$ to not have infinitely many rational points over $\mathbb{Q}$?</p> <p>Coulnd't solve Q1 by equating coefficients (couldn't solve the system). </p> <p>Found a lot of genus 0 factors, but all of them didn't have rational points and linear factors gave trivial solutions.</p> http://mathoverflow.net/questions/125923/irreducible-polynomials-with-arithmetic-progression-coefficients/126084#126084 Answer by joro for irreducible polynomials with arithmetic progression coefficients joro 2013-03-31T08:53:29Z 2013-03-31T09:08:00Z <p>Extending Aaron's idea about identities.</p> <p>Working over $\mathbb{Q}[x]$ this appears degree 3 identity for $c5,c6 \in \mathbb{Z}$: $a=-c5 c6, b= c6 (c5^3+c5^2+c5+1)/(3 c5^2+2 c5+1)$.</p> <p>$$P=a+(a+b) x+(a+2 b) x^2+(a+3 b)x^3= (-x + c5) \cdot \text{quadratic}$$.</p> <p>Scale to get integral values.</p> <p>Found by equating coefficients and suppose higher degree identities exist.</p> <p><strong>Added</strong> Degree 4</p> <pre><code>a= -c5*c6 b= c6*(c5^4+c5^3+c5^2+c5+1)/(4*c5^3+3*c5^2+2*c5+1) P=a+(a+b)*x+(a+2*b)*x^2+(a+3*b)*x^3+(a+4*b)*x^4 == (c5-x)*O(x^3) </code></pre> http://mathoverflow.net/questions/94742/examples-of-interesting-false-proofs Examples of interesting false proofs joro 2012-04-21T14:26:12Z 2013-03-21T15:18:16Z <p>According to Wikipedia <a href="https://en.wikipedia.org/wiki/False_proof" rel="nofollow">False proof</a></p> <blockquote> <p>For example the reason validity fails may be a division by zero that is hidden by algebraic notation. There is a striking quality of the mathematical fallacy: as typically presented, it leads not only to an absurd result, but does so in a crafty or clever way.</p> </blockquote> <p>The Wikipedia page gives examples of proofs along the lines $2=1$ and the primary source appears the book Maxwell, E. A. (1959), Fallacies in mathematics.</p> <blockquote> <p>What are some examples of interesting false proofs?</p> </blockquote> http://mathoverflow.net/questions/94742/examples-of-interesting-false-proofs/125177#125177 Answer by joro for Examples of interesting false proofs joro 2013-03-21T15:18:16Z 2013-03-21T15:18:16Z <p><a href="http://www.math.rutgers.edu/~zeilberg/mamarim/mamarimPDF/pnp.pdf" rel="nofollow">Doron Zeilberger proved that P is equal to NP</a></p> <p>Abstract: Using 3000 hours of CPU time on a CRAY machine, we settle the notorious P vs. NP problem in the affirmative, by presenting a “polynomial” time algorithm for the NP-complete subset sum problem. Alas the complexity of our algorithm is $O(n^{10^{10000}})$ (with the implied constant being larger than the Skewes number).</p> http://mathoverflow.net/questions/125138/can-grh-for-complex-primitive-dirichlet-characters-fail-with-a-single-non-trivial Can GRH for complex primitive Dirichlet characters fail with a single non-trivial zero off the critical line? joro 2013-03-21T09:18:58Z 2013-03-21T09:18:58Z <blockquote> <p>Can GRH for complex primitive Dirichlet character fail with a single non-trivial zero off the critical line?</p> </blockquote> <p>For real characters this is impossible because the non-trivial zeros are in quadruples.</p> <p>On the other hand <a href="http://www.mathnet.ru/php/archive.phtml?wshow=paper&amp;jrnid=rm&amp;paperid=595&amp;option_lang=eng" rel="nofollow">this paper in Russian</a> constructs a function very similar to zeta with exactly one quadruple of zeros off the critical line.</p> <p>The motivation: GRH implies a certian efficiently computable sum over zeros of $L(s,\chi)$ must be $0$ and experimentally it is (indistinguishable from) $0$ and I wonder if this result is trivial even if GRH is false. IMO the sum should not be zero if the answer to the question is 'yes' or some cancellation doesn't happen.</p> http://mathoverflow.net/questions/124217/a-counterexample-to-a-conjecture-of-nash-williams-about-hamiltonicity-of-digraphs A counterexample to a conjecture of Nash-Williams about hamiltonicity of digraphs? joro 2013-03-11T10:37:10Z 2013-03-11T10:37:10Z <p>Maybe I am missing something, but found potential counterexample to a conjecture of Nash-Williams.</p> <p>According to <a href="http://web.mat.bham.ac.uk/D.Osthus/chvatal6.pdf" rel="nofollow">HAMILTONIAN DEGREE SEQUENCES IN DIGRAPHS </a></p> <p>The outdegree and indegree sequences of digraph $G$ are $d_1^+ \le \cdots \le d_n^+$ and $d_1^- \le \cdots \le d_n^-$. Note that the terms $d_i^+$ and $d_i^-$ do not necessarily corresponds to the degree of the same vertex of $G$.</p> <p>Conjecture 1 (Nash-Williams). Suppose that $G$ is a strongly connected digraph on $n \ge 3$ vertices such that for all $i &lt; n/2$</p> <p>(i) $d_i^+ \ge i + 1$ or $d_{n-i}^- \ge n - i$,</p> <p>(ii) $d_i^- \ge i + 1$ or $d_{n-i}^+ \ge n - i$,</p> <p>Then $G$ contains a Hamilton cycle.</p> <p>The potential counterexample is $G$ on $6$ vertices with edges:</p> <pre><code>[(0, 3), (0, 5), (1, 4), (1, 5), (2, 3), (2, 4), (3, 0), (3, 2), (3, 4), (3, 5), (4, 0), (4, 1), (4, 3), (4, 5), (5, 1), (5, 2), (5, 3), (5, 4)] </code></pre> <p>$G$ is strongly connected and by inspection the degree sequences satisfy the hypotheses for $i \in [1,2]$ (both degree sequences are $[2, 2, 2, 4, 4, 4]$). </p> <p>Nonhamitlonicity was shown using exhaustive search, sage 5.6 and Max Alekseyev's hamiltonian cycle counting pari program. </p> <blockquote> <p>Is this really a counterexample the the conjecture of Nash-Williams?</p> </blockquote> <p>Drawing of $G$:</p> <p><img src="http://s11.postimage.org/3v9w93c1f/nashw.png"></p> http://mathoverflow.net/questions/123062/transformation-of-a-bivariate-polynomial-into-a-homogeneous-one/123083#123083 Answer by joro for Transformation of a bivariate polynomial into a homogeneous one joro 2013-02-27T08:23:57Z 2013-02-27T10:55:51Z <p><strong>Edit corrected major mistake</strong></p> <p>One approach is to work symbolically and solve a system over the rationals.</p> <p>Choose bounds for the degrees of $S,T,H$ and write them as $\sum a_m x^i y^j$ where each $a_m$ is a fresh variable and $H$ is homogeneous. $H(S(x,y),T(x,y))$ is a polynomial in $x,y$ with coefficients polynomials in $a_i$. Make a system by equating the coefficients of $P(x,y)=H(S(x,y),T(x,y))$ Solve the system over the rationals.</p> <p>While this will work in theory, solving the system might be quite hard. Experimenting with your example and degrees $(2,2,3)$, maple found 4 solutions in about 2 minutes.</p> <p>Partially optimistic might be the fact that the system is overdetermined.</p> http://mathoverflow.net/questions/122682/ihara-zeta-function-graph-theory-coefficients-using-a-line-graph/122705#122705 Answer by joro for Ihara zeta function (graph theory) coefficients using a line graph joro 2013-02-23T10:44:17Z 2013-02-23T10:44:17Z <p>Not sure if the question is well defined - you can remove 2-cycles in many ways, getting different digraphs.</p> <p>One possible approach is start with empty set of edges $E$. For all edges $(u,v) \in E(G)$ add $(u,v)$ to $E$ iff $(v,u) \not \in E$.</p> <p>Here is a sample sage implementation:</p> <pre><code> def removedigons(G): ed=[] for u,v in G.edges(labels=False): if (v,u) in ed: continue ed += [(u,v)] g=DiGraph(ed) return g </code></pre> http://mathoverflow.net/questions/121390/semirings-where-solving-linear-systems-is-in-p Semirings where solving linear systems is in P joro 2013-02-10T10:27:16Z 2013-02-11T07:32:34Z <p>Solving linear systems appears hard in semirings.</p> <p>In $\mathbb{N}_0 (+,\times)$ it is NP-complete via reduction to 1-in-3 SAT.</p> <p>In the min-plus semiring the complexity is $ NP \cap coNP$ according to <a href="http://arxiv.org/pdf/1204.4578" rel="nofollow">this</a></p> <blockquote> <p>Are there nontrivial semirings where solving linear systems is in P?</p> </blockquote> <p>Is they exist I would be interested what constraints they can encode.</p> <p><strong>Added clarification</strong></p> <p>By "linear system" mean a system of linear equations of the form: $$ c_1 \otimes x_1 \oplus c_2 \otimes x_2 \oplus \cdots \oplus c_n \otimes x_n = c_{n+1}$$ where $c_i$ are constants and $x_i$ are variables. If the standard definition is other, say $A x = B x$, would accept an answer about the standard definition.</p> <p>By "solving a linear system" system mean finding at least one solution or claim that no solution exist. Though finding some kind of "basis" for all solutions would be interesting too.</p> http://mathoverflow.net/questions/120393/perfect-powers-on-genus-0-curves-with-restrictions Perfect powers on genus 0 curves (with restrictions) joro 2013-01-31T09:40:13Z 2013-01-31T09:40:13Z <p>I suppose a conjecture implies this so there might be an unconditional proof.</p> <p>Let $F(x,y)=0$ be a curve with infinitely many integral points $(u^m,v^n)$ where $\gcd(u,v)=1,m \ge 3,n \ge 2$. Such curves are easy to construct by starting with a parametrization for example.</p> <p>For a bivariate polynomial $F$ define $\operatorname{High}(F)$ to be the sum of the highest degree monomials (i.e., $\operatorname{High}(F) = F$ iff $F$ is homogeneous). Let $\gcd(\operatorname{High}(F),xy)=1$.</p> <p>Under these conditions is $\operatorname{High}(F)$ not square-free?</p> http://mathoverflow.net/questions/120027/maximizing-the-minimum-outdegree-of-digraph-without-m-cycle Maximizing the minimum outdegree of digraph without $m$ cycle joro 2013-01-27T14:19:17Z 2013-01-27T16:00:08Z <p>Let $G$ be a simple digraph on $n$ vertices without a directed cycle of length $m$ (it may have directed cycles of length less than $m$. The cycles need not be simple).</p> <blockquote> <p>How large the minimum outdegree $\delta^+$ can be?</p> </blockquote> <p>For odd $m$ and even $n$ it is possible $\delta^+ = n/2 $.</p> <p>$r$ diregular digraphs of girth $g$ can be on $ r (g - 1) + 1$ vertices, but this doesn't use the fact that smaller cycles may exists.</p> <p>The case $m=3$ is interesting too.</p> <p>Looks like Caccetta-Häggkvist Conjecture implies $\delta^+ &lt; \frac{m n}{2 m - 1}$ for all $m,n$.</p> http://mathoverflow.net/questions/119453/polynomial-time-algorithm-to-compare-numbers-in-conway-chained-arrow-notation/119465#119465 Answer by joro for Polynomial-time algorithm to compare numbers in Conway chained arrow notation joro 2013-01-21T13:10:49Z 2013-01-21T13:10:49Z <p>Not sure this will do the job, but try Robert Munafo's <em>hypercalc</em>, the moto is:</p> <p><strong>Go ahead -- just TRY to make me overflow!</strong></p> <p>Hypercalc can work with quite big numbers, here is a sample session:</p> <pre><code>C1 = scale=100 C1 = 27^(86!) - (27^86)! R1 = 10 ^ (3.467778644301262713584883219782046054843086208195414740688065133320263642461739090290922141022702407 x 10 ^ 130 ) </code></pre> <p>Home page: <a href="http://mrob.com/pub/perl/hypercalc.html#versions" rel="nofollow">http://mrob.com/pub/perl/hypercalc.html#versions</a></p> <p>Download: <a href="http://mrob.com/pub/perl/index.html" rel="nofollow">http://mrob.com/pub/perl/index.html</a> </p> <p>Online javascript version: <a href="http://www.ylmass.edu.hk/~mathsclub/HyperCalc/HyperCalc.html" rel="nofollow">http://www.ylmass.edu.hk/~mathsclub/HyperCalc/HyperCalc.html</a></p> http://mathoverflow.net/questions/118786/are-potential-complex-zeros-not-on-the-critical-line-of-dedekind-zeta-function-in Are potential complex zeros not on the critical line of Dedekind zeta function in quadruples? joro 2013-01-13T08:06:17Z 2013-01-14T16:19:38Z <p>This question arose from sums over zeros of Dedekind zeta function. </p> <p>It is known that complex zeros of Dedekind zeta function are in pairs $\rho, 1 - \rho$.</p> <blockquote> <p>Is it true that potential complex zeros not on the critical line of Dedekind zeta function must be in quadruples $\rho, 1 - \rho, \overline{\rho}, \overline{1 - \rho}$ ?</p> </blockquote> <p>I am interested in the general case, not for specific number fields (or for number fields for which the answer is "no").</p> http://mathoverflow.net/questions/118686/counting-triangle-free-graphs/118711#118711 Answer by joro for counting triangle free graphs joro 2013-01-12T06:40:59Z 2013-01-12T06:40:59Z <p>Computing the first terms in sage and searching in OEIS gave <a href="https://oeis.org/A006785" rel="nofollow">A006785 Triangle-free graphs on n vertices</a></p> <p>The first terms are:</p> <pre><code>1, 2, 3, 7, 14, 38, 107, 410, 1897, 12172, 105071, 1262180, 20797002, 467871369, 14232552452 </code></pre> <p>There is no formula in OEIS, some of the referenced papers might be useful.</p> http://mathoverflow.net/questions/84797/can-the-difference-of-two-distinct-fibonacci-numbers-be-a-square-infinitely-often Can the difference of two distinct Fibonacci numbers be a square infinitely often? joro 2012-01-03T10:54:14Z 2013-01-04T22:47:01Z <blockquote> <p>Can the difference of two distinct Fibonacci numbers be a square infinitely often?</p> </blockquote> <p>There are few solutions with indices $&lt;10^{4}$ the largest two being $F_{14}-F_{13}=12^2$ and $F_{13}-F_{11}=12^2$</p> <p>Probably this means there are no identities between near neighbours.</p> <p>Since Fibonacci numbers are the only integral points on some genus 0 curves the problem is equivalent to finding integral points on one of few varieties. Fixing $F_j$ leads to finding integral points on a quartic model of an elliptic curve.</p> <blockquote> <p>Are there other solutions besides the small ones?</p> </blockquote> <p><em>[Added later]</em> Here is a link to elliptic curves per François Brunault's comment.</p> <p>According to <a href="http://www.math-cs.ucmo.edu/~mjms/2006.2/kbrandt.ps" rel="nofollow">DIOPHANTINE EQUATIONS, FIBONACCI HYPERBOLAS,. AND QUADRATIC FORMS. Keith Brandt and John Koelzer.</a></p> <p>Fibonacci numbers with consecutive odd indices are the only solutions to $$ x^2-3xy+y^2 = -1 \qquad (1)$$</p> <p>Fibonacci numbers with consecutive even indices are the only solutions to $$ x^2-3xy+y^2 = 1 \qquad (2)$$</p> <p>Given $F_n$ and $F_{n+2}$ one can compute $F_{n+k}$ using the linear Fibonacci recurrence and $F_{n+k}$ will be a linear combination $l(x,y)$ of $x,y$. Adding $l(x,y)-x=z^2$ to (1) or (2) gives a genus 1 curve. (Or just solve $l(x,y)-x=z^2$ and substitute in (1) or (2) to get a genus 1 quartic).</p> <p>The closed form of $l(x,y)$ might be of interest, can't find the identity at the moment.</p> <p>Probably a genus 0 curve with integral points $F_{2n},F_{2n+1}$ will be better.</p> <p><strong>Added much later</strong></p> <blockquote> <p>Does some generalization of the $abc$ conjecture predict something?</p> </blockquote> <p>For 3 Fibonacci numbers identities are much easier:</p> <p>$$ F_{4n+1}+F_{4n+3}-F_3 = L_{2n+1}^2$$</p> http://mathoverflow.net/questions/118050/is-oeis-a007018-really-a-subsequence-of-squarefree-numbers Is OEIS A007018 really a subsequence of squarefree numbers? joro 2013-01-04T12:27:41Z 2013-01-04T13:17:06Z <p>A comment in <a href="https://oeis.org/A007018" rel="nofollow">A007018 a(n) = a(n-1)^2 + a(n-1), a(0)=1</a> claims</p> <blockquote> <p>Subsequence of squarefree numbers (A005117). - Reinhard Zumkeller, Nov 15 2004</p> </blockquote> <p>Is it really so?</p> <p>As far as I know, it is open problem if a polynomial $f \in \mathbb{Z[x]}$ of degree $\ge 5$ can be squarefree infinitely often (some source require $f$ to be irreducible).</p> <p>If the OEIS comment is correct, the sequence will give infinite family of (irreducible) polynomials which are squarefree infinitely often.</p> <p>Let $a_n$ is OEIS A007018. Set $a_n = x$ and $$f(x)=a_{n+4}=x \cdot (x + 1) \cdot (x^{2} + x + 1) \cdot (x^{4} + 2 x^{3} + 2 x^{2} + x + 1) \\ \cdot (x^{8} + 4 x^{7} + 8 x^{6} + 10 x^{5} + 9 x^{4} + 6 x^{3} + 3 x^{2} + x + 1)$$</p> <p>$f(a_n)=a_{n+4}$ will be squarefree infinitely often (including the irreducible degree 8 factor) and iterating $x \mapsto x^2+x$ will produce infinite family of polynomials with this property.</p> <p><strong>Added</strong> For reference of squarefree values of polynomials the search terms are <em>square free values of polynomials</em>. E.g. <a href="http://matwbn.icm.edu.pl/ksiazki/aa/aa60/aa6032.pdf" rel="nofollow">here p.1</a> and <a href="http://www.math.unicaen.fr/~nitaj/abc.html" rel="nofollow">here 11. Squarefree values of polynomials. </a></p> http://mathoverflow.net/questions/117861/curves-with-infinitely-many-integral-points-consecutive-fibonacci-numbers Curves with infinitely many integral points consecutive Fibonacci numbers joro 2013-01-02T12:13:52Z 2013-01-02T12:29:49Z <p>I suspect the Granville-Langevin conjecture implies this.</p> <p>Let $F(x,y)=0$ be a curve with infinitely many integral points $(F_n,F_{n+1})$.</p> <p>Is it true that either $x^2+x y - y^2 -1$ or $x^2+ x y -y ^2 +1$ divides $F(x,y)$?</p> <p>Probably this can be generalized to integral points $(F_{f(n)},F_{g(n)})$.</p> http://mathoverflow.net/questions/117005/any-non-conforming-numbers/117018#117018 Answer by joro for Any non-conforming numbers? joro 2012-12-22T08:16:37Z 2012-12-22T08:16:37Z <p>Your equation has infinitely many efficiently computable solutions $(m,n,p)=(2,2,p)$ and maybe infinitely many $(m,n,p)=(3,3,2)$ for all integers $a$ s.t. $x^m - y^n \pm z^p =a$. </p> <p>Every odd integer $b$ is the difference of two squares $(1+b)/2,(b-1)/2$ so take any $p$, any $z$ the opposite parity of $a$ and express $a \mp z^p$ as difference of two squares.</p> <p>For the $(3,3,2)$ case, pick random $c$ and set $x=u+c,y=u$ and pick the minus sign. Your equation is $x^3-y^3-z^2=3u^2c + 3uc^2 + c^3 -z^2=a$ leading to $ 3 u^{2} c + 3 u c^{2} + c^{3} - z^{2} - a=0$. The last equation is genus $0$ curve which might have infinitely many integral points unless I am missing some obstruction and you can try another $c$. For $c=3 c'^2$ the curve has explicit rational parametrization.</p> http://mathoverflow.net/questions/116583/can-flt-fail-with-a-parametrization-over-some-extension-of-z Can FLT fail with a parametrization over some extension of Z? joro 2012-12-17T10:32:03Z 2012-12-21T17:05:16Z <p>Not sure if this makes sense, but is it possible Fermat's Last Theorem to fail with a parametrization over some extension of $\mathbb{Z}$, i.e. are there not all constant $x(t),y(t),z(t) \in K[t]$ where $K$ is an extension of $\mathbb{Z}$ s.t. $$x(t)^p + y(t)^p=z(t)^p, x(t)y(t)z(t) \ne 0, p > 2,\gcd(x(t),y(t),z(t))=1 $$</p> <p>I suppose this would mean in an extension of $\mathbb{Q}$ the curve $x^p + y^p = z^p$ will be of genus $0$.</p> <p>Tried equating coefficients with $p=3$, got relatively small undetermined system but failed to solve it or compute groebner basis. The system has solutions like $x(t)=0$.</p> <p>EDIT: The coprimality condition is to avoid scaling a single solution by a polynomial.</p> http://mathoverflow.net/questions/114744/2d-visualization-of-sum-of-divisors-using-cantor-pairing 2D visualization of sum of divisors using Cantor pairing joro 2012-11-28T08:52:42Z 2012-12-12T09:11:50Z <p>Related to Gerhard's question about <a href="http://mathoverflow.net/questions/77794/ascii-prime-plots-and-prime-rich-quadratic-polynomials" rel="nofollow">ascii plots</a>. On the SeqFan mailing list <a href="http://list.seqfan.eu/pipermail/seqfan/2012-November/010494.html" rel="nofollow">was suggested</a> to plot an integer sequence this way:</p> <p>Let $F(x,y)= (x+y) (x+y+1)/2+y$ be the <a href="https://en.wikipedia.org/wiki/Cantor_pairing_function" rel="nofollow">Cantor pairing</a>. To plot an integer sequence $a(n)$, for a point $(x,y)$ compute $a(F(x,y))$ and assign color to the integer, e.g. in grayscale smaller is darker, for RGB/HSV there are other choices to map to color.</p> <p>When $a(n)=\sigma_0(n)$ where $\sigma_0(n)$ is the number of divisors of $n$, the 2D plot shows some structure (hopefully not caused by visual artifacts).</p> <blockquote> <p>Is there an explanation for the structure in the plot?</p> </blockquote> <p>Color plot of $\sigma_0(F(x,y))$, smaller is darker (grayscale is quite similar):</p> <p><img src="http://s16.postimage.org/9enmfsbyt/cantorpairing_sigma_0.png" alt="sigma_0 and cantor pairing"></p> <p>When examining the integer values there are some large diagonals indeed.</p> http://mathoverflow.net/questions/116089/polynomial-version-of-the-conjecture-about-power-free-values-of-polynomials Polynomial version of the conjecture about Power free-values of polynomials joro 2012-12-11T15:02:18Z 2012-12-12T08:28:48Z <p><a href="http://www.math.unicaen.fr/~nitaj/abc.html#Consequences" rel="nofollow">The conjecture about Power free-values of polynomials</a> is: Let $F(X)$ be a polynomial with integer coefficients and no repeated roots. For any $\epsilon > 0$, there exists a constant $C_{\epsilon,F}$ such that for any integer $n$ $$ |n|^{\deg{(F)}-1-\epsilon} \le C_{\epsilon,F} \operatorname{rad}(F(n))$$</p> <p>The conjecture implies this polynomial version. For $f(x) , g(x) \in \mathbb{Z}[x]$ and $f(x)$ squarefree,</p> <p>$$\deg (\operatorname{rad}(f(g(x)))) > \deg(g(x)) (\deg(f(x))-1) \qquad (1)$$</p> <p>The bound is tight because for Chebyshev polynomials $T_n,U_n$, $T_n(x)^2 - 1 = (x^2-1) U_{n-1}^2(x)$ with $f(x)=x^2-1$.</p> <blockquote> <p>Is (1) proved for polynomials?</p> </blockquote> http://mathoverflow.net/questions/116048/maximum-size-of-powers-with-a-given-difference/116050#116050 Answer by joro for Maximum size of powers with a given difference joro 2012-12-11T07:15:44Z 2012-12-12T02:38:55Z <p><a href="http://arxiv.org/abs/0908.4031" rel="nofollow">Perfect Powers: Pillai's works and their developments</a> is related to your question.</p> <p>p.9: Conjecture 3.1. For any $\epsilon > 0$, there exists a constant $\kappa(\epsilon) > 0$ such that, for any positive integers $(a, b, x, y)$, with $x \ge 2, y \ge 2$ and $a^x \ne b^y$ , $$|a^x - b^y | \ge \kappa(\epsilon) \max (a^x , b^y)^{ 1-(1/x)-(1/y)-\epsilon}$$</p> <p>p.7 In 1986, J. Turk [126] gave an effective estimate from below for $|x^n - y^m |$, which was improved by B. Brindza, J.-H. Evertse and K. Gyory in 1991 and further refined by Y. Bugeaud in 1996:</p> <p>Let $x$ be a positive integer and $y, n, m$ be integers which are $\ge 2$. Assume $x^n \ne y^m$ . Then $|x^n - y^m | \ge m^{2/(5n)} n^{-5} 2^{-6-42/n}.$ </p> http://mathoverflow.net/questions/131336/help-with-this-diophantine-equation/131349#131349 Comment by joro joro 2013-05-21T15:03:43Z 2013-05-21T15:03:43Z Not sure if this is correct, check the counterexamples in my answer. http://mathoverflow.net/questions/131111/is-this-combination-of-generalized-polygamma-and-dilogarithm-actually-zero-im Comment by joro joro 2013-05-19T06:43:28Z 2013-05-19T06:43:28Z Wolfram Alpha gives alternative representation for psi, check: <a href="http://www.wolframalpha.com/input/?i=polygammma%28-2%2C1%2BI%29" rel="nofollow">wolframalpha.com/input/&hellip;</a> http://mathoverflow.net/questions/130247/closed-form-for-derivatives-zetan1-2/130294#130294 Comment by joro joro 2013-05-11T05:41:09Z 2013-05-11T05:41:09Z Thank you Micah. Are you sure you won't have additional terms like $\zeta(2k+1)$? (My approach gets such). Would please give an example for $\zeta'''(1/2)$? http://mathoverflow.net/questions/130247/closed-form-for-derivatives-zetan1-2 Comment by joro joro 2013-05-10T14:18:37Z 2013-05-10T14:18:37Z Hm, does <a href="http://mathematica.stackexchange.com/" rel="nofollow">mathematica.stackexchange.com</a> answer questions about mathworld? http://mathoverflow.net/questions/129938/zeta2k1-is-a-rational-multiple-of-pi2k-zeta-2-k/129950#129950 Comment by joro joro 2013-05-07T13:52:43Z 2013-05-07T13:52:43Z GH, can you express $\zeta''(-2)$ in simpler terms? Might have solution with zeta'(3),zeta(3),log,pi,gamma http://mathoverflow.net/questions/129938/zeta2k1-is-a-rational-multiple-of-pi2k-zeta-2-k/129950#129950 Comment by joro joro 2013-05-07T12:07:08Z 2013-05-07T12:07:08Z Thank you GH ${}{}$ http://mathoverflow.net/questions/129706/zeta3-in-terms-of-derivatives-of-zeta-at-1-2-and-pi/129721#129721 Comment by joro joro 2013-05-06T08:38:34Z 2013-05-06T08:38:34Z Thank you for verifying Per. http://mathoverflow.net/questions/129706/zeta3-in-terms-of-derivatives-of-zeta-at-1-2-and-pi Comment by joro joro 2013-05-05T10:55:57Z 2013-05-05T10:55:57Z @Kofi: I mean experimentally with precision $10^4$ decimal digits the equality is true. Probably will edit the question. If it is true, it will hold with any precision of course, but experimental results don't prove it. btw, I don't mean the low 10^-4. http://mathoverflow.net/questions/128470/what-are-the-best-known-lower-and-upper-bounds-for-the-second-chebyshev-function Comment by joro joro 2013-04-23T13:40:42Z 2013-04-23T13:40:42Z Under RH there is better bound for $|x - \psi(x)|$. <a href="http://www.ams.org/journals/mcom/1976-30-134/S0025-5718-1976-0457374-X/" rel="nofollow">ams.org/journals/mcom/1976-30-134/&hellip;</a> Sharper bounds for the Chebyshev functions $ \theta (x)$ and $ \psi (x)$. II http://mathoverflow.net/questions/128152/which-hard-mathematical-problems-do-you-have-to-solve-to-earn-bitcoins Comment by joro joro 2013-04-20T14:40:06Z 2013-04-20T14:40:06Z Solving nonlinear systems over F_2 certainly will earn you bitcoins. Probably cryptographers know better tricks. http://mathoverflow.net/questions/128036/solutions-to-binomn5-2-binomm5/128059#128059 Comment by joro joro 2013-04-19T12:00:30Z 2013-04-19T12:00:30Z Looks like there are more points on the curve. $t$ are: [-4, -13/5, -2, -1, -5/8, -1/2, -8/27, 0, 26/41, 1, 7/4, 2, 36/17, 4] http://mathoverflow.net/questions/127968/efficient-divergent-summation-for-sum-of-zetas-at-negative-arguments Comment by joro joro 2013-04-19T11:06:25Z 2013-04-19T11:06:25Z ok, I don't claim the answer is correct, just wrote what mpmath returns. http://mathoverflow.net/questions/127968/efficient-divergent-summation-for-sum-of-zetas-at-negative-arguments Comment by joro joro 2013-04-19T08:02:47Z 2013-04-19T08:02:47Z ......for L(-1) http://mathoverflow.net/questions/127968/efficient-divergent-summation-for-sum-of-zetas-at-negative-arguments Comment by joro joro 2013-04-19T07:59:43Z 2013-04-19T07:59:43Z For m=-1 all sumation methods of mpmath give the rational value 0.0815957190957190957190957190. http://mathoverflow.net/questions/33045/product-over-the-primes Comment by joro joro 2013-04-14T08:27:51Z 2013-04-14T08:27:51Z btw, do you know lower bound?