tropical bases and matroid circuits

Posted on July 11, 2024 by Yu Cong
Tags:

http://matroidunion.org/?p=5403

In the post the author describes an interesting problem,

Problem Given a matroid , find a minimal set of circuits that defines the matroid

The way he consider this problem is not by looking at the circuits but the flats. Any circuit excludes some sets from being flats. If we are given a circuit , any set that contains elements of can not be a flat of . So the idea is to find a minimal set of circuits that excludes all non-flat sets of .

1 combinatorial definition

A circuit excludes a set if exactly one element of is not in . A collection of circuits is a tropical basis of if for every non-flat set there is a circuit that excludes . The problem is then to find a minimal tropical basis of .

2 algebraic geometry view

Tropical basis originally comes from algebraic geometry, see tropical geometry. The min tropical semiring is the semiring , and . The identity element for is and for is . The tropical variety of a tropical polynomial is the set of points where the polynomial achieves its minimum value at least twice.

image from the matroid union post

Tropical variety of a linear tropical polynomial is called tropical hyperplane.

For any set there is a natural representation of as a vector in , where the -th coordinate is if and otherwise.(This is very similar to the indicator vector of a set in . If the -th element exists in the given set we put the identity element of and otherwise the identity element of .) Then we can define a linear tropical polynomial associated with a circuit just like the dot product of two vectors in . For example consider a circuit in , .

Denote the tropical hyperplane of a circuit by . is the space of all vectors where achieves its minimum at least twice. is the set of excluded by all circuits in . A set is a tropical basis for matroid if .

3 connections between the two definitions

Combinatorial definition. is a tropical basis if for every non-flat set there is a circuit that excludes .

Algebraic definition. is a tropical basis if .

Lemma For any , if and only if

This lemma shows that we can only consider the indicator vectors when dealing with the algebraic definition.

Note that excludes all non-flat sets of . Thus our combinatorial definition is equivalent to excluding the same sets as . Let be the collection of sets which are not excluded by . Then is a tropical basis if and only if . Now we consider the algebraic definition. One can see that for any non-loop circuit and set , (in other words, achieves its minimum only once), if and only if excludes . Thus is the collection of all sets that are not excluded by any of the circuits in . Now it is easy to see that these two definitions are equivalent.

current status It seems that Bergman fan of a matroid is related to this topic. https://arxiv.org/abs/math/0411260 This seems to be a bridge between matroid theory and algebraic geometry. June Huh’s work is also related to this topic. https://arxiv.org/abs/1104.2519