Next Article in Journal
Convection of Physical Quantities of Random Density
Previous Article in Journal
Cell-Cycle Synchronization Prior to Radiotherapy: A Mathematical Model of the Use of Gemcitabine on Melanoma Xenografts
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

Decompositions of the λ-Fold Complete Mixed Graph into Mixed 6-Stars

by
Robert Gardner
1,*,† and
Kazeem Kosebinu
2,†
1
Department of Mathematics and Statistics, East Tennessee State University, Johnson City, TN 37614, USA
2
Industrial & Systems Engineering, University of Tennessee, Knoxville, TN 37996, USA
*
Author to whom correspondence should be addressed.
These authors contributed equally to this work.
Submission received: 22 November 2023 / Revised: 15 January 2024 / Accepted: 24 January 2024 / Published: 5 February 2024

Abstract

:
Graph and digraph decompositions are a fundamental part of design theory. Probably the best known decompositions are related to decomposing the complete graph into 3-cycles (which correspond to Steiner triple systems), and decomposing the complete digraph into orientations of a 3-cycle (the two possible orientations of a 3-cycle correspond to directed triple systems and Mendelsohn triple systems). Decompositions of the λ -fold complete graph and the λ -fold complete digraph have been explored, giving generalizations of decompositions of complete simple graphs and digraphs. Decompositions of the complete mixed graph (which contains an edge and two distinct arcs between every two vertices) have also been explored in recent years. Since the complete mixed graph has twice as many arcs as edges, an isomorphic decomposition of a complete mixed graph into copies of a sub-mixed graph must involve a sub-mixed graph with twice as many arcs as edges. A partial orientation of a 6-star with two edges and four arcs is an example of such a mixed graph; there are five such mixed stars. In this paper, we give necessary and sufficient conditions for a decomposition of the λ -fold complete mixed graph into each of these five mixed stars for all λ > 1 .

1. Introduction

1.1. Outline

In this paper, we give necessary and sufficient conditions for the existence of mixed 6-star decompositions of the λ -fold complete mixed graph. In Section 1.2, we give well-known definitions of graph and digraph. Based on the form of these definitions, we define the less well-known objects of fuzzy graph and mixed graph. A broad description of applications of these is mentioned. The main result of this paper concerns a mixed graph decomposition, so in Section 1.3 we define decompositions of graphs/multigraphs, digraphs/multidigraphs, and mixed graphs/multi-mixed graphs, and relate these concepts to each other. Section 2 is the main body of the paper and includes a description of the proof technique, background results, and a statement and proof of the main result. In Section 2.1, we explain the primary proof technique (“difference methods”) used in a large part of the construction, which establishes the validity of our main result. In Section 2.2, we elaborate on the construction method and described a modified difference method that is also employed in our construction. Section 2.3 includes a background result and a lemma containing necessary conditions for the decomposition of interest. In Section 2.4, we give several theorems that combine to give necessary and sufficient conditions for our main result, namely a decomposition of the λ -fold complete mixed graph into mixed 6-stars. Section 3 discusses the applications of graph decompositions in general, the application of the proof technique to other possible mixed graph structures, and suggests some future directions for additional research.

1.2. Graph Definitions

We largely follow the graph theoretic definitions set out in [1]. A (simple) graph is a pair of (finite) sets G = ( V , E ) , where the elements of E = E ( G ) are 2-element subsets of V = V ( G ) . The elements of V are called vertices (though the term nodes is also common) and the elements of E are called edges. Edge { u , v } is said to join vertices u and v; we will often denote edge { u , v } as u v . The complete graph on v vertices, denoted K v , is the graph with vertex set V, where | V | = v and E = { { u , v } u , v V , u v } . A cycle of length v, denoted C v , is the graph with vertex set V = { v 1 , v 2 , , v n } and edge set E = { { v 1 , v 2 } , { v 2 , v 3 } , , { v n 1 , v n } , { v n , v 0 } } . A star on v + 1 vertices, denoted S v , is a graph with vertex set V = { v 0 , v 1 , , v n } and edge set E = { { v 0 , v i } i = 1 , 2 , , n } . A multigraph is a pair ( V , E ) where (finite) set V is the vertex set and E is a (finite) multiset (that is, a finite collection that allows elements to appear a repeated number of times), where the elements of E are multisets of two, not necessarily distinct, elements of V. An element of E of the form { v , v } is a loop on v. The λ -fold complete graph on v vertices, denoted λ K v , is the multigraph with vertex set V, where | V | = v and E contains every edge { u , v } , where u v , exactly λ times.
Applications have been part of the reason for the pursuit of graph theory since its origins. One of the most famous graph theory problems (likely due to its difficulty and wide-ranging applications) is the traveling salesman problem. Introduced to find a minimal weighted spanning tree in a given weighted graph, applications of the problem appear in genome mapping, aiming telescopes, guiding machines through a sequence of tasks, and organizing data. In addition, the difficulty of the problem has had an impact on the study of computational complexity and the study of algorithms; for details on this, see [2]. The “assignment problem” (also called the “scheduling problem”) involves finding a maximal matching in a bipartite graph and can be applied to matching a group of workers, each with a certain set of skills, with a group of jobs, each of which requires a certain set of skills [3] (see Section 7.2), ref. [4] (see Section 16.1 and Problem 16.2). The areas of application of graph theory are growing rapidly in the 21st century. In particular, graph neural networks (or “deep learning on graphs”) have received remarkable levels of attention. Applications include computer vision, language recognition, automated planning, social networks, bioinformatics, and cybersecurity [5] (page vii).
A (simple) digraph (or directed graph) is a pair of (finite) sets, D = ( V , A ) , together with two maps, init : A V and ter : A V . Again, the elements of V are called vertices. The elements of A are called arcs (or directed edges). For arc a A , we call init ( a ) the initial vertex of a and ter ( a ) the terminal vertex of a, and we denote a as the ordered pair ( init ( a ) , ter ( a ) ) . The complete digraph on v vertices, denoted D v , is the graph with vertex set V, where | V | = v and A = { { u , v } u , v V , u v } . A multidigraph is a pair, D = ( V , A ) , where (finite) set V is the vertex set and A is a (finite) multiset, where the elements of A are arcs of the form ( u , v ) , where u , v V . The λ -fold complete digraph on v vertices, denoted λ D v , is the multidigraph with vertex set V, where | V | = v and A contains every arc ( u , v ) , where u v , exactly λ times. A digraph (or multidigraph), D, is an orientation of an (undirected) graph (or multigraph), G, if V ( D ) = V ( G ) , and for each u v E ( G ) we have either ( u , v ) A ( D ) or ( v , u ) A ( D ) (but not both, unless this results from multiple appearances of edge u v in E ( G ) ).
A mixed graph is a triple of finite sets M = ( V , E , A ) , where V is a set of vertices, E is a set of edges (as defined above for graph ( V , E ) ), and A is a set of arcs (as defined above for digraph ( V , A ) ). A multi-mixed graph is a triple M = ( V , E , A ) , where V is a set of vertices, E is a multiset of edges (as defined above for multigraph ( V , E ) ), and A is a multiset of arcs (as defined above for multidigraph ( V , A ) ). We note that Harary and Palmer, who first introduced mixed graphs in 1966, defined a mixed graph as containing “both ordinary and oriented lines” [6]. They followed a convention of combining two anti-parallel arcs into a single edge. We deviate from this practice in our definition and allow the presence of both an edge and two anti-parallel arcs between a pair of vertices (as has become more common in recent years). The complete mixed graph on v vertices, denoted M v , is the mixed graph M v = ( V , E , A ) , where | V | = v , edge set E contains each edge { u , v } , where u v , exactly once, and arc set A contains every arc ( u , v ) , where u v , exactly once. The λ -fold complete multi-mixed graph on v vertices, denoted λ M v , is the multi-mixed graph with vertex set V, where | V | = v , multiset E contains every edge u v , where u v , exactly λ times, and multiset A contains every arc ( u , v ) , where u v , exactly λ times. A multi-mixed graph, M, is a partial orientation of an (undirected) graph (or multigraph), G, if V ( M ) = V ( G ) , E ( M ) E ( G ) , and for every edge e = u v E ( G ) E ( M ) we have either ( u , v ) A ( M ) or ( v , u ) A ( M ) (but not both, unless this results from multiple appearances of edge e = u v in E ( G ) ).
Of additional interest is the idea of a fuzzy graph. An outgrowth of fuzzy logic (which has recently found a huge number of applications, particularly in the areas of machine learning and artificial intelligence), the theory of fuzzy graphs involves structures that do not fall into the binary relationships of “element of” and “not an element of”, but instead involves a degree of membership (which can be interpreted as a probability of membership). We rely on [7] for definitions and descriptions of this topic, though we modify the notation slightly for consistency with our other definitions. For a given set, X, a fuzzy subset of X (or simply a “fuzzy set”) is a function, μ , mapping X [ 0 , 1 ] . A fuzzy graph is a quadruple F = ( V , E , σ , μ ) , where V is a finite set of vertices, E is a set of edges (as defined above for graph ( V , E ) ), and σ and μ are functions, where σ : V [ 0 , 1 ] and μ : E [ 0 , 1 ] , which satisfy the condition μ ( x y ) min { σ ( x ) , σ ( y ) } for all x y E . Fuzzy set σ is the fuzzy vertex set of F and fuzzy set μ is the fuzzy edge set of F. Applications of fuzzy graph theory include cluster analysis and decision analysis in statistical science, pattern classification, neural networks, and social science [7] (page 1). Recent examples of applications of fuzzy graph theory include the use of the concept of the “Randic index” in a connected system applied to Indonesian tourism [8], and the use of Cartesian products, compositions, and unions of “picture fuzzy graphs” applied to railway networks and medical science models [9].

