A non-inductive proof for Euler's Formula?
$begingroup$
Theorem: The number of vertices $|V|$, edges $|E|$, and faces $|F|$ in an arbitrary connected planar graph are related by the formula $$|V|+|F|-|E|=2$$
Proof Attempt:
(For acyclic planar graphs) Let $G(V,E)$ be an acyclic graph. For any line-subgraph $L=(V',E')$ of $G$, we can easily verify that $|V'|=2$, $|E'|=1$, and $|F'|=1$ where $F'$ is the face of a line graph. Thus, $|V'|+|F'|-|E'|=2$. As we construct $G$ from $L$ by adding edges, note that for each edge we add, we add a vertex so for any number of edges $ninBbb{N}$ we add, we also add $n$ vertices. Hence, $(|V'|+n)+|F'|-(|E'|+n)=|V|+|F|-|E|=2$.
(For planar graphs with cyclic subgraphs) The smallest planar graph with a cyclic subgraph is $C_3$(a triangle). Clearly, any planar graph with a cyclic subgraph can be constructed by adding more points and edges to $C_3$. We assert that to add an edge to $C_3$, we either
Add a point $v^*$ on an existing edge $l$ which 'splits' $l$ to two different edges then connect $v^*$ to an existing vertex with a new edge; this adds 2 edges, 1 vertex, and 1 face or
Connect two existing vertices, not connected by an edge, with a new edge; this adds a face or
Add 2 new vertices with each of them on an existing edge, then connect the two new vertices with a new edge; this adds 2 vertices, 1 face, and 3 edges.
Nevertheless, observe that method (1) and (3) above is a sequential combination of two very primitive steps:
Add a vertex to an existing edge.
Connect two existing vertices, not connected by an edge, with a
new edge. (This is method (2) above.)
Note:
- Adding a point to an existing edge implies $|V|+1$, $|E|+1$, and $|F|+0$.
- Method 2 implies $|V|+0$, $|E|+1$, and $|F|+1$.
- Adding a point outside any edge forces us to connect this new vertex with an existing vertex by a new edge; this implies $|V|+1$, $|E|+1$, and $|F|+0$.
Hence, the form of numerical parameter variations occurring every time we construct a new connected planar graph is of the following:
- $(|V|+n)+|F|-(|E|+n)$
- $|V|+(|F|+m)-(|E|+m)$
Therefore, $|V|+|F|-|E|=2$.
proof-verification graph-theory
$endgroup$
add a comment |
$begingroup$
Theorem: The number of vertices $|V|$, edges $|E|$, and faces $|F|$ in an arbitrary connected planar graph are related by the formula $$|V|+|F|-|E|=2$$
Proof Attempt:
(For acyclic planar graphs) Let $G(V,E)$ be an acyclic graph. For any line-subgraph $L=(V',E')$ of $G$, we can easily verify that $|V'|=2$, $|E'|=1$, and $|F'|=1$ where $F'$ is the face of a line graph. Thus, $|V'|+|F'|-|E'|=2$. As we construct $G$ from $L$ by adding edges, note that for each edge we add, we add a vertex so for any number of edges $ninBbb{N}$ we add, we also add $n$ vertices. Hence, $(|V'|+n)+|F'|-(|E'|+n)=|V|+|F|-|E|=2$.
(For planar graphs with cyclic subgraphs) The smallest planar graph with a cyclic subgraph is $C_3$(a triangle). Clearly, any planar graph with a cyclic subgraph can be constructed by adding more points and edges to $C_3$. We assert that to add an edge to $C_3$, we either
Add a point $v^*$ on an existing edge $l$ which 'splits' $l$ to two different edges then connect $v^*$ to an existing vertex with a new edge; this adds 2 edges, 1 vertex, and 1 face or
Connect two existing vertices, not connected by an edge, with a new edge; this adds a face or
Add 2 new vertices with each of them on an existing edge, then connect the two new vertices with a new edge; this adds 2 vertices, 1 face, and 3 edges.
Nevertheless, observe that method (1) and (3) above is a sequential combination of two very primitive steps:
Add a vertex to an existing edge.
Connect two existing vertices, not connected by an edge, with a
new edge. (This is method (2) above.)
Note:
- Adding a point to an existing edge implies $|V|+1$, $|E|+1$, and $|F|+0$.
- Method 2 implies $|V|+0$, $|E|+1$, and $|F|+1$.
- Adding a point outside any edge forces us to connect this new vertex with an existing vertex by a new edge; this implies $|V|+1$, $|E|+1$, and $|F|+0$.
Hence, the form of numerical parameter variations occurring every time we construct a new connected planar graph is of the following:
- $(|V|+n)+|F|-(|E|+n)$
- $|V|+(|F|+m)-(|E|+m)$
Therefore, $|V|+|F|-|E|=2$.
proof-verification graph-theory
$endgroup$
add a comment |
$begingroup$
Theorem: The number of vertices $|V|$, edges $|E|$, and faces $|F|$ in an arbitrary connected planar graph are related by the formula $$|V|+|F|-|E|=2$$
Proof Attempt:
(For acyclic planar graphs) Let $G(V,E)$ be an acyclic graph. For any line-subgraph $L=(V',E')$ of $G$, we can easily verify that $|V'|=2$, $|E'|=1$, and $|F'|=1$ where $F'$ is the face of a line graph. Thus, $|V'|+|F'|-|E'|=2$. As we construct $G$ from $L$ by adding edges, note that for each edge we add, we add a vertex so for any number of edges $ninBbb{N}$ we add, we also add $n$ vertices. Hence, $(|V'|+n)+|F'|-(|E'|+n)=|V|+|F|-|E|=2$.
(For planar graphs with cyclic subgraphs) The smallest planar graph with a cyclic subgraph is $C_3$(a triangle). Clearly, any planar graph with a cyclic subgraph can be constructed by adding more points and edges to $C_3$. We assert that to add an edge to $C_3$, we either
Add a point $v^*$ on an existing edge $l$ which 'splits' $l$ to two different edges then connect $v^*$ to an existing vertex with a new edge; this adds 2 edges, 1 vertex, and 1 face or
Connect two existing vertices, not connected by an edge, with a new edge; this adds a face or
Add 2 new vertices with each of them on an existing edge, then connect the two new vertices with a new edge; this adds 2 vertices, 1 face, and 3 edges.
Nevertheless, observe that method (1) and (3) above is a sequential combination of two very primitive steps:
Add a vertex to an existing edge.
Connect two existing vertices, not connected by an edge, with a
new edge. (This is method (2) above.)
Note:
- Adding a point to an existing edge implies $|V|+1$, $|E|+1$, and $|F|+0$.
- Method 2 implies $|V|+0$, $|E|+1$, and $|F|+1$.
- Adding a point outside any edge forces us to connect this new vertex with an existing vertex by a new edge; this implies $|V|+1$, $|E|+1$, and $|F|+0$.
Hence, the form of numerical parameter variations occurring every time we construct a new connected planar graph is of the following:
- $(|V|+n)+|F|-(|E|+n)$
- $|V|+(|F|+m)-(|E|+m)$
Therefore, $|V|+|F|-|E|=2$.
proof-verification graph-theory
$endgroup$
Theorem: The number of vertices $|V|$, edges $|E|$, and faces $|F|$ in an arbitrary connected planar graph are related by the formula $$|V|+|F|-|E|=2$$
Proof Attempt:
(For acyclic planar graphs) Let $G(V,E)$ be an acyclic graph. For any line-subgraph $L=(V',E')$ of $G$, we can easily verify that $|V'|=2$, $|E'|=1$, and $|F'|=1$ where $F'$ is the face of a line graph. Thus, $|V'|+|F'|-|E'|=2$. As we construct $G$ from $L$ by adding edges, note that for each edge we add, we add a vertex so for any number of edges $ninBbb{N}$ we add, we also add $n$ vertices. Hence, $(|V'|+n)+|F'|-(|E'|+n)=|V|+|F|-|E|=2$.
(For planar graphs with cyclic subgraphs) The smallest planar graph with a cyclic subgraph is $C_3$(a triangle). Clearly, any planar graph with a cyclic subgraph can be constructed by adding more points and edges to $C_3$. We assert that to add an edge to $C_3$, we either
Add a point $v^*$ on an existing edge $l$ which 'splits' $l$ to two different edges then connect $v^*$ to an existing vertex with a new edge; this adds 2 edges, 1 vertex, and 1 face or
Connect two existing vertices, not connected by an edge, with a new edge; this adds a face or
Add 2 new vertices with each of them on an existing edge, then connect the two new vertices with a new edge; this adds 2 vertices, 1 face, and 3 edges.
Nevertheless, observe that method (1) and (3) above is a sequential combination of two very primitive steps:
Add a vertex to an existing edge.
Connect two existing vertices, not connected by an edge, with a
new edge. (This is method (2) above.)
Note:
- Adding a point to an existing edge implies $|V|+1$, $|E|+1$, and $|F|+0$.
- Method 2 implies $|V|+0$, $|E|+1$, and $|F|+1$.
- Adding a point outside any edge forces us to connect this new vertex with an existing vertex by a new edge; this implies $|V|+1$, $|E|+1$, and $|F|+0$.
Hence, the form of numerical parameter variations occurring every time we construct a new connected planar graph is of the following:
- $(|V|+n)+|F|-(|E|+n)$
- $|V|+(|F|+m)-(|E|+m)$
Therefore, $|V|+|F|-|E|=2$.
proof-verification graph-theory
proof-verification graph-theory
edited 1 hour ago
TheLast Cipher
asked 1 hour ago
TheLast CipherTheLast Cipher
742715
742715
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
$begingroup$
Your proof is not a non-inductive proof. The steps where you construct $G$ from a smaller graph by adding edges, and check that $|V|-|E|+|F|=2$ still holds because the left-hand side does not change, are the inductive steps of your proof.
This is fine! Induction is great. But you are falling into the classic "induction trap" that everyone falls into when writing induction proofs about graphs.
Whenever you write an inductive step that "goes up", starting with a graph for which your result holds and making it bigger, you set yourself the goal of showing that every graph can be obtained by growing your base case in this way. You are not careful about this:
- In the cyclic case, you write "Clearly, any planar graph with a cyclic subgraph can be constructed by adding more points and edges to $C_3$". This should set off alarm bells. Whenever you are justifying an intuitively clear statement with "clearly", you haven't written a proof.
- In the acyclic case, you haven't even stated the claim that your proof needs to work: that every tree can be built by repeatedly adding leaves to a line-graph. (Do you mean a path graph? A line graph is something else.)
We can avoid the problem of proving these hard-to-prove statements by writing an inductive step that "goes down" instead. Here, we assume that the result holds for all small graphs, and take a slightly larger graph; then, delete a vertex or edge from it, reducing it to a graph that your inductive hypothesis applies to.
For example, when proving Euler's formula for acyclic graphs, you could first argue (in your favorite way) that any such graph contains a vertex of degree $1$, then delete that vertex together with the edge out of it. This reduces the graph to a smaller one for which you have already verified Euler's formula.
Here, there is no worry that we've gotten all of the graphs we're considering in this case, because we started with an arbitrary such graph.
Aside from this, your strategy looks good. You should just rethink your arguments in terms of removing an edge or vertex, rather than adding them.
$endgroup$
$begingroup$
Thanks! This is very informative.
$endgroup$
– TheLast Cipher
37 mins ago
add a comment |
Your Answer
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%2f3192032%2fa-non-inductive-proof-for-eulers-formula%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
$begingroup$
Your proof is not a non-inductive proof. The steps where you construct $G$ from a smaller graph by adding edges, and check that $|V|-|E|+|F|=2$ still holds because the left-hand side does not change, are the inductive steps of your proof.
This is fine! Induction is great. But you are falling into the classic "induction trap" that everyone falls into when writing induction proofs about graphs.
Whenever you write an inductive step that "goes up", starting with a graph for which your result holds and making it bigger, you set yourself the goal of showing that every graph can be obtained by growing your base case in this way. You are not careful about this:
- In the cyclic case, you write "Clearly, any planar graph with a cyclic subgraph can be constructed by adding more points and edges to $C_3$". This should set off alarm bells. Whenever you are justifying an intuitively clear statement with "clearly", you haven't written a proof.
- In the acyclic case, you haven't even stated the claim that your proof needs to work: that every tree can be built by repeatedly adding leaves to a line-graph. (Do you mean a path graph? A line graph is something else.)
We can avoid the problem of proving these hard-to-prove statements by writing an inductive step that "goes down" instead. Here, we assume that the result holds for all small graphs, and take a slightly larger graph; then, delete a vertex or edge from it, reducing it to a graph that your inductive hypothesis applies to.
For example, when proving Euler's formula for acyclic graphs, you could first argue (in your favorite way) that any such graph contains a vertex of degree $1$, then delete that vertex together with the edge out of it. This reduces the graph to a smaller one for which you have already verified Euler's formula.
Here, there is no worry that we've gotten all of the graphs we're considering in this case, because we started with an arbitrary such graph.
Aside from this, your strategy looks good. You should just rethink your arguments in terms of removing an edge or vertex, rather than adding them.
$endgroup$
$begingroup$
Thanks! This is very informative.
$endgroup$
– TheLast Cipher
37 mins ago
add a comment |
$begingroup$
Your proof is not a non-inductive proof. The steps where you construct $G$ from a smaller graph by adding edges, and check that $|V|-|E|+|F|=2$ still holds because the left-hand side does not change, are the inductive steps of your proof.
This is fine! Induction is great. But you are falling into the classic "induction trap" that everyone falls into when writing induction proofs about graphs.
Whenever you write an inductive step that "goes up", starting with a graph for which your result holds and making it bigger, you set yourself the goal of showing that every graph can be obtained by growing your base case in this way. You are not careful about this:
- In the cyclic case, you write "Clearly, any planar graph with a cyclic subgraph can be constructed by adding more points and edges to $C_3$". This should set off alarm bells. Whenever you are justifying an intuitively clear statement with "clearly", you haven't written a proof.
- In the acyclic case, you haven't even stated the claim that your proof needs to work: that every tree can be built by repeatedly adding leaves to a line-graph. (Do you mean a path graph? A line graph is something else.)
We can avoid the problem of proving these hard-to-prove statements by writing an inductive step that "goes down" instead. Here, we assume that the result holds for all small graphs, and take a slightly larger graph; then, delete a vertex or edge from it, reducing it to a graph that your inductive hypothesis applies to.
For example, when proving Euler's formula for acyclic graphs, you could first argue (in your favorite way) that any such graph contains a vertex of degree $1$, then delete that vertex together with the edge out of it. This reduces the graph to a smaller one for which you have already verified Euler's formula.
Here, there is no worry that we've gotten all of the graphs we're considering in this case, because we started with an arbitrary such graph.
Aside from this, your strategy looks good. You should just rethink your arguments in terms of removing an edge or vertex, rather than adding them.
$endgroup$
$begingroup$
Thanks! This is very informative.
$endgroup$
– TheLast Cipher
37 mins ago
add a comment |
$begingroup$
Your proof is not a non-inductive proof. The steps where you construct $G$ from a smaller graph by adding edges, and check that $|V|-|E|+|F|=2$ still holds because the left-hand side does not change, are the inductive steps of your proof.
This is fine! Induction is great. But you are falling into the classic "induction trap" that everyone falls into when writing induction proofs about graphs.
Whenever you write an inductive step that "goes up", starting with a graph for which your result holds and making it bigger, you set yourself the goal of showing that every graph can be obtained by growing your base case in this way. You are not careful about this:
- In the cyclic case, you write "Clearly, any planar graph with a cyclic subgraph can be constructed by adding more points and edges to $C_3$". This should set off alarm bells. Whenever you are justifying an intuitively clear statement with "clearly", you haven't written a proof.
- In the acyclic case, you haven't even stated the claim that your proof needs to work: that every tree can be built by repeatedly adding leaves to a line-graph. (Do you mean a path graph? A line graph is something else.)
We can avoid the problem of proving these hard-to-prove statements by writing an inductive step that "goes down" instead. Here, we assume that the result holds for all small graphs, and take a slightly larger graph; then, delete a vertex or edge from it, reducing it to a graph that your inductive hypothesis applies to.
For example, when proving Euler's formula for acyclic graphs, you could first argue (in your favorite way) that any such graph contains a vertex of degree $1$, then delete that vertex together with the edge out of it. This reduces the graph to a smaller one for which you have already verified Euler's formula.
Here, there is no worry that we've gotten all of the graphs we're considering in this case, because we started with an arbitrary such graph.
Aside from this, your strategy looks good. You should just rethink your arguments in terms of removing an edge or vertex, rather than adding them.
$endgroup$
Your proof is not a non-inductive proof. The steps where you construct $G$ from a smaller graph by adding edges, and check that $|V|-|E|+|F|=2$ still holds because the left-hand side does not change, are the inductive steps of your proof.
This is fine! Induction is great. But you are falling into the classic "induction trap" that everyone falls into when writing induction proofs about graphs.
Whenever you write an inductive step that "goes up", starting with a graph for which your result holds and making it bigger, you set yourself the goal of showing that every graph can be obtained by growing your base case in this way. You are not careful about this:
- In the cyclic case, you write "Clearly, any planar graph with a cyclic subgraph can be constructed by adding more points and edges to $C_3$". This should set off alarm bells. Whenever you are justifying an intuitively clear statement with "clearly", you haven't written a proof.
- In the acyclic case, you haven't even stated the claim that your proof needs to work: that every tree can be built by repeatedly adding leaves to a line-graph. (Do you mean a path graph? A line graph is something else.)
We can avoid the problem of proving these hard-to-prove statements by writing an inductive step that "goes down" instead. Here, we assume that the result holds for all small graphs, and take a slightly larger graph; then, delete a vertex or edge from it, reducing it to a graph that your inductive hypothesis applies to.
For example, when proving Euler's formula for acyclic graphs, you could first argue (in your favorite way) that any such graph contains a vertex of degree $1$, then delete that vertex together with the edge out of it. This reduces the graph to a smaller one for which you have already verified Euler's formula.
Here, there is no worry that we've gotten all of the graphs we're considering in this case, because we started with an arbitrary such graph.
Aside from this, your strategy looks good. You should just rethink your arguments in terms of removing an edge or vertex, rather than adding them.
answered 53 mins ago
Misha LavrovMisha Lavrov
49.8k759109
49.8k759109
$begingroup$
Thanks! This is very informative.
$endgroup$
– TheLast Cipher
37 mins ago
add a comment |
$begingroup$
Thanks! This is very informative.
$endgroup$
– TheLast Cipher
37 mins ago
$begingroup$
Thanks! This is very informative.
$endgroup$
– TheLast Cipher
37 mins ago
$begingroup$
Thanks! This is very informative.
$endgroup$
– TheLast Cipher
37 mins ago
add a comment |
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%2f3192032%2fa-non-inductive-proof-for-eulers-formula%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