Automated Inequality Proving And Discovering
eBook - ePub

Automated Inequality Proving And Discovering

  1. 344 pages
  2. English
  3. ePUB (mobile friendly)
  4. Available on iOS & Android
eBook - ePub

Automated Inequality Proving And Discovering

About this book

This is the first book that focuses on practical algorithms for polynomial inequality proving and discovering. It is a summary of the work by the authors and their collaborators on automated inequality proving and discovering in recent years. Besides brief introduction to some classical results and related work in corresponding chapters, the book mainly focuses on the algorithms initiated by the authors and their collaborators, such as real root counting, real root classification, improved CAD projection, dimension-decreasing algorithm, difference substitution, and so on. All the algorithms were rigorously proved and the implementations are demonstrated by lots of examples in various backgrounds such as algebra, geometry, biological science, and computer science.


Contents:

  • Preface
  • Basics of Elimination Method
  • Zero Decomposition of Polynomial System
  • Triangularization of Semi-Algebraic System
  • Real Root Counting
  • Real Root Isolation
  • Real Root Classification
  • Open Weak CAD
  • Dimension-Decreasing Algorithm
  • SOS Decomposition
  • Successive Difference Substitution
  • Proving Inequalities Beyond the Tarski Model


Readership: Researchers and graduate students in computational real algebraic geometry, optimization and artificial intelligence.

Frequently asked questions

Yes, you can cancel anytime from the Subscription tab in your account settings on the Perlego website. Your subscription will stay active until the end of your current billing period. Learn how to cancel your subscription.
At the moment all of our mobile-responsive ePub books are available to download via the app. Most of our PDFs are also available to download and we're working on making the final remaining ones downloadable now. Learn more here.
Perlego offers two plans: Essential and Complete
  • Essential is ideal for learners and professionals who enjoy exploring a wide range of subjects. Access the Essential Library with 800,000+ trusted titles and best-sellers across business, personal growth, and the humanities. Includes unlimited reading time and Standard Read Aloud voice.
  • Complete: Perfect for advanced learners and researchers needing full, unrestricted access. Unlock 1.4M+ books across hundreds of subjects, including academic and specialized titles. The Complete Plan also includes advanced features like Premium Read Aloud and Research Assistant.
Both plans are available with monthly, semester, or annual billing cycles.
We are an online textbook subscription service, where you can get access to an entire online library for less than the price of a single book per month. With over 1 million books across 1000+ topics, weโ€™ve got you covered! Learn more here.
Look out for the read-aloud symbol on your next book to see if you can listen to it. The read-aloud tool reads text aloud for you, highlighting the text as it is being read. You can pause it, speed it up and slow it down. Learn more here.
Yes! You can use the Perlego app on both iOS or Android devices to read anytime, anywhere โ€” even offline. Perfect for commutes or when youโ€™re on the go.
Please note we cannot support devices running on iOS 13 and Android 7 or earlier. Learn more about using the app.
Yes, you can access Automated Inequality Proving And Discovering by Bican Xia, Lu Yang in PDF and/or ePUB format, as well as other popular books in Mathematics & Discrete Mathematics. We have over one million books available in our catalogue for you to explore.

Information

Chapter 1

Basics of Elimination Method

Pseudo-division and resultant are two basic tools used by many elimination methods and are also frequently used in many algorithms in this book. So, we begin with an introduction to some related concepts and results.
If not specified in this chapter, R is a domain and univariate polynomials are in R[x]. The degree of f โˆˆ R[x] is denoted by deg(f, x) or deg(f).

1.1Pseudo-division

If K is a field, the Euclidean division in the Euclidean domain K[x] is well-known. For two polynomials f and g โ‰  0 in K[x], there exist q, r โˆˆ K[x] such that f = qg + r and deg(r, x) < deg(g, x). The polynomials q and r are called respectively the quotient and remainder of f divided by g and denoted by quo(f, g) and rem(f, g), respectively.
If R is a domain, the concept of division in R[x] is generalized to the so-called pseudo-division, for the element in R is not invertible in general.
Suppose
image
are polynomials in R[x] with m โ‰ฅ l. Construct a matrix as follows.
image
where all the other entries are zero except those of the coefficients of f and g. The ith column of M can be viewed as indexed by xmโˆ’i+1. That is to say,
image
If R is a field or, at least, bl is invertible, perform Gaussian elimination on M to get the following matrix
image
Then, the last row of the matrix is the remainder, i.e. r =
image
i=0lโˆ’1 rixi is the remainder of f divided by g, denoted as r = rem(f, g).
If bl is not invertible, we apply fraction-free Gaussian elimination on M as follows: First, multiply the last row by bl and minus the product of the first row by am. Suppose the ith step (1 โ‰ค i < m โˆ’ l + 1) is completed and the ith entry of the last row is ci, multiply the last row by bl and minus the product of the ith row by ci. After m โˆ’ l + 1 such transforma...

Table of contents

  1. Cover
  2. Halftitle
  3. Title
  4. Copyright
  5. Preface
  6. Contents
  7. 1. Basics of Elimination Method
  8. 2. Zero Decomposition of Polynomial System
  9. 3. Triangularization of Semi-Algebraic System
  10. 4. Real Root Counting
  11. 5. Real Root Isolation
  12. 6. Real Root Classification
  13. 7. Open Weak CAD
  14. 8. Dimension-Decreasing Algorithm
  15. 9. SOS Decomposition
  16. 10. Successive Difference Substitution
  17. 11. Proving Inequalities Beyond the Tarski Model
  18. Bibliography
  19. Index