1.3. Decomposition Definitions

A g-decomposition of graph G is a set of subgraphs of G, γ = { g 1 , g 2 , , g n } , where g i g for i { 1 , 2 , , n } , E ( g i ) E ( g j ) = for i j , and i = 1 n E ( g i ) = E ( G ) . The g i are called blocks of the decomposition. When G is a complete graph, the g-decomposition is often called a graph design. A K 3 -decomposition of K v is a Steiner triple system of order v, and it is well known that such a triple system exists if and only if v 1 or 3 (mod 6) (see [10] for references). Cycle graph designs were a topic of intense interest until the early 2000s, when necessary and sufficient conditions for a C m -decomposition of K v were given for all m and v [11,12]. An easier and self-contained construction for odd cycle systems is given in [13]. Necessary and sufficient conditions for decompositions of K v into copies of (not necessarily isomorphic) stars are given in [14]. To illustrate the potential application of graph decompositions, consider a (hypothetical) machine that runs samples three at a time. The machine can only make comparisons between samples that are run together in the machine (it cannot be calibrated from run to run, say). If one desires to compare a collection of samples of size v, can this be done optimally (that is, by comparing every pair of samples exactly once)? By representing the samples as vertices of a graph, comparisons of a pair of samples as an edge, and a run of the machine as a K 3 , an optimal solution is equivalent to a Steiner triple system of order v, and the subgraphs in the decomposition give the runs of the machine in the optimal solution. A g-decomposition of multigraph G is defined similar to that of a g-decomposition of a graph, with the edges of G repeated an appropriate number of times in the multiset of the g i . Necessary and sufficient conditions for a K 3 -decomposition of λ K v are given in [15]. Notice that the three-at-a-time comparison application can be solved, if exactly λ comparisons per pair of samples is required, by considering a K 3 -decomposition of λ K v .
A d-decomposition of digraph D is a set of subdigraphs of D, γ = { d 1 , d 2 , , d n } , where d i d for i { 1 , 2 , , n } , A ( d i ) A ( d j ) = for i j , and i = 1 n A ( d i ) = A ( G ) . The d i are called blocks of the decomposition. When D is a complete digraph, the d-decomposition is often called a digraph design. There are two orientations of K 3 = C 3 , a 3-circuit (in which case the three arcs are oriented in the “same” direction, say clockwise) and the transitive triple (say, with two clockwise-oriented arcs and one counterclockwise-oriented arc). A decomposition of D v into 3-circuits is a Mendelsohn triple system of order v, and a decomposition of D v into transitive triples is a directed triple system of order v. Each of these exists if and only if v 0 or 1 (mod 3), v 3 , except in the case of v = 6 for a Mendelsohn triple system [16,17]. A d-decomposition of multidigraph D is defined similar to that of a d-decomposition of a digraph, with the arcs of D repeated an appropriate number of times in the multiset of the d i . Decompositions of λ D v into Mendelsohn triples are considered in [18] and decompositions of λ D v into transitive triples are considered in [19]. The literature on graph designs and graph decompositions (and of digraph decompositions) is extensive [10,20], especially in the case of triple systems [21].
An m-decomposition of mixed graph M is a set of sub-mixed graphs of M, γ = { m 1 , m 2 , , m n } , where m i m for i { 1 , 2 , , n } , E ( m i ) E ( m j ) = and A ( m i ) A ( m j ) = for i j , i = 1 n E ( m i ) = E ( M ) , and i = 1 n A ( m i ) = A ( M ) . The m i are called blocks of the decomposition. When M is a complete mixed graph, the m-decomposition is often called a mixed graph design. Since the complete mixed graph, M v , has twice as many arcs as edges, then for an m-decomposition of M v we must have that m also has twice as many arcs as edges. This gives a necessary condition for the existence of a mixed graph design. For example, each partial orientation of C 3 with two arcs and one edge could yield a decomposition of M v . Such a decomposition is called a mixed triple system of order v. Necessary and sufficient conditions for the existence of the various types of mixed triple systems of order v are given in [22]. A partial orientation of the star S 3 with two arcs and one edge could yield a decomposition of λ M v . Necessary and sufficient conditions for the existence of a decomposition of λ M v is given for each such partial orientation of S 3 in [23]. Of particular interest to the current work is the decomposition of M v into partial orientations of S 6 with four arcs and two edges; such mixed graph designs are classified in [24]. An m-decomposition of multi-mixed graph M is defined similar to that of an m-decomposition of a mixed graph, with the arcs of M repeated an appropriate number of times in the multiset of the m i . The purpose of this paper is to classify decompositions of λ M v into partial orientations of S 6 with four arcs and two edges for all λ > 1 . In this way, the research gap between decompositions of simple mixed graphs and decompositions of multi-mixed graphs is filled in the case of partial orientations of S 6 . There are five partial orientations of S 6 with four arcs and two edges, and these are given in Figure 1.

2. Decompositions of the λ -Fold Complete Mixed Graph into Mixed 6-Stars

2.1. Difference Methods

For the complete mixed graph M v = ( V , E , A ) , we take V = { 0 , 1 , 2 , , v 1 } . Define the edge difference associated with edge x y as min { ( x y ) ( mod   v ) , ( y x ) ( mod   v ) } . Define the arc difference associated with arc ( x , y ) as ( y x ) ( mod   v ) . Notice that the total set of edge differences associated with E is { 1 , 2 , , ( v 1 ) / 2 } , and the total set of arc differences associated with A is { 1 , 2 , , v 1 } . Under the permutation π = ( 0 , 1 , 2 , , v 1 ) , the orbit of the edge x y includes all edges of M v , with associated edge difference min { ( x y ) ( mod   v ) , ( y x ) ( mod   v ) } . Similarly, under permutation π , the orbit of arc ( x , y ) includes all arcs of M v , with associated arc differences ( y x ) ( mod   v ) . Suppose { b 1 , b 2 , , b k } , where b i m for i { 1 , 2 , , k } , is a collection of sub-mixed graphs of M v , such that every edge difference 1 , 2 , , ( v 1 ) / 2 (respectively, arc difference 1 , 2 , , v 1 ) is associated with exactly one edge (respectively, arc) in the edge sets (respectively, arc sets) of the b i . Then, if we take all of the images of the b i under the powers of π , we obtain an m-decomposition of M v , with γ = { π i ( b 1 ) , π i ( b 2 ) , , π i ( b k ) i = 0 , 1 , , v 1 } . The set { b 1 , b 2 , , b k } is a set of base blocks for the m-decomposition of M v under π . Similarly, if multiset { b 1 , b 2 , , b k } contains edges and arcs that give each edge difference and each arc difference exactly λ times, then the images of the b i under the powers of π give an m-decomposition of λ M v . This is the construction technique often used in the proof of the main result of this paper when v is odd.

