Proofs Flashcards

1
Q

If a graph contains a u-v walk of length l, then it contains a u-v path of length at most l, provided u!=v

A

Step 1: Consider W = (u1=u,u2,…uk=v) to be the shortest u-v walk in G. k<=l
Step 2: Assume: W is not a path. Which mean, at some point a vertex repeats itself. i.e. ui=uj where 0<=i<=j<=k
Step 3: Since the vertex ui repeats itself, we can remove the excess vertices. The excess vertices are i+i to jth vertex.
Removing these, makes it a shorter walk than W. i.e u-v walk shorter than W.
Hence it contradicts.
Hence, the assumption is false i.e. W is a path.

https://www.youtube.com/watch?v=728bZWwTbf8&list=PLztBpqftvzxXBhbYxoaZJmnZF6AUQr1mH&index=16

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

A connected graph has exactly one component

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Every disconnected graph has atleast two components.

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

A graph with n vertices and m edges, will have atleast n-m components

A

If m=0, it will have n-0=n components.
If an edge is added, it will reduce the number of components by atmost 1.
- If the added edge is within an existing component, it does not reduce.
- If added edge is across two components, the number of components reduce by one.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q
A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q
A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly