MAT310 Assignment
![]() |
Photo Credit: tue.nl |
(1) Show that every vertex of G belongs to exactly one component of G. Hence show that every edge of G belongs to exactly one component of G.
(2) Prove that if a graph G contains a u−v walk of length L, then G contains a u−v path of length at most L.
(3) Let F be a finite field containing a subfield k with q elements where m=[f::k], then show that f has qm elements.
(4) Show that for every finite field Fq and every positive integer n, there exists an irreducible polynomial in Fq[x] of degree n.
Solutions:
(1) I solved this question under MAT310 Test solutions, click here to see solution.
but i will share the solution again.
To
show this, we need to define a component graph, A graph G is a
component graph c(G) if H⊂G i.e H is a subgraph of G.
Then H is said to be a component of G if:
(i) H is connected
(ii)
H is not contained in any connected subgraph of G which has more vertices or edges than H.
In
the graph below it is evident that H is a connected component of G
and for every vertex v1∈G there exists a u1∈H and for
every edge e1∈G there exists a b1∈H, and hence the number
of connected component is 2.
![]() |
A connected component graph |
(2) Proof:
Let W be a u–v walk in G. We prove this theorem by induction on the length of W. If W is of length 1 or 2, then it is easy to see that W must be a path.
For the induction hypothesis, suppose the result is true for all walks of length less than k, and suppose W has length k. Say that W is
For the induction hypothesis, suppose the result is true for all walks of length less than k, and suppose W has length k. Say that W is
u=w0,w1,w2,...,wk−1,wk=v
where the vertices are not necessarily distinct. If the vertices are in fact distinct, then W itself is the desired u–v path. If not, then let j be the smallest integer such that wj=wr for some r>j. Let W1 be the walk
u=w0,...,wj,wr+1=v
This walk has length strictly less than k, and therefore the induction hypothesis implies that W1 contains a u–v path. This means that W contains a u–v path, and the proof is complete.
(3) Proof: Let F be a vector space over K, and finite-dimensional since F is finite. Denote this dimension by m, then F has a basis over K consisting of m elements, say b1,...,bm. Every element of F can be uniquely represented in the form k1b1+kmbm where k1,...,km∈K. Since each ki∈K can take q values, F must have exactly qm elements.
(4) Refer back to my lecture on irreducible polynomials or propositions on polynomials.