2.2. Automorphisms of Decompositions

An automorphism of a decomposition, γ = { g 1 , g 2 , , g n } , of graph G = ( V , E ) is a permutation of V that fixes set γ . Automorphisms of a digraph decomposition and of a mixed graph decomposition (as well as the multigraph/multidigraph/multi-mixed graph versions) are similarly defined. A decomposition admitting the automorphism π of Section 2.1 is a cyclic decomposition. Cyclic automorphisms and difference methods are a frequently used method of construction for various decompositions. For example, a cyclic Steiner triple system of order v exists for all possible orders v 1 or 3 (mod 6), except for v = 9 . The construction of such systems, along with an explanation of the difference methods used, is given in [10].
A decomposition of one of the classes of graphs discussed, where V = { , 0 , 1 , 2 , , v 2 } , which admits the automorphism ρ = ( ) ( 0 , 1 , 2 , , v 2 ) , is a rotational decomposition. Rotational Steiner triple systems were the first class of objects studied in terms of the question: “For what orders does a graph decomposition admit a given type of permutation as an automorphism?” [25]. The use of a rotational permutation in the construction of a decomposition is related to the idea of difference methods, as discussed in Section 2.1. However, the differences are associated with the cycle of length v 1 , and edges and/or arcs to/from the fixed point must be taken into consideration. When using a rotational permutation, a set of base blocks would need each edge/arc difference to be present an appropriate number of times (either 1 or λ ), and an edge/arc with as an end/terminal end/initial end would need to be present an appropriate number of times (either 1 or λ each). We often use rotational permutations in the proof of the main result of this paper when v is even.

2.3. Background Result and a Lemma

The necessary and sufficient conditions for the existence of an S 6 i -decomposition of M v are as follows [24].
Theorem 1. 
An S 6 i -decomposition of M v exists if and only if v 9 ,
1. 
if i { 0 , 4 } then v 1 (mod 4 ) , and
2. 
if i { 1 , 2 , 3 } then v 0 or 1 (mod 4 ) .
The next lemma gives necessary conditions for the existence of an S 6 i -decomposition, where 0 i 4 , of λ M v when λ is odd.
Lemma 1. 
For λ odd and 0 i 4 , if an S 6 i -decomposition of λ M v exists then v 0 or 1 (mod 4 ) .
Proof. 
First, notice that for λ odd and v 2 (mod 4), say v = 4 k + 2 , the number of edges of λ M v is λ v 2 = λ ( 4 k + 1 ) ( 2 k + 1 ) , which is odd. In this case, no S 6 i -decomposition of λ M v exists since S 6 i has two edges.
Next, for λ odd and v 3 (mod 4), say v = 4 k + 3 , the number of edges of λ M v is λ v 2 = λ ( 4 k + 3 ) ( 2 k + 1 ) , which is odd. In this case, no S 6 i -decomposition of λ M v exists.
Therefore, if an S 6 i -decomposition of λ M v exists then v 0 or 1 (mod 4 ) , as claimed. □

2.4. The Decomposition Theorem and Proof

