<!DOCTYPE article PUBLIC "-//NLM//DTD JATS (Z39.96) Journal Archiving and Interchange DTD v1.0 20120330//EN" "JATS-archivearticle1.dtd">
<article xmlns:xlink="http://www.w3.org/1999/xlink">
  <front>
    <journal-meta>
      <journal-title-group>
        <journal-title>Fifth International Workshop on Satisfiability Checking and Symbolic Computation, July</journal-title>
      </journal-title-group>
    </journal-meta>
    <article-meta>
      <title-group>
        <article-title>GeoGebra and the realgeom Reasoning Tool</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Róbert Vajda</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Zoltán Kovács</string-name>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>Bolyai Institute, University of Szeged</institution>
          ,
          <addr-line>H-6720 Szeged, Aradi vértanúk tere 1.</addr-line>
          ,
          <country country="HU">Hungary</country>
        </aff>
        <aff id="aff1">
          <label>1</label>
          <institution>The Private University College of Education of the Diocese of Linz</institution>
          ,
          <addr-line>A-4020 Linz, Salesianumweg 3</addr-line>
          ,
          <country country="AT">Austria</country>
        </aff>
      </contrib-group>
      <pub-date>
        <year>2020</year>
      </pub-date>
      <volume>05</volume>
      <issue>2020</issue>
      <fpage>0000</fpage>
      <lpage>0002</lpage>
      <abstract>
        <p>Reasoning tools for geometric equalities based on elimination methods are already integrated in some dynamic geometry systems (DGS), in particular in GeoGebra. However, no reasoning tools in any popular DGS environments for elementary inequalities exist yet. This paper investigates if the generic real quantifier elimination (RQE) methods and their existing implementations are mature enough from the practical point of view to explore simple elementary Euclidean triangle inequalities and the best possible geometric constants occurring in the inequalities. It is known, that from a theoretical point, real geometry inequality problems can be cast as RQE problems and can be solved by RQE algorithms. Unfortunately, the computational complexity of the RQE algorithms is rather high. The practical question is, if the RQE problem formulations for the investigated geometric inequality are tractable in a reasonable time limit. If this is so, an RQE based geometry inequality prover may be also an integral part of DGS. As a first experimental step, we also implemented a real reasoning tool for GeoGebra called realgeom which uses Wolfram's Mathematica poly-algorithmic RQE tool as an external service for solving the semi-algebraic problem associated to the geometric inequality exploration problem. Finally, we show by an example that parametric real root counting algorithms may be suficient to attack certain inequality exploration problems and they can be later substitutes/alternatives for the general RQE tool in our framework.</p>
      </abstract>
      <kwd-group>
        <kwd>eol&gt;automated geometry proving</kwd>
        <kwd>benchmark problem</kwd>
        <kwd>database</kwd>
        <kwd>dynamic geometry software</kwd>
        <kwd>Euclidean planar geometry</kwd>
        <kwd>GeoGebra</kwd>
        <kwd>geometric inequality</kwd>
        <kwd>Mathematica</kwd>
        <kwd>mathematical software</kwd>
        <kwd>QEPCAD</kwd>
        <kwd>real quantifier elimination</kwd>
        <kwd>Redlog</kwd>
        <kwd>RegularChains</kwd>
        <kwd>SyNRAC</kwd>
      </kwd-group>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>1. Introduction</title>
      <p>
        Complex algebraic geometry and real quantifier elimination (RQE) approaches can solve
nontrivial elementary geometry problems in the field of automated theorem proving, see [
        <xref ref-type="bibr" rid="ref11 ref15 ref39">11, 39, 15</xref>
        ].
Dynamic geometry systems (DGS) are computer programs that allow the users to construct
geometric figures by creating some free points and using them to define new objects such as
lines, circles or other dependent points—later one can move the free points and see how the
construction dynamically changes.
      </p>
      <p>
        Automated reasoning for equational constraints based on, for example, Gröbner basis
techniques is already available in some DGS, such as GeoGebra, see [
        <xref ref-type="bibr" rid="ref21 ref23">23, 21</xref>
        ]. That is, the system
can prove/disprove in a geometric construction that certain quantities are equal or lines are
orthogonal or parallel to each other, independently of the choice of the free points. A summary
on the capabilities of the reasoning engine Relation Tool in GeoGebra 5 is reported in [
        <xref ref-type="bibr" rid="ref25">25</xref>
        ].
On the other hand, it is known that some other elementary geometry problems cannot be
solved by equational reasoning—that is, the problem formulation and/or its solution needs
polynomial inequalities [
        <xref ref-type="bibr" rid="ref40">40</xref>
        ]. One powerful general tool to deal with real geometry is real
quantifier elimination (RQE) [
        <xref ref-type="bibr" rid="ref12">12</xref>
        ]. In the literature there are remarkable examples which treat
some geometry problems via RQE, see [
        <xref ref-type="bibr" rid="ref19 ref39">39, 19</xref>
        ] and there are some computer algebra systems
(CAS) or dedicated software packages which ofer at least one method for RQE:
1. Maple’s RegularChains based package [
        <xref ref-type="bibr" rid="ref9">9</xref>
        ]
2. Maple’s SyNRAC package [
        <xref ref-type="bibr" rid="ref24">24</xref>
        ]
3. the QEPCAD B package [
        <xref ref-type="bibr" rid="ref13 ref8">13, 8</xref>
        ]
4. the Redlog package for Reduce [
        <xref ref-type="bibr" rid="ref18">18</xref>
        ]
5. Wolfram Mathematica’s combined built-in RQE engine [
        <xref ref-type="bibr" rid="ref42">42</xref>
        ]
Still, the high complexity of the algorithms for quantifier elimination from the theoretical
side (see [
        <xref ref-type="bibr" rid="ref17">17</xref>
        ]) and the state of the art of the implementations from the practical side delay
the occurrence of these as part of a powerful reasoning tool in DGS. In particular, there is no
reasoning tool for geometric inequalities yet available in GeoGebra or in any other popular
DGS. For the problems and the didactical challenges in the application of reasoning tools in
DGS we refer to [
        <xref ref-type="bibr" rid="ref4">4</xref>
        ].
      </p>
      <p>
        The current paper focuses only on geometric inequality exploration problems, which will be
defined in Section 3 and leave aside the easier inequality-verifying problems. On a classical set
of geometric inequalities for triangles mainly taken from [
        <xref ref-type="bibr" rid="ref5">5</xref>
        ], it explores how these problems
can be cast as RQE problems, what sort of inequalities can be discovered by RQE using the
already existing RQE implementations, which instances can be solved in a reasonable time.
      </p>
      <p>As an experimental and practical first step of a larger work, our vision is the automated
proving of simple inequalities and the discovery of (linear) inequalities between two geometric
invariants. This translates to RQE problems with 2-7 variables.</p>
      <p>The translated exploration problems are conjunctions of polynomial equations and
