Existential theory of the reals

Last updated

In mathematical logic, computational complexity theory, and computer science, the existential theory of the reals is the set of all true sentences of the form

Contents

where the variables are interpreted as having real number values, and where is a quantifier-free formula involving equalities and inequalities of real polynomials. A sentence of this form is true if it is possible to find values for all of the variables that, when substituted into formula , make it become true. [1]

The decision problem for the existential theory of the reals is the problem of finding an algorithm that decides, for each such sentence, whether it is true or false. Equivalently, it is the problem of testing whether a given semialgebraic set is non-empty. [1] This decision problem is NP-hard and lies in PSPACE, [2] giving it significantly lower complexity than Alfred Tarski's quantifier elimination procedure for deciding statements in the first-order theory of the reals without the restriction to existential quantifiers. [1] However, in practice, general methods for the first-order theory remain the preferred choice for solving these problems. [3]

The complexity class has been defined to describe the class of computational problems that may be translated into equivalent sentences of this form. In structural complexity theory, it lies between NP and PSPACE. Many natural problems in geometric graph theory, especially problems of recognizing geometric intersection graphs and straightening the edges of graph drawings with crossings, belong to , and are complete for this class. Here, completeness means that there exists a translation in the reverse direction, from an arbitrary sentence over the reals into an equivalent instance of the given problem. [4]

Background

In mathematical logic, a theory is a formal language consisting of a set of sentences written using a fixed set of symbols. The first-order theory of real closed fields has the following symbols: [5]

A sequence of these symbols forms a sentence that belongs to the first-order theory of the reals if it is grammatically well formed, all its variables are properly quantified, and (when interpreted as a mathematical statement about the real numbers) it is a true statement. As Tarski showed, this theory can be described by an axiom schema and a decision procedure that is complete and effective: for every fully quantified and grammatical sentence, either the sentence or its negation (but not both) can be derived from the axioms. The same theory describes every real closed field, not just the real numbers. [6] However, there are other number systems that are not accurately described by these axioms; in particular, the theory defined in the same way for integers instead of real numbers is undecidable, even for existential sentences (Diophantine equations) by Matiyasevich's theorem. [5] [7]

The existential theory of the reals is the fragment of the first-order theory consisting of sentences in which all the quantifiers are existential and they appear before any of the other symbols. That is, it is the set of all true sentences of the form

where is a quantifier-free formula involving equalities and inequalities of real polynomials. The decision problem for the existential theory of the reals is the algorithmic problem of testing whether a given sentence belongs to this theory; equivalently, for strings that pass the basic syntactical checks (they use the correct symbols with the correct syntax, and have no unquantified variables) it is the problem of testing whether the sentence is a true statement about the real numbers. The set of -tuples of real numbers for which is true is called a semialgebraic set, so the decision problem for the existential theory of the reals can equivalently be rephrased as testing whether a given semialgebraic set is nonempty. [1]

In determining the time complexity of algorithms for the decision problem for the existential theory of the reals, it is important to have a measure of the size of the input. The simplest measure of this type is the length of a sentence: that is, the number of symbols it contains. [5] However, in order to achieve a more precise analysis of the behavior of algorithms for this problem, it is convenient to break down the input size into several variables, separating out the number of variables to be quantified, the number of polynomials within the sentence, and the degree of these polynomials. [8]

Examples

The golden ratio may be defined as the root of the polynomial . This polynomial has two roots, only one of which (the golden ratio) is greater than one. Thus, the existence of the golden ratio may be expressed by the sentence

Because the golden ratio is not transcendental, this is a true sentence, and belongs to the existential theory of the reals. The answer to the decision problem for the existential theory of the reals, given this sentence as input, is the Boolean value true.

The inequality of arithmetic and geometric means states that, for every two non-negative numbers and , the following inequality holds:

