I am trying to prove theorem 17 (h) of chapter 7 from Kaplan's Advanced Calculus book. Being $P_{n}$ a legendre polynomial and $P^{\prime}_{n}$ its derivative, I need to prove:
$$\frac{1-x^2}{n^2}P^{\prime 2}_{n}+P^{2}_{n} \le 1 \hspace{1cm} (n \ge 1 , |x| \le 1)$$
I already proved that (see scholia):
$\tag{1}\frac{1-x^2}{n^2}P^{\prime 2}_{n}+P^{2}_{n} = \frac{1-x^2}{n^2}P^{\prime 2}_{n-1}+P^{2}_{n-1}$
So I tried to do a "recursive prove":
$$\frac{1-x^2}{n^2}P^{\prime 2}_{n}+P^{2}_{n} \le \frac{1-x^2}{(n-1)^2}P^{\prime 2}_{n-1}+P^{2}_{n-1} \le \frac{1-x^2}{(n-2)^2}P^{\prime 2}_{n-2}+P^{2}_{n-2} \le ... \le (1-x^2)P^{\prime 2}_{1}+P^{2}_{1}$$
And as:
$$(1-x^2)P^{\prime 2}_{1}+P^{2}_{1} = (1-x^2) +x^2 = 1$$
It seems to me that:
$$\frac{1-x^2}{n^2}P^{\prime 2}_{n}+P^{2}_{n} \le 1 \hspace{1cm} (n \ge 1)$$
Should be valid for any value of $x$. Not only for $|x| \le 1$. I am afraid I am missing some part of the whole history here. Can anyone help me?
Scholia:
As some people doubted (1) I will show the prove for it.
As cited in Kaplan's book the Legendre polynomials have these two properties:
$\tag{2}P^{\prime}_{n}(x) = xP^{\prime}_{n-1}(x)+nP_{n-1}(x)$
And
$\tag{3}P_{n}(x) = \frac{(x^{2}-1)}{n}P^{\prime}_{n-1}(x)+xP_{n-1}(x)$
So we can substitute (2) and (3) on the LHS of (1) and get:
$$\frac{1-x^2}{n^2}P^{\prime 2}_{n}+P^{2}_{n} = \frac{(1-x^2)}{n^2}(x^{2}P^{\prime 2}_{n-1} + 2xnP^{\prime}_{n-1}P_{n-1} + n^{2}P^{2}_{n-1}) + \frac{(x^{2}-1)^2}{n^2}P^{\prime 2}_{n-1}+ 2x\frac{(x^{2}-1)}{n}P^{\prime}_{n-1}P_{n-1}+x^{2}P^{2}_{n-1}$$
$$\frac{P^{\prime 2}_{n-1}}{n^2}(-x^{4}+x^{2}+x^{4}-2x^{2}+1)+P^{2}_{n-1}(1-x^{2}+x^{2}) = \frac{1-x^2}{n^2}P^{\prime 2}_{n-1}+P^{2}_{n-1}$$
And we get (1). The properties (2) and (3) I used in order to demonstrate (1) can be demonstrated using Rodrigues formula and Leibnitz product rule for $n$th order derivatives. I can provide the step-by-step if needed.