Automated Inequality Proving And Discovering
eBook - ePub

Automated Inequality Proving And Discovering

Bican Xia, Lu Yang

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

Automated Inequality Proving And Discovering

Bican Xia, Lu Yang

Book details
Book preview
Table of contents
Citations

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

How do I cancel my subscription?
Simply head over to the account section in settings and click on “Cancel Subscription” - it’s as simple as that. After you cancel, your membership will stay active for the remainder of the time you’ve paid for. Learn more here.
Can/how do I download books?
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.
What is the difference between the pricing plans?
Both plans give you full access to the library and all of Perlego’s features. The only differences are the price and subscription period: With the annual plan you’ll save around 30% compared to 12 months on the monthly plan.
What is Perlego?
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.
Do you support text-to-speech?
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.
Is Automated Inequality Proving And Discovering an online PDF/ePUB?
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

Publisher
WSPC
Year
2016
ISBN
9789814759137

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