Triangle free graph with $n$ vertices and maximum degree $k$ has at most $k(n-k)$ edges.Graph theory Problem 'of the court'A graph with 20 edges has 5 vertices of degree 5 with the rest of degree 4. How many vertices of each degree does it have?Prove that a graph $G$ is a forest if and only if every induced subgraph of $G$ contain a vertex of degree at most $1$existence of a spanning subgraph with min degree $delta$ and at most $(n-1)delta$ edgesLet *G* be a simple graph having no isolated vertex and no induced subgraph with exactly 2 edges.Does a directed edge on graph going both ways contribute 2 to out-degree and in-degree?A graph with an equal number of edges and vertices contains a cycle as a subgraphFinding the largest triangle-free induced subgraph in a given simple graph $G$ is NP-Complete.Find the average of all of the degrees in a graph containing $8$ vertices and $21$ edges.Let $G$ be a graph with n vertices and n-1 edges.How can I get maximum number of vertices if I already know edges

Could an aircraft fly or hover using only jets of compressed air?

dbcc cleantable batch size explanation

What's the output of a record needle playing an out-of-speed record

Does an object always see its latest internal state irrespective of thread?

Today is the Center

Book with a girl whose grandma is a phoenix, cover depicts the emerald/green-eyed blonde girl

"You are your self first supporter", a more proper way to say it

tikz convert color string to hex value

Is it legal for company to use my work email to pretend I still work there?

Why doesn't H₄O²⁺ exist?

Roll the carpet

Is it unprofessional to ask if a job posting on GlassDoor is real?

Is it inappropriate for a student to attend their mentor's dissertation defense?

Can a Cauchy sequence converge for one metric while not converging for another?

Why is consensus so controversial in Britain?

Are astronomers waiting to see something in an image from a gravitational lens that they've already seen in an adjacent image?

What defenses are there against being summoned by the Gate spell?

Convert two switches to a dual stack, and add outlet - possible here?

Alternative to sending password over mail?

Replacing matching entries in one column of a file by another column from a different file

What is the word for reserving something for yourself before others do?

What does the "remote control" for a QF-4 look like?

Codimension of non-flat locus

What is a clear way to write a bar that has an extra beat?



Triangle free graph with $n$ vertices and maximum degree $k$ has at most $k(n-k)$ edges.


Graph theory Problem 'of the court'A graph with 20 edges has 5 vertices of degree 5 with the rest of degree 4. How many vertices of each degree does it have?Prove that a graph $G$ is a forest if and only if every induced subgraph of $G$ contain a vertex of degree at most $1$existence of a spanning subgraph with min degree $delta$ and at most $(n-1)delta$ edgesLet *G* be a simple graph having no isolated vertex and no induced subgraph with exactly 2 edges.Does a directed edge on graph going both ways contribute 2 to out-degree and in-degree?A graph with an equal number of edges and vertices contains a cycle as a subgraphFinding the largest triangle-free induced subgraph in a given simple graph $G$ is NP-Complete.Find the average of all of the degrees in a graph containing $8$ vertices and $21$ edges.Let $G$ be a graph with n vertices and n-1 edges.How can I get maximum number of vertices if I already know edges













1












$begingroup$


Having a graph $G$ which is simple and non-directed with $n$ vertices and max degree of a vertex $k$. Then show if it does not contain $K_3$ as induced subgraph then that proves $|E(G)|le (n-k)k$



So,having to find an upper limit to the number of edges.
My thoughts so far are:



1)If it does not contain an induced subgraph of $K_3$ then it does not have any kind of bigger $K$ and then the degree of $k$ is $2$.



Extra thought(not complete):Having a vertex ν that is $k(=2)$ degree then compute the sum of degrees $V(G)-N(v)$. [$N(ν)$ is neighbourhood of $v$].I need some analysis if correct to this last statement.










share|cite|improve this question