As stated above, it is a first-order sentence about the real numbers, but one with universal rather than existential quantifiers, and one that uses extra symbols for division, square roots, and the number 2 that are not allowed in the first-order theory of the reals. However, by squaring both sides it can be transformed into the following existential statement that can be interpreted as asking whether the inequality has any counterexamples:

The answer to the decision problem for the existential theory of the reals, given this sentence as input, is the Boolean value false: there are no counterexamples. Therefore, this sentence does not belong to the existential theory of the reals, despite being of the correct grammatical form.

Algorithms

Alfred Tarski's method of quantifier elimination (1948) showed the existential theory of the reals (and more generally the first order theory of the reals) to be algorithmically solvable, but without an elementary bound on its complexity. [9] [6] The method of cylindrical algebraic decomposition, by George E. Collins (1975), improved the time dependence to doubly exponential, [9] [10] of the form

where is the number of bits needed to represent the coefficients in the sentence whose value is to be determined, is the number of polynomials in the sentence, is their total degree, and is the number of variables. [8] By 1988, Dima Grigoriev and Nicolai Vorobjov had shown the complexity to be exponential in a polynomial of , [8] [11] [12]

and in a sequence of papers published in 1992 James Renegar improved this to a singly exponential dependence on , [8] [13] [14] [15]

In the meantime, in 1988, John Canny described another algorithm that also has exponential time dependence, but only polynomial space complexity; that is, he showed that the problem could be solved in PSPACE. [2] [9]

The asymptotic computational complexity of these algorithms may be misleading, because in practice they can only be run on inputs of very small size. In a 1991 comparison, Hoon Hong estimated that Collins' doubly exponential procedure would be able to solve a problem whose size is described by setting all the above parameters to 2, in less than a second, whereas the algorithms of Grigoriev, Vorbjov, and Renegar would instead take more than a million years. [8] In 1993, Joos, Roy, and Solernó suggested that it should be possible to make small modifications to the exponential-time procedures to make them faster in practice than cylindrical algebraic decision, as well as faster in theory. [16] However, as of 2009, it was still the case that general methods for the first-order theory of the reals remained superior in practice to the singly exponential algorithms specialized to the existential theory of the reals. [3]

Complete problems

Several problems in computational complexity and geometric graph theory may be classified as complete for the existential theory of the reals. That is, every problem in the existential theory of the reals has a polynomial-time many-one reduction to an instance of one of these problems, and in turn these problems are reducible to the existential theory of the reals. [4] [17]

A number of problems of this type concern the recognition of intersection graphs of a certain type. In these problems, the input is an undirected graph; the goal is to determine whether geometric shapes from a certain class of shapes can be associated with the vertices of the graph in such a way that two vertices are adjacent in the graph if and only if their associated shapes have a non-empty intersection. Problems of this type that are complete for the existential theory of the reals include recognition of intersection graphs of line segments in the plane, [4] [18] [5] recognition of unit disk graphs, [19] and recognition of intersection graphs of convex sets in the plane. [4]

For graphs drawn in the plane without crossings, Fáry's theorem states that one gets the same class of planar graphs regardless of whether the edges of the graph are drawn as straight line segments or as arbitrary curves. But this equivalence does not hold true for other types of drawing. For instance, although the crossing number of a graph (the minimum number of crossings in a drawing with arbitrarily curved edges) may be determined in NP, it is complete for the existential theory of the reals to determine whether there exists a drawing achieving a given bound on the rectilinear crossing number (the minimum number of pairs of edges that cross in any drawing with edges drawn as straight line segments in the plane). [4] [20] It is also complete for the existential theory of the reals to test whether a given graph can be drawn in the plane with straight line edges and with a given set of edge pairs as its crossings, or equivalently, whether a curved drawing with crossings can be straightened in a way that preserves its crossings. [21]

Other complete problems for the existential theory of the reals include:

Based on this, the complexity class has been defined as the set of problems having a polynomial-time many-one reduction to the existential theory of the reals. [4]

See also

Related Research Articles