Since S 6 i has seven vertices for each i, then of course a necessary condition for an S 6 i -decomposition of any mixed graph on v vertices is v 7 . In several of the following constructions, we take { 0 , 1 , 2 , , v 1 } as the vertex set of λ M v . We will also use the permutation π = ( 0 , 1 , 2 , , v 1 ) in several of the constructions. We now give necessary and sufficient conditions for the existence of an S 6 i -decomposition of λ M v in each case (with the exception of the small cases v = 8 and v = 10 when λ = 2 and i = 1 , which we leave open).
Theorem 2. 
An S 6 0 -decomposition of λ M v exists if and only if v 7 and
1. 
v 0 (mod 2 ) and λ 0 (mod 4 ) , or
2. 
v 1 (mod 4 ) and λ 1 , or
3. 
v 3 (mod 4 ) and λ 0 (mod 2 ) .
Proof. 
Each vertex of λ M v has out-degree λ ( v 1 ) and each vertex of S 6 0 has out-degree 0 (mod 4) so, if an S 6 0 -decomposition of λ M v exists, then λ ( v 1 ) 0 (mod 4) is necessary. This observation, along with Lemma 1, gives the necessary conditions. We now show these necessary conditions are sufficient.
Case 1. Suppose v 0 (mod 4), v 8 , say v = 4 k where k 2 , and λ 0 (mod 4). Consider the blocks:
{ 2 × [ 0 , 2 k 2 , 2 k 1 ; 2 k , 4 k 3 , 4 k 2 ; 4 k 1 ] 6 0 , 2 × [ 0 , 2 k + 1 , 4 k 1 ; 1 , 2 , 3 , 2 k ] 6 0 }
{ [ 0 , 4 k 1 , 2 k ; 1 , 2 , 4 k 3 ; 4 k 2 ] 6 0 , [ 0 , 2 k + 2 , 2 k ; 1 , 2 , 3 , 4 k 1 ] 6 0 ,
[ 0 , 1 , 2 k 2 ; 3 , 4 k 3 , 4 k 2 , 4 k 1 ] 6 0 }
{ 4 × [ 0 , 2 + 2 i , 3 + 2 i ; 4 + 2 i , 5 + 2 i , 2 k + 1 + 2 i , 2 k + 2 + 2 i ] 6 0   for   i = 0 , 1 , , k 3 } .
These blocks, along with their images under powers of permutation π , form an S 6 0 -decomposition of 4 M v . By taking λ / 4 copies of the blocks of such a decomposition, we obtain an S 6 0 -decomposition of λ M v .
Case 2. Suppose v 1 (mod 4). Then by Theorem 1 an S 6 0 -decomposition of M v exists by Theorem 1. For any λ 1 , we take λ copies of the blocks of such a decomposition and this gives an S 6 0 -decomposition of λ M v .
Case 3. Suppose v 2 (mod 4), v 10 , say v = 4 k + 2 where k 2 , and λ 0 (mod 4). Consider the blocks
{ 2 × [ 0 , 1 , 2 k 2 ; 4 k 2 , 4 k 1 , 4 k , 4 k + 1 ] 6 0 , 2 × [ 0 , 2 k 1 , 2 k + 2 ; 1 , 2 , 4 , 2 k + 1 ] 6 0 }
{ [ 0 , 1 , 2 k + 3 ; 2 , 3 , 4 k , 4 k + 1 ] 6 0 , [ 0 , 2 k 2 , 2 k ; 3 , 2 k + 1 , 4 k 2 , 4 k ] 6 0 ,
[ 0 , 2 k + 1 , 2 k ; 1 , 2 , 3 , 4 k 2 ] 6 0 , [ 0 , 1 , 2 k 2 ; 3 , 4 , 2 k + 1 , 4 k 1 ] 6 0
[ 0 , 2 k + 1 , 2 k + 2 ; 1 , 4 , 4 k 1 , 4 k + 1 ] 6 0 }
{ 4 × [ 0 , 2 + 2 i , 3 + 2 i ; 5 + 2 i , 6 + 2 i , 2 k + 2 + 2 i , 2 k + 3 + 2 i ] 6 0   for   i = 0 , 1 , , k 3 } .
These blocks, along with their images under powers of permutation π , form an S 6 0 -decomposition of 4 M v . By taking λ / 4 copies of the blocks of such a decomposition, we obtain an S 6 0 -decomposition of λ M v .
Case 4a. Suppose v = 7 . Consider the blocks
{ [ 0 , 1 , 6 ; 2 , 3 , 4 , 5 ] 6 0 , [ 0 , 4 , 5 ; 1 , 2 , 3 , 6 ] 6 0 , [ 0 , 2 , 3 ; 1 , 4 , 5 , 6 ] 0 6 } .
These blocks, along with their images under powers of permutation π , form an S 6 0 -decomposition of 2 M 7 . By taking λ / 2 copies of the blocks of such a decomposition, we obtain an S 6 0 -decomposition of λ M 7 .
Case 4b. Suppose v 3 (mod 4), v 11 , say v = 4 k + 3 where k 2 , and λ 2 (mod 4). Consider the blocks
{ [ 0 , 4 k + 2 , 4 k + 1 ; 1 , 2 , 3 , 4 ] 6 0 , [ 0 , 2 k + 1 , 2 k + 2 ; 1 , 2 , 4 k + 1 , 4 k + 2 ] 6 0 }
[ 0 , 1 + 2 i , 2 + 2 i ; 3 + 4 i , 4 + 4 i , 5 + 4 i , 6 + 4 i ] 6 0   for   i = 0 , 1 , , k 1 }
{ [ 0 , 3 + 2 i , 4 + 2 i ; 5 + 4 i , 6 + 4 i , 7 + 4 i , 8 + 4 i ] 6 0   for   i = 0 , 1 , , k 2 } .
These blocks, along with their images under powers of permutation π , form an S 6 0 -decomposition of 2 M v . By taking λ / 2 copies of the blocks of such a decomposition, we obtain an S 6 0 -decomposition of λ M v . □
Since λ M v is self-converse and the converse of S 6 0 is S 6 4 , then an S 6 4 -decomposition of λ M v exists if and only if an S 6 0 -decomposition of λ M v exists. So, the conditions for the existence of an S 6 0 -decomposition of λ M v , given in Theorem 2, are also the conditions for the existence of an S 6 4 -decomposition of λ M v .
Theorem 3. 
An S 6 1 -decomposition of λ M v exists if and only if v 7 and
1. 
v 0 or 1 (mod 4 ) and λ 1 , where v 8 when λ = 1 , or
2. 
v 2 (mod 4 ) and λ 0 (mod 2 ) , or
3. 
v 3 (mod 4 ) and λ 0 (mod 2 ) ,
with the possible exceptions of v = 8 and v = 10 when λ = 2 , which we leave open.
Proof. 
Theorem 1 and Lemma 1 give the necessary conditions. We now show these necessary conditions are sufficient.
Case 1a. Suppose v = 8 . Consider the blocks
{ [ , 0 , 1 ; 2 , 3 , 4 , 5 ] 6 1 , [ 0 , 1 , 2 ; 3 , 4 , 5 , 6 ] 6 1 , [ 0 , 2 , 3 ; 5 , 6 , 1 , 4 ] 6 1 ,
[ 0 , 4 , 3 ; , 5 , 2 , 6 ] 6 1 , [ 0 , 6 , 2 ; , 3 , 1 , 5 ] 6 1 , [ 0 , 6 , ; 4 , 3 , 1 , 2 ] 6 1 } .
These blocks, along with their images under powers of permutation ( ) ( 0 , 1 , , 7 ) , form an S 6 1 -decomposition of 3 M 8 . Consider the blocks
{ [ , 0 , 1 ; 2 , 3 , 4 , 5 ] 6 1 , 2 × [ 0 , , 1 ; 6 , 3 , 4 , 5 ] 6 1 , [ 0 , 1 , 5 ; , 2 , 3 , 4 ] 6 1 , [ 0 , 2 , 4 ; , 3 , 5 , 6 ] 6 1 ,
[ 0 , 1 , 3 ; , 2 , 5 , 6 ] 6 1 , [ 0 , 2 , 3 ; 5 , , 1 , 6 ] 6 1 , [ 0 , 2 , 3 ; 5 , 1 , 4 , 6 ] 6 1 } .
These blocks, along with their images under powers of permutation ( ) ( 0 , 1 , , 7 ) , form an S 6 1 -decomposition of 4 M 8 . Consider the blocks
{ [ , 0 , 1 ; 2 , 3 , 4 , 5 ] 6 1 , [ 0 , , 1 ; 6 , 2 , 3 , 4 ] 6 1 , [ 0 , , 2 ; 6 , 3 , 4 , 5 ] 6 1 , [ 0 , , 3 ; 4 , 1 , 2 , 5 ] 6 1 ,
[ 0 , 1 , 2 ; , 3 , 4 , 5 ] 6 1 , [ 0 , 2 , 3 ; , 4 , 5 , 6 ] 6 1 , [ 0 , 1 , 3 ; , 2 , 4 , 6 ] 6 1 ,
[ 0 , 1 , 2 ; , 3 , 5 , 6 ] 6 1 , [ 0 , 2 , 3 ; 5 , , 1 , 6 ] 6 1 , [ 0 , 1 , 3 ; 5 , , 1 , 6 ] 6 1 } .
These blocks, along with their images under powers of permutation ( ) ( 0 , 1 , , 7 ) , form an S 6 1 -decomposition of 5 M 8 . Since any λ 3 can be written as a sum of a multiple of 3 and a multiple of 4 (except for 5), then an S 6 1 -decomposition of λ M 8 , where λ 3 , exists and can be constructed by taking appropriate numbers of copies of decompositions of 3 M 8 and 4 M 8 (with the exception of λ = 5 , which we have dealt with separately).
Case 1b. Suppose v 0 or 1 (mod 4), v 9 . Then by Theorem 1 an S 6 1 -decomposition of M v exists by Theorem 1. For any λ 1 , we take λ copies of the blocks of such a decomposition and this gives an S 6 1 -decomposition of λ M v .
Case 2a. Suppose v = 10 . Consider the blocks
{ [ , 0 , 1 ; 2 , 3 , 4 , 5 ] 6 1 , [ 0 , 1 , 2 ; 8 , 3 , 4 , 5 ] 6 1 , [ 0 , 2 , 3 ; , 1 , 4 , 5 ] 6 1 , [ 0 , 3 , 4 ; , 1 , 2 , 5 ] 6 1 ,
[ 0 , 6 , 4 ; , 2 , 3 , 5 ] 6 1 , [ 0 , 1 , 2 ; 5 , 6 , 7 , 8 ] 6 1 , [ 0 , 1 , 4 ; 3 , 6 , 7 , 8 ] 6 1 ,
[ 0 , 1 , 2 ; 6 , , 7 , 8 ] 6 1 , [ 0 , , 3 ; 7 , 6 , 1 , 2 ] 6 1 , [ 0 , , 5 ; 6 , 4 , 7 , 8 ] 6 1 } .
These blocks, along with their images under powers of permutation ( ) ( 0 , 1 , , 8 ) , form an S 6 1 -decomposition of 4 M 10 . Consider the blocks
{ 2 × [ , 0 , 1 ; 2 , 3 , 4 , 5 ] 6 1 , [ 0 , 1 , 2 ; 8 , 3 , 4 , 5 ] 6 1 , [ 0 , 2 , 3 ; , 1 , 4 , 5 ] 6 1 , [ 0 , 3 , 4 ; , 1 , 2 , 5 ] 6 1 ,
[ 0 , 6 , 4 ; , 2 , 3 , 5 ] 6 1 , [ 0 , 1 , 2 ; , 6 , 7 , 8 ] 6 1 , [ 0 , 1 , 4 ; 3 , 6 , 7 , 8 ] 6 1 , [ 0 , 1 , 2 ; 6 , 3 , 7 , 8 ] 6 1 ,
[ 0 , , 1 ; 7 , 2 , 3 , 4 ] 6 1 , [ 0 , , 8 ; , 1 , 2 , 3 , 4 ] 6 1 , [ 0 , 2 , 3 ; 1 , 8 , 4 , 5 ] 6 1 ,
[ 0 , 2 , 3 ; 7 , 1 , 4 , 5 ] 6 1 , [ 0 , 3 , 4 ; 2 , 1 , 6 , 7 ] 6 1 , [ 0 , 4 , 5 ; 3 , 1 , 6 , 7 ] 6 1 } .
These blocks, along with their images under powers of permutation ( ) ( 0 , 1 , , 8 ) , form an S 6 1 -decomposition of 6 M 10 . Since any even λ 4 can be written as a sum of a multiple of 4 and a multiple of 6, then an S 6 1 -decomposition of λ M 8 , where λ 4 is even, exists and can be constructed by taking appropriate numbers of copies of decompositions of 4 M 8 and 6 M 8 .
Case 2b. Suppose v = 18 . Consider the blocks
[ 0 , 1 , ; 16 , 2 , 3 , 4 ] 6 1 , [ 0 , 1 , ; 16 , 2 , 3 , 4 ] 6 1 , [ 0 , 2 , 3 ; 12 , 6 , 7 , ] 6 1 ,
[ 0 , 2 , 3 ; 9 , 8 , 10 , ] 6 1 , [ 0 , 4 , 5 ; 8 , 9 , 10 , 11 ] 6 1 , [ 0 , 4 , 5 ; , 11 , 12 , 13 ] 6 1 ,
[ 0 , 6 , 7 ; , 12 , 13 , 14 ] 6 1 , [ 0 , 7 , 8 ; 3 , 15 , 16 , 5 ] 6 1 , [ 0 , 6 , 8 ; 11 , 7 , 15 , 16 ] 6 1 .
These blocks, along with their images under powers of permutation ( ) ( 0 , 1 , , 16 ) , form an S 6 1 -decomposition of 2 M 18 . By taking λ / 2 copies of the blocks of such a decomposition, we obtain an S 6 1 -decomposition of λ M 18 .
Case 2c. Suppose v 2 (mod 8), say v = 8 k + 2 where k 3 , and λ 0 (mod 2). Consider the blocks
{ 2 × [ 0 , , 8 k ; 8 k 3 , 1 , 2 , 3 ] 6 1 , 2 × [ 0 , 2 , 3 ; , 5 , 6 , 7 ] 6 1 , [ 0 , 4 , 5 ; 8 k 9 , 8 , 9 , ] 6 1 ,
[ 0 , 5 , 6 ; 8 k 9 , 8 , 12 , ] 6 1 , [ 0 , 4 , 6 ; 8 k 10 , 9 , 11 , 12 ] 6 1 , [ 0 , 7 , 8 k 6 ; 8 k 12 , 13 , 17 , 21 ] 6 1 ,
[ 0 , 8 , 8 k 7 ; 8 k 13 , 14 , 15 , 22 ] 6 1 , [ 0 , 9 , 8 k 8 ; 8 k 17 , 18 , 19 , 22 ] 6 1 ,
[ 0 , 10 , 8 k 9 ; 8 k 19 , 17 , 20 , 24 ] 6 1 , [ 0 , 11 , 8 k 10 ; 8 k 15 , 16 , 21 , 24 ] 6 1 ,
[ 0 , 12 , 8 k 11 ; 8 k 22 , 15 , 19 , 23 ] } { [ 0 , 13 + 4 i , 8 k 12 4 i ; 7 + 8 i ,
31 + 8 i , 26 + 8 i , 30 + 8 i ] 6 1 , [ 0 , 14 + 4 i , 8 k 13 4 i ; 8 + 8 i , 28 + 8 i , 25 + 8 i , 29 + 8 i ] 6 1 ,
[ 0 , 15 + 4 i , 8 k 14 4 i ; 1 + 8 i , 28 + 8 i , 29 + 8 i , 32 + 8 i ] 6 1 , [ 0 , 16 + 4 i , 8 k 15 4 i ; 6 + 8 i ,
27 + 8 i , 30 + 8 i , 31 + 8 i ] 6 1   for   i = 0 , 1 , , k 4 } .
These blocks, along with their images under powers of permutation ( ) ( 0 , 1 , , 8 k ) , form an S 6 1 -decomposition of 2 M v . By taking λ / 2 copies of the blocks of such a decomposition, we obtain an S 6 1 -decomposition of λ M v .
Case 3. Suppose v 3 (mod 4), v 7 , say v = 4 k + 3 where k 1 , and λ 0 (mod 2). Consider the blocks
{ [ 0 , 4 k + 2 , 4 k + 1 ; 4 k 1 , 1 , 2 , 3 ] 6 1 , [ 0 , 2 k + 1 , 2 k + 2 ; 4 k 1 , 2 , 4 k + 1 , 4 k + 2 ] 6 1 }
{ [ 0 , 3 + 2 i , 4 + 2 i ; 4 k 4 4 i , 8 + 4 i , 9 + 4 i , 10 + 4 i ] 6 1   for   i = 0 , 1 , , k 2   where  
i ( 2 k 4 ) / 3   and   i ( k 3 ) / 2 } { [ 0 , 4 k + 2 , 2 ; 4 k , 1 , 5 , 6 ] 6 1 }
0 , 4 k + 1 3 , 8 k + 5 3 ; 4 k + 4 3 , 8 k + 8 3 , 8 k + 11 3 , 8 k + 14 3 6 1   if   i = 2 k 4 3
[ 0 , k , k + 1 ; 2 k , 2 k + 2 , 2 k + 1 , 2 k + 4 ] 6 1   if   i = k 3 2
{ [ 0 , 3 + 2 i , 4 + 2 i ; 4 k 2 4 i , 6 + 4 i , 7 + 4 i , 8 + 4 i ] 6 1   for   i = 0 , 1 , , k 2   where  
i ( 2 k 3 ) / 3   and   i ( k 2 ) / 2 }
0 , 4 k + 3 3 , 8 k + 3 3 ; 4 k + 6 3 , 8 k + 6 3 , 8 k + 9 3 , 8 k + 12 3   if   i = ( 2 k 3 ) / 3
{ [ 0 , k + 1 , k + 2 ; 2 k , 2 k + 2 , 2 k + 1 , 2 k + 4 ] 6 1   if   i = ( k 2 ) / 2 } .
These blocks, along with their images under powers of permutation π , form an S 6 1 -decomposition of 2 M v . By taking λ / 2 copies of the blocks of such a decomposition, we obtain an S 6 1 -decomposition of λ M v .
Case 4. Suppose v 6 (mod 8), v 14 , say v = 8 k + 6 where k 1 , and λ 0 (mod 2). Consider the blocks
{ 2 × [ 0 , , 8 k + 4 ; 8 k + 1 , 1 , 2 , 3 ] 6 1 , 2 × [ 0 , 2 , 3 ; , 5 , 6 , 7 ] 6 1 , [ 0 , 4 , 5 ; 8 k 5 , 8 , 9 , ] 6 1 ,
[ 0 , 5 , 6 ; 8 k 5 , 8 , 12 , ] 6 1 , [ 0 , 4 , 6 ; 8 k 6 , 9 , 11 , 12 ] 6 1 } { [ 0 , 7 + 4 i , 8 k 2 4 i ; 8 + 8 i , 16 + 8 i ,
13 + 8 i , 17 + 8 i ] 6 1 , [ 0 , 8 + 4 i , 8 k 3 4 i ; 7 + 8 i , 19 + 8 i , 14 + 8 i , 18 + 8 i ] 6 1 ,
[ 0 , 9 + 4 i , 8 k 4 4 i ; 6 + 8 i , 15 + 8 i , 18 + 8 i , 19 + 8 i ] 6 1 , [ 0 , 10 + 4 i , 8 k 5 4 i ;
1 + 8 i , 16 + 8 i , 17 + 8 i , 20 + 8 i ] 6 1   for   i = 0 , 1 , , k 2 } .
These blocks, along with their images under the powers of permutation ( ) ( 0 , 1 , , 8 k + 4 ) , form an S 6 1 -decomposition of 2 M v . By taking λ / 2 copies of the blocks of such a decomposition, we obtain an S 6 1 -decomposition of λ M v . □
Since λ M v is self-converse and the converse of S 6 1 is S 6 3 , then an S 6 3 -decomposition of λ M v exists if and only if an S 6 1 -decomposition of λ M v exists. So, the conditions for the existence of an S 6 1 -decomposition of λ M v , given in Theorem 3, are also the conditions for the existence of an S 6 3 -decomposition of λ M v (with the exceptions of v = 8 and v = 10 when λ = 2 ).
Theorem 4. 
An S 6 2 -decomposition of λ M v exists if and only if v 7 and
1. 
v 0 or 1 (mod 4 ) and λ 1 , where v 8 in the case λ = 1 , or
2. 
v 2 (mod 4 ) and λ 0 (mod 2 ) , or
3. 
v 3 (mod 4 ) and λ 0 (mod 2 ) .
Proof. 
Theorem 1 and Lemma 1 give the necessary conditions. We now show these necessary conditions are sufficient.
Case 1a. Suppose v 0 or 1 (mod 4), v 8 . Then by Theorem 1 an S 6 2 -decomposition of M v exists by Theorem 1. For any λ 1 , we take λ copies of the blocks of such a decomposition and this gives an S 6 2 -decomposition of λ M v .
Case 1b. Suppose v = 8 . Take the blocks of an S 6 2 -decomposition of 2 M 7 (which exists by Case 1a), where the vertices of 2 M 7 are 0 , 1 , , 6 . To this, add the images of [ , 0 , 1 ; 2 , 3 , 4 , 5 ] 6 2 under the permutation ( ) ( 0 , 1 , , 6 ) . This gives an S 6 2 -decomposition of 2 M 8 , where the vertex set is { , 0 , 1 , , 6 } . Next, consider the blocks:
{ [ , 0 , 1 ; 2 , 3 , 4 , 5 ] 6 2 , [ 0 , 1 , 2 ; 3 , 4 , 5 , 6 ] 6 2 , [ 0 , 2 , 3 ; 5 , 6 , 1 , 4 ] 6 2 ,
[ 0 , 1 , 3 ; 2 , 4 , , 6 ] 6 2 , [ 0 , , 3 ; 5 , 4 , 1 , 2 ] 6 2 , [ 0 , 1 , 2 ; 3 , , 5 , 6 ] 6 2 } .
These blocks, along with their images under permutation ( ) ( 0 , 1 , , 6 ) , form an S 6 2 -decomposition of 3 M 8 . Since any λ 2 can be written as a sum of a multiple of 2 and a multiple of 3, then an S 6 2 -decomposition of λ M 8 , where λ 2 , exists and can be constructed by taking appropriate numbers of copies of decompositions of 2 M 8 and 3 M 8 .
Case 2a. Suppose v = 10 . Take the blocks of an S 6 2 -decomposition of 2 M 9 (which exists by Case 1a), where the vertices of M 9 are 0 , 1 , , 8 . To this, add the images of [ , 0 , 1 ; 2 , 3 , 4 , 5 ] 6 2 under the permutation ( ) ( 0 , 1 , , 8 ) . This gives an S 6 2 -decomposition of 2 M 10 , where the vertex set is { , 0 , 1 , , 8 } . By taking λ / 2 copies of the blocks of such a decomposition, we obtain an S 6 2 -decomposition of λ M 10 for all even λ .
Case 2b. Suppose v = 18 . Consider the blocks
{ [ 0 , 1 , ; 16 , 15 , 3 , 4 ] 6 2 , [ 0 , 1 , ; 16 , 15 , 3 , 4 ] 6 2 , [ 0 , 2 , 3 ; 12 , 11 , 7 , ] 6 2 ,
[ 0 , 2 , 3 ; 9 , 7 , 8 , ] 6 2 , [ 0 , 4 , 5 ; 8 , 7 , 9 , 11 ] 6 2 , [ 0 , 4 , 5 ; , 6 , 12 , 13 ] 6 2 ,
[ 0 , 6 , 7 ; , 5 , 13 , 14 ] 6 2 , [ 0 , 7 , 8 ; 3 , 2 , 16 , 5 ] 6 2 , [ 0 , 6 , 8 ; 11 , 10 , 15 , 16 ] 6 2 } .
These blocks, along with their images under permutation ( ) ( 0 , 1 , , 16 ) , form an S 6 2 -decomposition of 2 M 18 . By taking λ / 2 copies of the blocks of such a decomposition, we obtain an S 6 2 -decomposition of λ M 18 for all even λ .
Case 2c. Suppose v 2 (mod 8), say v = 8 k + 2 where k 3 , and λ 0 (mod 2). Consider the blocks
{ 2 × [ 0 , , 8 k ; 8 k 3 , 8 k 2 , 1 , 2 ] 6 2 , 2 × [ 0 , 2 , 3 ; , 8 k 4 , 6 , 7 ] 6 2 , [ 0 , 4 , 5 ; 8 k 9 , 8 k 7 , 9 , ] 6 2 ,
[ 0 , 5 , 6 ; 8 k 9 , 8 k 7 , 12 , ] 6 2 , [ 0 , 4 , 6 ; 8 k 10 , 8 k 8 , 11 , 12 ] 6 2 ,
[ 0 , 7 , 8 k 6 ; 8 k 12 , 8 k 16 , 13 , 21 ] 6 2 , [ 0 , 8 , 8 k 7 ; 8 k 13 , 8 k 14 , 14 , 22 ] 6 2 ,
[ 0 , 9 , 8 k 8 ; 8 k 17 , 8 k 18 , 18 , 22 ] 6 2 , [ 0 , 10 , 8 k 9 ; 8 k 19 , 8 k 16 , 20 , 24 ] 6 2 ,
[ 0 , 11 , 8 k 10 ; 8 k 15 , 8 k 20 , 16 , 24 ] 6 2 , [ 0 , 12 , 8 k 11 ; 8 k 22 , 8 k 14 , 19 , 23 ] 6 2 }
{ [ 0 , 13 + 4 i , 8 k 12 4 i ; 7 + 8 i , 8 k 29 8 i , 31 + 8 i , 26 + 8 i ] 6 2   for   i = 0 , 1 , , k 4 }
{ [ 0 , 14 + 4 i , 8 k 13 4 i ; 8 + 8 i , 8 k 27 8 i , 25 + 8 i , 29 + 8 i ] 6 2
for   i = 0 , 1 , , k 4   and   i ( k 7 ) / 2 }
{ [ 0 , 2 k , 6 k + 1 ; 4 k 20 , 4 k + 4 , 4 k , 4 k + 1 ] 6 2   if   i = ( k 7 ) / 2 }
{ [ 0 , 15 + 4 i , 8 k 14 4 i ; 1 + 8 i , 8 k 27 8 i , 29 + 8 i , 32 + 8 i ] 6 2
for   i = 0 , 1 , , k 4 ,   and   i ( k 7 ) / 2 }
{ [ 0 , 2 k + 1 , 6 k ; 4 k 27 , 4 k 3 , 4 k + 1 , 4 k ] 6 2   if   i = ( k 7 ) / 2 }
{ [ 0 , 16 + 4 i , 8 k 15 4 i ; 6 + 8 i , 8 k 29 8 i , 27 + 8 i , 31 + 8 i ] 6 2
for   i = 0 , 1 , , k 4 ,   and   i ( k 7 ) / 2 }
{ [ 0 , 2 k + 2 , 6 k 1 ; 4 k 22 , 4 k 2 , 4 k 1 , 4 k + 2 ] 6 2 if   i = ( k 7 ) / 2 } .
These blocks, along with their images under the powers of permutation ( ) ( 0 , 1 , , 8 k + 4 ) , form an S 6 2 -decomposition of 2 M v . By taking λ / 2 copies of the blocks of such a decomposition, we obtain an S 6 2 -decomposition of λ M v .
Case 3. Suppose v 3 (mod 4), v 7 , say v = 4 k + 3 where k 1 , and λ 0 (mod 2). Consider the blocks
{ [ 0 , 4 k + 2 , 4 k + 1 ; 4 k 1 , 4 k , 1 , 2 ] 6 2 , [ 0 , 2 k + 1 , 2 k + 2 ; 4 k 1 , 4 k + 2 , 2 , 4 k + 1 ] 6 2 ,
[ 0 , 1 , 2 ; 4 k , 4 k 3 , 4 k + 2 , 5 ] 6 2 } { [ 0 , 3 + 2 i , 4 + 2 i ; 4 k 4 4 i , 4 k 5 4 i , 9 + 4 i , 10 + 4 i ] 6 2
for   i = 0 , 1 , , k 2   where   i ( 2 k 4 ) / 3 }
{ [ 0 , ( 4 k + 1 ) / 3 , ( 8 k + 5 ) / 3 ; ( 4 k + 4 ) / 3 , ( 4 k 5 ) / 3 , ( 8 k + 8 ) / 3 , ( 8 k + 11 ) / 3 ] 6 2
  if   i = ( 2 k 4 ) / 3 }
{ [ 0 , 3 + 2 i , 4 + 2 i ; 4 k 2 4 i , 4 k 3 4 i , 7 + 4 i , 8 + 4 i ] 6 2
for   i = 0 , 1 , , k 2   where   i ( 2 k 3 ) / 3 }
{ [ 0 , ( 4 k + 3 ) / 3 , ( 8 k + 3 ) / 3 ; ( 4 k + 6 ) / 3 , ( 4 k 3 ) / 3 , ( 8 k + 6 ) / 3 , ( 8 k + 9 ) / 3 ] 6 2
  if   i = ( 2 k 3 ) / 3 } .
