An exercise says : Use algebraic manipulation to find the mimimum SOP expression for the function $$f = x_1x_3 + x_1x_2' + x_1'x_2x_3 + x_1'x_2'x_3'$$
The given solution says:
$f = x_1x_3 + x_1x_2' + x_1'x_2x_3 + x_1'x_2'x_3'\\ = x_1(x_2' + x_2)x_3 + x_1x_2'(x_3' + x_3) + x_1'x_2x_3 + x_1'x_2'x_3'\\ = x_1x_2'x_3 + x_1x_2x_3 + x_1x_2'x_3' + x_1'x_2x_3 + x_1'x_2'x_3'\\ = x_1x_3 + (x_1 + x_1')x_2x_3 + (x_1 + x_1')x_2'x_3'\\ = x_1x_3 + x_2x_3 + x_2'x_3'$
In the last two equalities, how $x_1x_3$ showed up?