The P versus NP problem is a major unsolved problem in theoretical computer science. In informal terms, it asks whether every problem whose solution can be quickly verified can also be quickly solved.

<span class="mw-page-title-main">NP (complexity)</span> Complexity class used to classify decision problems

In computational complexity theory, NP is a complexity class used to classify decision problems. NP is the set of decision problems for which the problem instances, where the answer is "yes", have proofs verifiable in polynomial time by a deterministic Turing machine, or alternatively the set of problems that can be solved in polynomial time by a nondeterministic Turing machine.

Presburger arithmetic is the first-order theory of the natural numbers with addition, named in honor of Mojżesz Presburger, who introduced it in 1929. The signature of Presburger arithmetic contains only the addition operation and equality, omitting the multiplication operation entirely. The theory is computably axiomatizable; the axioms include a schema of induction.

In computational complexity theory, the complexity class #P (pronounced "sharp P" or, sometimes "number P" or "hash P") is the set of the counting problems associated with the decision problems in the set NP. More formally, #P is the class of function problems of the form "compute f(x)", where f is the number of accepting paths of a nondeterministic Turing machine running in polynomial time. Unlike most well-known complexity classes, it is not a class of decision problems but a class of function problems. The most difficult, representative problems of this class are #P-complete.

In computational complexity theory, a decision problem is PSPACE-complete if it can be solved using an amount of memory that is polynomial in the input length and if every other problem that can be solved in polynomial space can be transformed to it in polynomial time. The problems that are PSPACE-complete can be thought of as the hardest problems in PSPACE, the class of decision problems solvable in polynomial space, because a solution to any one such problem could easily be used to solve any other problem in PSPACE.

<span class="mw-page-title-main">Knot theory</span> Study of mathematical knots

In topology, knot theory is the study of mathematical knots. While inspired by knots which appear in daily life, such as those in shoelaces and rope, a mathematical knot differs in that the ends are joined so it cannot be undone, the simplest knot being a ring. In mathematical language, a knot is an embedding of a circle in 3-dimensional Euclidean space, . Two mathematical knots are equivalent if one can be transformed into the other via a deformation of upon itself ; these transformations correspond to manipulations of a knotted string that do not involve cutting it or passing it through itself.

In computational complexity theory, a polynomial-time reduction is a method for solving one problem using another. One shows that if a hypothetical subroutine solving the second problem exists, then the first problem can be solved by transforming or reducing it to inputs for the second problem and calling the subroutine one or more times. If both the time required to transform the first problem to the second, and the number of times the subroutine is called is polynomial, then the first problem is polynomial-time reducible to the second.

<span class="mw-page-title-main">Time complexity</span> Estimate of time taken for running an algorithm

In theoretical computer science, the time complexity is the computational complexity that describes the amount of computer time it takes to run an algorithm. Time complexity is commonly estimated by counting the number of elementary operations performed by the algorithm, supposing that each elementary operation takes a fixed amount of time to perform. Thus, the amount of time taken and the number of elementary operations performed by the algorithm are taken to be related by a constant factor.

<span class="mw-page-title-main">Complexity class</span> Set of problems in computational complexity theory

In computational complexity theory, a complexity class is a set of computational problems "of related resource-based complexity". The two most commonly analyzed resources are time and memory.

In computational complexity theory, P, also known as PTIME or DTIME(nO(1)), is a fundamental complexity class. It contains all decision problems that can be solved by a deterministic Turing machine using a polynomial amount of computation time, or polynomial time.

In computational complexity theory, the Cook–Levin theorem, also known as Cook's theorem, states that the Boolean satisfiability problem is NP-complete. That is, it is in NP, and any problem in NP can be reduced in polynomial time by a deterministic Turing machine to the Boolean satisfiability problem.

In computational complexity theory, the complexity class NEXPTIME is the set of decision problems that can be solved by a non-deterministic Turing machine using time .

