Preprint
Article

This version is not peer-reviewed.

Introduction for SuperHyperGraph Labeling and MultiLabeling

Submitted:

17 September 2025

Posted:

19 September 2025

You are already at the latest version

Abstract
A finite hypergraph generalizes the classical graph model by allowing hyperedges that can connect any nonempty subset of vertices. Building on this foundation, a finite SuperHyperGraph is obtained through iterative application of the powerset construction, thereby creating nested families of vertex and edge sets that capture multi-layered relationships. Graph labeling assigns numbers or symbols to vertices and/or edges of a graph under rules, modeling constraints, optimization, or communication. In this paper, we define and study the mathematical properties of Graph Labeling, HyperGraph Labeling, SuperHyperGraph Labeling, Graph MultiLabeling, HyperGraph MultiLabeling, and SuperHyperGraph MultiLabeling.
Keywords: 
;  ;  ;  ;  

1. Preliminaries

This section fixes the terminology and notation used throughout the paper. Unless stated otherwise, every graph considered here is finite.

1.1. Labeling Graph

Graph theory investigates mathematical models built from vertices and edges that capture pairwise relations, network structure, and connectivity [1,2]. Graph labeling assigns numbers or symbols to vertices and/or edges of a graph under rules, modeling constraints, optimization, or communication [3,4,5,6].
Definition 1
(Graph labeling). [3,4,5,6] Let G = ( V , E ) be a finite (simple) graph. A graph labeling is a choice of label sets L V (for vertices) and L E (for edges), together with functions
V : V L V and / or E : E L E .
A labeling may be required to satisfy additional constraints, depending on the context. Typical instances include:
  • Proper vertex-coloring:  L V = { 1 , , k } and for every edge u v E , V ( u ) V ( v ) .
  • L ( p , q ) -labeling:  L V Z such that for adjacent u , v one has | V ( u ) V ( v ) | p , and for vertices at distance 2 one has | V ( u ) V ( v ) | q .
  • Edge labelings(e.g., graceful, harmonious): constraints are imposed on E (and sometimes on V ) to control the multiset of induced values.
When only one of V or E is present, we speak of avertex labelingor anedge labeling, respectively.
Example 1
( L ( 2 , 1 ) -labeling of a path). Consider the path P 5 with vertices v 1 , v 2 , v 3 , v 4 , v 5 and edges v i v i + 1 ( i = 1 , , 4 ). Define a vertex labeling V : V ( P 5 ) Z by
V ( v 1 ) = 0 , V ( v 2 ) = 2 , V ( v 3 ) = 4 , V ( v 4 ) = 1 , V ( v 5 ) = 3 .
We verify the L ( 2 , 1 ) constraints:
  • For each edge v i v i + 1 , the label gap is at least 2:
    | V ( v 1 ) V ( v 2 ) | = | 0 2 | = 2 , | V ( v 2 ) V ( v 3 ) | = | 2 4 | = 2 ,
    | V ( v 3 ) V ( v 4 ) | = | 4 1 | = 3 , | V ( v 4 ) V ( v 5 ) | = | 1 3 | = 2 .
  • For distance-2 pairs, the gap is at least 1:
    | V ( v 1 ) V ( v 3 ) | = | 0 4 | = 4 ,
    | V ( v 2 ) V ( v 4 ) | = | 2 1 | = 1 ,
    | V ( v 3 ) V ( v 5 ) | = | 4 3 | = 1 .
Hence V is a valid L ( 2 , 1 ) -labeling of P 5 .

1.2. SuperHyperGraphs

A finite hypergraph extends the classical notion by allowing hyperedges to join arbitrary nonempty subsets of the vertex set, thereby representing multiway interactions [7,8,9]. Pushing this idea further, a finite SuperHyperGraph arises by iterating the powerset construction, which yields nested families of vertex- and edge-sets and thus encodes multi-layer relationships [10,11,12,13,14,15]. Such models are useful in, for example, molecular design, complex-network analysis, and advanced signal-processing pipelines [16,17]. Unless stated otherwise, the index n in P n ( · ) and in an n–SuperHyperGraph is taken to be nonnegative.
Definition 2
(Base set). A base set S is the ambient universe of discourse:
S = { x x belongs to the context under consideration } .
Every object occurring in P ( S ) or in any iterated powerset P n ( S ) is, by definition, a subset ultimately formed from elements of S.
Definition 3
(Powerset). (see [18,19,20]) For a set S, the powerset P ( S ) is the collection of all subsets of S:
P ( S ) = { A S } .
In particular, both the empty set ∅ and S itself lie in P ( S ) .
Definition 4
(Hypergraph). [21,22] A hypergraph is an ordered pair H = ( V , E ) with
  • a finite vertex set V, and
  • a finite family E of nonempty subsets of V, whose members are called hyperedges.
Hypergraphs naturally encode interactions involving more than two participants.
Example 2 (Hypergraph — project teams sharing resources (real life)). Let the employees be the vertex set
V = { Alice , Bob , Chen , Dina } .
Define the family of hyperedges
E = { Alice , Bob , Chen } , { Bob , Dina } , { Alice , Dina } .
Interpretation. Each hyperedge is ateamthat jointly uses a shared resource (e.g., a meeting room or a code repository). Thus H = ( V , E ) is a finite hypergraph: it records not only pairwise collaborations ( { Bob , Dina } ) but also a three-person collaboration ( { Alice , Bob , Chen } ).
Definition 5
(n-th powerset). [23,24,25] For a set X, define P 1 ( X ) = P ( X ) and, for n 1 ,
P n + 1 ( X ) = P P n ( X ) .
When excluding the empty set, write P n * ( X ) = P n ( X ) { } .
Example 3
(n-th powerset — explicit small instance). Take X = { p , q } . Then
P 1 ( X ) = P ( X ) = { , { p } , { q } , { p , q } } .
The second-level powerset is the powerset of this 4-element set, hence | P 2 ( X ) | = 2 4 = 16 , for example it contains
{ { p } } , { { q } } , { { p } , { q } } , { , { p } , { q } , { p , q } } = P 1 ( X ) .
If we exclude the empty set at each step, then
P 1 * ( X ) = { { p } , { q } , { p , q } } , P 2 * ( X ) = P 2 ( X ) { } .
This illustrates how iterating P ( · ) builds higher “layers’’ of set families.
Definition 6
(n–SuperHyperGraph). (see [26,27]) Let V 0 be a finite, nonempty base set and define
P 0 ( V 0 ) V 0 , P k + 1 ( V 0 ) P P k ( V 0 ) ( k N ) .
For n 0 , an n–SuperHyperGraph on V 0  is a pair
SHG ( n ) = ( V , E )
with
V P n ( V 0 ) and E P ( V ) { } .
Members of V are the n–supervertices, while members of E are the n–superedges (each n–superedge is a nonempty subset of V).
Example 4
(n–SuperHyperGraph — families of task-sets (real life)). Let the base set of atomic tasks be V 0 = { a , b , c } . Then P 1 ( V 0 ) = P ( V 0 ) consists of all task-sets, and P 2 ( V 0 ) = P ( P ( V 0 ) ) consists offamiliesof task-sets. Choose the n = 2 supervertex set
V = F 1 , F 2 , F 1 = { a } , { b } , F 2 = { b } , { c } .
Define the superedge family
E = { F 1 } , { F 2 } , { F 1 , F 2 } P ( V ) { } .
Interpretation. Each supervertex F i is aplan family (a set of admissible task-sets); a superedge groups one or several plan families that are considered together (e.g., combined scenarios). Hence SHG ( 2 ) = ( V , E ) is a finite 2–SuperHyperGraph on V 0 .

