So, recently I've been wrangling with the 3D crown jewels, particularly with the disphenocingulum (J90). Been trying to find defining polynomials that would yield theoretically infinite-precision coordinates. It became pretty clear early on that doing this by hand would be infeasible, and after several feeble attempts I decided that the only way to proceed was to ask the computer to do it for me. So I wrote a utility, currently still rather imperfect, that uses a modified Buchberger algorithm to compute a Gröbner basis for the system of polynomial equations that describe the coordinates of J90.
I'm happy to report that it was a success, and in spite of the current limitations of the program, it was able to discover defining polynomials for J90's coordinates, which I've posted on my website on the J90 page. As far as I can tell, no one has posted these polynomials online anywhere before; the only sources of J90's coordinates that I have found online so far appear to be low-precision (only accurate up to 6-7 digits, and apparently acquired by numerical methods, so it was unclear how one might obtain more digits of precision). Given the polynomials I've found, along with the root intervals that I've posted alongside, one could in theory extract coordinates of arbitrary precision using a suitable polynomial root-finding algorithm (e.g., Newton's method, which should be widely available in numerical libraries, yet simple enough to implement oneself, or even compute by hand, if necessary).
What I wanted to discuss here, however, is the polynomials themselves. As it turns out, J90's coordinates require solving 24th degree polynomials (with terms of even power) and 12th degree polynomials (with terms of all powers), and these polynomials have huge coefficients (up to 10 digits!). Furthermore, they are irreducible (at least according to Wolfram Alpha), unlike the case with the snub disphenoid (J84), where solving the associated polynomial system yields a quartic that can be factored into a linear term and a cubic.
A slightly less extreme case is the snub square antiprism (J85), whose coordinates involve solving 12th degree polynomials with terms of even degree, and 6th degree polynomials with terms of all powers. These are also irreducible polynomials.
So far, I have not been able to obtain defining polynomials for J88 and J89. Given that they involve polynomial systems with ≥7 unknowns, I'm expecting that they will be at least as complex as the polynomials for J90, in all likelihood a lot more complex.
Anyway, what I'm trying to get at, is that all of this is reminding me of our discussions of polytope complexity in various guises like CVP, minimum polynomial degree, etc.. While this isn't proof, per se, the huge coefficients of J90 and the irreducibility of the 12th degree polynomials is leading me to think that it's probably unlikely that there will be any higher-dimensional CRFs that contain J90's as cells, besides the trivial prisms (and higher-dimensional prism products). I just can't envision any way closure could happen in a CRF way unless the other cells can somehow line up exactly along the peculiar angles of J90, besides J90 itself. But J90 itself has coordinates that are so specific that I can't envision how it could be used to bridge the gap with other J90's in a CRF way, other than direct closer in the J90 prism. When the coordinates and angles involve 12th degree polynomials, it just seems really far-fetched that edge lengths / coordinates could resolve in any other way than the extremely specific way said coordinates were obtained in the first place.
Furthermore, as far as CVP is concerned, I wonder if it makes sense to claim that J85 has CVP 6 and J90 has CVP 12. I think the original argument was that the CVP would be reducible to the maximum of its prime factors, but given the irreducibility of these polynomials and the fact that they are higher than the 5th polynomials that are known to have roots that cannot be expressed in terms of radicals, I'm doubting that their inherent complexity can be rationalized into mere cubics. If anything, their large coefficients that AFAIK are virtually "randomly" distributed makes it unlikely that they fall into the special reducible cases that are products of lower polynomials.
Thoughts?