In mathematics, a real closed field is a field F that has the same first-order properties as the field of real numbers. Some examples are the field of real numbers, the field of real algebraic numbers, and the field of hyperreal numbers.

Descriptive complexity is a branch of computational complexity theory and of finite model theory that characterizes complexity classes by the type of logic needed to express the languages in them. For example, PH, the union of all complexity classes in the polynomial hierarchy, is precisely the class of languages expressible by statements of second-order logic. This connection between complexity and the logic of finite structures allows results to be transferred easily from one area to the other, facilitating new proof methods and providing additional evidence that the main complexity classes are somehow "natural" and not tied to the specific abstract machines used to define them.

Quantifier elimination is a concept of simplification used in mathematical logic, model theory, and theoretical computer science. Informally, a quantified statement " such that " can be viewed as a question "When is there an such that ?", and the statement without quantifiers can be viewed as the answer to that question.

In computational complexity, problems that are in the complexity class NP but are neither in the class P nor NP-complete are called NP-intermediate, and the class of such problems is called NPI. Ladner's theorem, shown in 1975 by Richard E. Ladner, is a result asserting that, if P ≠ NP, then NPI is not empty; that is, NP contains problems that are neither in P nor NP-complete. Since it is also true that if NPI problems exist, then P ≠ NP, it follows that P = NP if and only if NPI is empty.

In mathematical logic, monadic second-order logic (MSO) is the fragment of second-order logic where the second-order quantification is limited to quantification over sets. It is particularly important in the logic of graphs, because of Courcelle's theorem, which provides algorithms for evaluating monadic second-order formulas over graphs of bounded treewidth. It is also of fundamental importance in automata theory, where the Büchi–Elgot–Trakhtenbrot theorem gives a logical characterization of the regular languages.

In computational complexity theory, the language TQBF is a formal language consisting of the true quantified Boolean formulas. A (fully) quantified Boolean formula is a formula in quantified propositional logic where every variable is quantified, using either existential or universal quantifiers, at the beginning of the sentence. Such a formula is equivalent to either true or false. If such a formula evaluates to true, then that formula is in the language TQBF. It is also known as QSAT.

In the mathematical fields of graph theory and finite model theory, the logic of graphs deals with formal specifications of graph properties using sentences of mathematical logic. There are several variations in the types of logical operation that can be used in these sentences. The first-order logic of graphs concerns sentences in which the variables and predicates concern individual vertices and edges of a graph, while monadic second-order graph logic allows quantification over sets of vertices or edges. Logics based on least fixed point operators allow more general predicates over tuples of vertices, but these predicates can only be constructed through fixed-point operators, restricting their power.

<span class="mw-page-title-main">Polygonalization</span> Polygon through a set of points

In computational geometry, a polygonalization of a finite set of points in the Euclidean plane is a simple polygon with the given points as its vertices. A polygonalization may also be called a polygonization, simple polygonalization, Hamiltonian polygon, non-crossing Hamiltonian cycle, or crossing-free straight-edge spanning cycle.