These blocks, along with their images under powers of permutation π , form an S 6 2 -decomposition of 2 M v . By taking λ / 2 copies of the blocks of such a decomposition, we obtain an S 6 2 -decomposition of λ M v .
Case 4. Suppose v 6 (mod 8), v 14 , say v = 8 k + 6 where k 1 , and λ 0 (mod 2). Consider the blocks
{ 2 × [ 0 , , 8 k + 4 ; 8 k + 1 , 8 k + 2 , 1 , 2 ] 6 2 , 2 × [ 0 , 2 , 3 ; , 8 k , 6 , 7 ] 6 2 , [ 0 , 5 , 6 ; 8 k 3 , 8 k 5 , 12 , ] 6 2
[ 0 , 4 , 5 ; 8 k 5 , 8 k 3 , 9 , ] 6 2 , [ 0 , 4 , 6 ; 8 k 6 , 8 k 4 , 11 , 12 ] 6 2 }
{ [ 0 , 7 + 4 i , 8 k 2 4 i ; 8 + 8 i , 8 k 11 8 i , 13 + 8 i , 17 + 8 i ] 6 2
for   i = 0 , 1 , , k 2   and   i ( k 3 ) / 2 }
{ [ 0 , 2 k + 1 , 6 k + 4 ; 4 k 4 , 4 k , 4 k + 1 , 4 k + 4 ] 6 2   if   i = ( k 3 ) / 2 }
{ [ 0 , 8 + 4 i , 8 k 3 4 i ; 7 + 8 i , 8 k 14 8 i , 14 + 8 i , 18 + 8 i ] 6 2
for   i = 0 , 1 , , k 2   and   i ( k 4 ) / 2 }
{ [ 0 , 2 k , 6 k + 5 ; 4 k 9 , 4 k + 7 , 4 k + 3 , 4 k + 2 ] 6 2 if i = ( k 4 ) / 2 }
{ [ 0 , 9 + 4 i , 8 k 4 4 i ; 6 + 8 i , 8 k 10 8 i , 18 + 8 i , 19 + 8 i ] 6 2
for   i = 0 , 1 , , k 2   and   i ( k 2 ) / 2 }
{ [ 0 , 2 k + 5 , 6 k ; 4 k 5 , 4 k 2 , 4 k + 7 , 4 k + 11 ]   if   i = ( k 2 ) / 2 }
{ [ 0 , 10 + 4 i , 8 k 5 4 i ; 1 + 8 i , 8 k 11 8 i , 17 + 8 i , 20 + 8 i ] 6 2   for   i = 0 , 1 , , k 2 } .
These blocks, along with their images under powers of permutation ( ) ( 0 , 1 , , 8 k + 4 ) , form an S 6 2 -decomposition of 2 M v . By taking λ / 2 copies of the blocks of such a decomposition, we obtain an S 6 2 -decomposition of λ M v . □
In conclusion, Theorems 2–4 (along with the observations about converses) give necessary and sufficient conditions for an S 6 i -decomposition of λ M v for each 0 i 4 , with the exceptions of the small cases v = 8 and v = 10 when i { 1 , 3 } and λ = 2 .

