Research

This page includes some research topics that have interested me in the past, but I'm not actively working on any of them.

Bounding zeroes of polynomial systems

My project during Summer 2023 was broadly about finding and verifying zeroes of systems of polynomial equations. However, the methods only work inside some predetermined bounded region. Thus, where I left off was trying to find an a priori bound for the zeroes of a polynomial system.

To this end, I read some computational algebraic geometry (from both of the books by Cox, Little, and O'Shea). One approach may be to use Groebner bases with some kind of interval arithmetic, although this is computationally unattractive. There is also a theorem that connects zeroes to eigenvalues of certain matrices, and those can be easily bounded with Gershgorin circles. However, computing the matrices require Groebner bases again, but I'm hoping there's some way to bound the entries of the matrices without extensive computation.

Double critical graph conjecture

One open problem that has been in the back of my mind for a few years is this: call a simple, connected graph double-critical if for all pairs of adjacent vertices, removing them decreases the chromatic number by 2. The conjecture is that the complete graphs are the only double-critical graphs.

It's relatively easy to show for chromatic number less than or equal to 4, and was proved for 5

I will hopefully write a summary of the problem at some point