inequalities where all variables are existentially quantified except for one, which is free. That is, we do
not have quantifier alternations in the translated problems. Therefore, a direct application of
some specialized RQE process (see Section 6 and [43, Chap. 6], [40, Chap. 2.5]) may still enlarge
the real-time tractable problem class (see Section 4 for our problem-timing categories) with the
proposed method and is under investigation by the authors. We note that although a translated
problem is not a (quantifier-free) SMT instance, in fact it is very close to it and a huge part of
the parameter space may be excluded from the exploration by proving unsatisfiability of the
initial formula extended with inequalities for the free variable as a pre-processing step.</p>
      <p>
        We implemented a real reasoning tool for GeoGebra called realgeom which uses Wolfram’s
Mathematica RQE tool for solving the semi-algebraic problem associated to the geometric
inequality exploration problem. The test implementation is freely available for various platforms
[
        <xref ref-type="bibr" rid="ref1 ref22">22, 1</xref>
        ]1. We illustrate our implementation with variants of seven inequality exploration problems
1We suggest using a Raspberry Pi 4 machine with the Raspbian operating system that provides a free
educational version of Wolfram’s Mathematica.
for triangles2. All of them are well-known inequalities that were classified and proven in [
        <xref ref-type="bibr" rid="ref5">5</xref>
        ]:
• Bottema 1.1 (sides of triangles),
• Bottema 1.19 (sides of triangles),
• Bottema 4.2 (perimeter and area),
• Bottema 5.3 (perimeter and circumradius),
• Bottema 6.1 (perimeter and sum of heights),
• Bottema 8.1 (perimeter and sum of medians),
• Bottema 11.20 (sides of (right) triangles).
      </p>
      <sec id="sec-1-1">
        <title>For example, Bottema 1.1 stands for the inequality</title>
        <p>3 · ( +  + ) ≤ ( +  + )2 &lt; 4 · ( +  + )
where ,  and  denote the lengths of the sides of an arbitrary non-degenerate triangle in the
plane.</p>
        <p>We do not aim for a complete method, neither for human readable proofs, nor for the
improvement of the known underlying theoretical results.</p>
        <p>The paper is structured as follows. Section 2 overviews the related works, benchmarks and
repositories. Section 3 gives the definition of the geometric inequality exploration scenario in
the GeoGebra/DGS framework. Section 4 gives the hierarchy of inequality exploration problems
and their formulation as coordinate free (CF) RQE problems. Section 5 gives the formulation
and the test results for the coordinate based (CB) GeoGebra-generated examples. Section 6
gives a detailed example of a problem formulation as real parametric root finding problem (PRF).
Section 7 concludes the paper.</p>
      </sec>
    </sec>
    <sec id="sec-2">
      <title>2. Related Work, and CAD, SMT Repositories</title>
      <p>
        In the field of efective real quantifier elimination quite interesting and new theories and
implementations arose over the last decade. Not only were Collins’ Cylindrical Algebraic
Decomposition (CAD) based RQE algorithm and Weispfenning’s Virtual Substitution (VS) RQE
method refined and improved and their powers were combined, but a new, regular chains based
CAD approach also has emerged [
        <xref ref-type="bibr" rid="ref9">9</xref>
        ]. To our knowledge the five RQE tools investigated in
the current work (RegularChains version 2548, QEPCAD version B 1.72, Redlog version 3258,
SyNRAC 2016, Wolfram Mathematica 12.1) cover almost all the practical implementations which
are available now for a user. The various tools were separately applied to solve many scientific
problems and cited in many works (for references see [
        <xref ref-type="bibr" rid="ref40">40</xref>
        ]), but only very recently were their
performance compared in practice, too, see [
        <xref ref-type="bibr" rid="ref6">6</xref>
        ]. This paper is also among the first ones which
compares them for automated geometry inequality proving.
      </p>
      <p>
        Many scientific papers report about success in automated reasoning in geometrical
inequalities, see e.g. the BOTTEMA prover in [
        <xref ref-type="bibr" rid="ref43">43</xref>
        ]. However, in certain sub-problem classes, in particular
for inequalities that contain nonlinear real arithmetic and (arbitrarily quantified) Tarski
formulas, there are only a few public repositories available with clearly formatted problems. It
2In addition, a benchmark suite of more than 100 test cases is available at [
        <xref ref-type="bibr" rid="ref14">14</xref>
        ].
is worth to mention the Redlog Remis database [
        <xref ref-type="bibr" rid="ref36">36</xref>
        ] which contains RQE problems, about
15 of them being elementary geometry problems. Another repository [
        <xref ref-type="bibr" rid="ref7">7</xref>
        ] is maintained by
Wilson at the University of Bath—it contains 80 input formulas in Maple and QEPCAD format,
but these are typically not classical planar Euclidean geometry problems. It is also important
to mention the web repository GeoThms [
        <xref ref-type="bibr" rid="ref33">33</xref>
        ], where a rich list of related geometry proving
tools, DGS are also given—this database contains, however, only equational theorems. The
importance of standardized, structured publicly available benchmark problems were noted in
the SAT/SMT community and created SMT-LIB standard format and a public library for various
logics, among them for QF_NRA (quantifier free nonlinear real arithmetic) and NRA (nonlinear
real arithmetic), see [
        <xref ref-type="bibr" rid="ref38">38</xref>
        ]. We acknowledge that the support for the SMT-LIB format [
        <xref ref-type="bibr" rid="ref20">20</xref>
        ], [
        <xref ref-type="bibr" rid="ref41">41</xref>
        ]
and the integration of computer algebra systems and SMT-solvers [
        <xref ref-type="bibr" rid="ref20">20</xref>
        ] reached a mature level
now.
      </p>
      <p>Our recent work contributes also to the publicly available test problems in this field by
providing the investigated problems in various formats.</p>
    </sec>
    <sec id="sec-3">
      <title>3. Exploration of Inequalities in DGS</title>
      <p>In this section the geometry inequality exploration scenario and the functionalities of an
integrated reasoning tool of a DGS is described. The section is written from a computer user’s
perspective, presumably from a mathematics teacher’s or student’s point of view.</p>
      <p>That is, we assume that the user is familiar with the usual DGS construction steps in planar
geometry. For the sake of simplicity, we consider triangle constructions. It is important that the
user can label and refer to some invariants of the constructed triangles. That is, if the lengths of
the triangle sides (, , ), the circumradius (), the heights (ℎ, ℎ, ℎ) or medians (, , )
are needed, the user is expected to be able to construct the according segments by using the
standard tools of the DGS. We also allow to form a polynomial expressions of these quantities.</p>
      <p>In this way we may refer to the perimeter of triangle as the sum of the triangle sides ( =
 +  + ) or we may also form the positive integer powers of the circumradius (, for a fixed
integer ). Now by using a dedicated tool, the user may specify two referenced quantities , ℬ
occurring in the construction and ask by a command of the form Compare(, ℬ), if a nontrivial
infimum and/or supremum of the ratio  =  exists. Then the reasoning tool returns sharp
algebraic constants ,  and user is informedℬ that  · ℬ (&lt;=)  (&lt;=)  · ℬ holds and possibly
no sharper results for the range of the ratio exists. We note that in the case of trivial lower or
upper bound such as  = 0 or  = +∞, the output formula may be simpler.</p>
      <p>As future work we may consider utilizing a knowledge base of formulas for substituting the
