While working on a problem in harmonic analysis, attempting to apply DCT, we stumbled across the following interesting inequality: $|a|\langle x+a\rangle^{-1} \leq \langle x \rangle$ for all $x,a \in \mathbb R^d$, where $\langle x\rangle$ is the Japanese bracket of $x$, defined to be $\sqrt{1+|x|^2}$. Writing everything in coordinates, this is the inequality
$$(a_1^2+\ldots a_n^2) \leq (1+(x_1+a_1)^2 + \ldots + (x_n+a_n)^2)(1+x_1^2+\ldots + x_n^2).$$
Looking at the graphs on Desmos
the graphs look tangent! However, for small values of $a$, they are clearly not tangent, so intuitively one would expect them not to become tangent suddenly for larger values of $a$. Indeed for $a<2$, the curves do not touch, and for $a=2$, they do touch (seemingly tangently) at $x=-1$.
Trying $a=3$, they do touch (again seemingly tangently) at $x=-1-\varphi$ where $\varphi$ is the golden ratio (I recognized this by seeing on Desmos they meet at $x=-2.618$, and miraculously it's the actual golden ratio). The other tangent point is $x=\frac{3-\sqrt 5}2$.
This is certainly the most cursed inequality regarding quadratics I have ever come across. It seems like the inf of the difference between these function is a smooth (?) function with compact support! Very strange.
Can anyone prove this inequality? The inequality is true for large $x_i$, so the minimum of the difference of RHS-LHS occurs when the gradient is $0$, so one could calculate the gradient and get $n$ polynomial equations and try to find the zeroes, but this does not seem to be a workable solution.
Let $A = \sqrt{a_1^2 + \cdots + a_n^2}$ and $B = \sqrt{x_1^2 + \cdots + x_n^2}$.
Using Cauchy-Bunyakovsky-Schwarz inequality, we have $$ (a_1x_1 + \cdots + a_n x_n)^2 \le (a_1^2 + \cdots + a_n^2)(x_1^2 + \cdots + x_n^2) $$ which results in $$a_1x_1 + \cdots + a_n x_n \ge - AB.$$
We have \begin{align*} (x_1 + a_1)^2 + \cdots + (x_n + a_n)^2 = A^2 + B^2 + 2a_1x_1 + \cdots + 2a_n x_n \ge A^2 + B^2 - 2AB. \end{align*}
It suffices to prove that $$A^2 \le (1 + A^2 + B^2 - 2AB)(1 + B^2)$$ or $$(AB - B^2 - 1)^2 \ge 0.$$
We are done.