3. Discussion

In this paper, a classification of mixed 6-star decompositions of the complete λ -fold mixed graph is given for all λ > 1 .
Graph decompositions have applications in coding theory, crystallography, radio astronomy, radio location, communication networks, and other fields [20]. Graph designs have their beginning in the design and analysis of statistical experiments, but now also have applications in tournament scheduling, mathematical biology, algorithmic design, and cryptography [26]. There has been a flurry of recent activity in applications of graph theory in general to neural networks [5]. The study of mixed graph decompositions and mixed graph designs is relatively new, but it is expected that they will have similar applications. For example, a network of roads can be represented by a mixed graph, where the edges represent two-way roads and arcs represent one-way roads. Notice that, in the event of a two-way main road connecting two locations where there are one-way access roads on either side of the main road, these connections can be represented by an edge and two anti-parallel arcs joining the locations. This example shows that there is potential for applications of mixed graphs in network theory, where now only graphs and digraphs play a role [27] (notice Chapters 2 and 3 on graphs and digraphs).
Since the area of mixed graph decompositions is little studied, there is significant potential for future research. The approach presented here, as explained in Section 2.1 and Section 2.2, could be applied, for example, to additional mixed star decompositions of complete mixed graphs and λ -fold complete mixed graphs. Since a mixed star in such a decomposition must have twice as many arcs as edges, then this requires a partially oriented mixed star, S 3 n , with 2 n arcs. There are 2 n + 1 such partial orientations of S 3 n . Constructions of S 3 n -decompositions of M v (and of λ M v ) should lend themselves, at least in part, to the approach used here. Decompositions of complete bipartite mixed graphs (and λ -fold versions thereof) are unsolved; in fact, they could form part of a recursive construction for decompositions of M v and λ M v . The complete mixed graph with a hole also offers an opportunity for various decompositions. When considering these different types of complete mixed graphs, or any other type (in which any two vertices are either not adjacent or are joined by one edge and two distinct arcs), there is the possibility for a decomposition into partial orientations of stars.
We have used cyclic and rotational permutations in our approach to the constructions of Section 2. This motivates the study of star decompositions of M v (and λ M v ), which admit certain permutations as automorphisms. In addition to cyclic and rotational permutations, Steiner triple systems have been studied for the existence of k-rotational automorphisms (such automorphisms consist of one fixed point and k disjoint cycles of the same length; therefore a “rotational” automorphism is a special case of a k-rotational automorphism, since it is just a 1-rotational automorphism) [25]. The question of k-rotational mixed star designs is unaddressed (except for the parts of the special case k = 1 , which appears in this work). A reverse permutation on a set of even size 2 n consists of n disjoint transpositions, and on an odd set of size 2 n + 1 consists of one fixed point and n disjoint transpositions. Steiner triple systems admitting a reverse automorphism have been considered [28]. A bicyclic permutation is one consisting of two disjoint cycles, and a tricyclic permutation is one consisting of three disjoint cycles. Future research on mixed star designs (closely related to the topic of this paper) could include the conditions under which they admit reverse, bicyclic, or tricyclic automorphisms. Many of the other design theory ideas, such as automorphism groups, packings, coverings, and embeddings, are available for study in the setting of mixed star designs. The area is fertile for further exploration.

