Bipartite graph $G=(A,B)$ with $delta(A)=3n/2$ and no $C_4$ has a matching which saturate each vertex in...

Why do Australian milk farmers need to protest supermarkets' milk price?

Interplanetary conflict, some disease destroys the ability to understand or appreciate music

How can I track script which gives me "command not found" right after the login?

Sailing the cryptic seas

How Could an Airship Be Repaired Mid-Flight

Is it possible to upcast ritual spells?

How to terminate ping <dest> &

Credit cards used everywhere in Singapore or Malaysia?

What approach do we need to follow for projects without a test environment?

Bach's Toccata and Fugue in D minor breaks the "no parallel octaves" rule?

A Cautionary Suggestion

Python if-else code style for reduced code for rounding floats

What's the meaning of “spike” in the context of “adrenaline spike”?

Existence of subset with given Hausdorff dimension

Why did it take so long to abandon sail after steamships were demonstrated?

How to deal with a cynical class?

What should tie a collection of short-stories together?

Instead of Universal Basic Income, why not Universal Basic NEEDS?

Are ETF trackers fundamentally better than individual stocks?

If I can solve Sudoku can I solve Travelling Salesman Problem(TSP)? If yes, how?

PTIJ: Who should I vote for? (21st Knesset Edition)

Knife as defense against stray dogs

What options are left, if Britain cannot decide?

It's a yearly task, alright



Bipartite graph $G=(A,B)$ with $delta(A)=3n/2$ and no $C_4$ has a matching which saturate each vertex in $A$.


Show that a finite regular bipartite graph has a perfect matchingShowing a bipartite graph has a perfect matching.bipartite graph has perfect matchingEdge and vertex connectivity of bipartite graphMatching in a bipartite graphMatching in bipartite graphProof bipartite graph matchingIf graph G is bipartite with largest vertex degree $Delta$(G) , then $chi'(G)$ = $Delta$(G)Maximum matching for bipartite graphHow would we prove that the following bipartite graph has a perfect matching?













3












$begingroup$



Say $G$ is a bipartite graph with bipartition $(A,B)$ and $G$ is $C_4$-free. Prove that if every vertex in $A$ has degree at least $frac32 n$ and $|A|leq n^2$, then $G$ has a matching which uses every vertex in $A$.






My proof:



Use the Hall marriage theorem. Take any $Xsubseteq A$ and let $|X|=k$. Also let $Y=N(X)$ and $|Y|=l$. Let us prove that $lgeq k$. Assume that $l<k$.



Let $Y^*$ be a set of all unordered pairs ${y_i,y_j}$, $ine j$ of elements in $Y$, and connect a pair ${y_i,y_j}$ with $xin X$ iff both $y_i$ and $y_j$ are adjacent with $x$ in $G$. Then the degree of each pair in this new bipartite graph $G^*$ (on vertex set $X cup Y^*$) is at most $1$ (since there is no $C_4$ in $G$) and the degree of each $xin X$ is at least $displaystyle{{3nover 2}choose 2}$. So we have $$kcdot {{3nover 2}choose 2}leq {lchoose 2} .$$
Since we assume $l<k$ we have $${{3nover 2}choose 2}< {k-1over 2}$$ so $${3n(3n-2)over 4} < k-1 .$$ Since $kleq n^2$ we have $$3n(3n-2) leq 4n^2-8$$so
$$5n^2leq 6n-8$$ which is obviously not true.



Edit: After Darij's confirmation that the proof is correct, I'm will award any solution with better bound than $delta (G)=nsqrt{2}$ (instead of $3n/2$).










share|cite|improve this question











$endgroup$





This question has an open bounty worth +100
reputation from Maria Mazur ending in 2 days.


Looking for an answer drawing from credible and/or official sources.
















  • $begingroup$
    How exactly do you prove this for $n$ instead of $3n/2$ ? I don't get the inequalities to product a contradiction.
    $endgroup$
    – darij grinberg
    Mar 11 at 20:03












  • $begingroup$
    We are talking now about $delta = 3n/2$ or $n$?
    $endgroup$
    – Maria Mazur
    Mar 11 at 20:10










  • $begingroup$
    I am talking about $n$.
    $endgroup$
    – darij grinberg
    Mar 11 at 20:11










  • $begingroup$
    Yes, I see. My bad. Anyway, is the rest correct?
    $endgroup$
    – Maria Mazur
    Mar 11 at 20:18










  • $begingroup$
    The rest is correct. You may want to compute the optimal bound for your proof to work; I'm pretty sure it falls closer to $n$ than to $3n/2$.
    $endgroup$
    – darij grinberg
    Mar 11 at 20:30
















