document.write( "Question 1044147: Can anyone tell me if I'm on the right track with this:\r
\n" ); document.write( "\n" ); document.write( "Question:
\n" ); document.write( "Let G = (V, E) be a directed graph. Let u, v ∈ V be distinct vertices. Define C(u) to be a
\n" ); document.write( "strongly connected component of G that contains u, and C(v) a strongly connected component
\n" ); document.write( "of G that contains v. Prove that either C(u) and C(v) do not share any vertex or C(u) and
\n" ); document.write( "C(v) are equal. [5 marks]
\n" ); document.write( "[Hint: To write such a proof you can begin with: “If C(u) and C(v) do not share any vertex
\n" ); document.write( "then the result is true, so suppose C(u) and C(v) share a vertex.”]\r
\n" ); document.write( "\n" ); document.write( "My answer:
\n" ); document.write( "A directed graph is strongly connected if there is a path from a to b, and a path from b to a, whenever a and b are vertices in the graph.
\n" ); document.write( "therefore if C(u) and c(V) share a vertex say w,
\n" ); document.write( "for the graph to be directed there must be strongly connected components between C(u) and C(w), and strongly connected components between C(v) and C(w)
\n" ); document.write( "Therefore as C(u) is strongly connected to C(w) and C(v) is strongly connected to C(w) (we have previously proved this theorem u,v,w E G(V,E) so c(u) is strongly connected to C(v) so therefore as they are both strongly connected to w in order for the definition to hold they must be equal and part of the same graph
\n" ); document.write( "

Algebra.Com's Answer #659453 by richard1234(7193)\"\" \"About 
You can put this solution on YOUR website!
Your proof is fairly difficult to read. Not clear what \"strongly connected component *between* C(u) and C(w)\" refers to. It might be easier to draw pictures and think about the problem in terms of paths between vertices.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Suppose C(u) and C(v) share a vertex w. Our goal is to prove that the subgraphs C(u) and C(v) are equal.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "To do this, consider some arbitrary vertex in C(u) (could be u, w, or a different vertex). Can you show that this vertex is also in C(v)? hint: use the hypothesis that there are paths from this vertex to w, and to u and v.
\n" ); document.write( "
\n" );