$endgroup$







  • 1




    $begingroup$
    Note that this does not imply that $k = 2$, since you can have (for example) a star graph.
    $endgroup$
    – Michael Biro
    Mar 21 at 21:29










  • $begingroup$
    The degree can be much larger than 2 though. Consider for $n$ even and arbitrarily large the graph $K_n/2,n/2$. Every vertex has degree $n/2 >> 2$. It however does have no more than $n/2*(n-n/2)$ edges...
    $endgroup$
    – Mike
    Mar 21 at 22:04
















1












$begingroup$


Having a graph $G$ which is simple and non-directed with $n$ vertices and max degree of a vertex $k$. Then show if it does not contain $K_3$ as induced subgraph then that proves $|E(G)|le (n-k)k$



So,having to find an upper limit to the number of edges.
My thoughts so far are:



1)If it does not contain an induced subgraph of $K_3$ then it does not have any kind of bigger $K$ and then the degree of $k$ is $2$.



Extra thought(not complete):Having a vertex ν that is $k(=2)$ degree then compute the sum of degrees $V(G)-N(v)$. [$N(ν)$ is neighbourhood of $v$].I need some analysis if correct to this last statement.










share|cite|improve this question











$endgroup$







  • 1




    $begingroup$
    Note that this does not imply that $k = 2$, since you can have (for example) a star graph.
    $endgroup$
    – Michael Biro
    Mar 21 at 21:29










  • $begingroup$
    The degree can be much larger than 2 though. Consider for $n$ even and arbitrarily large the graph $K_n/2,n/2$. Every vertex has degree $n/2 >> 2$. It however does have no more than $n/2*(n-n/2)$ edges...
    $endgroup$
    – Mike
    Mar 21 at 22:04














1












1








1


2



$begingroup$


Having a graph $G$ which is simple and non-directed with $n$ vertices and max degree of a vertex $k$. Then show if it does not contain $K_3$ as induced subgraph then that proves $|E(G)|le (n-k)k$



So,having to find an upper limit to the number of edges.
My thoughts so far are:



1)If it does not contain an induced subgraph of $K_3$ then it does not have any kind of bigger $K$ and then the degree of $k$ is $2$.



Extra thought(not complete):Having a vertex ν that is $k(=2)$ degree then compute the sum of degrees $V(G)-N(v)$. [$N(ν)$ is neighbourhood of $v$].I need some analysis if correct to this last statement.










share|cite|improve this question











$endgroup$




Having a graph $G$ which is simple and non-directed with $n$ vertices and max degree of a vertex $k$. Then show if it does not contain $K_3$ as induced subgraph then that proves $|E(G)|le (n-k)k$



So,having to find an upper limit to the number of edges.
My thoughts so far are:



1)If it does not contain an induced subgraph of $K_3$ then it does not have any kind of bigger $K$ and then the degree of $k$ is $2$.



Extra thought(not complete):Having a vertex ν that is $k(=2)$ degree then compute the sum of degrees $V(G)-N(v)$. [$N(ν)$ is neighbourhood of $v$].I need some analysis if correct to this last statement.







combinatorics graph-theory






share|cite|improve this question















share|cite|improve this question













share|cite|improve this question




share|cite|improve this question








edited Mar 21 at 23:31









Mike Earnest

26.9k22152




26.9k22152










asked Mar 21 at 19:08









AgaeusAgaeus

677




677







  • 1




    $begingroup$
    Note that this does not imply that $k = 2$, since you can have (for example) a star graph.
    $endgroup$
    – Michael Biro
    Mar 21 at 21:29










  • $begingroup$
    The degree can be much larger than 2 though. Consider for $n$ even and arbitrarily large the graph $K_n/2,n/2$. Every vertex has degree $n/2 >> 2$. It however does have no more than $n/2*(n-n/2)$ edges...
    $endgroup$
    – Mike
    Mar 21 at 22:04













  • 1




    $begingroup$
    Note that this does not imply that $k = 2$, since you can have (for example) a star graph.
    $endgroup$
    – Michael Biro
    Mar 21 at 21:29










  • $begingroup$
    The degree can be much larger than 2 though. Consider for $n$ even and arbitrarily large the graph $K_n/2,n/2$. Every vertex has degree $n/2 >> 2$. It however does have no more than $n/2*(n-n/2)$ edges...
    $endgroup$
    – Mike
    Mar 21 at 22:04