References

  1. 1 2 3 4 Basu, Saugata; Pollack, Richard; Roy, Marie-Françoise (2006), "Existential theory of the reals", Algorithms in Real Algebraic Geometry, Algorithms and Computation in Mathematics, vol. 10 (2nd ed.), Springer-Verlag, pp. 505–532, doi:10.1007/3-540-33099-2_14, ISBN   978-3-540-33098-1 .
  2. 1 2 Canny, John (1988), "Some algebraic and geometric computations in PSPACE", Proceedings of the Twentieth Annual ACM Symposium on Theory of Computing (STOC '88, Chicago, Illinois, USA), New York, NY, USA: ACM, pp. 460–467, doi: 10.1145/62212.62257 , ISBN   0-89791-264-0, S2CID   14535463
  3. 1 2 Passmore, Grant Olney; Jackson, Paul B. (2009), "Combined decision techniques for the existential theory of the reals", Intelligent Computer Mathematics: 16th Symposium, Calculemus 2009, 8th International Conference, MKM 2009, Held as Part of CICM 2009, Grand Bend, Canada, July 6-12, 2009, Proceedings, Part II, Lecture Notes in Computer Science, vol. 5625, Springer-Verlag, pp. 122–137, doi:10.1007/978-3-642-02614-0_14, hdl: 20.500.11820/b2cc91c8-6b87-4146-bab6-a2021b3006b2 , S2CID   1160351 .
  4. 1 2 3 4 5 6 7 Schaefer, Marcus (2010), "Complexity of some geometric and topological problems" (PDF), Graph Drawing, 17th International Symposium, GD 2009, Chicago, IL, USA, September 2009, Revised Papers , Lecture Notes in Computer Science, vol. 5849, Springer-Verlag, pp. 334–344, doi: 10.1007/978-3-642-11805-0_32 .
  5. 1 2 3 4 Matoušek, Jiří (2014), "Intersection graphs of segments and ", arXiv: 1406.2636 [cs.CG]
  6. 1 2 Tarski, Alfred (1948), A Decision Method for Elementary Algebra and Geometry, RAND Corporation, Santa Monica, Calif., MR   0028796 .
  7. Matiyasevich, Yu. V. (2006), "Hilbert's tenth problem: Diophantine equations in the twentieth century", Mathematical events of the twentieth century, Berlin: Springer-Verlag, pp. 185–213, Bibcode:2006metc.book.....A, doi:10.1007/3-540-29462-7_10, MR   2182785 .
  8. 1 2 3 4 5 Hong, Hoon (September 11, 1991), Comparison of Several Decision Algorithms for the Existential Theory of the Reals, Technical Report, vol. 91–41, RISC Linz[ permanent dead link ].
  9. 1 2 3 4 Schaefer, Marcus (2013), "Realizability of graphs and linkages", in Pach, János (ed.), Thirty Essays on Geometric Graph Theory, Springer-Verlag, pp. 461–482, doi:10.1007/978-1-4614-0110-0_24 .
  10. Collins, George E. (1975), "Quantifier elimination for real closed fields by cylindrical algebraic decomposition", Automata theory and formal languages (Second GI Conf., Kaiserslautern, 1975), Lecture Notes in Computer Science, vol. 33, Berlin: Springer-Verlag, pp. 134–183, MR   0403962 .
  11. Grigor'ev, D. Yu. (1988), "Complexity of deciding Tarski algebra", Journal of Symbolic Computation , 5 (1–2): 65–108, doi: 10.1016/S0747-7171(88)80006-3 , MR   0949113 .
  12. Grigor'ev, D. Yu.; Vorobjov, N. N. Jr. (1988), "Solving systems of polynomial inequalities in subexponential time" (PDF), Journal of Symbolic Computation , 5 (1–2): 37–64, doi:10.1016/S0747-7171(88)80005-1, MR   0949112, S2CID   39376619 .
  13. Renegar, James (1992), "On the computational complexity and geometry of the first-order theory of the reals. I. Introduction. Preliminaries. The geometry of semi-algebraic sets. The decision problem for the existential theory of the reals", Journal of Symbolic Computation , 13 (3): 255–299, doi: 10.1016/S0747-7171(10)80003-3 , MR   1156882 .
  14. Renegar, James (1992), "On the computational complexity and geometry of the first-order theory of the reals. II. The general decision problem. Preliminaries for quantifier elimination", Journal of Symbolic Computation , 13 (3): 301–327, doi: 10.1016/S0747-7171(10)80004-5 , MR   1156883 .
  15. Renegar, James (1992), "On the computational complexity and geometry of the first-order theory of the reals. III. Quantifier elimination", Journal of Symbolic Computation , 13 (3): 329–352, doi: 10.1016/S0747-7171(10)80005-7 , MR   1156884 .
  16. Heintz, Joos; Roy, Marie-Françoise; Solernó, Pablo (1993), "On the theoretical and practical complexity of the existential theory of reals", The Computer Journal , 36 (5): 427–431, doi: 10.1093/comjnl/36.5.427 , MR   1234114 .
  17. 1 2 3 4 Cardinal, Jean (December 2015), "Computational geometry column 62", SIGACT News, 46 (4): 69–78, doi:10.1145/2852040.2852053, S2CID   17276902 .
  18. Kratochvíl, Jan; Matoušek, Jiří (1994), "Intersection graphs of segments", Journal of Combinatorial Theory, Series B , 62 (2): 289–315, doi: 10.1006/jctb.1994.1071 , MR   1305055 .
  19. Kang, Ross J.; Müller, Tobias (2011), "Sphere and dot product representations of graphs", Proceedings of the Twenty-Seventh Annual Symposium on Computational Geometry (SCG'11), June 13–15, 2011, Paris, France, pp. 308–314.
  20. Bienstock, Daniel (1991), "Some provably hard crossing number problems", Discrete & Computational Geometry , 6 (5): 443–459, doi: 10.1007/BF02574701 , MR   1115102, S2CID   38465081 .
  21. Kynčl, Jan (2011), "Simple realizability of complete abstract topological graphs in P", Discrete & Computational Geometry , 45 (3): 383–399, doi: 10.1007/s00454-010-9320-x , MR   2770542, S2CID   12419381 .
  22. Abrahamsen, Mikkel; Adamaszek, Anna; Miltzow, Tillmann (2022), "The art gallery problem is -complete", Journal of the ACM, 69 (1): A4:1–A4:70, doi:10.1145/3486220, MR   4402363
  23. Abrahamsen, Mikkel; Kleist, Linda; Miltzow, Tillmann (2021), "Training neural networks is -complete", in Ranzato, Marc'Aurelio; Beygelzimer, Alina; Dauphin, Yann N.; Liang, Percy; Vaughan, Jennifer Wortman (eds.), Advances in Neural Information Processing Systems 34: Annual Conference on Neural Information Processing Systems 2021, NeurIPS 2021, December 6-14, 2021, virtual, pp. 18293–18306, arXiv: 2102.09798
  24. Abrahamsen, Mikkel; Miltzow, Tillmann; Seiferth, Nadja (2020), "Framework for -completeness of two-dimensional packing problems", 61st IEEE Annual Symposium on Foundations of Computer Science, FOCS 2020, Durham, NC, USA, November 16-19, 2020, IEEE, pp. 1014–1021, arXiv: 2004.07558 , doi:10.1109/FOCS46700.2020.00098, S2CID   216045462
  25. Mnëv, N. E. (1988), "The universality theorems on the classification problem of configuration varieties and convex polytopes varieties", Topology and geometry—Rohlin Seminar, Lecture Notes in Mathematics, vol. 1346, Berlin: Springer-Verlag, pp. 527–543, doi:10.1007/BFb0082792, MR   0970093 .
  26. Shor, Peter W. (1991), "Stretchability of pseudolines is NP-hard", Applied Geometry and Discrete Mathematics, DIMACS Series in Discrete Mathematics and Theoretical Computer Science, vol. 4, Providence, RI: American Mathematical Society, pp. 531–554, MR   1116375 .
  27. Herrmann, Christian; Ziegler, Martin (2016), "Computational Complexity of Quantum Satisfiability", Journal of the ACM , vol. 63, arXiv: 1004.1696 , doi:10.1145/2869073, S2CID   2253943 .
  28. Benedikt, Michael; Lenhardt, Rastislav; Worrell, James (2013), "LTL Model Checking of Interval Markov Chains", Tools and Algorithms for the Construction and Analysis of Systems. TACAS 2013, Lecture Notes in Computer Science, vol. 7795, pp. 32–46, doi:10.1007/978-3-642-36742-7_3
  29. Björner, Anders; Las Vergnas, Michel; Sturmfels, Bernd; White, Neil; Ziegler, Günter M. (1993), Oriented Matroids, Encyclopedia of Mathematics and its Applications, vol. 46, Cambridge: Cambridge University Press, Corollary 9.5.10, p. 407, ISBN   0-521-41836-4, MR   1226888 .
  30. Richter-Gebert, Jürgen; Ziegler, Günter M. (1995), "Realization spaces of 4-polytopes are universal", Bulletin of the American Mathematical Society , New Series, 32 (4): 403–412, arXiv: math/9510217 , Bibcode:1995math.....10217R, doi:10.1090/S0273-0979-1995-00604-X, MR   1316500, S2CID   7940964 .
  31. Dobbins, Michael Gene; Holmsen, Andreas; Hubard, Alfredo (2017), "Realization spaces of arrangements of convex bodies", Discrete & Computational Geometry , 58 (1): 1–29, arXiv: 1412.0371 , doi:10.1007/s00454-017-9869-8, MR   3658327, S2CID   39856606 .
  32. Garg, Jugal; Mehta, Ruta; Vazirani, Vijay V.; Yazdanbod, Sadra (2015), "ETR-Completeness for Decision Versions of Multi-player (Symmetric) Nash Equilibria", Proc. 42nd International Colloquium on Automata, Languages, and Programming (ICALP), Lecture Notes in Computer Science, vol. 9134, Springer, pp. 554–566, doi:10.1007/978-3-662-47672-7_45 .
  33. Bilo, Vittorio; Mavronicolas, Marios (2016), "A Catalog of ETR-Complete Decision Problems about Nash Equilibria in Multi-Player Games", Proceedings of 33rd International Symposium on Theoretical Aspects of Computer Science, LIPIcs, vol. 47, Schloss Dagstuhl--Leibnitz Zentrum fuer Informatik, pp. 17:1–17:13, doi:10.4230/LIPIcs.STACS.2016.17, ISBN   978-3-95977-001-9 .
  34. Bilo, Vittorio; Mavronicolas, Marios (2017), "ETR-Complete Decision Problems about Symmetric Nash Equilibria in Symmetric Multi-Player Games", Proceedings of 34th International Symposium on Theoretical Aspects of Computer Science, LIPIcs, vol. 66, Schloss Dagstuhl--Leibnitz Zentrum fuer Informatik, pp. 13:1–13:14, doi:10.4230/LIPIcs.STACS.2017.13, ISBN   978-3-95977-028-6 .
  35. Herrmann, Christian; Sokoli, Johanna; Ziegler, Martin (2013), "Satisfiability of cross product terms is complete for real nondeterministic polytime Blum-Shub-Smale machines", Proceedings of the 6th Conference on Machines, Computations and Universality (MCU'13), vol. 128, arXiv: 1309.1043 , doi: 10.4204/EPTCS.128 , S2CID   2151889 .
  36. Hoffmann, Udo (2016), "The planar slope number", Proceedings of the 28th Canadian Conference on Computational Geometry (CCCG 2016).
  37. Schaefer, Marcus (2021), "RAC-drawability is -complete", Proceedings of the 29th International Symposium on Graph Drawing and Network Visualization (GD 2021), arXiv: 2107.11663
  38. Brijder, Robert; Geerts, Floris; Van den Bussche, Jan; Weerwag, Timmy (2019), "On the Expressive Power of Query Languages for Matrices.", ACM Transactions on Database Systems , ACM, 44 (4): 15:1–15:31, doi:10.1145/3331445, hdl: 1942/30378 , S2CID   204714822 .
  39. Bertsimas, Dimitris; Cory-Wright, Ryan; Pauphilet, Jean (2021), "Mixed-Projection Conic Optimization: A New Paradigm for Modeling Rank Constraints", Operations Research, 70 (6): 3321–3344, arXiv: 2009.10395 , doi:10.1287/opre.2021.2182, S2CID   221836263 .