input of geometric invariants of a triangle by expressions of the sides or vertex coordinates of
the triangle [43, p. 240].</p>
      <p>
        Our prototype implementation realgeom [
        <xref ref-type="bibr" rid="ref35">35</xref>
        ] is based on the vertex coordinates. It can be
seen as an extension of the Relation tool [
        <xref ref-type="bibr" rid="ref25">25</xref>
        ] in GeoGebra. The Relation tool can provide basic
metric information about quantities, but its capabilities are mostly constrained to decide if two
quantities are equal or not.
      </p>
      <p>Now, with the new tool realgeom, interesting pieces of further information in Euclidean
planar geometry may be studied. For example, a student starts an experiment by drawing a
triangle  and collecting experimental data on the quantities  =  +  + , , and the ratio
2/. Here we recall that  stands for the perimeter of the triangle and  for the area. The
experiment shows that 2/ is minimal if the triangle is close to an equilateral triangle and the
minimal ratio is about 20.79 (see Fig. 1 for two screenshots of the experiment). By continuing
the experiment the student enters the command Compare(( +  + )2, · ℎ/2). Here we
recall that ℎ stands for the height that belongs to side . Then the tool informs (see the formula
in Fig. 2) the user on the fact that ( +  + )2 ≥ 12√3  · ℎ/2, for all non-degenerate triangles.
Indeed, 12√3 ≈ 20.78, so the DGS exploration is confirmed by CAS/RQE support.</p>
      <p>
        The first implementation of realgeom on the top of GeoGebra uses Mathematica’s general
quantifier elimination tool [
        <xref ref-type="bibr" rid="ref42">42</xref>
        ] as an external service to get the solution (see [
        <xref ref-type="bibr" rid="ref3">3</xref>
        ] for a similar
concept). The realgeom system preprocesses the input formula that was generated by GeoGebra
coordinatization by eliminating as many variables as possible from linear equations.
      </p>
      <p>We note that in our first implementation no deep explicit structural analysis of the problem
is present—the number of variables/equations/inequalities, the degree of the polynomials, or
other statistics do not influence the internal algorithm—we rely just on the poly-algorithmic
heuristic of the Mathematica tool to pick up good variable ordering or divide the problem into
sub-problems.</p>
      <p>
        Later on, this analysis needs to be added to our implementation. Moreover, an internal
algorithm should be utilized to avoid closed source work. Some possible ways to go is to compile
QEPCAD or Redlog into a portable module (as it was performed for the Giac CAS for various
platforms, see [
        <xref ref-type="bibr" rid="ref27">27</xref>
        ]), or use a library like [
        <xref ref-type="bibr" rid="ref2">2</xref>
        ].
      </p>
      <p>
        Free availability of the presented system can be crucial in an educational context. In fact,
teaching basic geometric inequalities is a part of the secondary mathematics curriculum in
many countries. Among others, the triangle inequality, or simple consequences of the law of
cosines, or discussion of constructability are typical possible uses. On the other hand, geometric
inequalities often appear at mathematics contests [
        <xref ref-type="bibr" rid="ref29">29</xref>
        ] as problems to solve. Therefore, a
computer software tool that can help in conjecturing or even in proving geometric inequalities,
seems to be a helpful step forward.
      </p>
    </sec>
    <sec id="sec-4">
      <title>4. Hierarchy of the Inequality Exploration Problems</title>
      <p>In this section we give an overview on a possible workflow on solving a given exploration
problem.</p>
      <p>
        An important part of our research was started with looking up standard collections of
elementary geometric inequalities. As already mentioned above, the collection [
        <xref ref-type="bibr" rid="ref5">5</xref>
        ] was a very
supporting database in our work.
      </p>
      <p>First of all, we observed that the simplest items in this database are the inequalities for
triangles which involve only the sides of the triangles. On the other hand, it is important to
note that the typical inequalities are given in terms of geometric invariants of the triangle,
rather than coordinates of the vertices of the triangles. Almost all inequalities enumerated
in [5, Chap 1.] are of the type above, and more than half of them are about the ratio of two
trivariate symmetric homogeneous polynomials of degree at most three, that is 1/2, where
1, 2 ∈ Z[, , ]. In later chapters of the database more invariants such as radii, altitudes,
medians of the triangle come into play.</p>
      <p>We built up our own test database in an own fork of the GeoGebra DGS at GitHub at
https://github.com/kovzol/geogebra, in folder test/scripts/benchmark/compare/tests,
based mostly on the Bottema collection. For this paper we selected 7 benchmark problems,
namely the ones given in Section 1. That is, the examples 1.1, 1.19, 4.2, 5.3, 6.1, 8.1 and 11.20
were chosen for testing and we decided to investigate their variants. As we will see, several
variants of a geometry-inequality exploration problem (GIEP) can exist. On the one hand we
may need to test the inequality problems not only for general (non-degenerate) triangle (GT),
but also for
• isosceles triangles (IT),
• right triangles (RT),
• isosceles right triangles (IRT), and
• equilateral triangles (ET).</p>
      <p>
        On the other hand, variants of the given problem can exist also in terms of the algebraic
formulation of the problem: the formulation can be coordinate free (CF) as it appears in [
        <xref ref-type="bibr" rid="ref5">5</xref>
        ] or
GT
      </p>
      <p>IT</p>
      <p>IRT</p>
      <p>ET
GIEPT</p>
      <p>RT
CF</p>
      <p>CB-1
WLOG0</p>
      <p>WLOGa</p>
      <p>WLOGc
RQE</p>
      <p>PRF
coordinate based (CB), as in our case, and the latter is also dependent of the particular DGS
construction which were used to construct certain quantities or the triangle itself.</p>
      <p>Finally, in fact, as usual, some variables of the semi-algebraic formula which encodes the
inequality problem may be specialized to a constant to reduce the complexity of the algebraic
problem (for instance, by putting one vertex of a triangle to (0, 0) or assuming that the side
of the triangles satisfy that  ≤  ≤  = 1). Depending on the decision of the particular
specializations, again, several problem-variants may be derived for the same GIEP.</p>
      <p>Fig. 3 shows an illustration of types and hierarchy of the exploration of a geometry-inequality
problem (GIEPT). On the top level, a triangle class is selected: a (non-degenerate) general
triangle (GT) or the same problem for a specialized triangle class (IT, RT, IRT, ET). Instead of
investigating the problem for general triangle (GT), the analysis of the specialized right triangle
(RT) variant will be given in detail.</p>
      <p>
        On the next level, a decision must be made if the computation will be a coordinate-free