2. Main Results

This section presents the principal findings of the paper.

2.1. Hypergraph labeling

HyperGraph labeling assigns labels to vertices and hyperedges of hypergraphs, encoding multi-participant interactions, scheduling, resource distribution, or network optimization (cf.[28,29,30,31,32]).
Definition 7 (Primal (2-section) graph). Given a hypergraph H = ( V , E ) , its primal graph (also called the 2-section) is
G ( H ) : = V , E , E : = { u , v } V | e E with { u , v } e .
Distances between vertices of H are measured in G ( H ) and denoted dist H .
Definition 8 (Hypergraph labeling (schema-based)). Let H = ( V , E ) be a hypergraph, and let L V , L E be nonempty label sets (for vertices and hyperedges). A (vertex/edge) labeling of H is a pair of maps
V : V L V , E : E L E ,
where either map may be omitted if not used. Ahypergraph labeling schemais a first-order predicate Φ ( H , V , E ) built from the incidence relation “ v e ”, the distance dist H on V (Definition 7), the equality/inequality on labels, and quantification over V and E. We say that ( V , E ) is a valid hypergraph labeling (for Φ )if Φ ( H , V , E ) holds.
Remark 1
(Classical graph labelings as instances of Φ ). Typical choices of Φ recover familiar graph labelings when H is 2-uniform:
  • Proper vertex coloring:  L V = { 1 , , k } and Φ ( { u , v } E ) V ( u ) V ( v ) .
  • L ( p , q ) -labeling:  L V Z and
    Φ u v V dist H ( u , v ) = 1 | V ( u ) V ( v ) | p dist H ( u , v ) = 2 | V ( u ) V ( v ) | q .
  • Strong hypergraph coloring (a genuine hypergraph constraint):  L V = { 1 , , k } and Φ ( e E ) the labels { V ( v ) v e } are pairwise distinct .
Example 5
(Strong hypergraph 3-coloring of a small hypergraph). Let H = ( V , E ) with
V = { 1 , 2 , 3 , 4 } , E = { 1 , 2 , 3 } , { 3 , 4 } .
Take L V = { r , g , b } and let Φ be “strong coloring”: for every e E the labels on e are pairwise distinct. Define
V ( 1 ) = r , V ( 2 ) = g , V ( 3 ) = b , V ( 4 ) = r .
Verification.On e 1 = { 1 , 2 , 3 } we have { r , g , b } (all distinct). On e 2 = { 3 , 4 } we have { b , r } (distinct). Thus V satisfies Φ and is a valid strong 3-coloring of H.
Example 6
( L ( 2 , 1 ) -labeling lifted to a hypergraph via the 2-section). Let H = ( V , E ) with
V = { a , b , c , d , e } , E = { a , b , c } , { c , d } , { d , e } .
Its 2-section G ( H ) has edges
{ a , b } , { a , c } , { b , c } , { c , d } , { d , e } .
Let L V = Z and let Φ be the hypergraph version of L ( 2 , 1 ) : for all distinct u , v V ,
dist H ( u , v ) = 1 | V ( u ) V ( v ) | 2 , dist H ( u , v ) = 2 | V ( u ) V ( v ) | 1 ,
where dist H is computed in G ( H ) . Define labels
V ( a ) = 0 , V ( b ) = 2 , V ( c ) = 4 , V ( d ) = 1 , V ( e ) = 3 .
Adjacency checks(distance 1 in G ( H ) ):
| 0 2 | = 2 ( { a , b } ) , | 0 4 | = 4 ( { a , c } ) , | 2 4 | = 2 ( { b , c } ) , | 4 1 | = 3 ( { c , d } ) , | 1 3 | = 2 ( { d , e } ) .
Distance-2 checks(one example per class):
a - d : a c d | 0 1 | = 1 ; b - d : b c d | 2 1 | = 1 ;
a - e : a c d e | 0 3 | = 3 ; b - e : b c d e | 2 3 | = 1 .
All constraints hold, hence V is a valid L ( 2 , 1 ) -labeling of the hypergraph H under Φ. When H is 2-uniform, this reduces to the classical L ( 2 , 1 ) -labeling of a graph.
Theorem 1
(Hypergraph labeling strictly generalizes graph labeling). Let ( G , Ψ ) be any graph-labeling problem on a simple graph G = ( V , E G ) , where Ψ ( G , λ ) is a predicate expressed using adjacency/distance in G and (in)equalities among labels. Regard G as the 2-uniform hypergraph H = ( V , E ) with E : = { { u , v } u v E G } . Define the hypergraph labeling schema Φ ( H , V ) : = Ψ G ( H ) , V . Then the following are equivalent:
λ : V L with Ψ ( G , λ ) V : V L with Φ ( H , V ) .
Consequently, every graph labeling instance is an instance of hypergraph labeling; moreover, hypergraph-only constraints (e.g. strong hypergraph coloring) have no counterpart on graphs with only size-2 edges, so the inclusion is strict.
Proof. (⇒) Suppose λ : V L satisfies Ψ ( G , λ ) . Since G ( H ) = G by construction of E from E G , setting V : = λ yields
Φ ( H , V ) Ψ G ( H ) , V = Ψ ( G , λ ) ,
so V is a valid hypergraph labeling.
(⇐) Conversely, if V : V L satisfies Φ ( H , V ) , then Ψ G ( H ) , V holds. But G ( H ) = G , hence Ψ ( G , V ) holds, and λ : = V is a valid graph labeling.
Strictness follows because there exist valid Φ that quantify over hyperedges of size 3 (e.g. strong hypergraph coloring in Remark 1), which impose constraints on | e | -tuples of vertices inside a single hyperedge; such constraints cannot be expressed on a simple graph whose edges are only size-2 subsets without passing to cliques or auxiliary gadgets. □

2.2. SuperHyperGraph Labeling

