Computation in Real Closed Infinitesimal and Transcendental Extensions of the Rationals.pptx
TawseefAhmad25
12 views
51 slides
May 07, 2024
Slide 1 of 51
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
About This Presentation
Transcendental Numbers
Size: 1.72 MB
Language: en
Added: May 07, 2024
Slides: 51 pages
Slide Content
Computation in Real Closed Infinitesimal and Transcendental Extensions of the Rationals Leonardo de Moura Grant Passmore
What? FindRoots ( ) Infinitesimal Transcendental
Real Closed Fields Real Algebraic Numbers Ordered Field Positive elements are squares All polynomials of odd degree have roots
Real Closed Fields Real Closure of the Rational Numbers
Real Closed Fields Field extension
Real Closed Fields
Real Closed Fields ⊇ Hyperreals Infinitesimal
Real Closed Fields ⊇ Hyperreals Infinitesimal
Why? NLSat : Nonlinear Arithmetic Solver ( RCF) IJCAR 2012 (joint work with Dejan Jovanovic ) Also relevant for any CAD-based procedure, and model generating solvers NLSat bottlenecks: Real algebraic number computations Subresultant computations
NLSat Decide
NLSat Decide There is no s.t.
NLSat Decide There is no s.t. Conflict resolution (and backtrack) implies
Exact Nonlinear Optimization (on demand) Find smallest s.t. Observation 1: Univariate case is easy Inefficient solution:
Exact Nonlinear Optimization (on demand) Find smallest s.t. Observation 2: Adapt NLSat for solving the satisfiability modulo assignment problem.
Satisfiability Modulo Assignment (SMA) Given and Output: sat satisfies unsat ( ) implies and is false
No-good sampling , , , … , … Finite decomposition property: The sequence is finite approximates
Exact Nonlinear Optimization (on demand) Univariate minimization
Why? PSPACE procedures
Related Work Transcendental constants MetiTarski Interval Constraint Propagation (ICP) RealPaver , Rsolver , iSat , dReal Reasoning with Infinitesi mals ACL2, Isabelle/HOL Nonstandard analysis Real Closure of a Single Infinitesimal Extension [ Rioboo ] Puiseux series Coste -Roy: encoding algebraic elements using Thom’s lemma
Tower of extensions … Transcendental, Infinitesimal, or Algebraic extension
Tower of extensions Transcendental Extensions Infinitesimal Extensions Algebraic Extensions
Tower of extensions Basic Idea: Given (computable) ordered field Implement
Tower of extensions (Computable) ordered field Operations: Approximation: -interval Refine approximation Binary Rational
(Computable) Transcendental Extensions -interval Elements of the extension are encoded as rational functions
(Computable) Transcendental Extensions Standard normal form for rational functions GCD(numerator, denominator) = 1 Denominator is a monic polynomial
(Computable) Transcendental Extensions Refine interval I nterval arithmetic Refine coefficients and extension Zero iff numerator is the zero polynomial If is not the zero polynomial, then can’t be zero, since is transcendental. Remark is transcendental with respect to is not transcendental with respect to
Infinitesimal Extensions Every infinitesimal extension is transcendental Rational functions sign of first non zero coefficient Non- refinable intervals
Algebraic Extensions is a r oot of a polynomial with coefficients in Encoding as polynomial + interval does not work may not be Archimedian Roots can be infinitely close to each other. Roots can be greater than any Real. Thom’s Lemma We can always distinguish the roots of a polynomial in a RCF using the signs of the derivatives
Algebraic Extensions Three roots of Roots: , ,
Algebraic Extensions The elements of are polynomials . Implement using polynomial arithmetic. Compute sign (when possible) using interval arithmetic.
Algebraic Extensions Let be = We can normalize a by computing the polynomial remainder. Polynomial Remainder
Algebraic Extensions: non-minimal Polynomials Computing the inverse of , where Find s.t. Compute the extended GCD of and .
Algebraic Extensions: non-minimal Polynomials We only use square-free polynomials in They are not necessarily minimal in our implementation. Solution: Dynamically refine , when computing inverses. Only is is minimal
Algebraic Extensions Given Feasible sign assignments of at roots of in Based on Sturm- Tarski Theorem Ben-Or et al algorithm. where
Algebraic Extensions: Clean Representation Clean denominators of coefficients of in Use pseudo-remainder when computing Sturm-sequences.
Same Example in Mathematica x = Root [#^5 - # - 1 &, 1] y = Root [x #^7 - 31 x^2 #^2 + 3131 # - 197 &, 1] z = Root [y #^5 - 1231 x^3 #^2 + 7 y^2 # - 735 x y &, 1 ] 10min, is encoded by a polynomial of degree 175.