1




1




$begingroup$
Note that this does not imply that $k = 2$, since you can have (for example) a star graph.
$endgroup$
– Michael Biro
Mar 21 at 21:29




$begingroup$
Note that this does not imply that $k = 2$, since you can have (for example) a star graph.
$endgroup$
– Michael Biro
Mar 21 at 21:29












$begingroup$
The degree can be much larger than 2 though. Consider for $n$ even and arbitrarily large the graph $K_n/2,n/2$. Every vertex has degree $n/2 >> 2$. It however does have no more than $n/2*(n-n/2)$ edges...
$endgroup$
– Mike
Mar 21 at 22:04





$begingroup$
The degree can be much larger than 2 though. Consider for $n$ even and arbitrarily large the graph $K_n/2,n/2$. Every vertex has degree $n/2 >> 2$. It however does have no more than $n/2*(n-n/2)$ edges...
$endgroup$
– Mike
Mar 21 at 22:04











1 Answer
1






active

oldest

votes


















3












$begingroup$

Let $v$ be a vertex of degree $k$. Then every vertex $u in N_G(v)$ cannot have a neighbor in $N_G(v)$ lest there be a triangle. So each such $u$ can have degree at most $N-k$; and there are $k$ such $u$. Every vertex $w not in N_G(v)$ [which includes $v$ itself] can have degree at most $k$ by the hypothesis that $G$ has maximum degree $k$; there are $N-k$ such $w$.



So
$$|E(G)| = frac12 times left(sum_u in N_G(v) d_G(u) + sum_w not in N_G(v) d_G(w) right)$$



$$le frac12 times left(k cdot (N-k) + (N-k)cdot kright)$$



which gives the desired bound.






share|cite|improve this answer











$endgroup$








  • 1




    $begingroup$
    I think your point (2) is not quite right. When $k=N-1$, then your linked answer implies a triangle free graph has at most $N^2/4$ edges, but this is not enough to show it has at most $k(N-k)=N-1$ edges.
    $endgroup$
    – Mike Earnest
    Mar 21 at 23:30










  • $begingroup$
    You are correct @MikeEarnest I just fixed
    $endgroup$
    – Mike
    Mar 22 at 0:18






  • 1




    $begingroup$
    Sweet proof! :D
    $endgroup$
    – Mike Earnest
    Mar 22 at 0:27










  • $begingroup$
    Thank you @MikeEarnest!
    $endgroup$
    – Mike
    Mar 22 at 1:21











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%2f3157251%2ftriangle-free-graph-with-n-vertices-and-maximum-degree-k-has-at-most-kn-k%23new-answer', 'question_page');

);

Post as a guest















Required, but never shown

























1 Answer
1






active

oldest

votes








1 Answer
1






active

oldest

votes









active

oldest

votes






active

oldest

votes









3












$begingroup$

Let $v$ be a vertex of degree $k$. Then every vertex $u in N_G(v)$ cannot have a neighbor in $N_G(v)$ lest there be a triangle. So each such $u$ can have degree at most $N-k$; and there are $k$ such $u$. Every vertex $w not in N_G(v)$ [which includes $v$ itself] can have degree at most $k$ by the hypothesis that $G$ has maximum degree $k$; there are $N-k$ such $w$.



So
$$|E(G)| = frac12 times left(sum_u in N_G(v) d_G(u) + sum_w not in N_G(v) d_G(w) right)$$



$$le frac12 times left(k cdot (N-k) + (N-k)cdot kright)$$



which gives the desired bound.






share|cite|improve this answer











$endgroup$








  • 1




    $begingroup$
    I think your point (2) is not quite right. When $k=N-1$, then your linked answer implies a triangle free graph has at most $N^2/4$ edges, but this is not enough to show it has at most $k(N-k)=N-1$ edges.
    $endgroup$
    – Mike Earnest
    Mar 21 at 23:30










  • $begingroup$
    You are correct @MikeEarnest I just fixed
    $endgroup$
    – Mike
    Mar 22 at 0:18






  • 1




    $begingroup$
    Sweet proof! :D
    $endgroup$
    – Mike Earnest
    Mar 22 at 0:27










  • $begingroup$
    Thank you @MikeEarnest!
    $endgroup$
    – Mike
    Mar 22 at 1:21