(CF) or a certain coordinate-based one (CB-1, CB-2, . . .)—note that there are several ways to
describe the same GIEP problem with coordinates. As a next decision, the algorithm must
decide if the variables remain as general as possible (WLOG0, that is, no “without loss of
generality” assumption will be made), or, eventually the cathetus  (WLOGa) or the hypotenuse
 (WLOGc) will be substituted by a particular value—“without loss of generality”. (See [
        <xref ref-type="bibr" rid="ref16">16</xref>
        ] for
a short summary on the topic.) Finally, the underlying computation system may have multiple
choices on selecting the best fitting “real” algorithm, namely an RQE or a PRF based calculation.
Since Fig. 3 is just a partial illustration, the full structure in the background is usually more
complicated.
      </p>
      <sec id="sec-4-1">
        <title>4.1. Testing 7 CF variants with 5 RQE tools</title>
        <p>In this section we report on testing the general CF variants of the seven problems above with
5 diferent RQE tools (see Table 1, the abbreviation B-T-CFC7 stands for “Bottema’s triangles,
coordinate-free cases, 7 tests”). This preliminary research founded our further work to select
the most suitable system for the additional steps in our study.</p>
        <p>To illustrate this variant let us consider the problem Bottema 5.3, where inequalities for the
ratio of  =  +  +  and ℬ =  (perimeter and circumradius) are given. Without loss of
generality we can assume that  = 1, to reduce the number of variables. We formulate the RQE
problem as follows:
(1)
(2)
∃  &gt; 0 ∧ 1 +  &gt;  ∧ 1 +  &gt;  ∧  +  &gt; 1 ∧  &gt; 0
,,
∧ ( +  + 1) · ( +  − 1) · (1 +  − ) · (1 +  − ) · 2 = 2 · 2
∧ (1 +  + ) =  · .</p>
        <p>All five tools solve the problem and return an output formula equivalent to</p>
        <p>0 &lt;  ≤ 3√3.</p>
        <p>Not all the investigated RQE tools return syntactically exactly the formula (2). It could be
considered a canonical form of the description of the one-dimensional semi-algebraic solution
set. Moreover, some other output formula may contain real algebraic numbers as bounds either
directly in the output formula or implicitly encoded in the Tarskian language. Still, the extraction
of the needed sharp geometrical constants after some post-processing from the obtained one
variable quantifier free RQE output formula can be considered standard, the computation is
cheap, and is not described in more detail here.</p>
        <p>For the further classification we set up four categories. In this way we can benchmark if the
investigated problem is tractable in a reasonable time limit.</p>
        <p>• Solved in Time (ST): Problem solved in 10 sec3. This could be considered in a real time
exploration via a DGS as reasonable time limit.
• Solved (S2): Problem solved in 300 sec. This is still promising, because some progress on
the practical implementation may bring the problem to the practically tractable class.</p>
        <sec id="sec-4-1-1">
          <title>3All computations were performed on a PC with Intel Core i7 3.2 Ghz, 9 GB RAM.</title>
          <p>• Solved (S3): Problem solved less than 3600 sec, but more than 300 sec, it is interesting only
for research purposes, not for practical real time applications in the context of proving.
• Not Solved, TimeOut (TO): Not solved in one hour.</p>
          <p>We see from the Table 1, and also further test results for problems with symmetric
homogeneous polynomials and for [5, Chap. 1]) confirmed, that Mathematica’s poly-algorithmic tool
performed the best among the available—and for us known—RQE tools. So for further testing
and for proto-implementation, we decided to use Mathematica’s RQE.</p>
        </sec>
      </sec>
    </sec>
    <sec id="sec-5">
      <title>5. Test Results of the realgeom Tool</title>
      <p>
        In this section we report about the CB variants of the 7 inequality problems, which were
enumerated in Section 1. The tests and the results are available at [
        <xref ref-type="bibr" rid="ref14">14</xref>
        ] and classified into the
following 3 groups.
      </p>
      <sec id="sec-5-1">
        <title>5.1. Isosceles and Right Triangles</title>
        <p>Group 1 (abbreviated with B-IR-CBC7 which stands for Bottema’s database, the isosceles/right
triangles, that cover 7 cases) consists of 28 problems,
• 2 × 7 CB problems for isosceles triangles and
• 2 × 7 CB problems for right triangles.</p>
        <p>Because of two diferent construction paths, for each triangle type from above and for each
inequality problem there are two variants. For example, for isosceles triangles, Version B (Ver. B)
refers to a DGS construction, where from a perpendicular bisector  of a segment , a point 
is chosen to form an isosceles triangle, while version A (Ver. A) indicates another construction
path: From a circle with center  and radius , two diferent points ,  are chosen to form an
isosceles triangle. The diferent construction paths lead to diferent (although mathematically
equivalent) semialgebraic problems.</p>
        <p>We also note that these problems also have proven theoretically important, because the
corresponding semi-algebraic problem, after a suitable specialization, can be considered as a
1-parameter problem, see Section 6.</p>
        <p>The results generated by the realgeom tool are presented in Table 2.</p>
        <p>For illustration, we give the exploration DGS window (construction with the usage of the
tools) and the derived semi-algebraic formula for the test case RightTriangle-Bottema5.3a
(referenced as R 5.3 in Table 2).</p>
        <p>∃
8,11,13,14
 &gt; 0 ∧ 11 &gt; 0 ∧ 13 &gt; 0 ∧ 14 &gt; 0 ∧ 8 − 123 = 0
2
∧ 82 − 124 + 1 = 0 ∧ 14 82 − 121 + 14 = 0 ∧
∧ 1 + 13 + 14 =  · 11.</p>
        <p>(3)</p>
        <sec id="sec-5-1-1">
          <title>The output formula is equivalent to</title>
          <p>4 &lt;  ≤ 2 + 2√2.
(4)</p>
        </sec>
      </sec>
      <sec id="sec-5-2">
        <title>5.2. Equilateral and Isosceles Right Triangles</title>
        <p>Group 2 (abbreviated as B-EIR-CBC7) consists again 2 × 7 problems for equilateral, and for
isosceles right triangles. This is the easiest problem class with corresponding zero dimensional
ideals (same amount of variables and equations in the algebraic problem) so we give here only
one variant per geometry inequality problem.</p>
        <p>In fact, these test cases can be studied without real reasoning in a more or less satisfactory
way. After certain specialization only elimination of all variables but  is required, and this
can be achieved via Gröbner basis computation. After obtaining an elimination ideal we learn
that it is zero dimensional and after factorization a set of possible algebraic numbers can be
obtained. Finally, excluding those that are negative we get one or more algebraic numbers.</p>
        <p>
          That is, in some cases we get more than one algebraic number—for instance, the test case
IsoRightTriangle-Bottema1.19a (abbreviated as IR 1.19 in Table 3) produces the possible
set {6 − 4√2, 6 + 4√2}. Actually, the correct solution 6 − 4√2 has the minimal polynomial
2 − 12 + 4 that has two positive roots, and the other root cannot be excluded without real
reasoning. Here we refer to [
          <xref ref-type="bibr" rid="ref15 ref26 ref34">34, 15, 26</xref>
          ] for further details on this approach.
        </p>
        <p>Comparison of speed of the two diferent approaches should be addressed by future work.</p>
      </sec>
      <sec id="sec-5-3">
        <title>5.3. General Triangles</title>
        <p>Finally, Group 3 (B-T-CBC7) are coordinate based counterparts of the 7 problems for general