3












$begingroup$



Say $G$ is a bipartite graph with bipartition $(A,B)$ and $G$ is $C_4$-free. Prove that if every vertex in $A$ has degree at least $frac32 n$ and $|A|leq n^2$, then $G$ has a matching which uses every vertex in $A$.






My proof:



Use the Hall marriage theorem. Take any $Xsubseteq A$ and let $|X|=k$. Also let $Y=N(X)$ and $|Y|=l$. Let us prove that $lgeq k$. Assume that $l<k$.



Let $Y^*$ be a set of all unordered pairs ${y_i,y_j}$, $ine j$ of elements in $Y$, and connect a pair ${y_i,y_j}$ with $xin X$ iff both $y_i$ and $y_j$ are adjacent with $x$ in $G$. Then the degree of each pair in this new bipartite graph $G^*$ (on vertex set $X cup Y^*$) is at most $1$ (since there is no $C_4$ in $G$) and the degree of each $xin X$ is at least $displaystyle{{3nover 2}choose 2}$. So we have $$kcdot {{3nover 2}choose 2}leq {lchoose 2} .$$
Since we assume $l<k$ we have $${{3nover 2}choose 2}< {k-1over 2}$$ so $${3n(3n-2)over 4} < k-1 .$$ Since $kleq n^2$ we have $$3n(3n-2) leq 4n^2-8$$so
$$5n^2leq 6n-8$$ which is obviously not true.



Edit: After Darij's confirmation that the proof is correct, I'm will award any solution with better bound than $delta (G)=nsqrt{2}$ (instead of $3n/2$).










share|cite|improve this question











$endgroup$





This question has an open bounty worth +100
reputation from Maria Mazur ending in 2 days.


Looking for an answer drawing from credible and/or official sources.
















  • $begingroup$
    How exactly do you prove this for $n$ instead of $3n/2$ ? I don't get the inequalities to product a contradiction.
    $endgroup$
    – darij grinberg
    Mar 11 at 20:03












  • $begingroup$
    We are talking now about $delta = 3n/2$ or $n$?
    $endgroup$
    – Maria Mazur
    Mar 11 at 20:10










  • $begingroup$
    I am talking about $n$.
    $endgroup$
    – darij grinberg
    Mar 11 at 20:11










  • $begingroup$
    Yes, I see. My bad. Anyway, is the rest correct?
    $endgroup$
    – Maria Mazur
    Mar 11 at 20:18










  • $begingroup$
    The rest is correct. You may want to compute the optimal bound for your proof to work; I'm pretty sure it falls closer to $n$ than to $3n/2$.
    $endgroup$
    – darij grinberg
    Mar 11 at 20:30














3












3








3


2



$begingroup$



Say $G$ is a bipartite graph with bipartition $(A,B)$ and $G$ is $C_4$-free. Prove that if every vertex in $A$ has degree at least $frac32 n$ and $|A|leq n^2$, then $G$ has a matching which uses every vertex in $A$.






My proof:



Use the Hall marriage theorem. Take any $Xsubseteq A$ and let $|X|=k$. Also let $Y=N(X)$ and $|Y|=l$. Let us prove that $lgeq k$. Assume that $l<k$.



Let $Y^*$ be a set of all unordered pairs ${y_i,y_j}$, $ine j$ of elements in $Y$, and connect a pair ${y_i,y_j}$ with $xin X$ iff both $y_i$ and $y_j$ are adjacent with $x$ in $G$. Then the degree of each pair in this new bipartite graph $G^*$ (on vertex set $X cup Y^*$) is at most $1$ (since there is no $C_4$ in $G$) and the degree of each $xin X$ is at least $displaystyle{{3nover 2}choose 2}$. So we have $$kcdot {{3nover 2}choose 2}leq {lchoose 2} .$$
Since we assume $l<k$ we have $${{3nover 2}choose 2}< {k-1over 2}$$ so $${3n(3n-2)over 4} < k-1 .$$ Since $kleq n^2$ we have $$3n(3n-2) leq 4n^2-8$$so
$$5n^2leq 6n-8$$ which is obviously not true.



