Proof of Mantel's Theorem
$begingroup$
There is already a proof verification question on the site about Mantel's theorem, but the other proof looks very different to mine, uses Cauchy-Schwarz, etc.
First of all, the theorem:
Theorem (Mantel's Theorem). A graph $G$ is maximally triangle-free with respect to edges only if $$m = leftlfloorfrac{n^2}{4}rightrfloor.$$
Now my proof is by induction on the number of vertices. The idea is to take advantage of the fact that the desired graph is $K_{lfloor n/2rfloor,lceil n/2rceil}$, which we actually know from Turán's theorem.
Proof. Suppose $G$ is an $n$-vertex graph on $m$ edges that contains no triangles. Then any two adjacent vertices $u$ and $v$ cannot share a common neighbour, so $N(u) cap N(v) = varnothing$. Thus
begin{align*}
deg(u) + deg(v) = |N(u)| + |N(v)| &= |N(u) cup N(v)| - |N(u) cap N(v)|\
&leqslant |V(G)| - |varnothing| = n.
end{align*}
Now remove two adjacent vertices $u$ and $v$ from $G$ to get $G'$. By induction, this has $lfloor (n-2)^2/4rfloor$ edges. Thus
begin{align*}
m &= leftlfloorfrac{(n-2)^2}{4}rightrfloor + deg(u) + deg(v) - 1 qquadtext{(since $deg(u) + deg(v)$ counts ${u,v}$ twice)}\
&leqslant frac{(n-2)^2}{4} + n - 1 = frac{n^2}{4}.
end{align*}
It suffices to show that a triangle-free graph on $n$ vertices and $lfloor n^2/4rfloor$ edges always exists, since it must have maximal edges by the inequality $m leqslant n^2/4$ we have just obtained. Indeed, the complete bipartite graph $K_{lfloor n/2rfloor, lceil n/2rceil}$ has no cycles and in particular no triangles, is on $lfloor n/2rfloor + lceil n/2rceil = n$ vertices and has
$$leftlfloorfrac{n}{2}rightrfloorleftlceilfrac{n}{2}rightrceil = begin{cases}
displaystyleleft(frac{n}{2}right)left(frac{n}{2}right) = frac{n^2}{4} = leftlfloor frac{n^2}{4} rightrfloor & text{if $n$ is even}\[15pt]
displaystyleleft(frac{n-1}{2}right)left(frac{n+1}{2}right) = frac{n^2 - 1}{2} = leftlfloor frac{n^2}{4} rightrfloor & text{if $n$ is odd}
end{cases} $$
edges, as required. $square$
I'd appreciate any feedback about this proof.
proof-verification graph-theory
$endgroup$
add a comment |
$begingroup$
There is already a proof verification question on the site about Mantel's theorem, but the other proof looks very different to mine, uses Cauchy-Schwarz, etc.
First of all, the theorem:
Theorem (Mantel's Theorem). A graph $G$ is maximally triangle-free with respect to edges only if $$m = leftlfloorfrac{n^2}{4}rightrfloor.$$
Now my proof is by induction on the number of vertices. The idea is to take advantage of the fact that the desired graph is $K_{lfloor n/2rfloor,lceil n/2rceil}$, which we actually know from Turán's theorem.
Proof. Suppose $G$ is an $n$-vertex graph on $m$ edges that contains no triangles. Then any two adjacent vertices $u$ and $v$ cannot share a common neighbour, so $N(u) cap N(v) = varnothing$. Thus
begin{align*}
deg(u) + deg(v) = |N(u)| + |N(v)| &= |N(u) cup N(v)| - |N(u) cap N(v)|\
&leqslant |V(G)| - |varnothing| = n.
end{align*}
Now remove two adjacent vertices $u$ and $v$ from $G$ to get $G'$. By induction, this has $lfloor (n-2)^2/4rfloor$ edges. Thus
begin{align*}
m &= leftlfloorfrac{(n-2)^2}{4}rightrfloor + deg(u) + deg(v) - 1 qquadtext{(since $deg(u) + deg(v)$ counts ${u,v}$ twice)}\
&leqslant frac{(n-2)^2}{4} + n - 1 = frac{n^2}{4}.
end{align*}
It suffices to show that a triangle-free graph on $n$ vertices and $lfloor n^2/4rfloor$ edges always exists, since it must have maximal edges by the inequality $m leqslant n^2/4$ we have just obtained. Indeed, the complete bipartite graph $K_{lfloor n/2rfloor, lceil n/2rceil}$ has no cycles and in particular no triangles, is on $lfloor n/2rfloor + lceil n/2rceil = n$ vertices and has
$$leftlfloorfrac{n}{2}rightrfloorleftlceilfrac{n}{2}rightrceil = begin{cases}
displaystyleleft(frac{n}{2}right)left(frac{n}{2}right) = frac{n^2}{4} = leftlfloor frac{n^2}{4} rightrfloor & text{if $n$ is even}\[15pt]
displaystyleleft(frac{n-1}{2}right)left(frac{n+1}{2}right) = frac{n^2 - 1}{2} = leftlfloor frac{n^2}{4} rightrfloor & text{if $n$ is odd}
end{cases} $$
edges, as required. $square$
I'd appreciate any feedback about this proof.
proof-verification graph-theory
$endgroup$
$begingroup$
It's not immediately clear what "maximally triangle-free with respect to edges" means. From the context, I know you mean that the number of edges attains the maximum over all triangle-free graphs on the same number of vertices. Under another plausible interpretation of the words "maximally triangle-free", the graph $C_5$ is maximally triangle-free, since you can't add an edge to it without creating a triangle.
$endgroup$
– bof
Dec 4 '18 at 0:28
$begingroup$
By $|N(u)cup N(v)|-|N(u)cap N(v)|$ you mean $|N(u)cup N(v)|+|N(u)cap N(v)|$.
$endgroup$
– bof
Dec 4 '18 at 0:32
$begingroup$
You mean $K_{lfloor n/2rfloor, lceil n/2rceil}$ has no odd cycles
$endgroup$
– hbm
Dec 4 '18 at 23:09
add a comment |
$begingroup$
There is already a proof verification question on the site about Mantel's theorem, but the other proof looks very different to mine, uses Cauchy-Schwarz, etc.
First of all, the theorem:
Theorem (Mantel's Theorem). A graph $G$ is maximally triangle-free with respect to edges only if $$m = leftlfloorfrac{n^2}{4}rightrfloor.$$
Now my proof is by induction on the number of vertices. The idea is to take advantage of the fact that the desired graph is $K_{lfloor n/2rfloor,lceil n/2rceil}$, which we actually know from Turán's theorem.
Proof. Suppose $G$ is an $n$-vertex graph on $m$ edges that contains no triangles. Then any two adjacent vertices $u$ and $v$ cannot share a common neighbour, so $N(u) cap N(v) = varnothing$. Thus
begin{align*}
deg(u) + deg(v) = |N(u)| + |N(v)| &= |N(u) cup N(v)| - |N(u) cap N(v)|\
&leqslant |V(G)| - |varnothing| = n.
end{align*}
Now remove two adjacent vertices $u$ and $v$ from $G$ to get $G'$. By induction, this has $lfloor (n-2)^2/4rfloor$ edges. Thus
begin{align*}
m &= leftlfloorfrac{(n-2)^2}{4}rightrfloor + deg(u) + deg(v) - 1 qquadtext{(since $deg(u) + deg(v)$ counts ${u,v}$ twice)}\
&leqslant frac{(n-2)^2}{4} + n - 1 = frac{n^2}{4}.
end{align*}
It suffices to show that a triangle-free graph on $n$ vertices and $lfloor n^2/4rfloor$ edges always exists, since it must have maximal edges by the inequality $m leqslant n^2/4$ we have just obtained. Indeed, the complete bipartite graph $K_{lfloor n/2rfloor, lceil n/2rceil}$ has no cycles and in particular no triangles, is on $lfloor n/2rfloor + lceil n/2rceil = n$ vertices and has
$$leftlfloorfrac{n}{2}rightrfloorleftlceilfrac{n}{2}rightrceil = begin{cases}
displaystyleleft(frac{n}{2}right)left(frac{n}{2}right) = frac{n^2}{4} = leftlfloor frac{n^2}{4} rightrfloor & text{if $n$ is even}\[15pt]
displaystyleleft(frac{n-1}{2}right)left(frac{n+1}{2}right) = frac{n^2 - 1}{2} = leftlfloor frac{n^2}{4} rightrfloor & text{if $n$ is odd}
end{cases} $$
edges, as required. $square$
I'd appreciate any feedback about this proof.
proof-verification graph-theory
$endgroup$
There is already a proof verification question on the site about Mantel's theorem, but the other proof looks very different to mine, uses Cauchy-Schwarz, etc.
First of all, the theorem:
Theorem (Mantel's Theorem). A graph $G$ is maximally triangle-free with respect to edges only if $$m = leftlfloorfrac{n^2}{4}rightrfloor.$$
Now my proof is by induction on the number of vertices. The idea is to take advantage of the fact that the desired graph is $K_{lfloor n/2rfloor,lceil n/2rceil}$, which we actually know from Turán's theorem.
Proof. Suppose $G$ is an $n$-vertex graph on $m$ edges that contains no triangles. Then any two adjacent vertices $u$ and $v$ cannot share a common neighbour, so $N(u) cap N(v) = varnothing$. Thus
begin{align*}
deg(u) + deg(v) = |N(u)| + |N(v)| &= |N(u) cup N(v)| - |N(u) cap N(v)|\
&leqslant |V(G)| - |varnothing| = n.
end{align*}
Now remove two adjacent vertices $u$ and $v$ from $G$ to get $G'$. By induction, this has $lfloor (n-2)^2/4rfloor$ edges. Thus
begin{align*}
m &= leftlfloorfrac{(n-2)^2}{4}rightrfloor + deg(u) + deg(v) - 1 qquadtext{(since $deg(u) + deg(v)$ counts ${u,v}$ twice)}\
&leqslant frac{(n-2)^2}{4} + n - 1 = frac{n^2}{4}.
end{align*}
It suffices to show that a triangle-free graph on $n$ vertices and $lfloor n^2/4rfloor$ edges always exists, since it must have maximal edges by the inequality $m leqslant n^2/4$ we have just obtained. Indeed, the complete bipartite graph $K_{lfloor n/2rfloor, lceil n/2rceil}$ has no cycles and in particular no triangles, is on $lfloor n/2rfloor + lceil n/2rceil = n$ vertices and has
$$leftlfloorfrac{n}{2}rightrfloorleftlceilfrac{n}{2}rightrceil = begin{cases}
displaystyleleft(frac{n}{2}right)left(frac{n}{2}right) = frac{n^2}{4} = leftlfloor frac{n^2}{4} rightrfloor & text{if $n$ is even}\[15pt]
displaystyleleft(frac{n-1}{2}right)left(frac{n+1}{2}right) = frac{n^2 - 1}{2} = leftlfloor frac{n^2}{4} rightrfloor & text{if $n$ is odd}
end{cases} $$
edges, as required. $square$
I'd appreciate any feedback about this proof.
proof-verification graph-theory
proof-verification graph-theory
asked Dec 3 '18 at 23:57
Luke CollinsLuke Collins
734418
734418
$begingroup$
It's not immediately clear what "maximally triangle-free with respect to edges" means. From the context, I know you mean that the number of edges attains the maximum over all triangle-free graphs on the same number of vertices. Under another plausible interpretation of the words "maximally triangle-free", the graph $C_5$ is maximally triangle-free, since you can't add an edge to it without creating a triangle.
$endgroup$
– bof
Dec 4 '18 at 0:28
$begingroup$
By $|N(u)cup N(v)|-|N(u)cap N(v)|$ you mean $|N(u)cup N(v)|+|N(u)cap N(v)|$.
$endgroup$
– bof
Dec 4 '18 at 0:32
$begingroup$
You mean $K_{lfloor n/2rfloor, lceil n/2rceil}$ has no odd cycles
$endgroup$
– hbm
Dec 4 '18 at 23:09
add a comment |
$begingroup$
It's not immediately clear what "maximally triangle-free with respect to edges" means. From the context, I know you mean that the number of edges attains the maximum over all triangle-free graphs on the same number of vertices. Under another plausible interpretation of the words "maximally triangle-free", the graph $C_5$ is maximally triangle-free, since you can't add an edge to it without creating a triangle.
$endgroup$
– bof
Dec 4 '18 at 0:28
$begingroup$
By $|N(u)cup N(v)|-|N(u)cap N(v)|$ you mean $|N(u)cup N(v)|+|N(u)cap N(v)|$.
$endgroup$
– bof
Dec 4 '18 at 0:32
$begingroup$
You mean $K_{lfloor n/2rfloor, lceil n/2rceil}$ has no odd cycles
$endgroup$
– hbm
Dec 4 '18 at 23:09
$begingroup$
It's not immediately clear what "maximally triangle-free with respect to edges" means. From the context, I know you mean that the number of edges attains the maximum over all triangle-free graphs on the same number of vertices. Under another plausible interpretation of the words "maximally triangle-free", the graph $C_5$ is maximally triangle-free, since you can't add an edge to it without creating a triangle.
$endgroup$
– bof
Dec 4 '18 at 0:28
$begingroup$
It's not immediately clear what "maximally triangle-free with respect to edges" means. From the context, I know you mean that the number of edges attains the maximum over all triangle-free graphs on the same number of vertices. Under another plausible interpretation of the words "maximally triangle-free", the graph $C_5$ is maximally triangle-free, since you can't add an edge to it without creating a triangle.
$endgroup$
– bof
Dec 4 '18 at 0:28
$begingroup$
By $|N(u)cup N(v)|-|N(u)cap N(v)|$ you mean $|N(u)cup N(v)|+|N(u)cap N(v)|$.
$endgroup$
– bof
Dec 4 '18 at 0:32
$begingroup$
By $|N(u)cup N(v)|-|N(u)cap N(v)|$ you mean $|N(u)cup N(v)|+|N(u)cap N(v)|$.
$endgroup$
– bof
Dec 4 '18 at 0:32
$begingroup$
You mean $K_{lfloor n/2rfloor, lceil n/2rceil}$ has no odd cycles
$endgroup$
– hbm
Dec 4 '18 at 23:09
$begingroup$
You mean $K_{lfloor n/2rfloor, lceil n/2rceil}$ has no odd cycles
$endgroup$
– hbm
Dec 4 '18 at 23:09
add a comment |
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
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f3024908%2fproof-of-mantels-theorem%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
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.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f3024908%2fproof-of-mantels-theorem%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
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
$begingroup$
It's not immediately clear what "maximally triangle-free with respect to edges" means. From the context, I know you mean that the number of edges attains the maximum over all triangle-free graphs on the same number of vertices. Under another plausible interpretation of the words "maximally triangle-free", the graph $C_5$ is maximally triangle-free, since you can't add an edge to it without creating a triangle.
$endgroup$
– bof
Dec 4 '18 at 0:28
$begingroup$
By $|N(u)cup N(v)|-|N(u)cap N(v)|$ you mean $|N(u)cup N(v)|+|N(u)cap N(v)|$.
$endgroup$
– bof
Dec 4 '18 at 0:32
$begingroup$
You mean $K_{lfloor n/2rfloor, lceil n/2rceil}$ has no odd cycles
$endgroup$
– hbm
Dec 4 '18 at 23:09