Author Contributions

Conceptualization, R.G. and K.K.; formal analysis, R.G. and K.K.; writing—original draft preparation, R.G. and K.K.; writing—review and editing, R.G. and K.K. All authors have read and agreed to the published version of the manuscript.

Funding

This research received no external funding.

Institutional Review Board Statement

Not applicable.

Informed Consent Statement

Not applicable.

Data Availability Statement

No new data were created nor any data used in this study.

Acknowledgments

The authors thank the anonymous reviewers for their useful suggestions, which have resulted in a more thorough and clearer presentation of our results.

Conflicts of Interest

The authors declare no conflict of interest.

List of Symbols

The following table includes the symbols used in this paper and their meaning.
G = ( V , E ) Graph with vertex set V and edge set E
{ u , v } = u v Edge joining vertices u and v
K v Complete graph on v vertices
C v Cycle of length v
S v Star on v + 1 vertices
λ K v The λ -fold complete graph on v vertices
D = ( V , A ) Digraph with vertex set V and arc set A
init ( a ) Initial vertex of arc a
ter ( a ) Terminal vertex of arc a
( u , v ) The arc with initial vertex u and terminal vertex v
D v The complete digraph on v vertices
λ D v The λ -fold complete digraph on v vertices
M = ( V , E , A ) Mixed graph with vertex set V, edge set E, and arc set A
M v The complete mixed graph on v vertices
λ M v The λ -fold complete mixed graph
F = ( V , E , σ , μ ) Fuzzy graph with vertex set V, edge set E,
fuzzy edge set σ , and fuzzy vertex set μ
γ = { g 1 , , g n } A g-decomposition of graph G
γ = { d 1 , , d n } A d-decomposition of digraph D
γ = { m 1 , , m n } A m-decomposition of mixed graph M