Edit: After Darij's confirmation that the proof is correct, I'm will award any solution with better bound than $delta (G)=nsqrt{2}$ (instead of $3n/2$).










share|cite|improve this question











$endgroup$





Say $G$ is a bipartite graph with bipartition $(A,B)$ and $G$ is $C_4$-free. Prove that if every vertex in $A$ has degree at least $frac32 n$ and $|A|leq n^2$, then $G$ has a matching which uses every vertex in $A$.






My proof:



Use the Hall marriage theorem. Take any $Xsubseteq A$ and let $|X|=k$. Also let $Y=N(X)$ and $|Y|=l$. Let us prove that $lgeq k$. Assume that $l<k$.



Let $Y^*$ be a set of all unordered pairs ${y_i,y_j}$, $ine j$ of elements in $Y$, and connect a pair ${y_i,y_j}$ with $xin X$ iff both $y_i$ and $y_j$ are adjacent with $x$ in $G$. Then the degree of each pair in this new bipartite graph $G^*$ (on vertex set $X cup Y^*$) is at most $1$ (since there is no $C_4$ in $G$) and the degree of each $xin X$ is at least $displaystyle{{3nover 2}choose 2}$. So we have $$kcdot {{3nover 2}choose 2}leq {lchoose 2} .$$
Since we assume $l<k$ we have $${{3nover 2}choose 2}< {k-1over 2}$$ so $${3n(3n-2)over 4} < k-1 .$$ Since $kleq n^2$ we have $$3n(3n-2) leq 4n^2-8$$so
$$5n^2leq 6n-8$$ which is obviously not true.



Edit: After Darij's confirmation that the proof is correct, I'm will award any solution with better bound than $delta (G)=nsqrt{2}$ (instead of $3n/2$).







combinatorics discrete-mathematics proof-verification graph-theory






share|cite|improve this question















share|cite|improve this question













share|cite|improve this question




share|cite|improve this question








edited 2 days ago







Maria Mazur

















asked May 25 '18 at 15:10









Maria MazurMaria Mazur

47k1260120




47k1260120






This question has an open bounty worth +100
reputation from Maria Mazur ending in 2 days.


Looking for an answer drawing from credible and/or official sources.








This question has an open bounty worth +100
reputation from Maria Mazur ending in 2 days.


Looking for an answer drawing from credible and/or official sources.














  • $begingroup$
    How exactly do you prove this for $n$ instead of $3n/2$ ? I don't get the inequalities to product a contradiction.
    $endgroup$
    – darij grinberg
    Mar 11 at 20:03












  • $begingroup$
    We are talking now about $delta = 3n/2$ or $n$?
    $endgroup$
    – Maria Mazur
    Mar 11 at 20:10










  • $begingroup$
    I am talking about $n$.
    $endgroup$
    – darij grinberg
    Mar 11 at 20:11










  • $begingroup$
    Yes, I see. My bad. Anyway, is the rest correct?
    $endgroup$
    – Maria Mazur
    Mar 11 at 20:18










  • $begingroup$
    The rest is correct. You may want to compute the optimal bound for your proof to work; I'm pretty sure it falls closer to $n$ than to $3n/2$.
    $endgroup$
    – darij grinberg
    Mar 11 at 20:30


















  • $begingroup$
    How exactly do you prove this for $n$ instead of $3n/2$ ? I don't get the inequalities to product a contradiction.
    $endgroup$
    – darij grinberg
    Mar 11 at 20:03












  • $begingroup$
    We are talking now about $delta = 3n/2$ or $n$?
    $endgroup$
    – Maria Mazur
    Mar 11 at 20:10










  • $begingroup$
    I am talking about $n$.
    $endgroup$
    – darij grinberg
    Mar 11 at 20:11










  • $begingroup$
    Yes, I see. My bad. Anyway, is the rest correct?
    $endgroup$
    – Maria Mazur
    Mar 11 at 20:18










  • $begingroup$
    The rest is correct. You may want to compute the optimal bound for your proof to work; I'm pretty sure it falls closer to $n$ than to $3n/2$.
    $endgroup$
    – darij grinberg
    Mar 11 at 20:30
















$begingroup$
How exactly do you prove this for $n$ instead of $3n/2$ ? I don't get the inequalities to product a contradiction.
$endgroup$
– darij grinberg
Mar 11 at 20:03






