Let $G=(V,E)$ be a bipartite graph with $V=A \cup B$ (disjoint) and $\mathcal{F}=\{V(N) \cap B\ |\ N\ is \ a\ matching\ in\ G\}$ . Now I have to prove that $(B,\mathcal{F})$ is a matroid. The first two properties are obvious (you can use an empty matching and therefore $\emptyset \in \mathcal{F}$, if $F\subseteq F'$ and $F' \in\mathcal{F}$ then there is of course a matching so that $F\in \mathcal{F}$) but I don't know how to prove the exchange property. Could anyone please help me? Thanks!
2026-03-25 19:05:46.1774465546
Vertices of Matchings in bipartite Graph are Matroid
86 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
1
There are 1 best solutions below
Related Questions in BIPARTITE-GRAPHS
- Is it true that if a graph is bipartite iff it is class 1 (edge-coloring)?
- Perfect Matching
- Complete bipartite planar graphs
- Is the graph described below bipartite?
- Prove that an even order ($n=2k$) graph without cycle of order 3, has a size $m \le k^2$
- min cost flow in offline bipartite graph problem
- Rearrangeable matrix visualization
- Is there a name for Chain of complete bipartite graphs?
- Determine if G is bipartite. Find a maximal path and Eulerian circuit in G.
- Does this graph have a Hamiltonian cycle?
Related Questions in MATCHING-THEORY
- Prove that a simple connected graph has even numbers of vertex
- Lexicographical covering of boolean poset
- Cantor-Bernstein-Schröder Theorem: small proof using Graph Theory, is this correct?
- All stable matchings of a given bipartite graph cover the same vertices.
- Maximum matching saturating a vertex
- Triangle inequality and graphs (min cost matching graph)
- Stable-Matching Algorithm with film upgrades
- Need help understanding stable matching proof
- Graph Theory - Matching
- Solving Quadratic program for finding perfect matching in polynomial time
Related Questions in MATROIDS
- Do these special substring sets form a matroid?
- how to prove that the dual of a matroid satisfies the exchange property?
- Proof of uniform matrix being transversal matrix by selecting singletons
- Smallest matroid containing two disjoint maximal elements of cardinality $K$?
- How much does the number of connected components of a graph grow in the case below?
- Given bases $A$, $B$ of a matroid there is a one-to-one mapping $\omega$ from $A$ to $B$ such that $(A - {a}) \cup {\omega(a)}$ is independent
- How to list all circuits of an oriented matroid and all circuits of its contraction of a vertex by hand?
- Relationship between Affine Dependence and Linear Dependence in Oriented Matroids?
- Contraction of oriented matroid as related to polytope?
- Why is this not a matroid?
Trending Questions
- Induction on the number of equations
- How to convince a math teacher of this simple and obvious fact?
- Find $E[XY|Y+Z=1 ]$
- Refuting the Anti-Cantor Cranks
- What are imaginary numbers?
- Determine the adjoint of $\tilde Q(x)$ for $\tilde Q(x)u:=(Qu)(x)$ where $Q:U→L^2(Ω,ℝ^d$ is a Hilbert-Schmidt operator and $U$ is a Hilbert space
- Why does this innovative method of subtraction from a third grader always work?
- How do we know that the number $1$ is not equal to the number $-1$?
- What are the Implications of having VΩ as a model for a theory?
- Defining a Galois Field based on primitive element versus polynomial?
- Can't find the relationship between two columns of numbers. Please Help
- Is computer science a branch of mathematics?
- Is there a bijection of $\mathbb{R}^n$ with itself such that the forward map is connected but the inverse is not?
- Identification of a quadrilateral as a trapezoid, rectangle, or square
- Generator of inertia group in function field extension
Popular # Hahtags
second-order-logic
numerical-methods
puzzle
logic
probability
number-theory
winding-number
real-analysis
integration
calculus
complex-analysis
sequences-and-series
proof-writing
set-theory
functions
homotopy-theory
elementary-number-theory
ordinary-differential-equations
circles
derivatives
game-theory
definite-integrals
elementary-set-theory
limits
multivariable-calculus
geometry
algebraic-number-theory
proof-verification
partial-derivative
algebra-precalculus
Popular Questions
- What is the integral of 1/x?
- How many squares actually ARE in this picture? Is this a trick question with no right answer?
- Is a matrix multiplied with its transpose something special?
- What is the difference between independent and mutually exclusive events?
- Visually stunning math concepts which are easy to explain
- taylor series of $\ln(1+x)$?
- How to tell if a set of vectors spans a space?
- Calculus question taking derivative to find horizontal tangent line
- How to determine if a function is one-to-one?
- Determine if vectors are linearly independent
- What does it mean to have a determinant equal to zero?
- Is this Batman equation for real?
- How to find perpendicular vector to another vector?
- How to find mean and median from histogram
- How many sides does a circle have?
Let $C,D\in \mathcal{F}$ with $|C|<|D|$. We need to show there exists $d\in D$ such that $C+d\in \mathcal{F}$.
Consider $N_C$ and $N_D$ matchings of $G$ such that their intersection with $B$ are $C$ and $D$ respectively. We will now do a standard trick in matching theory: consider the graph $G'$ induced by $N_C\cup N_D$; this graph has maximum degree two, and thus is a union of (alternating) paths and cycles. Since $G$ is bipartite, all cycles in $G'$ are even. Since $|D|>|C|$, there exists a path $P$ in $G'$ with an odd number of edges, and with more edges in $N_D$ than in $N_C$. Thus, the first and last edge (which could be the same edge if $P$ has one edge) are in $N_D$. Thus $P$ is an $N_C$ augmenting path, i.e., $N:=N_C\Delta E(P)$ is a matching of larger size. Thus, $|V(N)\cap B|>|C|$, and since the added edges have ends in $D$, we are done.