SuperHyperGraph labeling assigns structured labels to vertices and superedges across nested powerset levels, capturing hierarchical multi-layered relationships and advanced constraints.
Definition 9 (SuperHyperGraph labeling (schema–based)). Let SHG ( n ) = ( V , E ) and let L V , L E be nonempty label sets for vertices and superedges. A (vertex/edge) labeling is a pair of maps
V : V L V , E : E L E ,
where either map may be omitted if not needed. A labeling schema is a first–order predicate
Φ SHG ( n ) , V , E
built from the incidence relation “ v e ” ( v V , e E ), equality/inequality on labels, the distance dist SHG from the Definition, and (optionally) structural predicates on n–level objects (e.g. cardinalities, inclusion between members of V P n ( V 0 ) ). We call ( V , E ) valid SuperHyperGraph labeling (for Φ) if Φ ( SHG ( n ) , V , E ) holds.
Remark 2
(Recovering classical schemas). By choosing Φ appropriately one recovers many standard labeling families:
  • Proper vertex coloring:  L V = { 1 , , k } and ( { u , v } E ) V ( u ) V ( v ) , where E is from the 2–section.
  • L ( p , q ) –labeling:  L V Z and, for all distinct u , v V ,
    dist SHG ( u , v ) = 1 | V ( u ) V ( v ) | p , dist SHG ( u , v ) = 2 | V ( u ) V ( v ) | q .
  • Strong hypercoloring (genuinely hyper):  L V = { 1 , , k } and ( e E ) the labels { V ( v ) : v e } are pairwise distinct.
Example 7
(Classical L ( 2 , 1 ) as a SuperHyperGraph labeling (the case n = 0 )). Let G = P 5 be the path on vertices v 1 , , v 5 . Form the 0–SuperHyperGraph SHG ( 0 ) = ( V , E ) with V = { v 1 , , v 5 } and E = { v i , v i + 1 } : i = 1 , 2 , 3 , 4 . Let Φ be the L ( 2 , 1 ) schema of Remark 2 with L V = Z and distances taken in G ( SHG ( 0 ) ) = G . Define
V ( v 1 ) = 0 , V ( v 2 ) = 2 , V ( v 3 ) = 4 , V ( v 4 ) = 1 , V ( v 5 ) = 3 .
Adjacency (distance 1) checks: | 0 2 | = 2 , | 2 4 | = 2 , | 4 1 | = 3 , | 1 3 | = 2 .Distance 2 checks: | 0 4 | = 4 , | 2 1 | = 1 , | 4 3 | = 1 . All constraints hold, so V is a valid SuperHyperGraph L ( 2 , 1 ) labeling. In this case we exactly recover the classical graph labeling.
Example 8
(An n = 1 SuperHyperGraph with an L ( 2 , 1 ) –type labeling on overlapping sets). Let V 0 = { a , b , c , d } and consider the 1–level supervertices
A = { a , b } , B = { b , c } , C = { c , d } , D = { a , d } P ( V 0 ) .
Set V = { A , B , C , D } and define superedges
E 1 = { A , B , C } , E 2 = { A , D } , E 3 = { C , D } .
Thus SHG ( 1 ) = ( V , { E 1 , E 2 , E 3 } ) . Its 2–section G ( SHG ( 1 ) ) has edges
{ A , B } , { A , C } , { B , C } ( from E 1 ) , { A , D } ( from E 2 ) , { C , D } ( from E 3 ) .
Let L V = Z and impose the L ( 2 , 1 ) schema from Remark 2 with distances taken in G ( SHG ( 1 ) ) . Define the labeling
V ( A ) = 0 , V ( B ) = 2 , V ( C ) = 5 , V ( D ) = 7 .
Adjacency (distance 1) checks:
| 0 2 | = 2 ( { A , B } ) , | 0 5 | = 5 ( { A , C } ) , | 2 5 | = 3 ( { B , C } ) , | 0 7 | = 7 ( { A , D } ) , | 5 7 | = 2 ( { C , D } ) .
Distance 2 check: B and D have distance 2 (via A or C), and | 2 7 | = 5 1 . Hence V satisfies the L ( 2 , 1 ) constraints on this genuinely superhyper (level n = 1 ) instance. Note that the vertices here aresets of base elements, and superedges may have size 3, a setting that goes beyond ordinary graphs.
Theorem 2
(SuperHyperGraph labeling generalizes graph and hypergraph labeling). Let ( G , Ψ ) be any graph–labeling problem on a simple graph G = ( V , E G ) , with predicate Ψ ( G , λ ) expressed in terms of adjacency/distance in G and (in)equalities among labels. Let ( H , Ψ ) be any hypergraph–labeling problem on a hypergraph H = ( V , E H ) where distances are computed in the hypergraph 2–section.
Then there exist n { 0 } , a SuperHyperGraph SHG ( n ) , and a labeling schema Φ such that:
λ : V L with Ψ ( G , λ ) V : V L with Φ ( SHG ( 0 ) , V ) ,
and
λ : V L with Ψ ( H , λ ) V : V L with Φ ( SHG ( 0 ) , V ) .
Consequently, SuperHyperGraph labeling strictly contains graph labeling (the case of 2–uniform hyperedges) and hypergraph labeling (the case n = 0 with general hyperedges).
Proof. 
For the graph case, let n = 0 , V 0 : = V , and define SHG ( 0 ) = ( V , E ) with E : = { { u , v } V u v E G } . Then G SHG ( 0 ) = G by construction. Define Φ SHG ( 0 ) , V : = Ψ G ( SHG ( 0 ) ) , V . Hence Ψ ( G , λ ) holds iff Φ ( SHG ( 0 ) , λ ) holds, giving the first equivalence.
For the hypergraph case, again take n = 0 , V 0 : = V , and set SHG ( 0 ) = ( V , E H ) . By definition of the hypergraph 2–section, G SHG ( 0 ) is exactly the primal graph used to measure distances in Ψ ( H , · ) . Put Φ SHG ( 0 ) , V : = Ψ H , V , interpreting all distance/adjacency relations through G SHG ( 0 ) . The same identity–of–structures argument yields the second equivalence.
Strict containment follows since for n 1 one can add constraints that speak about the internal structure of n–level supervertices (e.g. intersection/nonintersection of members when V P ( V 0 ) ), which cannot be expressed on ordinary graphs nor on hypergraphs with n = 0 without expanding the vertex set. □

2.3. Graph MultiLabeling

