State whether the following statements are true or false. Justify your answers with a short proof or a counterexample
i) There exists an 8 -vertex graph with three vertices of degree 3 , four vertices of degree 2 and one vertex of degree 1.
ii) The neighbour of every leaf is a cut-vertex.
iii) Every line graph of a bipartite graph is 2-colourable.
iv) If (d_(1),d_(2),dots,d_(n))\left(d_1, d_2, \ldots, d_n\right) is a graphic sequence then so is (d_(1)+1,d_(2)+1,dots,d_(n)+1)\left(d_1+1, d_2+1, \ldots, d_n+1\right).
v) beta(K_(3)xxP_(3))=4\beta\left(K_3 \times P_3\right)=4.
vi) A Hamiltonian graph has no cut-vertices.
vii) The Petersen graph is 3-critical.
viii) An n-vertex star has no perfect matching for n >= 3n \geq 3.
ix) The crossing number of K_(3,3)K_{3,3} is 2.
x) If f and g are two flows on a network N , then max{f,g}\max \{f, g\} is also a flow.
(a) If every cycle in a graph is even, then prove that the graph is bipartite. Is its converse true. Prove or disprove.
(b) For each n-vertex h-level complete binary tree, prove that log_(2)(n+1)-1 <= h <= (n-1)/(2)\log _2(n+1)-1 \leq h \leq \frac{n-1}{2}.
(c) Check whether the following graphs GG and HH are isomorphic or not.
(a) Prove or disprove: A connected graph with order and size equal must contain exactly one cycle.
(b) Find a minimum-weight spanning tree in the following graph.
(c) Determine the number of non-planar graphs with 6 vertices.
(d) Find the chromatic and edge-chromatic numbers of the following graph.
(a) Show that there are 14 spanning trees of the following graph. Draw all the spanning trees.
(b) Is it possible that a graph is 3 -chromatic but not 3 -critical? If so, explain it with an example.
(c) Check the sequence (6,5,4,4,3,1,1,1,1)(6,5,4,4,3,1,1,1,1) is graphic or not. Also, find a graph realising it.
(a) Verify Euler’s formula for the following plane graph.
(b) Check whether the graph C_(5)xxK_(5)C_5 \times K_5 is planar or not.
(c) For every graph G,kappa^(‘)(G)=kappa(L(G))G, \kappa^{\prime}(G)=\kappa(L(G)). True or false? Justify.
(d) Find the matching number of the line graph of the graph given in part (a).
6. (a) What is the maximum possible flow that can pass through the following network NN ? Define such a flow.
(b) Show that [S,T][S, T] is an (s,t)(s, t)-cut in network NN give in part(a), where S={s,v_(1),v_(2),v_(3)}S=\left\{s, v_1, v_2, v_3\right\} and T={t,v_(4),v_(5),v_(6)}T=\left\{t, v_4, v_5, v_6\right\}. Also find Cap(S,T)\operatorname{Cap}(S, T). Does NN have any other (s,t)(s, t)-cut with capacity smaller than Cap(S,T)\operatorname{Cap}(S, T) ? What is the maximum possible value of a flow in N ?
(c) State and prove Hall’s Theorem.
(d) Provide an example of a 3-regular planar graph with 8-vertices. Is this graph a maximal planar graph? Why?
(a) Find the values of nn and mm for which the star graph S_(n,m)S_{n, m} is Eulerian.
(b) Using Fleury’s algorithm, find an Eulerian circuit in the following graph.
(c) Prove or disprove: If GG is a graph with chi(G)\chi(G) denoting its chromatic number, then kappa(G) >= chi(G)-1\kappa(G) \geq \chi(G)-1.
(a) Find the line graph of the following graph? Write number of vertices and edges in the line graph.
(b) Find the thickness and crossing number of the graph GG given in Q.2(c)?
(c) Draw C_(4)xxS_(4)C_4 \times S_4 with explanation.
Answer:
Question:-1
State whether the following statements are true or false. Justify your answers with a short proof or a counterexample
i) There exists an 8-vertex graph with three vertices of degree 3, four vertices of degree 2 and one vertex of degree 1.
Answer:
We are asked whether there exists an 8-vertex graph with:
3 vertices of degree 3
4 vertices of degree 2
1 vertex of degree 1
Step 1: Degree Sum Check
Let’s apply the Handshaking Lemma, which says:
The sum of the degrees of all vertices in a graph is even, and equals 2 × number of edges.
This is even, so it’s possible in terms of degree sum.
Now we must check if a simple graph (no loops or multiple edges) can have such a degree sequence.
Step 2: Graphical Degree Sequence Check
Let’s consider the degree sequence (sorted in descending order):
[3,3,3,2,2,2,2,1][3, 3, 3, 2, 2, 2, 2, 1]
We can use the Havel-Hakimi algorithm to check if this degree sequence is graphical.
Havel-Hakimi Steps:
Sequence: [3, 3, 3, 2, 2, 2, 2, 1]
Take the first 3 → remove it → subtract 1 from next 3 degrees:
Sequence: [1, 1, 1, 0]
Take 1 → remove it → subtract 1 from next 1:
[
[1, 1, 0] → becomes [0, 1, 0] → sort: [1, 0, 0]
Sequence: [1, 0, 0]
Take 1 → remove it → subtract 1 from next 1:
[
[0, 0] → done.
Conclusion
Yes, such a graph exists.
Degree sum is even ✔️
Degree sequence is graphical (passes Havel-Hakimi) ✔️
Answer: True.
There exists an 8-vertex graph with degrees 3, 3, 3, 2, 2, 2, 2, 1.
ii) The neighbour of every leaf is a cut-vertex.
Answer:
Statement: The neighbour of every leaf is a cut-vertex.
Answer: True.
Justification: In a graph, a leaf is a vertex with degree 1, meaning it has exactly one neighbor. Let vv be a leaf and uu be its neighbor. A cut-vertex is a vertex whose removal increases the number of connected components in the graph. If uu is removed, the edge uvuv is also removed, leaving vv isolated (since vv has no other neighbors). This increases the number of connected components by at least 1 (as vv becomes a separate component). Thus, uu is a cut-vertex.
iii) Every line graph of a bipartite graph is 2-colourable.
Answer:
Statement: Every line graph of a bipartite graph is 2-colourable.
Answer: True.
Justification: A graph is 2-colourable if its vertices can be colored with two colors such that no adjacent vertices share the same color. For a bipartite graph G=(A uu B,E)G = (A \cup B, E), its edges can be partitioned into those incident to vertices in AA and those incident to vertices in BB. The line graph L(G)L(G) has vertices corresponding to edges of GG, with two vertices in L(G)L(G) adjacent if their corresponding edges in GG share a common endpoint. Since GG is bipartite, edges sharing an endpoint in AA can be colored one color (say, color 1), and edges sharing an endpoint in BB can be colored another color (say, color 2). This coloring ensures that adjacent vertices in L(G)L(G) (corresponding to edges sharing a vertex in GG) have different colors, as one edge is incident to a vertex in AA and the other to a vertex in BB. Thus, L(G)L(G) is 2-colourable.
iv) If (d_(1),d_(2),dots,d_(n))\left(d_1, d_2, \ldots, d_n\right) is a graphic sequence then so is (d_(1)+1,d_(2)+1,dots,d_(n)+1)\left(d_1+1, d_2+1, \ldots, d_n+1\right).
Answer:
Statement: If (d_(1),d_(2),dots,d_(n))(d_1, d_2, \ldots, d_n) is a graphic sequence, then so is (d_(1)+1,d_(2)+1,dots,d_(n)+1)(d_1+1, d_2+1, \ldots, d_n+1).
Answer: False.
Justification: A sequence (d_(1),d_(2),dots,d_(n))(d_1, d_2, \ldots, d_n) is graphic if there exists a simple graph with nn vertices having degrees d_(1),d_(2),dots,d_(n)d_1, d_2, \ldots, d_n. Consider the graphic sequence (2,2,2,2)(2, 2, 2, 2) for n=4n=4, which corresponds to a simple graph like a cycle C_(4)C_4 (each vertex has degree 2). The sum of degrees is 2+2+2+2=82+2+2+2=8, which is even, satisfying the Handshaking Lemma.
Now, consider the sequence (d_(1)+1,d_(2)+1,d_(3)+1,d_(4)+1)=(3,3,3,3)(d_1+1, d_2+1, d_3+1, d_4+1) = (3, 3, 3, 3). The sum of degrees is 3+3+3+3=123+3+3+3=12, which is even. However, for a simple graph with 4 vertices, the maximum degree of a vertex is 3 (as a vertex can connect to at most 3 others). If all vertices have degree 3, the graph would be K_(4)K_4 (complete graph on 4 vertices), which has degree sequence (3,3,3,3)(3, 3, 3, 3). But we must check if increasing each degree by 1 preserves the graphic property in general.
A counterexample is the sequence (1,1,1,1)(1, 1, 1, 1) for n=4n=4, which is graphic (e.g., a graph with two disjoint edges, like vertices v_(1)-v_(2)v_1-v_2 and v_(3)-v_(4)v_3-v_4). The sum of degrees is 1+1+1+1=41+1+1+1=4, which is even. Now consider (1+1,1+1,1+1,1+1)=(2,2,2,2)(1+1, 1+1, 1+1, 1+1) = (2, 2, 2, 2), which is graphic (as shown above, e.g., C_(4)C_4).
However, let’s try a sequence where the increase causes an issue. Take (2,2,1,1)(2, 2, 1, 1) for n=4n=4, which is graphic (e.g., a path v_(1)-v_(2)-v_(3)v_1-v_2-v_3 with an isolated vertex v_(4)v_4). The sum of degrees is 2+2+1+1=62+2+1+1=6. Now consider (2+1,2+1,1+1,1+1)=(3,3,2,2)(2+1, 2+1, 1+1, 1+1) = (3, 3, 2, 2). The sum is 3+3+2+2=103+3+2+2=10, which is even.
To check if (3,3,2,2)(3, 3, 2, 2) is graphic, use the Havel-Hakimi theorem: sort the sequence (already sorted: 3,3,2,23, 3, 2, 2), subtract 1 from the next 3 numbers (since the first degree is 3), and remove the first number: (3-1,2-1,2-1)=(2,1,1)(3-1, 2-1, 2-1) = (2, 1, 1). Sort again: (2,1,1)(2, 1, 1). Apply again: subtract 1 from the next 2 numbers: (1-1,1-1)=(0,0)(1-1, 1-1) = (0, 0). Since we obtain all zeros, the sequence (3,3,2,2)(3, 3, 2, 2) is graphic.
Instead, consider a larger graph to find a clearer counterexample. Take (3,3,3,3,3,3)(3, 3, 3, 3, 3, 3) for n=6n=6, which is graphic (e.g., a 3-regular graph like the Petersen graph or two disjoint triangles). The sum of degrees is 3xx6=183 \times 6 = 18. Now consider (4,4,4,4,4,4)(4, 4, 4, 4, 4, 4).
The sum is 4xx6=244 \times 6 = 24, which is even. For a simple graph with 6 vertices, the maximum degree is 5. A degree sequence where all vertices have degree 4 suggests a 4-regular graph. Apply Havel-Hakimi: take (4,4,4,4,4,4)(4, 4, 4, 4, 4, 4), remove the first 4, subtract 1 from the next 4 numbers: (4-1,4-1,4-1,4-1,4)=(3,3,3,3,4)(4-1, 4-1, 4-1, 4-1, 4) = (3, 3, 3, 3, 4). Sort: (4,3,3,3,3)(4, 3, 3, 3, 3).
Remove the first 4, subtract 1 from the next 4: (3-1,3-1,3-1,3-1)=(2,2,2,2)(3-1, 3-1, 3-1, 3-1) = (2, 2, 2, 2). Sort: (2,2,2,2)(2, 2, 2, 2). Remove the first 2, subtract 1 from the next 2: (2-1,2-1,2)=(1,1,2)(2-1, 2-1, 2) = (1, 1, 2). Sort: (2,1,1)(2, 1, 1). Remove the first 2, subtract 1 from the next 2: (1-1,1-1)=(0,0)(1-1, 1-1) = (0, 0). The sequence reduces to zeros, so (4,4,4,4,4,4)(4, 4, 4, 4, 4, 4) is graphic.
The issue arises when the degree sum or constraints violate simplicity. Consider (4,4,4,4,4,4,4)(4, 4, 4, 4, 4, 4, 4) for n=7n=7, which is graphic (e.g., a 4-regular graph exists). The sum is 4xx7=284 \times 7 = 28. Now take (5,5,5,5,5,5,5)(5, 5, 5, 5, 5, 5, 5).
The sum is 5xx7=355 \times 7 = 35, which is odd. By the Handshaking Lemma, the sum of degrees in a graph must be even (since each edge contributes 2 to the degree sum). Thus, (5,5,5,5,5,5,5)(5, 5, 5, 5, 5, 5, 5) cannot be graphic, as its degree sum is odd, violating a necessary condition for a graph.
This counterexample shows the statement is false: (4,4,4,4,4,4,4)(4, 4, 4, 4, 4, 4, 4) is graphic, but (5,5,5,5,5,5,5)(5, 5, 5, 5, 5, 5, 5) is not.
Justification: The graph K_(3)xxP_(3)K_3 \times P_3 is the Cartesian product of a complete graph K_(3)K_3 (a triangle with 3 vertices) and a path graph P_(3)P_3 (3 vertices in a line, with 2 edges). The Cartesian product G xx HG \times H has vertex set V(G)xx V(H)V(G) \times V(H), with vertices (u,v)(u, v) and (u^(‘),v^(‘))(u’, v’) adjacent if either u=u^(‘)u = u’ and v∼v^(‘)v \sim v’ in HH, or v=v^(‘)v = v’ and u∼u^(‘)u \sim u’ in GG. Here, K_(3)K_3 has vertices {a,b,c}\{a, b, c\} with edges {ab,bc,ca}\{ab, bc, ca\}, and P_(3)P_3 has vertices {1,2,3}\{1, 2, 3\} with edges {1-2,2-3}\{1-2, 2-3\}. Thus, K_(3)xxP_(3)K_3 \times P_3 has 3xx3=93 \times 3 = 9 vertices, labeled as (a,1),(a,2),(a,3),(b,1),(b,2),(b,3),(c,1),(c,2),(c,3)(a,1), (a,2), (a,3), (b,1), (b,2), (b,3), (c,1), (c,2), (c,3).
Edges in K_(3)xxP_(3)K_3 \times P_3 are:
For fixed u in{a,b,c}u \in \{a, b, c\}, vertices (u,i)(u, i) and (u,j)(u, j) are adjacent if i∼ji \sim j in P_(3)P_3. Since P_(3)P_3 has edges 1-21-2 and 2-32-3, we get edges like (a,1)-(a,2)(a,1)-(a,2), (a,2)-(a,3)(a,2)-(a,3), and similarly for bb and cc. This forms three copies of P_(3)P_3, one for each uu.
For fixed v in{1,2,3}v \in \{1, 2, 3\}, vertices (u,v)(u, v) and (u^(‘),v)(u’, v) are adjacent if u∼u^(‘)u \sim u’ in K_(3)K_3. Since K_(3)K_3 has edges ab,bc,caab, bc, ca, for v=1v = 1, we get edges (a,1)-(b,1)(a,1)-(b,1), (b,1)-(c,1)(b,1)-(c,1), (c,1)-(a,1)(c,1)-(a,1), forming a K_(3)K_3. Similarly for v=2v = 2 and v=3v = 3.
Thus, the graph consists of three layers of K_(3)K_3 (at v=1,2,3v = 1, 2, 3) connected by three P_(3)P_3 chains (along u=a,b,cu = a, b, c). The graph resembles a triangular prism with an extra middle layer, sometimes called the grid graph C_(3)◻P_(3)C_3 \square P_3.
The term beta(G)\beta(G) typically denotes the vertex cover number, the size of the smallest set of vertices that covers all edges (i.e., every edge is incident to at least one vertex in the set). To find beta(K_(3)xxP_(3))\beta(K_3 \times P_3):
Lower bound: The graph has 9 vertices, and we need to cover all edges. The degree of each vertex can help estimate the minimum cover. In K_(3)xxP_(3)K_3 \times P_3, vertices like (a,2)(a,2) have degree 4 (connected to (a,1)(a,1), (a,3)(a,3) in the P_(3)P_3 chain, and (b,2)(b,2), (c,2)(c,2) in the K_(3)K_3 layer), while corners like (a,1)(a,1) have degree 3. A vertex cover must include at least one endpoint of each edge. Consider the edge set size: each K_(3)K_3 layer has 3 edges (since K_(3)K_3 has 3 edges), so three layers contribute 3xx3=93 \times 3 = 9 edges. Each P_(3)P_3 chain has 2 edges, so three chains contribute 3xx2=63 \times 2 = 6 edges. Total edges = 9+6=159 + 6 = 15. A single vertex covers at most its degree number of edges (e.g., 4 for (a,2)(a,2)). Covering 15 edges with degree-4 vertices suggests at least |~15//4~|=4\lceil 15/4 \rceil = 4 vertices.
Attempt a vertex cover of size 4: Take vertices (a,1)(a,1), (a,2)(a,2), (b,2)(b,2), (b,3)(b,3). Check covered edges:
For u=au = a: (a,1)-(a,2)(a,1)-(a,2), (a,2)-(a,3)(a,2)-(a,3) are covered (since (a,1)(a,1), (a,2)(a,2) are included).
For u=bu = b: (b,1)-(b,2)(b,1)-(b,2), (b,2)-(b,3)(b,2)-(b,3) are covered (since (b,2)(b,2), (b,3)(b,3) are included).
For u=cu = c: (c,1)-(c,2)(c,1)-(c,2), (c,2)-(c,3)(c,2)-(c,3) are not covered yet.
For v=1v = 1: (a,1)-(b,1)(a,1)-(b,1), (b,1)-(c,1)(b,1)-(c,1), (c,1)-(a,1)(c,1)-(a,1) are covered by (a,1)(a,1), (b,1)(b,1), but we need (c,1)(c,1).
For v=2v = 2: (a,2)-(b,2)(a,2)-(b,2), (b,2)-(c,2)(b,2)-(c,2), (c,2)-(a,2)(c,2)-(a,2) are covered by (a,2)(a,2), (b,2)(b,2).
For v=3v = 3: (a,3)-(b,3)(a,3)-(b,3), (b,3)-(c,3)(b,3)-(c,3), (c,3)-(a,3)(c,3)-(a,3) are covered by (b,3)(b,3), but we need (a,3)(a,3), (c,3)(c,3).
K_(3)K_3 at v=1v = 1: (a,1)-(b,1)(a,1)-(b,1), (b,1)-(c,1)(b,1)-(c,1), (c,1)-(a,1)(c,1)-(a,1) covered by (a,1)(a,1), (b,1)(b,1).
K_(3)K_3 at v=3v = 3: (a,3)-(b,3)(a,3)-(b,3), (b,3)-(c,3)(b,3)-(c,3), (c,3)-(a,3)(c,3)-(a,3) covered by (a,3)(a,3), (b,3)(b,3).
P_(3)P_3 for u=au = a: (a,1)-(a,2)(a,1)-(a,2), (a,2)-(a,3)(a,2)-(a,3) covered by (a,1)(a,1), (a,3)(a,3).
P_(3)P_3 for u=bu = b: (b,1)-(b,2)(b,1)-(b,2), (b,2)-(b,3)(b,2)-(b,3) covered by (b,1)(b,1), (b,3)(b,3).
K_(3)K_3 at v=2v = 2: (a,2)-(b,2)(a,2)-(b,2), (b,2)-(c,2)(b,2)-(c,2), (c,2)-(a,2)(c,2)-(a,2) not covered yet.
P_(3)P_3 for u=cu = c: (c,1)-(c,2)(c,1)-(c,2), (c,2)-(c,3)(c,2)-(c,3) not covered.
Try a better set: (a,1)(a,1), (b,1)(b,1), (b,2)(b,2), (c,3)(c,3):
v=1v = 1: (a,1)-(b,1)(a,1)-(b,1), (b,1)-(c,1)(b,1)-(c,1), (c,1)-(a,1)(c,1)-(a,1) covered by (a,1)(a,1), (b,1)(b,1).
v=2v = 2: (a,2)-(b,2)(a,2)-(b,2), (b,2)-(c,2)(b,2)-(c,2), (c,2)-(a,2)(c,2)-(a,2) covered by (b,2)(b,2).
v=3v = 3: (a,3)-(b,3)(a,3)-(b,3), (b,3)-(c,3)(b,3)-(c,3), (c,3)-(a,3)(c,3)-(a,3) covered by (c,3)(c,3).
u=au = a: (a,1)-(a,2)(a,1)-(a,2), (a,2)-(a,3)(a,2)-(a,3) covered by (a,1)(a,1).
u=bu = b: (b,1)-(b,2)(b,1)-(b,2), (b,2)-(b,3)(b,2)-(b,3) covered by (b,1)(b,1), (b,2)(b,2).
u=cu = c: (c,1)-(c,2)(c,1)-(c,2), (c,2)-(c,3)(c,2)-(c,3) covered by (c,3)(c,3).
This set covers all 15 edges. To confirm minimality, a vertex cover of size 3 would cover at most 4+4+4=124 + 4 + 4 = 12 edges (assuming maximum degree 4), which is less than 15, so beta >= 4\beta \geq 4. Since we found a cover of size 4, beta(K_(3)xxP_(3))=4\beta(K_3 \times P_3) = 4.
vi) A Hamiltonian graph has no cut-vertices.
Answer:
Statement: A Hamiltonian graph has no cut-vertices.
Answer: True.
Justification: A Hamiltonian graph has a cycle that visits every vertex exactly once, called a Hamiltonian cycle. Suppose GG is Hamiltonian with a Hamiltonian cycle C=v_(1),v_(2),dots,v_(n),v_(1)C = v_1, v_2, \ldots, v_n, v_1. A cut-vertex is a vertex whose removal increases the number of connected components. If any vertex v_(i)v_i is removed, the remaining graph G-v_(i)G – v_i still contains the path v_(1),v_(2),dots,v_(i-1),v_(i+1),dots,v_(n)v_1, v_2, \ldots, v_{i-1}, v_{i+1}, \ldots, v_n, which connects all other vertices in a single component (since CC spans all vertices). Thus, removing any vertex does not disconnect the graph, so GG has no cut-vertices.
vii) The Petersen graph is 3-critical.
Answer:
Statement: The Petersen graph is 3-critical.
Answer: True.
Justification: A graph GG is kk-critical if its chromatic number chi(G)=k\chi(G) = k and removing any vertex reduces the chromatic number, i.e., chi(G-v) < k\chi(G – v) < k for all vertices vv. The Petersen graph has 10 vertices, is 3-regular, and is known to have chromatic number chi(G)=3\chi(G) = 3 (it can be 3-colored, but not 2-colored, as it contains odd cycles like C_(5)C_5).
To verify if it is 3-critical:
Remove any vertex vv and its 3 edges. The resulting graph G-vG – v has 9 vertices and is no longer 3-regular (neighbors of vv now have degree 2). The Petersen graph’s structure includes C_(5)C_5 cycles and is highly symmetric. Consider its outer 5-cycle and inner star-like structure connected by edges. Removing one vertex disrupts this, often leaving a graph with a 2-colorable structure. For example, G-vG – v can be shown to be bipartite in some cases (e.g., it may resemble a graph with an even cycle like C_(6)C_6 or C_(8)C_8 after edge adjustments), implying chi(G-v) <= 2\chi(G – v) \leq 2.
A key property of the Petersen graph is that any subgraph obtained by removing a vertex has a chromatic number of 2. This is because G-vG – v often contains no odd cycles of length 3 (since the Petersen graph is triangle-free) and can be partitioned into two independent sets due to its structure.
Since chi(G)=3\chi(G) = 3 and chi(G-v)=2 < 3\chi(G – v) = 2 < 3 for any vertex vv, the Petersen graph is 3-critical.
viii) An n-vertex star has no perfect matching for n >= 3n \geq 3.
Answer:
To determine whether the statement "An n-vertex star has no perfect matching for n >= 3n \geq 3" is true, let’s analyze it step-by-step with a clear and concise justification.
A star graph with nn vertices, often denoted S_(n)S_n or K_(1,n-1)K_{1,n-1}, consists of one central vertex connected to n-1n-1 leaf vertices, with no edges between the leaves. For example:
For n=3n = 3, the star has one center vertex and two leaf vertices (like a path v_(1)-v_(2)-v_(3)v_1 – v_2 – v_3, where v_(2)v_2 is the center).
For n=4n = 4, it has one center vertex and three leaf vertices, and so on.
A perfect matching in a graph is a set of edges such that every vertex in the graph is incident to exactly one edge in the matching. For a graph with nn vertices to have a perfect matching:
nn must be even (since each edge covers two vertices).
The edges must pair up all vertices exactly.
Now, let’s evaluate the statement: "An n-vertex star has no perfect matching for n >= 3n \geq 3."
Step 1: Understand the condition n >= 3n \geq 3
The statement applies to star graphs with at least 3 vertices. We need to check if such graphs have perfect matchings, considering whether nn is even or odd, since perfect matchings require an even number of vertices.
Step 2: Analyze the star graph structure
In an n-vertex star:
There is one central vertex, say v_(c)v_c, with degree n-1n-1 (connected to all n-1n-1 leaf vertices).
There are n-1n-1 leaf vertices, each with degree 1 (connected only to v_(c)v_c).
The total number of edges is n-1n-1, since each leaf is connected to the center by one edge.
Step 3: Perfect matching requirements
For a perfect matching:
Each of the nn vertices (the center and n-1n-1 leaves) must be matched exactly once.
Since each edge in the matching covers two vertices, a perfect matching requires n//2n/2 edges.
Only edges in the graph can be used, so in a star, these must be edges between the center and the leaves.
Step 4: Case analysis based on nn
Let’s consider the parity of nn, as perfect matchings are only possible when nn is even.
Case 1: nn is odd (n >= 3n \geq 3)
Examples: n=3,5,7,dotsn = 3, 5, 7, \ldots
If nn is odd, a perfect matching is impossible because nn is not divisible by 2.
For instance:
n=3n = 3: The star has 3 vertices (1 center, 2 leaves). A perfect matching would need 3//2=1.53/2 = 1.5 edges, which is not an integer. Alternatively, with 3 vertices, we can’t pair all vertices into edges (one vertex would be left unmatched).
n=5n = 5: 1 center, 4 leaves. We’d need 5//2=2.55/2 = 2.5 edges, which is impossible.
Conclusion for odd nn: No perfect matching exists because nn is odd, violating the basic requirement for a perfect matching.
Case 2: nn is even (n >= 4n \geq 4)
Examples: n=4,6,8,dotsn = 4, 6, 8, \ldots
Now nn is even, so a perfect matching would have n//2n/2 edges, covering all nn vertices.
Let’s try to construct a perfect matching:
n=4n = 4: 1 center, 3 leaves (v_(1),v_(2),v_(3)v_1, v_2, v_3, with center v_(c)v_c).
A perfect matching needs 4//2=24/2 = 2 edges, covering all 4 vertices.
Suppose we pick edge v_(c)-v_(1)v_c – v_1:
This matches v_(c)v_c and v_(1)v_1.
Remaining vertices: v_(2),v_(3)v_2, v_3.
There is no edge between v_(2)v_2 and v_(3)v_3 (leaves are not connected).
Try another edge, say v_(c)-v_(2)v_c – v_2:
Matches v_(c),v_(2)v_c, v_2.
Remaining: v_(1),v_(3)v_1, v_3, no edge between them.
The center v_(c)v_c can only be matched to one leaf, using up its degree (since it’s in exactly one edge in the matching).
After picking one edge (e.g., v_(c)-v_(1)v_c – v_1), the remaining n-2=2n-2 = 2 leaves (e.g., v_(2),v_(3)v_2, v_3) need to be matched, but they have no edges between them.
Thus, we can’t form a second edge for the matching.
No edges exist among the leaves, so we can’t continue the matching.
Generalize for even nn:
Choose an edge v_(c)-v_(i)v_c – v_i, covering the center and one leaf.
Remaining: n-2n-2 vertices (all leaves).
A perfect matching for these requires (n-2)//2(n-2)/2 edges.
Since leaves have no edges between them, no further edges can be added.
The maximum number of edges in a matching is 1 (covering the center and one leaf), which gives |M|=1|M| = 1, covering 2 vertices.
For a perfect matching, we need |M|=n//2|M| = n/2. Since n >= 4n \geq 4, n//2 >= 2n/2 \geq 2, but the matching number (maximum matching size) is at most 1, which is less than n//2n/2.
Step 5: Evaluate the statement
The statement claims there is no perfect matching for n >= 3n \geq 3.
Odd nn: True, because nn is not even, so no perfect matching is possible in any graph.
Even nn: True, because in a star graph, after matching the center to one leaf, the remaining n-2n-2 leaves cannot be paired due to the lack of edges between them.
Step 6: Consider edge cases
n=3n = 3: Already covered (odd, no perfect matching).
n=2n = 2: Not covered by n >= 3n \geq 3, but let’s check for completeness:
Star with 2 vertices: K_(2)K_2, one edge.
Perfect matching exists (use the edge).
This doesn’t affect the statement since n=2n = 2 is excluded.
Step 7: Conclusion
The statement is true for all n >= 3n \geq 3.
Proof:
If nn is odd, no graph with nn vertices has a perfect matching, as nn is not even.
If nn is even (n >= 4n \geq 4), the star graph S_(n)S_n has one center and n-1n-1 leaves. A perfect matching requires n//2 >= 2n/2 \geq 2 edges, but any matching can include at most one edge (center to one leaf), leaving n-2 >= 2n-2 \geq 2 unmatched leaves with no edges between them, making a perfect matching impossible.
Final Answer
The statement is true. Justification: For n >= 3n \geq 3, an n-vertex star has no perfect matching. If nn is odd, no perfect matching exists since nn is not even. If nn is even (n >= 4n \geq 4), a matching can include at most one edge (center to a leaf), covering 2 vertices, but a perfect matching requires n//2 >= 2n/2 \geq 2 edges to cover all nn vertices, which is impossible since the remaining n-2n-2 leaves have no edges between them.
ix) The crossing number of K_(3,3)K_{3,3} is 2.
Answer:
To determine whether the statement "The crossing number of K_(3,3)K_{3,3} is 2" is true, let’s analyze it with a concise justification.
The crossing number of a graph GG, denoted cr(G)cr(G), is the minimum number of edge crossings in any drawing of GG in the plane. K_(3,3)K_{3,3} is a complete bipartite graph with two sets of 3 vertices each, where every vertex in one set is connected to every vertex in the other set, resulting in 3xx3=93 \times 3 = 9 edges.
Step 1: Known results about K_(3,3)K_{3,3}
K_(3,3)K_{3,3} is a well-studied graph in graph theory:
It is non-planar, meaning it cannot be drawn in the plane without any edge crossings (i.e., cr(K_(3,3)) >= 1cr(K_{3,3}) \geq 1).
A classic result states that the crossing number of K_(3,3)K_{3,3} is exactly 1. This can be shown by constructing a drawing with one crossing and proving that no drawing with zero crossings (planar) is possible.
Step 2: Evaluate the statement
The statement claims cr(K_(3,3))=2cr(K_{3,3}) = 2. Let’s test this:
Is cr(K_(3,3)) <= 1cr(K_{3,3}) \leq 1 possible?
There exists a standard drawing of K_(3,3)K_{3,3} with one crossing. For example:
Place three vertices A_(1),A_(2),A_(3)A_1, A_2, A_3 on one side of a line and B_(1),B_(2),B_(3)B_1, B_2, B_3 on the other.
Draw edges such that most are straight, but one pair of edges (e.g., A_(1)-B_(2)A_1-B_2 and A_(2)-B_(1)A_2-B_1) crosses once.
This drawing has exactly one crossing point.
Thus, cr(K_(3,3)) <= 1cr(K_{3,3}) \leq 1.
Is cr(K_(3,3))=0cr(K_{3,3}) = 0 possible?
K_(3,3)K_{3,3} is one of Kuratowski’s graphs and is non-planar by Kuratowski’s theorem.
Alternatively, Wagner’s theorem implies that a graph is planar if it has no K_(5)K_5 or K_(3,3)K_{3,3} minor. Since K_(3,3)K_{3,3} contains itself as a subgraph (or minor), it is not planar.
Thus, cr(K_(3,3)) >= 1cr(K_{3,3}) \geq 1.
Conclusion from bounds:
Since cr(K_(3,3)) <= 1cr(K_{3,3}) \leq 1 and cr(K_(3,3)) >= 1cr(K_{3,3}) \geq 1, it follows that cr(K_(3,3))=1cr(K_{3,3}) = 1.
Compare with the statement:
The statement claims cr(K_(3,3))=2cr(K_{3,3}) = 2, but we’ve established cr(K_(3,3))=1cr(K_{3,3}) = 1.
Therefore, the statement is false.
Step 3: Provide a counterexample
A counterexample to the statement is the drawing of K_(3,3)K_{3,3} with only one crossing (as described above), which shows that the crossing number is at most 1, not 2.
Final Answer
The statement is false. Justification: The crossing number of K_(3,3)K_{3,3} is 1, not 2, because K_(3,3)K_{3,3} can be drawn in the plane with exactly one edge crossing, and it is non-planar, requiring at least one crossing. A drawing with vertices split into two sets of three and edges arranged to cross once demonstrates this.
x) If f and g are two flows on a network N, then max{f,g}\max \{f, g\} is also a flow.
Answer:
To determine whether the statement "If ff and gg are two flows on a network NN, then max{f,g}\max \{f, g\} is also a flow" is true, let’s analyze it with a concise justification.
A networkN=(G,s,t,c)N = (G, s, t, c) consists of a directed graph G=(V,E)G = (V, E), a source vertex ss, a sink vertex tt, and a capacity function c:E rarrR_( >= 0)c: E \to \mathbb{R}_{\geq 0}. A flowf:E rarrR_( >= 0)f: E \to \mathbb{R}_{\geq 0} on NN satisfies:
Capacity constraint: For each edge e in Ee \in E, 0 <= f(e) <= c(e)0 \leq f(e) \leq c(e).
Flow conservation: For each vertex v in V\\{s,t}v \in V \setminus \{s, t\}, the sum of flows into vv equals the sum of flows out of vv:sum_(e” into “v)f(e)=sum_(e” out of “v)f(e).\sum_{e \text{ into } v} f(e) = \sum_{e \text{ out of } v} f(e).
The statement defines max{f,g}\max \{f, g\} for two flows ff and gg, which we interpret as the function h:E rarrR_( >= 0)h: E \to \mathbb{R}_{\geq 0} where h(e)=max{f(e),g(e)}h(e) = \max \{ f(e), g(e) \} for each edge ee. We need to check if hh is a flow, i.e., if it satisfies both the capacity constraint and flow conservation.
Step 1: Check the capacity constraint
Since ff and gg are flows, for each edge ee:
0 <= f(e) <= c(e)0 \leq f(e) \leq c(e),
0 <= g(e) <= c(e)0 \leq g(e) \leq c(e).
Thus, h(e)=max{f(e),g(e)} <= c(e)h(e) = \max \{ f(e), g(e) \} \leq c(e), because both f(e) <= c(e)f(e) \leq c(e) and g(e) <= c(e)g(e) \leq c(e).
Also, h(e) >= 0h(e) \geq 0, since f(e) >= 0f(e) \geq 0 and g(e) >= 0g(e) \geq 0.
For hh to be a flow, at each vertex v in V\\{s,t}v \in V \setminus \{s, t\}, the total flow in must equal the total flow out:sum_(e” into “v)h(e)=sum_(e” out of “v)h(e).\sum_{e \text{ into } v} h(e) = \sum_{e \text{ out of } v} h(e).
Since ff and gg are flows, they satisfy conservation at vv:sum_(e” into “v)f(e)=sum_(e” out of “v)f(e),quadsum_(e” into “v)g(e)=sum_(e” out of “v)g(e).\sum_{e \text{ into } v} f(e) = \sum_{e \text{ out of } v} f(e), \quad \sum_{e \text{ into } v} g(e) = \sum_{e \text{ out of } v} g(e).
However, h(e)=max{f(e),g(e)}h(e) = \max \{ f(e), g(e) \} assigns flow to each edge independently, which may disrupt conservation. Let’s test with an example.
All h(e)=0h(e) = 0 or 1 <= c(e)=11 \leq c(e) = 1, so capacity is satisfied.
Since hh violates flow conservation at vertex vv, h=max{f,g}h = \max \{ f, g \} is not a flow.
Step 4: Conclusion
The statement is false, as shown by the counterexample where max{f,g}\max \{ f, g \} satisfies capacity constraints but fails flow conservation.
Final Answer
The statement is false. Justification: For flows ff and gg on a network, max{f,g}\max \{ f, g \}, defined edge-wise as max{f(e),g(e)}\max \{ f(e), g(e) \}, may not satisfy flow conservation. In a network with vertices s,u,v,ts, u, v, t and edges (s,u),(s,v),(u,v),(u,t),(v,t)(s, u), (s, v), (u, v), (u, t), (v, t), flows ff (path s rarr u rarr v rarr ts \to u \to v \to t) and gg (path s rarr v rarr ts \to v \to t) yield max{f,g}\max \{ f, g \}, which has inflow 2 and outflow 1 at vv, violating conservation.
Question:-2(a)
If every cycle in a graph is even, then prove that the graph is bipartite. Is its converse true. Prove or disprove.
Answer:
To address the query, we need to prove that if every cycle in a graph is even, then the graph is bipartite, and then determine whether the converse is true by proving or disproving it.
Part 1: Prove that if every cycle in a graph is even, then the graph is bipartite.
A graph is bipartite if its vertex set can be partitioned into two disjoint sets AA and BB such that every edge connects a vertex in AA to a vertex in BB. Equivalently, a graph is bipartite if it has no odd cycles, because an odd cycle cannot be colored with two colors without adjacent vertices sharing the same color.
Assumption: Every cycle in the graph G=(V,E)G = (V, E) is even, meaning the length of every cycle (number of edges) is an even number. This implies there are no odd cycles in GG.
Proof:
Connected Components: If GG is disconnected, we can consider each connected component separately. A graph is bipartite if and only if all its connected components are bipartite. Thus, without loss of generality, assume GG is connected.
Choose a Root Vertex: Pick an arbitrary vertex v_(0)in Vv_0 \in V. We will attempt to construct a bipartition by assigning vertices to two sets based on their distance from v_(0)v_0.
Breadth-First Search (BFS): Perform a BFS starting from v_(0)v_0. Define:
Set AA as the vertices at even distance from v_(0)v_0 (including v_(0)v_0, at distance 0).
Set BB as the vertices at odd distance from v_(0)v_0.
Formally:
A={u in V∣”distance”(v_(0),u)” is even”}A = \{ u \in V \mid \text{distance}(v_0, u) \text{ is even} \},
B={u in V∣”distance”(v_(0),u)” is odd”}B = \{ u \in V \mid \text{distance}(v_0, u) \text{ is odd} \}.
Verify Bipartition:
Disjoint Sets: By definition, a vertex uu has either an even or odd distance from v_(0)v_0, so A nn B=O/A \cap B = \emptyset. Since BFS reaches all vertices in a connected graph, A uu B=VA \cup B = V.
Edge Condition: We need to show every edge in EE connects a vertex in AA to a vertex in BB. Suppose there is an edge {u,w}\{u, w\} where both u,w in Au, w \in A (or both in BB). Since uu and ww are in AA, their distances from v_(0)v_0, say d(v_(0),u)=2kd(v_0, u) = 2k and d(v_(0),w)=2md(v_0, w) = 2m, are even. Consider the following:
Take a shortest path P_(1):v_(0)rarru_(1)rarr cdots rarru_(2k)=uP_1: v_0 \to u_1 \to \cdots \to u_{2k} = u (length 2k2k).
Take a shortest path P_(2):v_(0)rarrw_(1)rarr cdots rarrw_(2m)=wP_2: v_0 \to w_1 \to \cdots \to w_{2m} = w (length 2m2m).
Since {u,w}in E\{u, w\} \in E, there is an edge from uu to ww.
Now, construct a cycle: Start at v_(0)v_0, follow P_(1)P_1 to uu, take the edge {u,w}\{u, w\} to ww, and follow P_(2)P_2 reversed back to v_(0)v_0 (i.e., w=w_(2m)rarrw_(2m-1)rarr cdots rarrv_(0)w = w_{2m} \to w_{2m-1} \to \cdots \to v_0).
Cycle Length: Compute the length of this cycle:
Path from v_(0)v_0 to uu: 2k2k edges.
Edge {u,w}\{u, w\}: 1 edge.
Path from ww back to v_(0)v_0: 2m2m edges (since the reverse path has the same length).
Total length = 2k+1+2m=2(k+m)+12k + 1 + 2m = 2(k + m) + 1, which is odd.
This creates a cycle of odd length, contradicting the assumption that every cycle in GG is even.
Similarly, if u,w in Bu, w \in B, their distances are odd, say 2k+12k+1 and 2m+12m+1, and the cycle length becomes (2k+1)+1+(2m+1)=2k+2m+3=2(k+m+1)+1(2k+1) + 1 + (2m+1) = 2k + 2m + 3 = 2(k + m + 1) + 1, also odd, again a contradiction.
Conclusion: Since assuming an edge exists within AA or within BB leads to an odd cycle, no such edge can exist. Thus, every edge in GG connects a vertex in AA to a vertex in BB. Hence, GG is bipartite with bipartition (A,B)(A, B).
Therefore, if every cycle in GG is even, GG is bipartite.
Part 2: Is the converse true? That is, if a graph is bipartite, does it follow that every cycle is even?
Converse Statement: If a graph GG is bipartite, then every cycle in GG is even.
Proof:
Bipartite Definition: Suppose G=(V,E)G = (V, E) is bipartite. Then, there exists a partition of VV into two disjoint sets AA and BB such that every edge in EE has one endpoint in AA and one in BB.
Cycle Analysis: Consider any cycle in GG: v_(1)rarrv_(2)rarr cdots rarrv_(k)rarrv_(1)v_1 \to v_2 \to \cdots \to v_k \to v_1, where {v_(i),v_(i+1)}in E\{v_i, v_{i+1}\} \in E for i=1,dots,k-1i = 1, \ldots, k-1, and {v_(k),v_(1)}in E\{v_k, v_1\} \in E. The length of the cycle is kk.
Vertex Coloring: Since GG is bipartite, we can assign vertices to sets AA and BB. Without loss of generality, suppose v_(1)in Av_1 \in A. Since {v_(1),v_(2)}in E\{v_1, v_2\} \in E, v_(2)v_2 must be in BB. Continuing:
{v_(2),v_(3)}in E\{v_2, v_3\} \in E, so v_(3)in Av_3 \in A (since v_(2)in Bv_2 \in B).
{v_(3),v_(4)}in E\{v_3, v_4\} \in E, so v_(4)in Bv_4 \in B.
This alternates: vertices at odd positions (v_(1),v_(3),v_(5),dotsv_1, v_3, v_5, \ldots) are in AA, and vertices at even positions (v_(2),v_(4),v_(6),dotsv_2, v_4, v_6, \ldots) are in BB.
Closing the Cycle: For the cycle to close, v_(k)rarrv_(1)v_k \to v_1, the edge {v_(k),v_(1)}\{v_k, v_1\} must exist. Since v_(1)in Av_1 \in A, v_(k)in Bv_k \in B. If the cycle has length kk:
If kk is odd, say k=2m+1k = 2m + 1, the sequence is v_(1)in A,v_(2)in B,v_(3)in A,dots,v_(2m)in B,v_(2m+1)in Av_1 \in A, v_2 \in B, v_3 \in A, \ldots, v_{2m} \in B, v_{2m+1} \in A. Then, v_(k)=v_(2m+1)in Av_k = v_{2m+1} \in A, but {v_(k),v_(1)}\{v_k, v_1\} requires v_(k)in Bv_k \in B, a contradiction since v_(k)v_k cannot be in both AA and BB.
If kk is even, say k=2mk = 2m, the sequence is v_(1)in A,v_(2)in B,dots,v_(2m-1)in A,v_(2m)in Bv_1 \in A, v_2 \in B, \ldots, v_{2m-1} \in A, v_{2m} \in B. Then, v_(k)=v_(2m)in Bv_k = v_{2m} \in B, and {v_(k),v_(1)}\{v_k, v_1\} is valid since v_(1)in Av_1 \in A, v_(k)in Bv_k \in B.
Conclusion: An odd-length cycle is impossible in a bipartite graph because it violates the bipartition. Thus, every cycle in GG must have even length.
Therefore, the converse is true: if a graph is bipartite, every cycle is even.
Final Answer
First Part: If every cycle in a graph is even, the graph is bipartite (proven by constructing a bipartition using BFS and showing that edges within the same set imply an odd cycle, which contradicts the assumption).
Converse: The converse is true: if a graph is bipartite, every cycle is even (proven by showing that a bipartite graph’s structure forces cycles to alternate between two vertex sets, making odd cycles impossible).
“The graph is bipartite if every cycle is even. The converse is true.”\boxed{\text{The graph is bipartite if every cycle is even. The converse is true.}} ]