$begingroup$
How exactly do you prove this for $n$ instead of $3n/2$ ? I don't get the inequalities to product a contradiction.
$endgroup$
– darij grinberg
Mar 11 at 20:03














$begingroup$
We are talking now about $delta = 3n/2$ or $n$?
$endgroup$
– Maria Mazur
Mar 11 at 20:10




$begingroup$
We are talking now about $delta = 3n/2$ or $n$?
$endgroup$
– Maria Mazur
Mar 11 at 20:10












$begingroup$
I am talking about $n$.
$endgroup$
– darij grinberg
Mar 11 at 20:11




$begingroup$
I am talking about $n$.
$endgroup$
– darij grinberg
Mar 11 at 20:11












$begingroup$
Yes, I see. My bad. Anyway, is the rest correct?
$endgroup$
– Maria Mazur
Mar 11 at 20:18




$begingroup$
Yes, I see. My bad. Anyway, is the rest correct?
$endgroup$
– Maria Mazur
Mar 11 at 20:18












$begingroup$
The rest is correct. You may want to compute the optimal bound for your proof to work; I'm pretty sure it falls closer to $n$ than to $3n/2$.
$endgroup$
– darij grinberg
Mar 11 at 20:30




$begingroup$
The rest is correct. You may want to compute the optimal bound for your proof to work; I'm pretty sure it falls closer to $n$ than to $3n/2$.
$endgroup$
– darij grinberg
Mar 11 at 20:30










0






active

oldest

votes











Your Answer





StackExchange.ifUsing("editor", function () {
return StackExchange.using("mathjaxEditing", function () {
StackExchange.MarkdownEditor.creationCallbacks.add(function (editor, postfix) {
StackExchange.mathjaxEditing.prepareWmdForMathJax(editor, postfix, [["$", "$"], ["\\(","\\)"]]);
});
});
}, "mathjax-editing");

StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "69"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);

StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});

function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
noCode: true, onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});


}
});














draft saved

draft discarded


















StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f2795765%2fbipartite-graph-g-a-b-with-deltaa-3n-2-and-no-c-4-has-a-matching-whic%23new-answer', 'question_page');
}
);

Post as a guest















Required, but never shown

























0






active

oldest

votes








0






active

oldest

votes









active

oldest

votes






active

oldest

votes
















draft saved

draft discarded




















































Thanks for contributing an answer to Mathematics Stack Exchange!


  • Please be sure to answer the question. Provide details and share your research!

But avoid



  • Asking for help, clarification, or responding to other answers.

  • Making statements based on opinion; back them up with references or personal experience.


Use MathJax to format equations. MathJax reference.


To learn more, see our tips on writing great answers.




draft saved


draft discarded














StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f2795765%2fbipartite-graph-g-a-b-with-deltaa-3n-2-and-no-c-4-has-a-matching-whic%23new-answer', 'question_page');
}
);

Post as a guest















Required, but never shown





















































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown

































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown







Popular posts from this blog

Magento 2 - Add success message with knockout Planned maintenance scheduled April 23, 2019 at 23:30 UTC (7:30pm US/Eastern) Announcing the arrival of Valued Associate #679: Cesar Manara Unicorn Meta Zoo #1: Why another podcast?Success / Error message on ajax request$.widget is not a function when loading a homepage after add custom jQuery on custom themeHow can bind jQuery to current document in Magento 2 When template load by ajaxRedirect page using plugin in Magento 2Magento 2 - Update quantity and totals of cart page without page reload?Magento 2: Quote data not loaded on knockout checkoutMagento 2 : I need to change add to cart success message after adding product into cart through pluginMagento 2.2.5 How to add additional products to cart from new checkout step?Magento 2 Add error/success message with knockoutCan't validate Post Code on checkout page

Fil:Tokke komm.svg

Where did Arya get these scars? Unicorn Meta Zoo #1: Why another podcast? Announcing the arrival of Valued Associate #679: Cesar Manara Favourite questions and answers from the 1st quarter of 2019Why did Arya refuse to end it?Has the pronunciation of Arya Stark's name changed?Has Arya forgiven people?Why did Arya Stark lose her vision?Why can Arya still use the faces?Has the Narrow Sea become narrower?Does Arya Stark know how to make poisons outside of the House of Black and White?Why did Nymeria leave Arya?Why did Arya not kill the Lannister soldiers she encountered in the Riverlands?What is the current canonical age of Sansa, Bran and Arya Stark?