Let's say I have a cubic equation $(x-a)(x+b)(x-c) = 0$, and I want to represent the solutions to this equation, what is the formal/conventional way that one would arrive and state the solution to the equation?
The following two conventions are the ones I tend to use, as I've picked them up along the way from textbooks and such, but I'm not sure how formal or conventional they would be considered.
Convention 1
$$\begin{equation} \begin{split} & (x-a)(x+b)(x-c) = 0 \\ \\ \implies \ & (x = a) \lor (x = -b) \lor (x= c) \\ \\ \implies \ & x \in \{a, -b, \ c\} \\ \\ \therefore \ &(x-b)(x+b)(x-c) = 0 &\forall \ x \in \{a,- b,c\} \end{split} \end{equation}$$
Convention 2
$$\begin{equation} \begin{split} & (x-a)(x+b)(x-c) = 0 \\ \\ \implies \ & (x = a) \lor (x = -b) \lor (x= c) \\ \\ \implies \ & S = \{a, -b, \ c\} & \text{The solution set}\\ \\ \therefore \ &(x-b)(x+b)(x-c) = 0 &\forall \ x \in S \end{split} \end{equation}$$
How close to standard convention are the above conventions I've shown? Are they correct? Furthermore how would you go about arriving and representing the solutions to equations in the most formal way possible?