triangles (B-T-CFC7) investigated in Section 4.</p>
        <p>We see that those coordinate based versions of the inequality problems for the general
triangles, which consist of the sides only or the sides and an extra geometric invariant, could
be handled again quite well with RQE. But two problems remained unsolved (TB 6.1, TB 8.1).
The result for the case TB 6.1 (sum of heights and perimeter) was a bit surprising, because a CF
version formulation could be solved via Mathematica’s RQE easily (cf. Table 1). The case TB 6.1
was expected (sum of medians and perimeter), because the easier CF version is proven to be
also dificult and needed more that an hour for its RQE solution. This problem is known to be
challenging geometry problem ([32, p. 86]) and we do not see at the moment a chance to solve
it with our tool or with an improved direct RQE call in a few seconds, because it contains many
variables.</p>
        <p>Therefore in the next section, we suggest an alternative method (PRF) for attacking problems
with many variables. We note that the all details of the alternative method is not yet elaborated
or implemented by the author.</p>
      </sec>
    </sec>
    <sec id="sec-6">
      <title>6. Real Parametric Root Finding (PRF)</title>
      <p>In this section we reconsider the test case Bottema 5.3 for right triangles. With this example we
demonstrate that certain geometry inequality problems can be solved without using full RQE,
that is, without building up a CAD for the space , where  is defined by all the occurring
variables in the system. Instead, we need only a smaller dimensional generic CAD decomposition
(see e.g. [30, Section 2]) and some Gröbner basis computations. This method is referenced as a
variant of parametric root finding (PRF).</p>
      <p>
        To utilize PRF, we assume that the input formula of the geometry exploration problem consist
of conjunctions of equations and strict inequalities and we can consider part of the occurring
variables as parameters of the system, keeping the other variables as indeterminates. If the
system is well-behaved [
        <xref ref-type="bibr" rid="ref30">30</xref>
        ] with respect to the parameters, that is, we have as many equations
as indeterminates and some auxiliary technical conditions, then generically, the system will
have only finitely many solutions with respect to a fixed parameter set. Moreover, except for a
small dimensional subset of the parameter space, which is described by the minimal discrimiant
variety (MDV), PRF is able to characterize those parameter values for which the system has
exactly  (constantly many) solutions by cylindrically decomposing the parameter space into
open cells.
      </p>
      <p>We analyse the semi-algebraic problem related to one of the coordinate based versions of
RB 5.3. with PRF. Here is the derived polynomial constraint system with equations and strict
inequalities (cf. (3)):
 &gt; 0 ∧ 11 &gt; 0 ∧ 13 &gt; 0 ∧ 14 &gt; 0 ∧ 8 − 124 + 1 = 0</p>
      <p>2
∧ 82 − 123 = 0 ∧ 14 82 − 121 + 41 = 0 ∧ (1 + 13 + 14) =  · 11. (5)
The problem has 5 variables and 4 equations, that is, one less equations than variables.
Here , 13, 14, 11 refer to the parameter, the sides  and  and the circumradius , in an
automatically translated way in GeoGebra’s internals. Side , the length of the hypotenuse is
not present, because due to the suitable coordinatization, it has been derived to be 1.</p>
      <p>
        If we fix , the system has only finitely many solutions, and therefore it can be also analyzed
by parametric root finding algorithms [
        <xref ref-type="bibr" rid="ref28 ref31">28, 31</xref>
        ]. It is known that for these problems RQE is an
overkill and in order to decide if the system has a real solution for a parameter value , CAD is
needed only for 1-D space.
      </p>
      <p>We expect from this a speed-up for problems with more than 5 variables. Our benchmark
problem IsoTriangle-Perimeter_CircumRadius_c from our collection—this is a variant
of I 5.3, but uses diferent construction steps—results in a problem with 9 variables. It times out
by RQE, but can be smoothly solved via PRF within 5 seconds.</p>
      <p>Here, for problem (5), it is clear that the minimal discriminant variety (MDV) is given by the
polynomial
 = ( − 4)( + 4)(2 − 4 + 4)(2 + 4 − 4),
(6)
and assuming that  ̸= 0, the generic CAD decomposition consisting of 4 cells (!) reveals that
the system has finitely many (namely: four) solutions if 4 &lt;  &lt; 2 + 2√2. Testing extra
the finitely many positive real roots of , and by combining the results, we can extract again
necessary and suficient conditions for . Thus, we obtain the same quantifier free formula
that we have via RQE in (4).</p>
      <p>We note that we have the same problem class for all CF and CB based formulation for isosceles
and right triangles (cf. Table 2). The treatment of the general triangle case is also possible with
the same method, but it is more involved, because we have to analyze the solution of a system
with 2 parameters.</p>
      <p>
        To our knowledge, two Maple packages are available that treat general real root classification
problems without computing a full CAD for the full space [
        <xref ref-type="bibr" rid="ref10 ref30">30, 10</xref>
        ]. Their specific performance
for the triangle problems we are interested in, is yet under investigation by the authors.
      </p>
    </sec>
    <sec id="sec-7">
      <title>7. Conclusion and Future Work</title>
      <p>We investigated the possibility of the automatic exploration of geometric inequalities based on
RQE methods. We tested five available RQE tools which ofer various diferent algorithms for
performing efective quantifier elimination. Our coordinate free and coordinate based problem
formulations for triangle inequality exploration problems and the first test runs indicated that
problems involving only two geometric invariants may be translated into a first order input
formula with at most seven variables (one being free among them). At least one of the tools,
namely Mathematica’s combined tool is able to solve most of the problems in a reasonable time
limit, which in our opinion is essential for exploration in a DGS in a didactical context.</p>
      <p>
        We implemented a realgeom reasoning tool on top of GeoGebra, which uses Mathematica
RQE algorithm as an external service to solve the derived RQE problems. Inequalities involving
more variables or radical expressions may need an improved approach like parametric real root
ifnding, see also [
        <xref ref-type="bibr" rid="ref37">37</xref>
        ], [
        <xref ref-type="bibr" rid="ref43">43</xref>
        ].
      </p>
      <p>Although specialized real SMT-solvers such as SMT-RAT, Z3, etc., directly cannot explore
the exact sharp constants in a geometry exploration problem, they can approve (unvalidated)
numerically obtained bounds and thus, as a pre-processing step, by narrowing the search space,
they may contribute to the eficiency of the geometric reasoning tool.</p>
      <p>In our opinion the first steps on investigating if some RQE algorithms are already mature
enough to support learning experiments on inequalities, are done. The next steps would be to
use refined and specialized methods to explore elementary inequalities in a DGS framework.</p>
    </sec>
    <sec id="sec-8">
      <title>Acknowledgments</title>
      <p>The first author was supported by the EU-funded Hungarian grant EFOP-3.6.1-16-2016-00008.