3












$begingroup$

Let $v$ be a vertex of degree $k$. Then every vertex $u in N_G(v)$ cannot have a neighbor in $N_G(v)$ lest there be a triangle. So each such $u$ can have degree at most $N-k$; and there are $k$ such $u$. Every vertex $w not in N_G(v)$ [which includes $v$ itself] can have degree at most $k$ by the hypothesis that $G$ has maximum degree $k$; there are $N-k$ such $w$.



So
$$|E(G)| = frac12 times left(sum_u in N_G(v) d_G(u) + sum_w not in N_G(v) d_G(w) right)$$



$$le frac12 times left(k cdot (N-k) + (N-k)cdot kright)$$



which gives the desired bound.






share|cite|improve this answer











$endgroup$








  • 1




    $begingroup$
    I think your point (2) is not quite right. When $k=N-1$, then your linked answer implies a triangle free graph has at most $N^2/4$ edges, but this is not enough to show it has at most $k(N-k)=N-1$ edges.
    $endgroup$
    – Mike Earnest
    Mar 21 at 23:30










  • $begingroup$
    You are correct @MikeEarnest I just fixed
    $endgroup$
    – Mike
    Mar 22 at 0:18






  • 1




    $begingroup$
    Sweet proof! :D
    $endgroup$
    – Mike Earnest
    Mar 22 at 0:27










  • $begingroup$
    Thank you @MikeEarnest!
    $endgroup$
    – Mike
    Mar 22 at 1:21













3












3








3





$begingroup$

Let $v$ be a vertex of degree $k$. Then every vertex $u in N_G(v)$ cannot have a neighbor in $N_G(v)$ lest there be a triangle. So each such $u$ can have degree at most $N-k$; and there are $k$ such $u$. Every vertex $w not in N_G(v)$ [which includes $v$ itself] can have degree at most $k$ by the hypothesis that $G$ has maximum degree $k$; there are $N-k$ such $w$.



So
$$|E(G)| = frac12 times left(sum_u in N_G(v) d_G(u) + sum_w not in N_G(v) d_G(w) right)$$



$$le frac12 times left(k cdot (N-k) + (N-k)cdot kright)$$



which gives the desired bound.






share|cite|improve this answer











$endgroup$



Let $v$ be a vertex of degree $k$. Then every vertex $u in N_G(v)$ cannot have a neighbor in $N_G(v)$ lest there be a triangle. So each such $u$ can have degree at most $N-k$; and there are $k$ such $u$. Every vertex $w not in N_G(v)$ [which includes $v$ itself] can have degree at most $k$ by the hypothesis that $G$ has maximum degree $k$; there are $N-k$ such $w$.



So
$$|E(G)| = frac12 times left(sum_u in N_G(v) d_G(u) + sum_w not in N_G(v) d_G(w) right)$$



$$le frac12 times left(k cdot (N-k) + (N-k)cdot kright)$$



which gives the desired bound.







share|cite|improve this answer














share|cite|improve this answer



share|cite|improve this answer








edited Mar 24 at 21:54









Mike Earnest

26.9k22152




26.9k22152










answered Mar 21 at 21:54









MikeMike

4,611512




4,611512







  • 1




    $begingroup$
    I think your point (2) is not quite right. When $k=N-1$, then your linked answer implies a triangle free graph has at most $N^2/4$ edges, but this is not enough to show it has at most $k(N-k)=N-1$ edges.
    $endgroup$
    – Mike Earnest
    Mar 21 at 23:30










  • $begingroup$
    You are correct @MikeEarnest I just fixed
    $endgroup$
    – Mike
    Mar 22 at 0:18






  • 1




    $begingroup$
    Sweet proof! :D
    $endgroup$
    – Mike Earnest
    Mar 22 at 0:27










  • $begingroup$
    Thank you @MikeEarnest!
    $endgroup$
    – Mike
    Mar 22 at 1:21












  • 1




    $begingroup$
    I think your point (2) is not quite right. When $k=N-1$, then your linked answer implies a triangle free graph has at most $N^2/4$ edges, but this is not enough to show it has at most $k(N-k)=N-1$ edges.
    $endgroup$
    – Mike Earnest
    Mar 21 at 23:30










  • $begingroup$
    You are correct @MikeEarnest I just fixed
    $endgroup$
    – Mike
    Mar 22 at 0:18






  • 1




    $begingroup$
    Sweet proof! :D
    $endgroup$
    – Mike Earnest
    Mar 22 at 0:27










  • $begingroup$
    Thank you @MikeEarnest!
    $endgroup$
    – Mike
    Mar 22 at 1:21







