Graph Theory Presentation
Graph Theory Presentation
Graph Theory Presentation
)
Here V
0
is the starting vertex and V
n
is the ending vertex.
Solution
Now we are again splitting this Case 2 into two cases Case
2a and Case 2b.
Case 2a: All the vertices in the walk are
distinct.
Case 2b: Walk has at least one
repeated vertex.
Solution
Case 2a: All the vertices in the walk are distinct.
Then it is obvious that the U-V walk is a
U-V path.
Solution
Case 2b: Walk has at least one repeated vertex.
A D
E
C B
Walk = {b,{b, e}, e,{e, c}, c,{c, b},b,{b, d}, d}
Solution
Now select two vertices which
where 0 ,
where i and j are two distinct integers and i < j.
Now we delete the vertices
,
+1
, . . ,
1
.
A D
E
C B
A D
E
C B
Solution
Now we are left with a different walk and we will call it W
1
Vertices in this walk may or may not be distinct depending on
the number of repeating vertices there were on the first walk
W.
If there were more than one repeating vertices in the walk W,
then there will be some repeating vertices left in W
1
Solution
We can repeat the above process until all the vertices in the
walk left are distinct.
Since W is a finite sequence there will not be a case where
we need to repeat infinite number of times.
So we will finally end up with a walk where all the vertices
are distinct then it will be the u-v path.
Solution
Questions &
Answers
True or False ?
There cannot be a graph where path
and the walk are the same sequence.
Q&A
Answer :
False
Q&A
Example
Q&A
A D
E
C B
Q&A
Questions?
References
[1] - Graph Theory Definitions (2013 September 11), Walk,
[online]. Available:
http://itcs.tsinghua.edu.cn/~john/graph_definitions.pdf
[2] - Definition: Path (Graph Theory) (2013 September 11),
Path [online]. Available:
http://www.proofwiki.org/wiki/Definition:Path_(Graph_Theory)
[3] - Recursion (2013 September 11), Recursion [online].
Available: http://www.techterms.com/definition/recursion
References
[4] - Proof By Cases (2013 September 13), Proof By Cases,
[online]. Available:
http://www.millersville.edu/~bikenaga/math-
proof/cases/cases.html
[5]- Using proof by cases stuck (2012 September 12),
Using proof by cases stuck [online]. Available:
http://math.stackexchange.com/questions/25886/using-proof-
by-cases-stuck
References
[6] - D. Joyner, M. V. Nyguyen & D. Phillips (2013, September
3). Algorithmic Graph Theory [Online]. Available:
https://code.google.com/p/graphbook/downloads/detail?name
=latest-r1991.pdf
References
Thank You!