Let $x_p$ be the particular solution of $Ax = b$ and $x_h$ be the solution to the homogeneous system $Ax = O$. All the solutions of $Ax = b$ are of the form $x_p + x_h$
Proof:
Let $x$ be the solution of $Ax = b$, then $A(x − x_p) = Ax − Ax_p = b − b = 0 \to x_h = x − x_p \to x = x_p + x_h$
We need to show all the solutions are of this format $x_p + x_h$. Let $x'$ be a solution of $Ax = 0$, then $A(x + x') = Ax + Ax' = Ax + 0 = b + 0 = b$. Hence $x + x'$ is a solution of $Ax = b$.
I understand the technical details of this proof, but I am not sure about the intent of the arguments.
I think the first part is saying if $x $ is the solution of $Ax = b$, then $x = x_p + x_h.$
Second part is saying that $x_p + x_h$ is a solution to every system $Ax= b.$
Does that make sense?