I'm stuck on an exercise which is split in 3 questions :
1) Prove that : $$\exists (U_n, V_n) \in \mathbb{R}[X]^2 \text{ s.t. } (1-X)^{n+1}U_n+X^{n+1}V_n=1$$ 2) Let $(R_n, S_n)\in\mathbb{R}[X]^2$ the remainders of the ED of respectively $U_n$ by $X^{n+1}$ and $V_n$ by $(1-X)^{n+1}$. Prove that : $$(1-X)^{n+1}R_n+X^{n+1}S_n=1$$ 3) Prove then that : $$\exists !(A_n,B_n)\in\mathbb{R}[X]^2, d°(A_n) \leq n \text{ and }d°(B_n)\leq n, \text{ s.t. } (1-X)^{n+1}A_n+X^{n+1}B_n=1$$
So for 1), I've been saying :
As $1$ is a root of multiplicity $n+1$ of $(1-X)^{n+1}$ and $d°((1-X)^{n+1})=n+1$, whereas $0$ is a root of multiplicity $n+1$ of $X^{n+1}$ and $d°(X^{n+1})=n+1$, $(1-X)^{n+1}$ and $X^{n+1}$ share no complex roots, which means : $$X^{n+1} \wedge (1-X)^{n+1} = 1$$ Hence, using Bézout's identity : $$\exists (U_n, V_n) \in \mathbb{R}[X]^2 \text{ s.t. } (1-X)^{n+1}U_n+X^{n+1}V_n=1$$
For the second question, I've been trying to write down the definition of $R_n$ and $S_n$ : $$U_n = P_nX^{n+1}+R_n$$ $$V_n = Q_n(1-X)^{n+1}+S_n$$
And then trying multiples things but it leaded me nowhere.
Could you give me some hints ? (No complete proof please)
1 It is a proof devoid of content to invoke Bezout's to solve an exercise that is asking to prove Bezout's. I would instead use Euclid's algorithm to show how to construct some $U_n,V_n$.
2 Assume you already have some equation $$(1-X)^{n+1}U_n+X^{n+1}V_n=1$$ and $U_n=X^nP+R$ with $d(R)\leq n$. Then $$(1-X)^{n+1}R+X^{n+1}[V_n+X^{n+1}P]=1$$
The claim is that we are done. You just need to count the degree of $(1-X)^{n+1}R$, notice that this must cancel with $X^{n+1}[V+X^{n+1}P]$, and deduce that $d[V+(1-X)^{n+1}P]\leq n$. Therefore, $V+(1-X)^{n+1}P$ is already the remainder of $V$ after division by $(1-X)^{n+1}$.
3 Follows from 2.