Let $X,Y$ be two random variables on a probability space $(\Omega, \mathcal{F},\mathbb{P})$.
I want to prove the fact that \begin{align} X \text{ is indep}&\text{endent of } X+Y \\ &\iff \\ \exists c \in \mathbb{R}&: \mathbb{P}(X=c) =1. \end{align} First, we consider the implication $(\implies)$. We know that \begin{align} \mathbb{P}(X=c, X+Y=c+y) = \mathbb{P}(X=c)\mathbb{P}(X+Y=c+y). \end{align} Which we could interpret as the conditional expectation \begin{align} (*) \qquad \mathbb{P}(X=c|X+Y=c+y) = \frac{\mathbb{P}(X=c, X+Y=c+y)}{\mathbb{P}(X+Y=c+y)}= \mathbb{P}(X=c). \end{align} How to conclude from $(*)$ that $\exists c \in \mathbb{R}: \mathbb{P}(X=c) =1 $?