/ 3 2 \ / 3 2 \ / 3 2 \
(CRootOf\3*x - 6*x - 3*x + 1, 0/, CRootOf\3*x - 6*x - 3*x + 1, 1/) U (1/3, 1) U (2, CRootOf\3*x - 6*x - 3*x + 1, 2/) U (3, oo)
$$x\ in\ \left(\operatorname{CRootOf} {\left(3 x^{3} - 6 x^{2} - 3 x + 1, 0\right)}, \operatorname{CRootOf} {\left(3 x^{3} - 6 x^{2} - 3 x + 1, 1\right)}\right) \cup \left(\frac{1}{3}, 1\right) \cup \left(2, \operatorname{CRootOf} {\left(3 x^{3} - 6 x^{2} - 3 x + 1, 2\right)}\right) \cup \left(3, \infty\right)$$
x in Union(Interval.open(1/3, 1), Interval.open(2, CRootOf(3*x^3 - 6*x^2 - 3*x + 1, 2)), Interval.open(3, oo), Interval.open(CRootOf(3*x^3 - 6*x^2 - 3*x + 1, 0), CRootOf(3*x^3 - 6*x^2 - 3*x + 1, 1)))
/ / / 3 2 \\ / / 3 2 \ / 3 2 \ \\
Or\And(1/3 < x, x < 1), And\2 < x, x < CRootOf\3*x - 6*x - 3*x + 1, 2//, And(3 < x, x < oo), And\x < CRootOf\3*x - 6*x - 3*x + 1, 1/, CRootOf\3*x - 6*x - 3*x + 1, 0/ < x//
$$\left(\frac{1}{3} < x \wedge x < 1\right) \vee \left(2 < x \wedge x < \operatorname{CRootOf} {\left(3 x^{3} - 6 x^{2} - 3 x + 1, 2\right)}\right) \vee \left(3 < x \wedge x < \infty\right) \vee \left(x < \operatorname{CRootOf} {\left(3 x^{3} - 6 x^{2} - 3 x + 1, 1\right)} \wedge \operatorname{CRootOf} {\left(3 x^{3} - 6 x^{2} - 3 x + 1, 0\right)} < x\right)$$
((1/3 < x)∧(x < 1))∨((3 < x)∧(x < oo))∨((2 < x)∧(x < CRootOf(3*x^3 - 6*x^2 - 3*x + 1, 2)))∨((x < CRootOf(3*x^3 - 6*x^2 - 3*x + 1, 1))∧(CRootOf(3*x^3 - 6*x^2 - 3*x + 1, 0) < x))