update proof for graphic matroid
All checks were successful
build pdf / build (push) Successful in 4s

This commit is contained in:
2026-01-12 14:14:46 +08:00
parent 6ef34fe08b
commit 6199b825b3
3 changed files with 118 additions and 138 deletions

View File

@@ -1,25 +0,0 @@
// Static tasks configuration.
//
[
{
"label": "forward_search",
"command": "/Applications/Skim.app/Contents/SharedSupport/displayline -r -z -b $ZED_ROW $ZED_DIRNAME/$ZED_STEM.pdf",
"allow_concurrent_runs": false,
"reveal": "never",
"hide": "always"
},
{
"label": "pdflatex_view",
"command": "cd \"$ZED_DIRNAME\" && pdflatex -shell-escape -synctex=-1 \"$ZED_STEM\" && /Applications/Skim.app/Contents/SharedSupport/displayline -r -z -b $ZED_ROW \"$ZED_STEM\".pdf",
"allow_concurrent_runs": false,
"reveal": "no_focus",
"hide": "on_success"
},
{
"label": "latexmk_view",
"command": "cd \"$ZED_DIRNAME\" && latexmk -pdf \"$ZED_STEM\" && /Applications/Skim.app/Contents/SharedSupport/displayline -r -z -b $ZED_ROW \"$ZED_STEM\".pdf",
"allow_concurrent_runs": false,
"reveal": "no_focus",
"hide": "on_success"
}
]

View File

@@ -150,7 +150,7 @@ Let $F$ be the optimal flat for strength and assume $k=r(E)-r(F)>k'$. We want to
Basically we need to do random contraction on $M/ F$. Let $\mathcal X$ be the set $\set{X|X=B\setminus F \land r(X)=k}$. That is, we consider all bases that hitten by the $k$-cocycle exactly $k$ times and for each of them we collect the intersection with the $k$-cocycle. Basically we need to do random contraction on $M/ F$. Let $\mathcal X$ be the set $\set{X|X=B\setminus F \land r(X)=k}$. That is, we consider all bases that hitten by the $k$-cocycle exactly $k$ times and for each of them we collect the intersection with the $k$-cocycle.
Then we do $k-k'$ random contractions in $M/F$ to get a random $k'$-cocycle $C_{k'}$. Then we do $k-k'$ random contractions in $M/F$ to get a random $k'$-cocycle $C_{k'}$.
\begin{lemma}[Lemma~7 in \cite{Thorup_2008}, restated] \begin{lemma}[Lemma~7 in \cite{Thorup_2008}, restated]\label{lem:idealload}
For graphic matroids, there is a distribution on $C_{k'}$ such that for any base in the ideal base packing, the expected size of its intersection with $C_{k'}$ is at most $2k'$. For graphic matroids, there is a distribution on $C_{k'}$ such that for any base in the ideal base packing, the expected size of its intersection with $C_{k'}$ is at most $2k'$.
\end{lemma} \end{lemma}
\begin{proof} \begin{proof}
@@ -167,16 +167,21 @@ Then we have
\] \]
\end{proof} \end{proof}
Finally, we want to upperbound the ideal load of the minimum $k$-cocycle ($(k+1)$-cut).
By \autoref{lem:idealload}, there is a distribution of some $k$-cocycles that use at most $2k$ edges in any ideal spanning tree.
Then there is a special $k$-cocycle $C$ that use (expectedly) at most $2k$ edges in a random ideal spanning tree.
Note that for edge set $D$ the ideal load $\sum_{e\in D} u^*(e)c(e)$ can be interpreted as the expected number of edges of $D$ in a random ideal spanning tree.
Now we consider the minimum $k$-cocycle $\mathcal K$. Its ideal load $\sum_{e\in \mathcal K} u^*(e)c(e)$ must be at most that of $C$, since $C$ has the largest the ideal load per edge capacity and $c(\mathcal K)\leq c(C)$.
For general matroids, we want to show the following. For general matroids, we want to show the following.
\begin{conjecture}\label{conj:dist} \begin{conjecture}\label{conj:dist}
Let $M'$ be the contraction minor $M/F^*$. The rank of $M'$ is $k$. Let $M'$ be the contraction minor $M/F^*$. The rank of $M'$ is $k$.
Given a positive integer $k'<k$, then there exists a distribution on $k'$-cocycles such that Given a positive integer $k'<k$, then there exists a distribution on $k'$-cocycles such that for any base $B$ of $M'$, the expected size of intersection is $O(1)$ for fixed $k'$.
for any base $B$ of $M'$, the expected size of intersection is $O(1)$ for fixed $k'$.
\end{conjecture} \end{conjecture}
A counterexample would be uniform matroids $U_{2n,n}$. A counterexample would be uniform matroids $U_{2n,n}$.
The size of every $k'$-cocycle is $k'+n$, and for any $k'$-cocycle there are bases using $O(n)$ elements in the cocycle. The size of every $k'$-cocycle is $k'+n$, and the size of expected intersection should be $O(n)$.
\begin{lemma}\label{lem:partition} \begin{lemma}\label{lem:partition}
Let $M=(E,\mathcal I)$ be a matroids and let $F$ be a flat of $M$. Let $M=(E,\mathcal I)$ be a matroids and let $F$ be a flat of $M$.

View File

@@ -44,7 +44,7 @@
language = {en} language = {en}
} }
@article{thorup_fully-dynamic_2007, @article{thorup_fully-dynamic_2007,
title = {Fully-{Dynamic} {Min}-{Cut}\textasteriskcentered}, title = {Fully-{Dynamic} {Min}-{Cut}},
volume = {27}, volume = {27},
issn = {0209-9683, 1439-6912}, issn = {0209-9683, 1439-6912},
url = {http://link.springer.com/10.1007/s00493-007-0045-2}, url = {http://link.springer.com/10.1007/s00493-007-0045-2},