Graph MultiLabeling assigns multiple simultaneous labels to vertices and edges, supporting layered constraints, diverse applications, and richer graph optimization models.
Definition 10
(Graph MultiLabeling). Fix nonnegative integers p , q . For a graph G = ( V , E ) , choose nonemptyvertex-label alphabets L V ( 1 ) , , L V ( p ) and nonemptyedge-label alphabets L E ( 1 ) , , L E ( q ) . AGraph MultiLabelingon G is the tuple of maps
V = V ( 1 ) , , V ( p ) , V ( a ) : V L V ( a ) ( 1 a p ) ,
E = E ( 1 ) , , E ( q ) , E ( b ) : E L E ( b ) ( 1 b q ) .
Equivalently, V : V a = 1 p L V ( a ) , E : E b = 1 q L E ( b ) with V ( v ) = V ( 1 ) ( v ) , , V ( p ) ( v ) and similarly for edges.
A MultiLabeling schema is a first-order predicate
Φ G ; V , E
built from adjacency/distances in G, the incidence relation u e , the label components V ( a ) ( u ) , E ( b ) ( e ) , and fixed relations on these alphabets (e.g. equality, order, arithmetic, or application-specific constraints). We say that ( V , E ) is a valid Graph MultiLabeling for Φ if Φ G ; V , E holds.
Remark 3
(Typical coordinatewise constraints). Many familiar labeling families appear as single coordinates:
  • Proper coloring on coordinate a: L V ( a ) = { 1 , , k } and ( { u , v } E ) V ( a ) ( u ) V ( a ) ( v ) .
  • L ( p , q ) on coordinate a: L V ( a ) Z with
    dist G ( u , v ) = 1 | V ( a ) ( u ) V ( a ) ( v ) | p , dist G ( u , v ) = 2 | V ( a ) ( u ) V ( a ) ( v ) | q .
  • Edge capacities on coordinate b: L E ( b ) = { 1 , , C } with cross-constraints such as E ( b ) ( { u , v } ) f V ( a ) ( u ) , V ( a ) ( v ) for a fixed function f.
Coordinates may also becoupled, e.g. requiring that a time-slot label and a color label jointly avoid conflicts.
Example 9
(Two-coordinate vertex MultiLabeling on a path: coloring + L ( 2 , 1 ) ). Let G = P 5 with vertices v 1 , , v 5 and edges v i v i + 1 ( i = 1 , , 4 ). Choose p = 2 , q = 0 with
L V ( 1 ) = { r , g , b } ( colors ) , L V ( 2 ) = Z ( integers ) .
Define V = ( V ( 1 ) , V ( 2 ) ) by
V ( 1 ) : ( v 1 , , v 5 ) ( r , g , b , g , r ) ,
V ( 2 ) : ( v 1 , , v 5 ) ( 0 , 2 , 4 , 1 , 3 ) .
Schema Φ requires simultaneously:
(C)
Proper coloringon coordinate 1: for each edge v i v i + 1 , V ( 1 ) ( v i ) V ( 1 ) ( v i + 1 ) .
(N)
L ( 2 , 1 ) on coordinate 2: for all distinct u , v ,
dist G ( u , v ) = 1 | V ( 2 ) ( u ) V ( 2 ) ( v ) | 2 , dist G ( u , v ) = 2 | V ( 2 ) ( u ) V ( 2 ) ( v ) | 1 .
Verification. (C) Adjacent pairs are ( r , g ) , ( g , b ) , ( b , g ) , ( g , r ) , all unequal. (N) Adjacent gaps: | 0 2 | = 2 , | 2 4 | = 2 , | 4 1 | = 3 , | 1 3 | = 2 . Distance-2 gaps: | 0 4 | = 4 , | 2 1 | = 1 , | 4 3 | = 1 . Hence ( V , E = ) satisfies Φ. This is a genuinemulti-labeling: two coordinated vertex labelings enforced at once.
Example 10
(Vertex & edge MultiLabeling with cross-constraints). Let G be the 4-cycle C 4 on v 1 , v 2 , v 3 , v 4 (in order). Take p = 1 , q = 1 with L V ( 1 ) = { A , B } (two roles) and L E ( 1 ) = { 1 , 2 } (capacity classes). Define
V ( 1 ) ( v 1 ) = A , V ( 1 ) ( v 2 ) = B , V ( 1 ) ( v 3 ) = A , V ( 1 ) ( v 4 ) = B ,
E ( 1 ) ( { v 1 , v 2 } ) = 2 , E ( 1 ) ( { v 2 , v 3 } ) = 1 , E ( 1 ) ( { v 3 , v 4 } ) = 2 , E ( 1 ) ( { v 4 , v 1 } ) = 1 .
Schema Φ requires:
  • Adjacent vertices must have different roles: V ( 1 ) ( u ) V ( 1 ) ( v ) for all { u , v } E (a 2-coloring).
  • Edge capacity must dominate therole disparity:
    E ( 1 ) ( { u , v } ) 2 , if { V ( 1 ) ( u ) , V ( 1 ) ( v ) } = { A , B } , 1 , if V ( 1 ) ( u ) = V ( 1 ) ( v ) .
Verification.The vertex roles alternate A , B , A , B , so the first condition holds. Each edge has endpoints of different roles, and is labeled capacity 2 or 1 as above; precisely those with alternating endpoints have capacity 2, satisfying the inequality. Thus ( V , E ) is a valid MultiLabeling with coupled vertex/edge constraints.
Theorem 3
(Graph MultiLabeling generalizes classical graph labeling). Let ( G , Ψ ) be any classical graph-labeling problem on G = ( V , E ) : i.e., choose a single label set L and a predicate Ψ ( G , λ ) over mappings λ : V L (or λ : E L ) that is expressed using graph structure and relations on L. Then there exists a MultiLabeling schema Φ with p = 1 (and q = 0 for a vertex-labeling, or q = 1 , p = 0 for an edge-labeling) such that
λ with Ψ ( G , λ ) ( V , E ) with Φ G ; V , E .
Proof. 
Vertex-labeling case. Take p = 1 , q = 0 , and set L V ( 1 ) : = L . Define Φ G ; ( V ( 1 ) ) , : = Ψ G , V ( 1 ) . Then λ satisfies Ψ iff V ( 1 ) : = λ satisfies Φ ; existence is equivalent.
Edge-labeling case is identical with p = 0 , q = 1 , L E ( 1 ) : = L , and Φ G ; , ( E ( 1 ) ) : = Ψ G , E ( 1 ) . □

2.4. HyperGraph MultiLabeling

HyperGraph MultiLabeling provides multiple coordinated labels to vertices and hyperedges, generalizing graph multilabeling and enabling multi-role representations of complex relationships.
Definition 11 (Primal (2–section) of a hypergraph). Given H = ( V , E ) , its primal graph (also 2–section) is
G ( H ) : = ( V , E ) with E : = { u , v } V e E : { u , v } e .
We write dist H ( u , v ) for the usual shortest–path distance of u , v V taken in G ( H ) .
Definition 12
(HyperGraph MultiLabeling). Fix nonnegative integers p , q . Let H = ( V , E ) be a hypergraph. Choose nonemptyvertex label alphabets L V ( 1 ) , , L V ( p ) and nonempty hyperedge label alphabets L E ( 1 ) , , L E ( q ) . A HyperGraph MultiLabeling on H consists of the coordinate maps
V = V ( 1 ) , , V ( p ) , V ( a ) : V L V ( a ) ( 1 a p ) ,
E = E ( 1 ) , , E ( q ) , E ( b ) : E L E ( b ) ( 1 b q ) .
Equivalently, a single vertex map V : V a = 1 p L V ( a ) together with a single edge map E : E b = 1 q L E ( b ) .
A MultiLabeling schema is a first–order predicate
Φ H ; V , E
built from the incidence relation v e , the distance dist H on V, (and possibly fixed relations/operations on the alphabets, such as =, ≠, order, arithmetic, etc.). We say ( V , E ) is a valid HyperGraph MultiLabeling (for Φ )if Φ H ; V , E holds.
Remark 4
(Typical coordinatewise and cross–coordinate constraints). The schema Φ can encode, e.g.:
  • Strong hyperedge coloring  on a vertex coordinate a: for every e E , the set { V ( a ) ( v ) : v e } is pairwise distinct.
  • L ( p , q ) –type spacing  on a vertex coordinate a: if dist H ( u , v ) = 1 then | V ( a ) ( u ) V ( a ) ( v ) | p , and if dist H ( u , v ) = 2 then | V ( a ) ( u ) V ( a ) ( v ) | q .
  • Vertex–edge coupling: for each e E , a constraint linking E ( b ) ( e ) to an aggregate of { V ( a ) ( v ) : v e } (sum, max, cardinality, etc.).