The second author was partially supported by a grant MTM2017-88796-P from the Spanish
MINECO (Ministerio de Economia y Competitividad) and the ERDF (European Regional
Development Fund).</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          [1]
          <string-name>
            <surname>Abar</surname>
            ,
            <given-names>C.A.A.P.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Kovács</surname>
            ,
            <given-names>Z.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Vajda</surname>
            ,
            <given-names>R.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Recio</surname>
            ,
            <given-names>T.</given-names>
          </string-name>
          :
          <article-title>Conectando Mathematica e GeoGebra para explorar construções geométricas planas</article-title>
          .
          <source>Brazilian Wolfram Technology Conference</source>
          , Saõ Paulo,
          <string-name>
            <surname>Brazil</surname>
          </string-name>
          (
          <year>2019</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          [2]
          <string-name>
            <given-names>Basic</given-names>
            <surname>Polynomial Algebra</surname>
          </string-name>
          <article-title>Subprograms (BPAS) Library, bpaslib</article-title>
          .org.
          <source>Last accessed 1 May 2020</source>
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          [3]
          <string-name>
            <surname>Botana</surname>
            ,
            <given-names>F.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Kovács</surname>
            ,
            <given-names>Z.</given-names>
          </string-name>
          :
          <article-title>A Singular web service for geometric computations</article-title>
          .
          <source>Ann. Math. Artif. Intelligence</source>
          <volume>74</volume>
          (
          <issue>3-4</issue>
          ),
          <fpage>359</fpage>
          -
          <lpage>370</lpage>
          (
          <year>2015</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          [4]
          <string-name>
            <surname>Botana</surname>
            <given-names>F.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Recio</surname>
            <given-names>T.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Velez</surname>
            <given-names>M.P.</given-names>
          </string-name>
          :
          <article-title>The role of automated reasoning of geometry statements in mathematics instruction, CERME 10 position poster (</article-title>
          <year>2017</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          [5]
          <string-name>
            <surname>Bottema</surname>
            ,
            <given-names>O.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Djordjevic</surname>
            ,
            <given-names>R.Z.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Janic</surname>
            ,
            <given-names>R.R.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Mitrinovic</surname>
            ,
            <given-names>D.S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Vasic</surname>
            ,
            <given-names>P.M.</given-names>
          </string-name>
          :
          <string-name>
            <given-names>Geometric</given-names>
            <surname>Inequalities. Wolters-Noordhof</surname>
          </string-name>
          <string-name>
            <given-names>Publishing</given-names>
            ,
            <surname>Groningen</surname>
          </string-name>
          (
          <year>1969</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          [6]
          <string-name>
            <surname>Bradford</surname>
            <given-names>R.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Davenport</surname>
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>England</surname>
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>McCallum</surname>
            <given-names>S.</given-names>
          </string-name>
          , Wilson D.:
          <article-title>Truth Table Invariant Cylindrical Algebraic Decomposition</article-title>
          . In: Gerdt,
          <string-name>
            <given-names>V.P.</given-names>
            ,
            <surname>Koepf</surname>
          </string-name>
          ,
          <string-name>
            <given-names>W.</given-names>
            ,
            <surname>Seiler</surname>
          </string-name>
          ,
          <string-name>
            <given-names>W.M.</given-names>
            ,
            <surname>Vorozhtsov</surname>
          </string-name>
          , E.V. (eds.)
          <source>Computer Algebra in Scientific Computing. CASC 2014. LNCS</source>
          , vol.
          <volume>8660</volume>
          , pp.
          <fpage>44</fpage>
          -
          <lpage>58</lpage>
          . Springer, Cham (
          <year>2014</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          [7]
          <string-name>
            <surname>Bradford</surname>
            ,
            <given-names>R.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Davenport</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          , Wilson,
          <string-name>
            <surname>D.:</surname>
          </string-name>
          <article-title>A repository for CAD Examples</article-title>
          .
          <source>ACM Comm. in Comput. Alg</source>
          .
          <volume>46</volume>
          (
          <issue>3</issue>
          ),
          <fpage>67</fpage>
          -
          <lpage>69</lpage>
          (
          <year>2013</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          [8]
          <string-name>
            <surname>Brown</surname>
            ,
            <given-names>C.W.:</given-names>
          </string-name>
          <article-title>An Overview of QEPCAD B: a Tool for Real Quantifier Elimination</article-title>
          and
          <string-name>
            <given-names>Formula</given-names>
            <surname>Simplification</surname>
          </string-name>
          .
          <source>J. Japan Soc. Symb. Alg. Comput</source>
          .
          <volume>10</volume>
          (
          <issue>1</issue>
          ),
          <fpage>13</fpage>
          -
          <lpage>22</lpage>
          (
          <year>2003</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          [9]
          <string-name>
            <surname>Chen</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Maza</surname>
            ,
            <given-names>M.M.</given-names>
          </string-name>
          :
          <article-title>Quantifier Elimination by Cylindrical Algebraic Decomposition based on Regular Chains</article-title>
          .
          <source>J. Symb. Comput</source>
          .
          <volume>75</volume>
          ,
          <fpage>74</fpage>
          -
          <lpage>93</lpage>
          (
          <year>2016</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          [10]
          <string-name>
            <surname>Chen</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Maza</surname>
            ,
            <given-names>M.M.</given-names>
          </string-name>
          :
          <article-title>Solving Parametric Polynomial Systems by RealComprehensiveTriangularize</article-title>
          .
          <source>In: Proceedings of ICMS 2014 - 4th International Congress</source>
          , Seoul, South Korea,
          <string-name>
            <surname>LNCS</surname>
          </string-name>
          , vol.
          <volume>8592</volume>
          , pp.
          <fpage>504</fpage>
          -
          <lpage>511</lpage>
          . (
          <year>2014</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          [11]
          <string-name>
            <surname>Chou</surname>
            ,
            <given-names>S.C.</given-names>
          </string-name>
          :
          <string-name>
            <surname>Mechanical Geometry Theorem Proving</surname>
          </string-name>
          . D. Reidel Publishing Company, Dordrecht, Netherlands (
          <year>1988</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref12">
        <mixed-citation>
          [12] Collins,
          <string-name>
            <surname>G.E.</surname>
          </string-name>
          :
          <article-title>Quantifier Elimination for Real Closed Fields by Cylindrical Algebraic Decomposition</article-title>
          . In: Caviness,
          <string-name>
            <given-names>B.F.</given-names>
            ,
            <surname>Johnson</surname>
          </string-name>
          ,
          <string-name>
            <surname>J.R</surname>
          </string-name>
          . (eds.):
          <article-title>Quantifier elimination and cylindrical algebraic decomposition</article-title>
          ,
          <fpage>85</fpage>
          -
          <lpage>121</lpage>
          , Springer (
          <year>1998</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref13">
        <mixed-citation>
          [13] Collins,
          <string-name>
            <given-names>G.E.</given-names>
            ,
            <surname>Hong</surname>
          </string-name>
          , H.:
          <article-title>Partial Cylindrical Algebraic Decomposition for Quantifier Elimination</article-title>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Symb</surname>
          </string-name>
          . Comput.
          <volume>12</volume>
          ,
          <fpage>299</fpage>
          -
          <lpage>328</lpage>
          (
          <year>1991</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref14">
        <mixed-citation>
          [14]
          <article-title>Comparison benchmark for GeoGebra 46</article-title>
          , https://tinyurl.com/realgeom46. Last accessed 14 May 2020
        </mixed-citation>
      </ref>
      <ref id="ref15">
        <mixed-citation>
          [15]
          <string-name>
            <surname>Dalzotto</surname>
            ,
            <given-names>G.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Recio</surname>
            ,
            <given-names>T.</given-names>
          </string-name>
          :
          <article-title>On protocols for the automated discovery of theorems in elementary geometry</article-title>
          .
          <source>J. Autom. Reasoning</source>
          <volume>43</volume>
          (
          <issue>2</issue>
          ),
          <fpage>203</fpage>
          -
          <lpage>236</lpage>
          (
          <year>2009</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref16">
        <mixed-citation>
          [16]
          <string-name>
            <surname>Davenport</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          : What Does “
          <article-title>Without Loss of Generality” Mean, and How Do We Detect It</article-title>
          . Math. in Comp. Sci.
          <volume>11</volume>
          ,
          <fpage>297</fpage>
          -
          <lpage>303</lpage>
          (
          <year>2017</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref17">
        <mixed-citation>
          [17]
          <string-name>
            <surname>Davenport</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Heintz</surname>
            <given-names>J</given-names>
          </string-name>
          .:
          <article-title>Real quantifier elimination is doubly exponential</article-title>
          .
          <source>J. Symbolic Comput</source>
          .
          <volume>5</volume>
          ,
          <fpage>29</fpage>
          -
          <lpage>35</lpage>
          (
          <year>1988</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref18">
        <mixed-citation>
          [18]
          <string-name>
            <surname>Dolzmann</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Sturm</surname>
            ,
            <given-names>T.</given-names>
          </string-name>
          :
          <article-title>Redlog: Computer Algebra Meets Computer Logic</article-title>
          .
          <source>ACM SIGSAM Bulletin</source>
          <volume>31</volume>
          (
          <issue>2</issue>
          ),
          <fpage>2</fpage>
          -
          <lpage>9</lpage>
          (
          <year>1997</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref19">
        <mixed-citation>
          [19]
          <string-name>
            <surname>Dolzmann</surname>
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Sturm</surname>
            ,
            <given-names>T.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Weispfenning</surname>
            <given-names>V.:</given-names>
          </string-name>
          <article-title>A new approach for automatic theorem proving in real geometry</article-title>
          .
          <source>J. Autom. Reasoning</source>
          <volume>21</volume>
          ,
          <fpage>357</fpage>
          -
          <lpage>380</lpage>
          (
          <year>1998</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref20">
        <mixed-citation>
          [20]
          <string-name>
            <surname>Forrest</surname>
            ,
            <given-names>S.A.</given-names>
          </string-name>
          :
          <article-title>Integration of SMT-LIB Support into Maple</article-title>
          . Second Annual 2 Workshop, ISSAC 2017, Kaiserslautern, Germany (
          <year>2017</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref21">
        <mixed-citation>
          [21] GeoGebra, https://www.geogebra.org/.
          <source>Last accessed 1 May 2020</source>
        </mixed-citation>
      </ref>
      <ref id="ref22">
        <mixed-citation>
          [22]
          <string-name>
            <given-names>GeoGebra</given-names>
            <surname>Discovery</surname>
          </string-name>
          , https://github.com/kovzol/geogebra-discovery/.
          <source>Last accessed 14 May 2020</source>
        </mixed-citation>
      </ref>
      <ref id="ref23">
        <mixed-citation>
          [23]
          <string-name>
            <surname>Hohenwarter</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          :
          <article-title>Ein Softwaresystem für dynamische Geometrie und Algebra der Ebene</article-title>
          .
          <source>Master's thesis</source>
          . Paris Lodron University, Salzburg (
          <year>2002</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref24">
        <mixed-citation>
          [24]
          <string-name>
            <surname>Iwane</surname>
            ,
            <given-names>H.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Yanami</surname>
            ,
            <given-names>H.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Anai</surname>
          </string-name>
          , H.:
          <article-title>SyNRAC: a toolbox for solving real algebraic constraints</article-title>
          . In: Hong,
          <string-name>
            <given-names>H.</given-names>
            ,
            <surname>Yap</surname>
          </string-name>
          ,
          <string-name>
            <surname>C. (eds.) ICMS</surname>
          </string-name>
          <year>2014</year>
          .
          <article-title>LNCS</article-title>
          , vol.
          <volume>8592</volume>
          , pp.
          <fpage>518</fpage>
          -
          <lpage>522</lpage>
          . Springer, Heidelberg (
          <year>2014</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref25">
        <mixed-citation>
          [25]
          <string-name>
            <surname>Kovács</surname>
            ,
            <given-names>Z.</given-names>
          </string-name>
          :
          <article-title>The Relation Tool in GeoGebra 5</article-title>
          . In: Botana,
          <string-name>
            <given-names>F.</given-names>
            ,
            <surname>Quaresma</surname>
          </string-name>
          , P. (eds.),
          <source>Postconference Proceedings of the 10th International Workshop on Automated Deduction in Geometry (ADG</source>
          <year>2014</year>
          ),
          <fpage>9</fpage>
          -
          <issue>11</issue>
          <year>July 2014</year>
          , LNAI, vol.
          <volume>9201</volume>
          , pp.
          <fpage>53</fpage>
          -
          <lpage>71</lpage>
          . Springer, Heidelberg (
          <year>2015</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref26">
        <mixed-citation>
          [26]
          <string-name>
            <surname>Kovács</surname>
            ,
            <given-names>Z.</given-names>
          </string-name>
          :
          <article-title>Discovering Geometry Theorems in Regular Polygons</article-title>
          . In: Fleuriot,
          <string-name>
            <given-names>J.</given-names>
            ,
            <surname>Wang</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D.</given-names>
            ,
            <surname>Calmet</surname>
          </string-name>
          ,
          <string-name>
            <surname>J</surname>
          </string-name>
          . (eds.) Artificial Intelligence and
          <string-name>
            <surname>Symbolic Computation. AISC</surname>
          </string-name>
          <year>2018</year>
          .
          <article-title>LNCS</article-title>
          , vol.
          <volume>11110</volume>
          , pp.
          <fpage>155</fpage>
          -
          <lpage>169</lpage>
          . Springer, Cham (
          <year>2018</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref27">
        <mixed-citation>
          [27]
          <string-name>
            <surname>Kovács</surname>
            <given-names>Z.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Parisse</surname>
            <given-names>B.</given-names>
          </string-name>
          ,
          <article-title>Giac and GeoGebra - Improved Gröbner Basis computations</article-title>
          ,
          <source>LNCS</source>
          , vol.
          <volume>8942</volume>
          ,
          <fpage>126</fpage>
          -
          <lpage>138</lpage>
          (
          <year>2015</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref28">
        <mixed-citation>
          [28]
          <string-name>
            <surname>Lazard</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Rouillier</surname>
            ,
            <given-names>F.</given-names>
          </string-name>
          :
          <article-title>Solving parametric polynomial systems</article-title>
          .
          <source>J. Symb. Comput</source>
          .
          <volume>42</volume>
          (
          <issue>6</issue>
          ),
          <fpage>636</fpage>
          -
          <lpage>667</lpage>
          (
          <year>2007</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref29">
        <mixed-citation>
          [29]
          <string-name>
            <surname>Leng</surname>
            ,
            <given-names>G.</given-names>
          </string-name>
          :
          <article-title>Geometric Inequalities</article-title>
          .
          <source>Mathematical Olympiad Series</source>
          , Vol.
          <volume>12</volume>
          . East China Normal University Press, World Science Publishing (
          <year>2016</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref30">
        <mixed-citation>
          [30]
          <string-name>
            <surname>Liang</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Gerhard</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Jefrey</surname>
            ,
            <given-names>D.J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Moroz</surname>
          </string-name>
          , G.:
          <article-title>A package for solving parametric polynomial systems</article-title>
          .
          <source>ACM Comm. Comp. Algebra</source>
          <volume>169</volume>
          (
          <issue>43</issue>
          ),
          <fpage>61</fpage>
          -
          <lpage>72</lpage>
          (
          <year>2009</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref31">
        <mixed-citation>
          [31]
          <string-name>
            <surname>Moroz</surname>
            ,
            <given-names>G.</given-names>
          </string-name>
          :
          <article-title>Complexity of the resolution of parametric systems of polynomial equations and inequations</article-title>
          .
          <source>In: ISSAC '06: Proceedings of the 2006 international symposium on Symbolic and algebraic computation</source>
          , pp.
          <fpage>246</fpage>
          -
          <lpage>253</lpage>
          (
          <year>2006</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref32">
        <mixed-citation>
          [32]
          <string-name>
            <surname>Posamentier</surname>
            ,
            <given-names>A.S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Salkind</surname>
          </string-name>
          , T.S.: Challenging Problems in Geometry. Dover Publications, New York (
          <year>1996</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref33">
        <mixed-citation>
          [33]
          <string-name>
            <surname>Quaresma</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Janičić</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          ,
          <article-title>GeoThms: a Web System for the Euclidean Geometry</article-title>
          .
          <source>Electronic Notes in Theoretical Computer Science</source>
          <volume>174</volume>
          (
          <issue>2</issue>
          ),
          <fpage>35</fpage>
          -
          <lpage>48</lpage>
          (
          <year>2007</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref34">
        <mixed-citation>
          [34]
          <string-name>
            <surname>Recio</surname>
            ,
            <given-names>T.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Vélez</surname>
            ,
            <given-names>M.P.</given-names>
          </string-name>
          :
          <article-title>Automatic discovery of theorems in elementary geometry</article-title>
          .
          <source>J. Autom. Reasoning</source>
          <volume>23</volume>
          ,
          <fpage>63</fpage>
          -
          <lpage>82</lpage>
          (
          <year>1999</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref35">
        <mixed-citation>[35] realgeom, http://github.com/kovzol/realgeom. Last accessed 15 May 2020</mixed-citation>
      </ref>
      <ref id="ref36">
        <mixed-citation>
          [36]
          <string-name>
            <surname>Remis</surname>
          </string-name>
          , http://www.redlog.eu/remis/.
          <source>Last accessed 1 May 2020</source>
        </mixed-citation>
      </ref>
      <ref id="ref37">
        <mixed-citation>
          [37]
          <string-name>
            <surname>Robu</surname>
            ,
            <given-names>J.:</given-names>
          </string-name>
          <article-title>Automated proof of geometry theorems involving order relation in the frame of the Theorema project</article-title>
          .
          <source>KEPT</source>
          (
          <year>2007</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref38">
        <mixed-citation>
          [38]
          <article-title>The Satisfiability Modulo Theories Library (SMT-LIB), www</article-title>
          .
          <source>SMT-LIB.org. Last accessed 1 May 2020</source>
        </mixed-citation>
      </ref>
      <ref id="ref39">
        <mixed-citation>
          [39]
          <string-name>
            <surname>Sturm</surname>
            ,
            <given-names>T.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Weispfenning</surname>
            ,
            <given-names>V.</given-names>
          </string-name>
          :
          <article-title>Computational geometry problems in REDLOG</article-title>
          .
          <source>International Workshop on Automated Deduction in Geometry. LNCS</source>
          , vol.
          <volume>1360</volume>
          , pp.
          <fpage>58</fpage>
          -
          <lpage>86</lpage>
          . Springer, Berlin, Heidelberg (
          <year>1996</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref40">
        <mixed-citation>
          [40]
          <string-name>
            <surname>Sturm</surname>
            ,
            <given-names>T.</given-names>
          </string-name>
          :
          <article-title>A survey of some methods for real quantifier elimination, decision, and satisfiability and their applications</article-title>
          .
          <source>Math. Comput. Sci</source>
          .
          <volume>11</volume>
          ,
          <fpage>483</fpage>
          -
          <lpage>502</lpage>
          (
          <year>2017</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref41">
        <mixed-citation>
          [41]
          <string-name>
            <surname>Vale-Enriquez</surname>
            ,
            <given-names>F.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Brown</surname>
          </string-name>
          , C.W.:
          <article-title>Polynomial Constraints and Unsat Cores in Tarski</article-title>
          . In: Davenport,
          <string-name>
            <given-names>J.</given-names>
            ,
            <surname>Kauers</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            ,
            <surname>Labahn</surname>
          </string-name>
          ,
          <string-name>
            <given-names>G.</given-names>
            ,
            <surname>Urban</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J</given-names>
            . (eds.)
            <surname>Mathematical</surname>
          </string-name>
          <string-name>
            <surname>Software - ICMS</surname>
          </string-name>
          <year>2018</year>
          .
          <article-title>LNCS</article-title>
          , vol.
          <volume>10931</volume>
          , pp.
          <fpage>466</fpage>
          -
          <lpage>474</lpage>
          . Springer, Cham (
          <year>2018</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref42">
        <mixed-citation>
          [42]
          <string-name>
            <surname>Wolfram</surname>
            <given-names>Research</given-names>
          </string-name>
          , Inc.: Mathematica, Version
          <volume>12</volume>
          .1,
          <string-name>
            <surname>Champaign</surname>
          </string-name>
          , IL (
          <year>2020</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref43">
        <mixed-citation>
          [43]
          <string-name>
            <surname>Yang</surname>
            <given-names>L.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Xia</surname>
            <given-names>B.</given-names>
          </string-name>
          :
          <source>Automated Inequality Proving and Discovering</source>
          , World Scientific (
          <year>2016</year>
          )
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>