References

  1. Diestel, R. Graph Theory, 5th ed.; Graduate Texts in Mathematics #173; Springer: New York, NY, USA, 2017. [Google Scholar]
  2. Cook, W. In Pursuit of the Traveling Salesman; Princeton University Press: Princeton, NJ, USA, 2012. [Google Scholar]
  3. Hartsfield, N.; Ringel, G. Pearls in Graph Theory; Revised and Augmented; Academic Press: San Diego, CA, USA, 1994. [Google Scholar]
  4. Bondy, J.A.; Murty, U.S.R. Graph Theory; Graduate Texts in Mathematics #244; Springer: New York, NY, USA, 2008. [Google Scholar]
  5. Wu, L.; Cui, P.; Pei, J.; Zhao, L. (Eds.) Graph Neural Networks: Foundations, Frontiers, and Applications; Springer: New York, NY, USA, 2022. [Google Scholar]
  6. Harary, F.; Palmer, E. Enumeration of mixed graphs. Proc. Amer. Math. Soc. 1966, 17, 682–687. [Google Scholar] [CrossRef]
  7. Mathew, S.; Mordeson, J.; Malik, D. Fuzzy Graph Theory; Springer: New York, NY, USA, 2018. [Google Scholar]
  8. Poulik, S.; Ghorai, G.; Xin, Q. Explication of crossroads order based on Randic index of graph with fuzzy information. Soft. Comput. 2024, 28, 1851–1864. Available online: https://0-link-springer-com.brum.beds.ac.uk/article/10.1007/s00500-023-09453-6#citeas (accessed on 21 November 2023). [CrossRef]
  9. Das, S.; Poulik, S.; Ghorai, G. Picture fuzzy φ-tolerance competition graphs with its application. J. Ambient. Intell. Human. Comput. 2023. Available online: https://0-link-springer-com.brum.beds.ac.uk/article/10.1007/s12652-023-04704-8#citeas (accessed on 21 November 2023). [CrossRef]
  10. Lindner, C.; Rodger, C. Design Theory, 2nd ed.; CRC Press: Baton Rouge, LA, USA, 2008. [Google Scholar]
  11. Alspach, B.; Gavlas, H. Cycle decompositions of Kn and Kn-I. J. Combin. Theory Ser. B 2001, 81, 77–99. [Google Scholar] [CrossRef]
  12. Šajna, M. Cycle decompositions III: Complete graphs and fixed length cycles. J. Combin. Des. 2002, 10, 27–78. [Google Scholar] [CrossRef]
  13. Buratti, M. Rotational k-cycle systems of order v<3k; another proof of the existence of odd cycle systems. J. Combin. Des. 2003, 11, 433–441. [Google Scholar]
  14. Lin, C.; Shyu, T. A necessary and sufficient condition for the star decomposition of complete graphs. J. Graph Theory 1996, 23, 361–364. [Google Scholar] [CrossRef]
  15. Hanani, H. The existence and construction of balanced incomplete block designs. Annals Math. Stat. 1961, 32, 361–386. [Google Scholar] [CrossRef]
  16. Mendelsohn, N. A natural generalization of Steiner triple systems. In Computers in Number Theory; Atkin, A., Birch, B., Eds.; Academic Press: New York, NY, USA, 1971; pp. 323–338. [Google Scholar]
  17. Hung, S.; Mendelsohn, N. Directed triple systems. J. Combin. Th. Ser. A 1973, 14, 310–318. [Google Scholar] [CrossRef]
  18. Bennett, F. Direct constructions for perfect 3-cyclic designs. Annals Discrete Math. 1982, 15, 63–68. [Google Scholar]
  19. Seberry, J.; Skillcorn, D. All directed BIBDs with k=3 exist. J. Combin. Theory Ser. A 1980, 29, 244–248. [Google Scholar] [CrossRef]
  20. Bosák, J. Decompositions of Graphs; Mathematics and its Applications #47; Kluwer Academic Publishers: Boston, MA, USA, 1990. [Google Scholar]
  21. Colbourn, C.; Rosa, A. Triple Systems; Oxford Science Publications; Clarendon Press: Oxford, UK, 1999. [Google Scholar]
  22. Gardner, R. Triple systems from mixed graphs. Bull. Inst. Combin. Appl. 1999, 27, 95–100. [Google Scholar]
  23. Beeler, R.A.; Meadows, A.M. Decompositions of mixed graphs using partial orientations of P4 and S3. Int. J. Pure Appl. Math. 2009, 56, 63–67. [Google Scholar]
  24. Culver, C.; Gardner, R. Decompositions of the complete mixed graph into mixed stars. Int. J. Innov. Sci. Math. 2020, 8, 110–114. [Google Scholar]
  25. Phelps, K.; Rosa, A. Steiner triple systems with rotational automorphisms. Discrete Math. 1981, 22, 57–66. [Google Scholar] [CrossRef]
  26. Stinson, D. Combinatorial Designs: Constructions and Analysis; Springer: New York, NY, USA, 2004. [Google Scholar]
  27. Steen, M. Graph Theory and Complex Networks: An Introduction; Maarten van Steen: Amsterdam, The Netherlands, 2010. [Google Scholar]
  28. Teirlinck, L. The existence of reverse Steiner triple systems. Discrete Math. 1973, 6, 301–302. [Google Scholar] [CrossRef]
Figure 1. The five partial orientations of S 6 with four arcs and two edges and the notation we use to represent them.
Figure 1. The five partial orientations of S 6 with four arcs and two edges and the notation we use to represent them.
Appliedmath 04 00011 g001
Disclaimer/Publisher’s Note: The statements, opinions and data contained in all publications are solely those of the individual author(s) and contributor(s) and not of MDPI and/or the editor(s). MDPI and/or the editor(s) disclaim responsibility for any injury to people or property resulting from any ideas, methods, instructions or products referred to in the content.

Share and Cite

MDPI and ACS Style

Gardner, R.; Kosebinu, K. Decompositions of the λ-Fold Complete Mixed Graph into Mixed 6-Stars. AppliedMath 2024, 4, 211-224. https://0-doi-org.brum.beds.ac.uk/10.3390/appliedmath4010011

AMA Style

Gardner R, Kosebinu K. Decompositions of the λ-Fold Complete Mixed Graph into Mixed 6-Stars. AppliedMath. 2024; 4(1):211-224. https://0-doi-org.brum.beds.ac.uk/10.3390/appliedmath4010011

Chicago/Turabian Style

Gardner, Robert, and Kazeem Kosebinu. 2024. "Decompositions of the λ-Fold Complete Mixed Graph into Mixed 6-Stars" AppliedMath 4, no. 1: 211-224. https://0-doi-org.brum.beds.ac.uk/10.3390/appliedmath4010011

Article Metrics

Back to TopTop