I am trying to show general cases of symmetry of regions.
However, for the following, Reduce does not finish:
Reduce[ForAll[x, x > 0, ! (RegionMember[ImplicitRegion[(0 < x < 1 || -2 < x < 0 || 2 < x < 3), {x}], {x}] \[Xor] RegionMember[ImplicitRegion[(0 < x < 1 || -2 < x < 0 || 2 < x < 3), {x}], {-x}])], x, Reals] OTOH, if I remove any one of the three conditions (from both parts), e.g.:
Reduce[ForAll[x, x > 0, ! (RegionMember[ImplicitRegion[(-2 < x < 0 || 2 < x < 3), {x}], {x}] \[Xor] RegionMember[ImplicitRegion[(-2 < x < 0 || 2 < x < 3), {x}], {-x}])], x, Reals] it return False immediately.
What's happening?
(I know there are other ways to do this, e.g., with FindInstance.)
Thanx.
Falsein several minutes. I'm using 12.1.1.0 on Windows 10. $\endgroup$AbsoluteTiming. I obtain{438.211, False}on a fresh kernel of my comp. $\endgroup$