Evaluating Winding Numbers and Counting Complex Roots Through Cauchy Indices in Isabelle/HOL

Wenda Li1, Lawrence C Paulson1

  • 1Computer Laboratory, University of Cambridge, Cambridge, UK.

Journal of Automated Reasoning
|February 18, 2020
PubMed
Summary

This study formalizes the winding number approximation using Cauchy indices in Isabelle theorem proving. This method, combined with the argument principle, aids in counting complex polynomial roots within specific domains.

Related Concept Videos

Complex Zeros01:29

Complex Zeros

Complex zeros are the solutions to polynomial equations that include imaginary numbers, specifically, numbers of the form a + bi, where a and b are real numbers and i is the imaginary unit defined by i2=-1. These zeros satisfy the equation P(x) = 0, where P(x) is a polynomial with real or complex coefficients. Since the complex number system includes all real numbers, it provides a complete framework for analyzing all possible roots of a polynomial.Every polynomial of degree n≥1 can be...
170
Euler's Formula for Pin-Ended Columns01:21

Euler's Formula for Pin-Ended Columns

In structural engineering, the stability of columns under compressive axial loads is a critical consideration, described as buckling. A typical example involves a column PQ, which is pin-connected at both ends and subjected to a centric axial load F applied at one end, with a reaction force of F' = -F at the other end. Here, it is crucial to understand that when an applied load exceeds the critical load, buckling occurs as the system becomes unstable.
To calculate the critical load, envision...
618
Determination of Pi Terms01:15

Determination of Pi Terms

The Buckingham Pi theorem is a valuable method in dimensional analysis, reducing complex relationships between variables into dimensionless terms. Relevant variables in analyzing the lift force on an airplane wing include lift force, air density, wing area, aircraft velocity, and air viscosity. Expressing each variable in terms of fundamental dimensions — mass, length, and time — provides a consistent foundation for constructing these dimensionless terms.
The theorem indicates that the...
518
Routh-Hurwitz Criterion II01:19

Routh-Hurwitz Criterion II

In the application of the Routh-Hurwitz criterion, two specific scenarios can arise that complicate stability analysis.
The first scenario occurs when a singular zero appears in the first column of the Routh table. This situation creates a division by zero issues. To resolve this, a small positive or negative number, denoted as epsilon (∈), is substituted for the zero. The stability analysis proceeds by assuming a sign for ∈. If ∈ is positive, any sign change in the first...
823
Complex Numbers01:29

Complex Numbers

The real number system cannot represent the square root of a negative number, which restricts solutions for certain equations, such as quadratics with negative discriminants. To address this, the complex number system was developed, introducing the imaginary unit i, where i = √(-1). This extension allows for the representation of all roots, including those involving negative radicands.A complex number is written in the form x + yi, where x and y are real numbers. Here, x represents the...
167
Long Division of Polynomials01:26

Long Division of Polynomials

Polynomial division is an essential algebraic process to simplify expressions and solve equations. Just as numerical division separates a number into quotient and remainder, polynomial long division partitions a polynomial into simpler components; in this context, the dividend is the polynomial being divided, the divisor is the expression dividing it, and the result is expressed in terms of a quotient and a remainder.The division begins by arranging the dividend and divisor in standard...
165