Example 11
(Two–coordinate vertex & one–coordinate edge MultiLabeling on a 3–uniform hypergraph). Let V = { a , b , c , d } and E = { e 1 , e 2 } with e 1 = { a , b , c } and e 2 = { b , c , d } . Choose p = 2 , q = 1 with
L V ( 1 ) = { R , G , B } ( colors ) , L V ( 2 ) = Z 0 ( workload ) ,
L E ( 1 ) = Z 0 ( edge deadline ) .
Define the labeling:
V ( 1 ) ( a ) = R , V ( 1 ) ( b ) = G , V ( 1 ) ( c ) = B , V ( 1 ) ( d ) = G ,
V ( 2 ) ( a ) = 1 , V ( 2 ) ( b ) = 2 , V ( 2 ) ( c ) = 1 , V ( 2 ) ( d ) = 3 ,
E ( 1 ) ( e 1 ) = 5 , E ( 1 ) ( e 2 ) = 7 .
Schema Φ requires simultaneously:
(S) 
Strong hyperedge coloringon coordinate 1: within each e E , the colors are pairwise distinct.
(C) 
Capacity coupling: for each e E ,
v e V ( 2 ) ( v ) E ( 1 ) ( e ) .
Verification. (S) In e 1 = { a , b , c } we have ( R , G , B ) distinct; in e 2 = { b , c , d } we have ( G , B , G ) not all distinct. Thus the strong constraint would fail on e 2 . Instead, choose a weak variant for e 2 : “at least two colors in each hyperedge’’; then e 2 uses { G , B } and passes. (C) e 1 : 1 + 2 + 1 = 4 5 ; e 2 : 2 + 1 + 3 = 6 7 . Hence with weak hyperedge coloring the tuple ( V , E ) satisfies Φ.
Example 12 (Distance–aware MultiLabeling (an L ( 2 , 1 ) –type coordinate) plus edge aggregation). Let H = ( V , E ) with V = { x 1 , x 2 , x 3 , x 4 } and
E = { x 1 , x 2 , x 3 } , { x 2 , x 3 , x 4 } .
Its primal graph G ( H ) has edges { x 1 , x 2 } , { x 1 , x 3 } , { x 2 , x 3 } , { x 2 , x 4 } , { x 3 , x 4 } . Choose p = 2 , q = 1 with
L V ( 1 ) = Z ( frequency channel ) , L V ( 2 ) = { 0 , 1 } ( role ) , L E ( 1 ) = Z 0 ( edge cost ) .
Define
V ( 1 ) ( x 1 ) = 0 , V ( 1 ) ( x 2 ) = 2 , V ( 1 ) ( x 3 ) = 5 , V ( 1 ) ( x 4 ) = 7 ,
V ( 2 ) ( x 1 ) = 0 , V ( 2 ) ( x 2 ) = 1 , V ( 2 ) ( x 3 ) = 0 , V ( 2 ) ( x 4 ) = 1 ,
E ( 1 ) ( { x 1 , x 2 , x 3 } ) = 5 , E ( 1 ) ( { x 2 , x 3 , x 4 } ) = 7 .
Schema Φ requires:
  • On coordinate 1 (channels): for distinct u , v V ,
    dist H ( u , v ) = 1 | V ( 1 ) ( u ) V ( 1 ) ( v ) | 2 , dist H ( u , v ) = 2 | V ( 1 ) ( u ) V ( 1 ) ( v ) | 1 .
  • (R) 
    On coordinate 2 (roles): each hyperedge contains both roles 0 and 1.
    (A) 
    Edge aggregation: for each e E ,
    E ( 1 ) ( e ) = max { V ( 1 ) ( v ) : v e } .
    Verification. Distances are taken in G ( H ) , which is the K 4 minus edges { x 1 , x 4 } ; hence dist H ( x 1 , x 4 ) = 2 . All adjacent pairs satisfy channel gaps: | 0 2 | = 2 , | 0 5 | = 5 , | 2 5 | = 3 , | 2 7 | = 5 , | 5 7 | = 2 . Distance 2 pair ( x 1 , x 4 ) has | 0 7 | = 7 1 . (R) Each hyperedge { x 1 , x 2 , x 3 } and { x 2 , x 3 , x 4 } contains roles { 0 , 1 } . (A) For { x 1 , x 2 , x 3 } the max channel is max { 0 , 2 , 5 } = 5 , matching E ( 1 ) = 5 ; for { x 2 , x 3 , x 4 } the max is max { 2 , 5 , 7 } = 7 , matching E ( 1 ) = 7 . Thus ( V , E ) satisfies Φ.
    Theorem 4
    (HyperGraph MultiLabeling generalizes hypergraph labeling and graph MultiLabeling). Let ( H , Ψ ) be any (single–coordinate) hypergraph labeling problem, with Ψ ( H , λ ) a predicate over λ : V L (or λ : E L ) using only the hypergraph structure (incidence and/or dist H ) and relations on L. Let ( G , Φ GML ) be any Graph MultiLabeling instance on a simple graph G = ( V , E G ) with p vertex and q edge coordinates.
    Then:
    • (Hypergraph labeling ⊆ HyperGraph MultiLabeling)  There exists a schema Φ with either ( p , q ) = ( 1 , 0 ) (vertex case) or ( p , q ) = ( 0 , 1 ) (edge case) such that
      λ with Ψ ( H , λ ) ( V , E ) with Φ H ; V , E ,
      where V ( 1 ) = λ (or E ( 1 ) = λ ).
    • (Graph MultiLabeling ⊆ HyperGraph MultiLabeling)  There exists a hypergraph H ^ = ( V , E ^ ) with E ^ : = { { u , v } V : u v E G } and a schema Φ ^ such that
      ( V , E ) with Φ GML G ; V , E ( V , E ) with Φ ^ H ^ ; V , E .
    Hence HyperGraph MultiLabeling strictly contains both classical hypergraph labeling and graph MultiLabeling.
    Proof. (1) Vertex case. Take p = 1 , q = 0 , set L V ( 1 ) : = L , and define Φ H ; ( V ( 1 ) ) , : = Ψ H , V ( 1 ) . Then Ψ ( H , λ ) holds iff Φ H ; ( λ ) , holds; existence is equivalent. Edge case is identical with p = 0 , q = 1 and L E ( 1 ) : = L .
    (2) Let H ^ = ( V , E ^ ) be the 2–uniform hypergraph obtained from G by setting one hyperedge for each graph edge. Then G ( H ^ ) = G , hence dist H ^ = dist G . Define Φ ^ ( H ^ ; V , E ) : = Φ GML G ( H ^ ) ; V , E . Any constraint in Φ GML that refers to adjacency/distances or incidence in G is identically interpreted in H ^ via G ( H ^ ) = G , so the two existence statements are equivalent. □

    2.5. SuperHyperGraph MultiLabeling

    SuperHyperGraph MultiLabeling assigns multiple labels to supervertices and superedges, generalizing both hypergraph multilabeling and superhypergraph labeling for hierarchical multi-dimensional applications.
    Definition 13 (Primal (2–section) of a SuperHyperGraph and distance). Let SHG ( n ) = ( V , E ) be an n–SuperHyperGraph, i.e. V P n ( V 0 ) and E P ( V ) { } . Its primal graph (or 2–section) is
    G SHG ( n ) : = ( V , E ) with E : = { u , v } V | F E : { u , v } F .
    The vertex distance  dist SHG ( x , y ) is the usual shortest–path distance between x , y V computed in G SHG ( n ) .
    Definition 14 (Base support (flattening)). For n 0 define recursively a map flat n : P n ( V 0 ) P ( V 0 ) by
    flat 0 ( v ) : = { v } ( v V 0 ) , flat n + 1 ( X ) : = Y X flat n ( Y ) ( X P n + 1 ( V 0 ) ) .
    Thus, for a supervertex X V P n ( V 0 ) , the set flat n ( X ) V 0 collects all base elements of V 0 that occur anywhere inside X.
    Definition 15
    (SuperHyperGraph MultiLabeling). Fix integers p , q 0 and an n–SuperHyperGraph SHG ( n ) = ( V , E ) . Choose nonempty vertex label alphabets  L V ( 1 ) , , L V ( p ) and nonempty edge label alphabets  L E ( 1 ) , , L E ( q ) . A SuperHyperGraph MultiLabeling consists of
    V = V ( 1 ) , , V ( p ) , V ( a ) : V L V ( a ) ( 1 a p ) ,
    E = E ( 1 ) , , E ( q ) , E ( b ) : E L E ( b ) ( 1 b q ) .
    Equivalently, a single vertex map V : V a = 1 p L V ( a ) and a single edge map E : E b = 1 q L E ( b ) . A schema is a first–order predicate
    Φ SHG ( n ) ; V , E
    built from the incidence relation v F ( v V , F E ), the distance dist SHG , the operators flat n , basic set–theoretic/cardinality operations on P ( V 0 ) , and given relations/operations on the alphabets. The pair ( V , E ) is a valid SuperHyperGraph MultiLabeling (for Φ )if Φ SHG ( n ) ; V , E holds.
    Remark 5
    (Typical constraints that Φ may express).
    • Distance–aware separation on a vertex coordinate a:  if dist SHG ( x , y ) = 1 then | V ( a ) ( x ) V ( a ) ( y ) | λ 1 , and if dist SHG ( x , y ) = 2 then | V ( a ) ( x ) V ( a ) ( y ) | λ 2 .
    • Support cardinality on a vertex coordinate a:  V ( a ) ( X ) = flat n ( X ) for all X V .
    • Superedge aggregation on an edge coordinate b:  E ( b ) ( F ) = g { flat n ( X ) : X F } for a fixed aggregator g (e.g. union size, intersection size, Jaccard index, maximum of a vertex coordinate, etc.).
    Example 13
    (A ( p , q ) = ( 2 , 1 ) multilabel on a level- n = 1 SuperHyperGraph). Let V 0 = { a , b , c , d } . Consider n = 1 so supervertices are subsets of V 0 . Let
    V = X 1 , X 2 , X 3 : = { a , b } , { b , c } , { c , d } , E = F 1 , F 2 : = { X 1 , X 2 } , { X 2 , X 3 } .
    Hence G SHG ( 1 ) is the path X 1 - X 2 - X 3 . Choose alphabets
    L V ( 1 ) = { R , G , B } ( colors ) , L V ( 2 ) = N ( support size ) , L E ( 1 ) = N ( coverage size ) .
    Define the labels
    V ( 1 ) ( X 1 ) = R , V ( 1 ) ( X 2 ) = G , V ( 1 ) ( X 3 ) = B , V ( 2 ) ( X i ) = flat 1 ( X i ) = | X i | = 2 ( i = 1 , 2 , 3 ) ,
    E ( 1 ) ( F 1 ) = flat 1 ( X 1 ) flat 1 ( X 2 ) = { a , b } { b , c } = 3 ,
    E ( 1 ) ( F 2 ) = flat 1 ( X 2 ) flat 1 ( X 3 ) = { b , c } { c , d } = 3 .
    Schema Φ imposes simultaneously:
    (Col)
    Adjacent supervertices receive different colors on coordinate 1.
    (Sup)
    For all X V , V ( 2 ) ( X ) = flat 1 ( X ) .
    (Agg)
    For all F E , E ( 1 ) ( F ) = X F flat 1 ( X ) .
    The given V , E satisfies (Col), (Sup), and (Agg), hence it is a valid SuperHyperGraph MultiLabeling.
    Example 14
    (A distance–aware multilabel on a level- n = 2 SuperHyperGraph). Let V 0 = { 1 , 2 , 3 } and n = 2 . Define supervertices
    A : = { 1 } , { 1 , 2 } , B : = { 2 } , { 2 , 3 } P 2 ( V 0 ) ,
    and set V = { A , B } , E = { A , B } . Then
    flat 2 ( A ) = { 1 , 2 } , flat 2 ( B ) = { 2 , 3 } .
    Choose alphabets L V ( 1 ) = Z (channels), L V ( 2 ) = N (support size), L E ( 1 ) = N (overlap size). Define
    V ( 1 ) ( A ) = 0 , V ( 1 ) ( B ) = 3 ( gap 3 ) , V ( 2 ) ( A ) = 2 , V ( 2 ) ( B ) = 2 ,
    E ( 1 ) { A , B } = flat 2 ( A ) flat 2 ( B ) = { 1 , 2 } { 2 , 3 } = 1 .
    Let Φ require:
    L ( 2 , 1 )  
    On coordinate 1, if dist SHG ( X , Y ) = 1 then | V ( 1 ) ( X ) V ( 1 ) ( Y ) | 2 (here | 0 3 | = 3 2 ).
    (Sup) 
    V ( 2 ) ( X ) = flat 2 ( X ) for all X V (true: 2 and 2).
    (Int) 
    E ( 1 ) ( F ) = X F flat 2 ( X ) for all F E (true: 1).
    Thus ( V , E ) satisfies Φ and is a valid multilabel.
    Theorem 5
    (SuperHyperGraph MultiLabeling generalizes SuperHyperGraph Labeling and HyperGraph MultiLabeling). The framework in Definition 15 strictly contains:
    (i) 
    SuperHyperGraph Labeling(single–coordinate labeling on supervertices and/or superedges);
    (ii) 
    HyperGraph MultiLabeling(multi–coordinate labeling on ordinary hypergraphs).
    Proof. (i) Let a SuperHyperGraph labeling be given as a single map λ V : V L (vertex case) or λ E : E L (edge case), together with a predicate Ψ that uses only incidence, the primal distance and allowed relations on L. Take p = 1 , q = 0 (vertex case) with L V ( 1 ) : = L , and set
    Φ SHG ( n ) ; ( V ( 1 ) ) , : = Ψ SHG ( n ) ; V ( 1 ) .
    Then λ V satisfies Ψ iff ( V ( 1 ) , ) with V ( 1 ) = λ V satisfies Φ . The edge case is identical with p = 0 , q = 1 .
    (ii) Let H = ( V , E ) be a (finite) hypergraph and consider any HyperGraph MultiLabeling instance on H (with p vertex and q edge coordinates and a schema Φ HG based on the hypergraph incidence/distance). Realize H as an n = 0 SuperHyperGraph by taking V 0 : = V and SHG ( 0 ) : = ( V , E ) ; then G SHG ( 0 ) coincides with the primal of H, so the same adjacency/distance is available. Define
    Φ SHG ( 0 ) ; V , E : = Φ HG H ; V , E .
    Thus every feasible HyperGraph MultiLabeling on H is a feasible SuperHyperGraph MultiLabeling on SHG ( 0 ) , and conversely. Therefore the latter generalizes the former. □

    3. Conclusion

    In this paper, we defined and study the mathematical properties of Graph Labeling, HyperGraph Labeling, SuperHyperGraph Labeling, Graph MultiLabeling, HyperGraph MultiLabeling, and SuperHyperGraph MultiLabeling. We anticipate that future work may explore extensions employing Fuzzy Sets[33,34], Intuitionistic Fuzzy Sets[35,36], Neutrosophic Sets[17,37,38], Picture Fuzzy Sets [39,40], HyperFuzzy Sets [41,42,43], and Plithogenic Sets[44,45].

    Research Integrity

    The author confirms that this manuscript is original, has not been published elsewhere, and is not under consideration by any other journal.

    Use of Computational Tools

    All proofs and derivations were performed manually; no computational software (e.g., Mathematica, SageMath, Coq) was used.

    Code Availability

    No code or software was developed for this study.

    Ethical Approval

    This research did not involve human participants or animals, and therefore did not require ethical approval.

    Use of Generative AI and AI-Assisted Tools

    We use generative AI and AI-assisted tools for tasks such as English grammar checking, and We do not employ them in any way that violates ethical standards.

    Supplementary Information

    No supplementary materials accompany this paper.

    Disclaimer

    The ideas presented here are theoretical and have not yet been validated through empirical testing. While we have strived for accuracy and proper citation, inadvertent errors may remain. Readers should verify any referenced material independently. The opinions expressed are those of the authors and do not necessarily reflect the views of their institutions.

    Funding

    No external funding was received for this work.

    Data Availability Statement

    This paper is theoretical and did not generate or analyze any empirical data. We welcome future studies that apply and test these concepts in practical settings.

    Acknowledgments

    We thank all colleagues, reviewers, and readers whose comments and questions have greatly improved this manuscript. We are also grateful to the authors of the works cited herein for providing the theoretical foundations that underpin our study. Finally, we appreciate the institutional and technical support that enabled this research.

    Conflicts of Interest

    The authors declare no conflicts of interest regarding the publication of this work.

    References

    1. Jonathan L Gross, Jay Yellen, and Mark Anderson. In Graph theory and its applications; Chapman and Hall/CRC, 2018.
    2. Reinhard Diestel. Graph theory. Springer (print edition); Reinhard Diestel (eBooks), 2024.
    3. Gallian, J.A. A dynamic survey of graph labeling. The Electronic Journal of Combinatorics 2009. [Google Scholar] [CrossRef]
    4. Gallian, J.A. Graph labeling. The electronic journal of combinatorics, 2012; DS6–Dec. [Google Scholar]
    5. Joseph A Gallian. A dynamic survey of graph labeling. Electronic Journal of combinatorics 2022, 6, 4–623.
    6. Jan Van den Heuvel, Robert A Leese, and Mark A Shepherd. Graph labeling and radio channel assignment. Journal of Graph Theory 1998, 29, 263–283. [CrossRef]
    7. Yue Gao, Zizhao Zhang, Haojie Lin, Xibin Zhao, Shaoyi Du, and Changqing Zou. Hypergraph learning: Methods and practices. IEEE Transactions on Pattern Analysis and Machine Intelligence 2020, 44, 2548–2566.
    8. Yifan Feng, Haoxuan You, Zizhao Zhang, Rongrong Ji, and Yue Gao. Hypergraph neural networks. In Proceedings of the AAAI conference on artificial intelligence, volume 33, pages 3558–3565, 2019.
    9. Bibin K Jose and Zsolt Tuza. Hypergraph domination and strong independence. Applicable Analysis and Discrete Mathematics 2009, 3, 347–358. [CrossRef]
    10. Eduardo Martín Campoverde Valencia, Jessica Paola Chuisaca Vásquez, and Francisco Ángel Becerra Lois. Multineutrosophic analysis of the relationship between survival and business growth in the manufacturing sector of azuay province, 2020–2023, using plithogenic n-superhypergraphs. Neutrosophic Sets and Systems 2025, 84, 341–355.
    11. Julio Cesar Méndez Bravo, Claudia Jeaneth Bolanos Piedrahita, Manuel Alberto Méndez Bravo, and Luis Manuel Pilacuan-Bonete. Integrating smed and industry 4.0 to optimize processes with plithogenic n-superhypergraphs. Neutrosophic Sets and Systems 2025, 84, 328–340.
    12. Takaaki Fujita. Multi-superhypergraph neural networks: A generalization of multi-hypergraph neural networks. Neutrosophic Computing and Machine Learning 2025, 39, 328–347.
    13. Yenson Vinicio Mogro Cepeda, Marco Antonio Riofrío Guevara, Emerson Javier Jácome Mogro, and Rachele Piovanelli Tizano. Impact of irrigation water technification on seven directories of the san juan-patoa river using plithogenic n-superhypergraphs based on environmental indicators in the canton of pujilí, 2021. Neutrosophic Sets and Systems 2024, 74, 6.
    14. Takaaki Fujita. In Advancing Uncertain Combinatorics through Graphization, Hyperization, and Uncertainization: Fuzzy, Neutrosophic, Soft, Rough, and Beyond; Biblio Publishing, 2025.
    15. Mohammad Hamidi and Mohadeseh Taghinezhad. In Application of Superhypergraphs-Based Domination Number in Real World; Infinite Study, 2023.
    16. Berrocal Villegas Salomón Marcos, Montalvo Fritas Willner, Berrocal Villegas Carmen Rosa, Flores Fuentes Rivera María Yissel, Espejo Rivera Roberto, Laura Daysi Bautista Puma, and Dante Manuel Macazana Fernández. Using plithogenic n-superhypergraphs to assess the degree of relationship between information skills and digital competencies. Neutrosophic Sets and Systems 2025, 84, 513–524.
    17. Shouxian Zhu. Neutrosophic n-superhypernetwork: A new approach for evaluating short video communication effectiveness in media convergence. Neutrosophic Sets and Systems 2025, 85, 1004–1017.
    18. Yasar Nacaroglu, Nihat Akgunes, Sedat Pak, and I Naci Cangul. Some graph parameters of power set graphs. Advances & Applications in Discrete Mathematics 2021, 26.
    19. MA Shalu and S Devi Yamini. Counting maximal independent sets in power set graphs. Indian Institute of Information Technology Design & Manufacturing (IIITD&M) Kancheepuram, India, 2014.
    20. Thomas Jech. In Set theory: The third millennium edition, revised and expanded; Springer, 2003.
    21. Alain Bretto. Hypergraph theory. An introduction. Mathematical Engineering. Cham: Springer, 2013; 1.
    22. Claude Berge. In Hypergraphs: combinatorics of finite sets; Elsevier, 1984; volume 45.
    23. Florentin Smarandache. Foundation of superhyperstructure & neutrosophic superhyperstructure. Neutrosophic Sets and Systems 2024, 63, 21.
    24. Huda E Khali, Gonca D GÜNGÖR, and Muslim A Noah Zaina. Neutrosophic superhyper bi-topological spaces: Original notions and new insights. Neutrosophic Sets and Systems 2022, 51, 3.
    25. Florentin Smarandache. SuperHyperFunction, SuperHyperStructure, Neutrosophic SuperHyperFunction and Neutrosophic SuperHyperStructure: Current understanding and future directions. Infinite Study, 2023.
    26. Florentin Smarandache. Extension of HyperGraph to n-SuperHyperGraph and to Plithogenic n-SuperHyperGraph, and Extension of HyperAlgebra to n-ary (Classical-/Neutro-/Anti-) HyperAlgebra. Infinite Study, 2020.
    27. Florentin Smarandache. Introduction to the n-SuperHyperGraph-the most general form of graph today. Infinite Study, 2022.
    28. Toufiq Parag and Ahmed Elgammal. Supervised hypergraph labeling. In CVPR 2011, pages 2289–2296. IEEE, 2011.
    29. Maryam Mirzakhani and Jan Vondrák. Sperner’s colorings, hypergraph labeling problems and fair division. In Proceedings of the Twenty-Sixth Annual ACM-SIAM Symposium on Discrete Algorithms, pages 873–886. SIAM, 2014.
    30. Avah Banerjee, Maxwell Reeser, and Guoli Ding. Distributed matrix tiling using a hypergraph labeling formulation. In Proceedings of the 23rd International Conference on Distributed Computing and Networking, pages 62–71, 2022.
    31. Zizhou ZHANG and Shaohua ZHANG. On the coprime labelings of hypergraph. Wuhan University Journal of Natural Sciences 2025, 30, 57–59. [CrossRef]
    32. Michał Tuczyński, Przemysław Wenus, and Krzysztof Wkesek. On cordial labeling of hypertrees. Discrete Mathematics & Theoretical Computer Science 2019, 21.
    33. Lotfi A Zadeh. Fuzzy sets. Information and control 1965, 8, 338–353. [CrossRef]
    34. John N Mordeson and Premchand S Nair. Fuzzy graphs and fuzzy hypergraphs, volume 46. Physica, 2012.
    35. Krassimir T Atanassov. Circular intuitionistic fuzzy sets. Journal of Intelligent & Fuzzy Systems 2020, 39, 5981–5986.
    36. Muhammad Akram, Bijan Davvaz, and Feng Feng. Intuitionistic fuzzy soft k-algebras. Mathematics in Computer Science 2013, 7, 353–365. [CrossRef]
    37. Florentin Smarandache. Neutrosophic Overset, Neutrosophic Underset, and Neutrosophic Offset. Similarly for Neutrosophic Over-/Under-/Off-Logic, Probability, and Statistics. Infinite Study, 2016.
    38. Said Broumi, Mohamed Talea, Assia Bakali, and Florentin Smarandache. Single valued neutrosophic graphs. Journal of New theory 2016, 10, 86–101.
    39. Sankar Das, Ganesh Ghorai, and Madhumangal Pal. Picture fuzzy tolerance graphs with application. Complex & Intelligent Systems 2022, 8, 541–554.
    40. Bui Cong Cuong and Vladik Kreinovich. Picture fuzzy sets-a new concept for computational intelligence problems. In 2013 third world congress on information and communication technologies (WICT 2013), pages 1–6. IEEE, 2013.
    41. Jayanta Ghosh and Tapas Kumar Samanta. Hyperfuzzy sets and hyperfuzzy group. Int. J. Adv. Sci. Technol 2012, 41, 37–37.
    42. Young Bae Jun, Seok-Zun Song, and Seon Jeong Kim. Distances between hyper structures and length fuzzy ideals of bck/bci-algebras based on hyper structures. Journal of Intelligent & Fuzzy Systems 2018, 35, 2257–2268.
    43. Yong Lin Liu, Hee Sik Kim, and J. Neggers. Hyperfuzzy subsets and subgroupoids. J. Intell. Fuzzy Syst. 2017, 33, 1553–1562.
    44. Fazeelat Sultana, Muhammad Gulistan, Mumtaz Ali, Naveed Yaqoob, Muhammad Khan, Tabasam Rashid, and Tauseef Ahmed. A study of plithogenic graphs: applications in spreading coronavirus disease (covid-19) globally. Journal of ambient intelligence and humanized computing 2023, 14, 13139–13159. [CrossRef]
    45. Muhammad Azeem, Humera Rashid, Muhammad Kamran Jamil, Selma Gütmen, and Erfan Babaee Tirkolaee. Plithogenic fuzzy graph: A study of fundamental properties and potential applications. Journal of Dynamics and Games 2024.
    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.
    Copyright: This open access article is published under a Creative Commons CC BY 4.0 license, which permit the free download, distribution, and reuse, provided that the author and preprint are cited in any reuse.
    Prerpints.org logo

    Preprints.org is a free preprint server supported by MDPI in Basel, Switzerland.

    Subscribe

    Disclaimer

    Terms of Use

    Privacy Policy

    Privacy Settings

    © 2025 MDPI (Basel, Switzerland) unless otherwise stated