1




1




$begingroup$
I think your point (2) is not quite right. When $k=N-1$, then your linked answer implies a triangle free graph has at most $N^2/4$ edges, but this is not enough to show it has at most $k(N-k)=N-1$ edges.
$endgroup$
– Mike Earnest
Mar 21 at 23:30




$begingroup$
I think your point (2) is not quite right. When $k=N-1$, then your linked answer implies a triangle free graph has at most $N^2/4$ edges, but this is not enough to show it has at most $k(N-k)=N-1$ edges.
$endgroup$
– Mike Earnest
Mar 21 at 23:30












$begingroup$
You are correct @MikeEarnest I just fixed
$endgroup$
– Mike
Mar 22 at 0:18




$begingroup$
You are correct @MikeEarnest I just fixed
$endgroup$
– Mike
Mar 22 at 0:18




1




1




$begingroup$
Sweet proof! :D
$endgroup$
– Mike Earnest
Mar 22 at 0:27




$begingroup$
Sweet proof! :D
$endgroup$
– Mike Earnest
Mar 22 at 0:27












$begingroup$
Thank you @MikeEarnest!
$endgroup$
– Mike
Mar 22 at 1:21




$begingroup$
Thank you @MikeEarnest!
$endgroup$
– Mike
Mar 22 at 1:21

















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%2f3157251%2ftriangle-free-graph-with-n-vertices-and-maximum-degree-k-has-at-most-kn-k%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

How should I support this large drywall patch? Planned maintenance scheduled April 23, 2019 at 00:00UTC (8:00pm US/Eastern) Announcing the arrival of Valued Associate #679: Cesar Manara Unicorn Meta Zoo #1: Why another podcast?How do I cover large gaps in drywall?How do I keep drywall around a patch from crumbling?Can I glue a second layer of drywall?How to patch long strip on drywall?Large drywall patch: how to avoid bulging seams?Drywall Mesh Patch vs. Bulge? To remove or not to remove?How to fix this drywall job?Prep drywall before backsplashWhat's the best way to fix this horrible drywall patch job?Drywall patching using 3M Patch Plus Primer

random experiment with two different functions on unit interval Announcing the arrival of Valued Associate #679: Cesar Manara Planned maintenance scheduled April 23, 2019 at 00:00UTC (8:00pm US/Eastern)Random variable and probability space notionsRandom Walk with EdgesFinding functions where the increase over a random interval is Poisson distributedNumber of days until dayCan an observed event in fact be of zero probability?Unit random processmodels of coins and uniform distributionHow to get the number of successes given $n$ trials , probability $P$ and a random variable $X$Absorbing Markov chain in a computer. Is “almost every” turned into always convergence in computer executions?Stopped random walk is not uniformly integrable

Lowndes Grove History Architecture References Navigation menu32°48′6″N 79°57′58″W / 32.80167°N 79.96611°W / 32.80167; -79.9661132°48′6″N 79°57′58″W / 32.80167°N 79.96611°W / 32.80167; -79.9661178002500"National Register Information System"Historic houses of South Carolina"Lowndes Grove""+32° 48' 6.00", −79° 57' 58.00""Lowndes Grove, Charleston County (260 St. Margaret St., Charleston)""Lowndes Grove"The Charleston ExpositionIt Happened in South Carolina"Lowndes Grove (House), Saint Margaret Street & Sixth Avenue, Charleston, Charleston County, SC(Photographs)"Plantations of the Carolina Low Countrye