Questions tagged [matroids]

Matroids are a common generalization of linearly independent sets and independent sets in graphs. Among other applications, they are exactly the simplical complexes in which the greedy algorithm outputs the optimal solution. Matroids are also studied for their own sake.

A Matroid is a structure that abstracts and generalizes the notion of linear independence in vector spaces. There are many equivalent ways to define a matroid axiomatically, the most significant being in terms of: independent sets; bases or circuits; rank functions; closure operators; and closed sets or flats. In the language of partially ordered sets, a finite matroid is equivalent to a geometric lattice.

Matroid theory borrows extensively from the terminology of linear algebra and graph theory, largely because it is the abstraction of various notions of central importance in these fields. Matroids have found applications in geometry, topology, combinatorial optimization, network theory and coding theory

378 questions
0
votes
1 answer

Prove that optimal set is unique

Prove that there is a unique optimal set in a weighted matroid M = (S, I, w), with distinct weights on elements from S.
0
votes
1 answer

Independence systems

Can someone give me a hint on this please, thanks! Let $(E, F)$ be an independence system. Set $A ⊆ E$ is called maximal F-independent if $A \in F$ and there is no A' ∈ F with A ⊆ A' and A != A'. Let G consist of all subsets C ⊆ E for which C ∩ A =…
0
votes
0 answers

Using a matroid to model emotional temperament.

An idiot crank devised a model of emotional temperament using a bitmask, $XYZ$. $X$ represent the bit that means "able to handle extreme negative emotions." $Y$ represents the bit that means "able to handle neutral emotions" (e.g. boredom, interest,…
Fomalhaut
  • 2,106
0
votes
1 answer

Definition: Matroids being Equal

I've been trying to find a definition of two matroids being equal. I would have thought two matroids are equal iff their ground sets and independent sets are equal. However, online I found out that two matroids are equal iff their ground sets have…
W. G.
  • 1,766
0
votes
0 answers

Smallest matroid containing two disjoint maximal elements of cardinality $K$?

Given a ground set $N=(a_0,a_1,\dots,a_{K-1},b_0,b_1,\dots,b_{K-1})$ of size $2K$, what is the smallest matroid for which $A=(a_0,a_1,\dots,a_{K-1})$ and $B=(b_0,b_1,\dots,b_{K-1})$ are independent sets. My intuition says it might be matroids of the…
0
votes
1 answer

Is the intersection of a uniform matroid and a partition matroid also a matroid?

Let $S = \{s_1,s_2,\ldots,s_n\} $ denote a ground set of $n$ elements. Define: a k-uniform matroid: $\mathcal{M} = (S, \mathcal{I}),$ where $\mathcal{I} = \{I: I \subseteq S, |I| \leq k \}$ for some positive integer $k$. a partition matroid:…
Elements
  • 2,638
0
votes
1 answer

the rank of a matroid $\mid X \mid + r(E\backslash X)-r(E) \geq 0 $

If I have the matroid $M=(E,I)$ and $\mid X \mid + r(E\backslash X)-r(E) \geq 0 $ . Can someone give me any idea about how I can prove it ?I was thinking to: I know that $\mid X \mid \geq r(X)$ then I replace : $$r(X)+ r(E \backslash X)- r(E) \geq…
Elena
  • 1
0
votes
1 answer

what does matroid structure mean in this answer?

what does matroid structure mean in the answer to this question? I looked it up in Wikipedia but don't know which part applies to this case. What does the reply mean by "verify something forms a matroid structure"?
cody
  • 753
0
votes
1 answer

Closure function of a matroid

I need some help to understand: If $M$ is matroid and e is an element in that matroid, what is the closure function of $M\setminus e$? And what is the closure function of $ M/e$? Any help would be much appreciated!
1 2 3
4