Preprint
Article

This version is not peer-reviewed.

HyperMatrix, SuperHyperMatrix, MultiMatrix, Iterative MultiMatrix, MetaMatrix, and Iterated MetaMatrix

Submitted:

02 October 2025

Posted:

03 October 2025

You are already at the latest version

Abstract
We begin with the classical viewpoint in which a Structure consists of a nonempty carrier together with single–valued basic operations. A Hyperstructure arises by promoting operations to act on (and return) subsets of a base set, i.e., on its powerset. Iterating the powerset operator P n times yields an n-Superhyperstructure: informally, the n-th powerset Pn(S) is obtained by n successive applications of P (cf. [1]). We review the fundamental definitions and give compact, instructive examples. A Multi-Structure replaces classical operations with maps from tuples to finite multisets, thereby allowing multiple outputs per input in a controlled, simultaneous manner. A MetaStructure treats whole structures as elements and equips them with uniform, isomorphism–invariant operations that functorially construct new structures from existing ones. In this paper we define HyperMatrix, SuperHyperMatrix, MultiMatrix, Iterative MultiMatrix, MetaMatrix, and Iterated MetaMatrix—all as extensions of the classical notion of a matrix—and we offer a concise examination of their properties.
Keywords: 
;  ;  ;  ;  

1. Preliminaries

This section gathers the basic notions used throughout the paper. Unless stated otherwise, all sets are taken to be finite.

1.1. Classical Structures, Hyperstructures, and n-Superhyperstructures

A Classical Structure is an ordinary algebraic/relational system on a single carrier. A Hyperstructure is obtained by promoting outcomes of operations to sets (via the powerset). Iterating the powerset n times gives rise to an n-Superhyperstructure; see, e.g., [1,2,3,4,5,6,7,8,9,10]. Intuitively, the n-fold powerset records n layers of “grouping” or aggregation.
Definition 1  
(Base set). Abase setis a nonempty collection S of atomic elements from which we form derived objects such as P ( S ) and the iterated powersets P n ( S ) . Formally,
S = { x x belongs to the fixed universe under study } .
Definition 2  
(Powerset). [11] For any set S, thepowerset P ( S ) is the set of all subsets of S:
P ( S ) = { A S } .
Definition 3  
(Iterated (nonempty) powersets). (cf. [1,12,13]) Define P 0 ( H ) : = H and inductively
P k + 1 ( H ) : = P P k ( H ) ( k 0 ) .
Thus P 1 ( H ) = P ( H ) , P 2 ( H ) = P ( P ( H ) ) , and so on. If one wishes to exclude the empty set at each stage, write P * ( X ) : = P ( X ) { } and set P * 0 ( H ) : = H , P * ( k + 1 ) ( H ) : = P * P * k ( H ) .
Example 1  
(Iterated (nonempty) powersets).— “Committees and Meeting Days”). Let the employee set be
H = { Saki , Ayame , Taro } ( | H | = 3 ) .
The first nonempty powerset P * 1 ( H ) = P ( H ) { } consists of all nonemptycommittees. Its cardinality is
| P * 1 ( H ) | = 2 | H | 1 = 2 3 1 = 7 .
The second nonempty powerset P * 2 ( H ) = P * P * 1 ( H ) collects all nonemptymeeting-day plans, i.e., nonempty families of committees. Its cardinality is
| P * 2 ( H ) | = 2 | P * 1 ( H ) | 1 = 2 7 1 = 127 .
A concrete meeting-day plan is
D = { Saki , Ayame } , { Taro } P * 2 ( H ) ,
interpreted as: on that day, the { Saki , Ayame } committee and the { Taro } committee both convene.
Definition 4  
(Classical Structure). [14] A Classical Structure is a pair
C = H , { # ( m ) } m I ,
where H is the carrier and each # ( m ) : H m H (for m I Z > 0 ) is a single–valued basic operation subject to the axioms appropriate to the intended theory. Typical instances include:
  • Sets and logics: a set with designated relations; propositional algebras ( L , , , ¬ ) .
  • Measure/probability:  ( Ω , F , P ) with P : F [ 0 , 1 ] .
  • Algebra: groups, rings, and vector spaces with their standard operations [15,16,17,18].
  • Geometry/graphs/automata/games: metric spaces, (di)graphs [19,20,21], finite automata, and strategic–form games.
Definition 5  
(Hyperoperation). (cf. [22,23,24,25]) Given a set S, ahyperoperationis a set–valued binary map
: S × S P ( S ) .
Hence combining two elements can yield asetof possible outcomes.
Definition 6  
(Hyperstructure). (cf. [1,13,26,27,28]) A Hyperstructure is a pair H = ( P ( S ) , ) in which the basic operation(s) act on (and return) subsets of a base set S. In contrast with classical structures, the output of an operation need not be a single element but may be a whole subset of S.
Example 2  
(Hyperstructure — “Adding Measurements with Bounded Error”). Let the base set be real lengths in centimeters, S = R . Fix a worst-case device error bound Δ = 0.20 cm (e.g., two instruments each with ± 0.10 cm). Define the hyperoperation
x y : = [ x + y Δ , x + y + Δ ] R ( x , y S ) .
This yields the hyperstructure H = ( P ( S ) , ) , where combining two measured values returns the set of all physically plausible sums given the error. Numerical instance:
12.30 7.90 = [ 12.30 + 7.90 0.20 , 12.30 + 7.90 + 0.20 ] = [ 20.00 , 20.40 ] .
If a third measurement 5.00 (same error model) is combined, the set-wise extension gives
( 12.30 7.90 ) 5.00 = u [ 20.00 , 20.40 ] [ u + 5.00 Δ , u + 5.00 + Δ ] = [ 25.00 , 25.60 ] ,
again a subset of S.
Definition 7  
(SuperHyperOperations). (cf. [1]) Let H and let P n ( H ) be as in Definition 3. An  ( m , n ) -SuperHyperOperation is an m-ary map
( m , n ) : H m P * n ( H ) ,
where P * n ( H ) denotes either the full n-th powerset or its nonempty variant. Allowing n 1 permits set–valued outputs (and, for n 2 , nested families of sets).
Definition 8  
(n-Superhyperstructure). (cf. [1,5,13]) For a base set S and n 1 , ann-Superhyperstructureis any system
SH n = P n ( S ) , ,
whose operations are defined on the n-fold powerset. The case n = 1 recovers hyperstructures, while larger n encode multi-level aggregation.
Example 3  
(n-Superhyperstructure ( n = 2 ) — “Cross-Functional Project Plans”). Let S = { Design , Build , Test } be atomic tasks. Then P ( S ) areteams(task bundles), and P 2 ( S ) = P ( P ( S ) ) are project plans (families of teams). Define an operation : P 2 ( S ) × P 2 ( S ) P 2 ( S ) by
A B : = { A B : A A , B B } .
Concrete data:
A = { Design , Build } , B = { Build , Test } , { Design } .
Then
A B = { Design , Build , Test } , { Design , Build } P 2 ( S ) ,
which aggregates two plans into a new plan by pairwise union of teams—typical of multi-team synchronization. Thus SH 2 = ( P 2 ( S ) , ) is a 2-superhyperstructure.
Definition 9  
( ( m , n ) -SuperHyperStructure). (cf. [12,29]) Let S and 0 m n . An  ( m , n ) -SuperHyperStructure (of arity s) consists of an operation
( m , n ) : P m ( S ) s P n ( S ) .
Specializations include ordinary s-ary operations when m = n = 0 , hyperoperations when ( m , n ) = ( 0 , 1 ) , and superhyperoperations when s = 1 . Thus the ( m , n ) -formalism uniformly bridges classical, hyper, and higher-level set-valued behaviors.
Example 4  
( ( m , n ) -SuperHyperStructure ( m = 1 , n = 2 , s = 2 ) — “Shipping Bundle Alternatives”). Let the item universe be S = { Oats , Milk , Bread , Eggs } . Elements of P 1 ( S ) = P ( S ) are carts (chosen items), while elements of P 2 ( S ) are bundle families (alternative packagings made of item-bundles). Define
( 1 , 2 ) : P ( S ) × P ( S ) P 2 ( S ) , ( A , B ) A B , { A , B } .
Here A B is the “single-box kit” alternative, and { A , B } is the “two-box split” alternative. Take
A = { Oats , Milk } , B = { Bread } .
Then
( 1 , 2 ) ( A , B ) = { Oats , Milk , Bread } , { Oats , Milk } , { Bread } P 2 ( S ) .
Thus P 1 ( S ) , P 2 ( S ) , ( 1 , 2 ) realizes an ( m , n ) -SuperHyperStructure that maps two carts to a family of feasible shipping-packaging plans.

1.2. Multi-Structure

A Multi-Structure replaces classical operations with maps from tuples to finite multisets, enabling multiple outputs per input tuple flexibly simultaneously.
Definition 10  
(Finite Multiset). (cf.[30,31,32,33]) Let H be a nonempty set. Afinite multiseton H is a function
m : H N 0
with finite support { x H m ( x ) > 0 } . We denote by M ( H ) the collection of all such finite multisets on H. Equivalently, an element of M ( H ) can be written as { x 1 k 1 , x 2 k 2 , , x r k r } , where each x i H and k i = m ( x i ) N .
Definition 11  
(MultiOperation). Let H be a nonempty set and fix an integer m 1 . Amulti-operationof arity m on H is a map
# ( m ) : H m M ( H ) ,
( x 1 , , x m ) # ( m ) ( x 1 , , x m ) M ( H ) .
Thus, instead of producing a single element of H, a multi-operation assigns a finite multiset of elements of H.
Example 5  
(MultiOperation — “Frequently bought together” in retail). Let H be the set of store SKUs
H = { Bread , Butter , Milk , Eggs , Jam } .
Define a binary multi-operation # ( 2 ) : H 2 M ( H ) that returns afinite multiset of recommended companion items; multiplicities encode strength or quantity:
# ( 2 ) ( x , y ) = { { Butter 2 , Milk 1 } } , if { x , y } = { Bread , Eggs } , { { Jam 2 } } , if { x , y } = { Bread , Butter } , { { Eggs 1 } } , if { x , y } = { Milk , Bread } , , otherwise .
For instance, from the basket ( Bread , Butter ) the system proposes # ( 2 ) ( Bread , Butter ) = { { Jam 2 } } , i.e. “suggest two jars of jam.” This is a concrete real-worldmulti-operationbecause the output is a multiset of items in H.
Definition 12  
(MultiStructure). [34,35] A MultiStructure is a pair
MS = H , { # ( m ) : H m M ( H ) } m I ,
where H is a nonempty carrier set and I Z > 0 indexes a family of multi-operations of various arities. No further axioms are imposed unless specified.
Example 6  
(MultiStructure — unified retail recommendation rules of mixed arity). Let the carrier be
H = { Bread , Butter , Milk , Eggs , Jam , LactoseFreeMilk } .
Define two multi-operations (different arities) that act simultaneously on H:
  • Unary substitute rule # ( 1 ) : H M ( H ) :
    # ( 1 ) ( h ) = { { LactoseFreeMilk 1 } } , if h = Milk , { { Butter 1 } } , if h = Bread , , otherwise .
  • Binary bundle rule # ( 2 ) : H 2 M ( H ) :
    # ( 2 ) ( x , y ) = { { Jam 2 } } , if { x , y } = { Bread , Butter } , { { Eggs 1 , Butter 1 } } , if { x , y } = { Bread , Milk } , , otherwise .
Then
MS = H , { # ( 1 ) , # ( 2 ) }
is aMultiStructure: it fixes a nonempty carrier H and equips it with a family of multi-operations of various arities. A typical evaluation gives
# ( 1 ) ( Milk ) = { { LactoseFreeMilk 1 } } , # ( 2 ) ( Bread , Butter ) = { { Jam 2 } } ,
showing how single-item substitutions and two-item bundle suggestions coexist in one practical system.

1.3. Iterative Multi-Structure

An Iterative Multi-Structure extends multiset operations across levels, combining multisets of multisets iteratively through k hierarchical stages in layered aggregation [34,35].
Definition 13  
(Iterative Multi-Structure of Order k). [34,35] Let H be a nonempty set and fix an integer k 1 . Define iteratively themultiset powersets
M 0 ( H ) = H , M i + 1 ( H ) = M M i ( H ) , i = 0 , 1 , , k 1 ,
where M ( X ) denotes the collection of finite multisets on X (Definition 10). Let I Z > 0 index a family of arities. AnIterative Multi-Structure of order kis a tuple
IMS ( k ) = H , # ( m , i ) : M i ( H ) m M i + 1 ( H ) m I , 0 i < k ,
where for each i = 0 , , k 1 and each m I ,
# ( m , i ) ( x 1 , , x m ) M i + 1 ( H ) , x j M i ( H ) .
Thus # ( m , 0 ) is an ordinary Multi-Structure operation on H, # ( m , 1 ) combines multisets of multisets, and so on, up to level k.
Example 7  
(Iterative Multi-Structure — meal planning: ingredients → dishes → menus → weekly plan). Fix depth k = 3 . Let the carrier ofingredientsbe
H = { Pasta , Tomato , Basil , Cheese } .
Recall M 0 ( H ) = H , M 1 ( H ) = M ( H ) (finite multisets of ingredients), M 2 ( H ) = M M 1 ( H ) (finite multisets of dishes), and M 3 ( H ) = M M 2 ( H ) (finite multisets of menus).
Define levelwise multi-operations of arity 2:
# ( 2 , 0 ) : H 2 M 1 ( H ) ( assemble a dish from two ingredients ) , # ( 2 , 1 ) : M 1 ( H ) 2 M 2 ( H ) ( assemble a menu from two dishes ) , # ( 2 , 2 ) : M 2 ( H ) 2 M 3 ( H ) ( assemble a weekly plan from two menus ) .
Concretely, for x , y H put
# ( 2 , 0 ) ( x , y ) = { { Pasta 1 , Tomato 2 } } , if { x , y } = { Pasta , Tomato } , { { Tomato 1 , Basil 1 , Cheese 1 } } , if { x , y } = { Tomato , Cheese } , , otherwise .
For two dishes D 1 , D 2 M 1 ( H ) , let
# ( 2 , 1 ) ( D 1 , D 2 ) : = { { D 1 1 , D 2 1 } } M 2 ( H ) ,
i.e., a menu consisting of exactly those two dishes (multiplicity counts repeats). For two menus M 1 , M 2 M 2 ( H ) , let
# ( 2 , 2 ) ( M 1 , M 2 ) : = { { M 1 1 , M 2 1 } } M 3 ( H ) ,
i.e., a weekly plan made of two menus.
Concrete run.
D PT : = # ( 2 , 0 ) ( Pasta , Tomato ) = { { Pasta 1 , Tomato 2 } } ,
D TC : = # ( 2 , 0 ) ( Tomato , Cheese ) = { { Tomato 1 , Basil 1 , Cheese 1 } } .
Build a menu from these dishes:
M : = # ( 2 , 1 ) D PT , D TC = { { D PT 1 , D TC 1 } } M 2 ( H ) .
Duplicate the menu to form a simple weekly plan:
W : = # ( 2 , 2 ) ( M , M ) = { { M 2 } } M 3 ( H ) .
Thus H , { # ( 2 , 0 ) , # ( 2 , 1 ) , # ( 2 , 2 ) } is anIterative Multi-Structure of order k = 3 : level 0 combines ingredients into dishes; level 1 combines dishes into menus; level 2 combines menus into a weekly plan, all via multiset aggregation.

1.4. MetaStructure (Structure of Structure)

A MetaStructure organizes structures as elements, providing uniform, isomorphism-invariant operations that construct new structures from existing ones via functorial recipes[36,37].
Notation 1.  
Fix a single–sorted, finitary signature Σ = ( Func , Rel , ar ) . A Σ-structure is
C = H , ( f C ) f Func , ( R C ) R Rel ,
with carrier H , operations f C : H m H and relations R C H r of the prescribed arities. Let Str Σ be the class of all Σ-structures.
Definition 14  
(MetaStructure over a fixed signature). [36,37] A MetaStructureover Σ is a pair 
M = ( U , ( Φ ) Λ ) ,
where U Str Σ , U , and for each label ℓ of meta-arity k N the map Φ : U k U is specifieduniformlyas follows: there exist constructors
Γ ( for carriers ) , Λ f ( for each f Func ) , Ξ R ( for each R Rel ) ,
such that for ( C 1 , , C k ) U k , the structure Φ ( C 1 , , C k ) has
carrier Γ ( C 1 , , C k ) , f Φ ( · ) = Λ f f C 1 , , f C k , R Φ ( · ) = Ξ R R C 1 , , R C k .
Each Φ isisomorphism-invariant: isomorphisms of inputs induce an isomorphism of outputs (naturality).
Remark 1  
(Canonical meta-operations). All are isomorphism-invariant and uniform in Σ.
  • Product Π (arity 2): carrier H 1 × H 2 ; operations act componentwise; relations are taken as products.
  • Disjoint union(purely relational Σ): carrier { 1 } × H 1 { 2 } × H 2 ; relations are the tagged unions.
  • Reduct / Expansion(arity 1): forget or add symbols uniformly with prescribed interpretations.
Example 8  
(MetaStructure — composing city transit networks). Fix the single–sorted relational signature
Σ = Func = , Rel = { Edge , Air } , ar ( Edge ) = 2 , ar ( Air ) = 1 .
A Σ-structure C = ( H , Edge C , Air C ) represents an urban transit network: H is the set of stops/stations, Edge H 2 is the directed reachability relation (there is a scheduled connection from the first stop to the second), and Air H marks airport terminals (intercity gateways).
Meta–operation (intercity linking).Define a binary meta–operation Φ link : U 2 U on the class U Str Σ of all such city networks by the uniform constructors:
Γ link ( C 1 , C 2 ) : = { 1 } × H 1 { 2 } × H 2 ( tagged disjoint union of stops ) , Ξ link Air Air C 1 , Air C 2 : = { 1 } × Air C 1 { 2 } × Air C 2 , Ξ link Edge Edge C 1 , Edge C 2 : = ( ( 1 , u ) , ( 1 , v ) ) : ( u , v ) Edge C 1 intra - - city 1 ( ( 2 , u ) , ( 2 ) v ) ) : ( u , v ) Edge C 2 intra - - city 2 ( ( 1 , u ) , ( 2 , v ) ) , ( ( 2 , v ) , ( 1 , u ) ) : u Air C 1 , v Air C 2 new bidirectional intercity links .
Thus Φ link ( C 1 , C 2 ) is the combined region–wide network that keeps all original city connections and adds intercity edges between every pair of airports. This construction is isomorphism–invariant: relabeling the inputs induces a relabeling of the output.
Concrete instance.Let C 1 = ( H 1 , Edge C 1 , Air C 1 ) with H 1 = { a , a } , Edge C 1 = { ( a , a ) } , Air C 1 = { a } , and C 2 = ( H 2 , Edge C 2 , Air C 2 ) with H 2 = { b , b } , Edge C 2 = { ( b , b ) } , Air C 2 = { b } . Then Φ link ( C 1 , C 2 ) = : ( H ^ , Edge ^ , Air ^ ) has
H ^ = { ( 1 , a ) , ( 1 , a ) , ( 2 , b ) , ( 2 , b ) } , Air ^ = { ( 1 , a ) , ( 2 , b ) } ,
Edge ^ = ( ( 1 , a ) , ( 1 , a ) ) , ( ( 2 , b ) , ( 2 , b ) ) ( ( 1 , a ) , ( 2 , b ) ) , ( ( 2 , b ) , ( 1 , a ) ) .
Interpretation: the regional network contains the original city routes a a and b b , and adds two intercity legs between the airports a and b (both directions). This is a real–world MetaStructure: an operation onstructures(city transit systems) that uniformly yields a newstructure(a connected multimodal network) by functorial carrier/relations constructors.
An Iterated MetaStructure recursively applies MetaStructure construction, forming successive layers where structures of structures create deeper hierarchical meta-levels [36,37].
Definition 15  
(Iterated MetaStructure of depth t). [36,37] AnIterated MetaStructure of depth tover Σ is any MetaStructure M ( t ) of height t. When s < t , welifta height-s MetaStructure M ( s ) = ( U ( s ) , { i } , { S j } ) to height t by
ι s t : U ( s ) U Σ t s U ( t ) : = U Σ t s U ( s ) ,
and, for each i : ( E Σ m i ) k i P n i ( E Σ n i ) , defining its lift
i : E Σ m i + t s k i P n i E Σ n i + t s , i U Σ t s ( x 1 ) , , U Σ t s ( x k i ) : = U Σ t s i ( x 1 , , x k i ) ,
and similarly for relations S j : = U Σ t s × j ( S j ) .
Example 9  
(Iterated MetaStructure — multi-tier transportation federation). Fix the single–sorted relational signature
Σ = Func = , Rel = { Edge , Term } , ar ( Edge ) = 2 , ar ( Term ) = 1 .
A Σ-structure C = ( H , Edge C , Term C ) models a transit fragment: H is a set of stops, Edge H 2 is the directed connectivity relation (scheduled links), and Term H are designated terminals (hubs).
Base level (0).Let U ( 0 ) Str Σ be the class oflocal lines(e.g. bus or metro lines). For a finite family ( C i ) i I U ( 0 ) , define the k-ary meta-operation Φ link : ( U ( 0 ) ) k U ( 0 ) by the uniform constructors
Γ link ( C i ) i I : = i I { i } × H i ( tagged disjoint union of carriers ) , Ξ link Term ( Term C i ) i I : = i I { i } × Term C i , Ξ link Edge ( Edge C i ) i I : = i I { i } × Edge C i { ( i , u ) , ( j , v ) , ( j , v ) , ( i , u ) : i j , u Term C i , v Term C j } .
Thus Φ link fuses several lines into acity networkby tagged union plus bidirectional inter-line links between terminals.
Iterated lift.Let U Σ be the canonical “tagging” functor that sends C = ( H , Edge , Term ) to
U Σ ( C ) = { * } × H , { * } × Edge , { * } × Term ,
and iterate it: U Σ r applies r nested tags. Given s < t , the lifted meta-operation Φ link on height t is defined by Definition 15:
Φ link U Σ t s ( D 1 ) , , U Σ t s ( D k ) : = U Σ t s Φ link ( D 1 , , D k ) .
Intuitively, the same “fuse-and-add-terminal-links” recipe is reused at every tier, while the tags record the tier of origin (city → country → region, etc.).
Concrete 3-tier instance ( t = 3 ).Take three local lines
L A 1 = ( { a 1 , a 2 } , { ( a 1 , a 2 ) } , { a 1 } ) , L A 2 = ( { a 3 , a 4 } , { ( a 3 , a 4 ) } , { a 3 } ) ,
L B 1 = ( { b 1 , b 2 } , { ( b 1 , b 2 ) } , { b 2 } ) .
Tier 1 (cities).Form two cities by
City A : = Φ link ( L A 1 , L A 2 ) , City B : = Φ link ( L B 1 ) .
Here City A has carrier { 1 } × { a 1 , a 2 } { 2 } × { a 3 , a 4 } , keeps the intra-line edges ( 1 , a 1 ) ( 1 , a 2 ) , ( 2 , a 3 ) ( 2 , a 4 ) , and adds cross-links ( 1 , a 1 ) ( 2 , a 3 ) between terminals.
Tier 2 (country).Fuse the two cities using the lifted operation
Country : = Φ link U Σ ( City A ) , U Σ ( City B ) .
This produces a tagged disjoint union of the two city carriers and adds bidirectional inter-city edges between every terminal of City A and every terminal of City B .
Tier 3 (region).Given several countries Country 1 , , Country r , form a region by
Region : = Φ link U Σ ( Country 1 ) , , U Σ ( Country r ) ,
again adding links between country-level terminals. The result is a 3-level federation whose carrier is a multiply tagged union of stops, and whose relations are produced by thesameuniform recipe at each tier. This realizes anIterated MetaStructure of depth t = 3 : the tier-independent constructor ( Φ link ) is lifted systematically by U Σ to operate on structures-of-structures.

2. Review and Result: HyperMatrix and Superhypermatrix

Matrices are rectangular arrays indexed by rows and columns and taking values in a ground algebra (typically a field) [38,39,40,41,42,43,44]. A hypermatrix extends this idea by allowing each entry to be a set of scalars rather than a single scalar [45]; iterating the powerset construction then yields superhypermatrix models that encode hierarchical uncertainty or multi–way choice (cf.[46]).
Definition 16  
(Matrix). [47,48] Let K be a field (or skewfield) and let I = { 1 , , m } , J = { 1 , , n } . An  m × n matrix over Kis a function
M : I × J K , ( i , j ) M ( i , j ) = : M i j .
Addition and scalar multiplication are defined pointwise:
( M + N ) i j = M i j + N i j , ( λ M ) i j = λ M i j ( λ K ) .
Definition 17  
(Hypermatrix (set–valued matrix)). A(set–valued) hypermatrix over K is a map
M : I × J P ( K ) , ( i , j ) M i j K ,
where P ( K ) denotes the powerset of K. We extend linear operations entrywise via Minkowski lifting: for A , B K and λ K ,
A B : = { a + b : a A , b B } , λ A : = { λ a : a A } .
Thus, for hypermatrices M , N and λ K ,
( M N ) i j : = M i j N i j , ( λ M ) i j : = λ M i j .
The embedding K P ( K ) , a { a } , identifies every classical matrix M with the hypermatrix M ^ given by M ^ i j = { M i j } .
Example 10  
(Concrete 2 × 2 hypermatrix over R ). Let
M = [ 0 , 1 ] { 2 , 3 } { 0 } { 1 } ,
N = { 1 } [ 1 , 1 ] { 2 } { 0 } ,
where [ a , b ] = { x R : a x b } . Then
M N = [ 1 , 2 ] { 2 , 3 } [ 1 , 1 ] { 2 } { 1 } = [ 1 , 2 ] [ 1 , 4 ] { 2 } { 1 } , 2 M = [ 0 , 2 ] { 4 , 6 } { 0 } { 2 } .
Definition 18  
(n–Superhypermatrix and recursive lifts). For n 1 , let P 1 ( K ) = P ( K ) and P n + 1 ( K ) = P P n ( K ) . Ann–superhypermatrixover K is a map
M n : I × J P n ( K ) .
Define addition and scalar multiplication on P n ( K ) by recursion: for X , Y P n ( K ) and λ K ,
X ( 1 ) Y : = X Y , λ ( 1 ) X : = λ X ;
X ( n + 1 ) Y : = { U ( n ) V : U X , V Y } , λ ( n + 1 ) X : = { λ ( n ) U : U X } .
Operations on n–superhypermatrices are then taken entrywise:
M n N n i j : = M i j n ( n ) N i j n , λ M n i j : = λ ( n ) M i j n .
The canonical embedding ι n : K P n ( K ) is given by iterated singletons: ι 1 ( a ) = { a } and ι n + 1 ( a ) = { ι n ( a ) } , so that a classical matrix M embeds as ι n ( M ) i j = ι n ( M i j ) .
Example 11  
(2–superhypermatrix: families of intervals). Let each entry be a finiteset of intervals, i.e. an element of P 2 ( R ) :
A 2 = [ 0 , 1 ] , [ 2 , 2 ] [ 1 , 3 ] [ 0 , 0 ] [ 1 , 2 ] , [ 1 , 0 ] , B 2 = [ 1 , 1 ] [ 2 , 0 ] , [ 0 , 0 ] [ 2 , 3 ] [ 0 , 0 ] .
Their sum uses the level–2 rule ( 2 ) = { I J : I · , J · } with interval Minkowski sum:
A 2 B 2 11 = [ 0 , 1 ] [ 1 , 1 ] , [ 2 , 2 ] [ 1 , 1 ] = [ 1 , 2 ] , [ 3 , 3 ] ,
A 2 B 2 12 = [ 1 , 3 ] [ 2 , 0 ] , [ 1 , 3 ] [ 0 , 0 ] = [ 1 , 3 ] , [ 1 , 3 ] ,
and similarly for the other entries. Scalar multiplication (e.g. 2 A 2 ) doubles every interval in every set at level 2.
Notation 2.  
Fix a (skew)field K, finite index sets I = { 1 , , p } and J = { 1 , , q } , and integers 1 m n . Write P 1 ( K ) = P ( K ) and P r + 1 ( K ) = P P r ( K ) for r 1 . We use two canonical maps between levels:
ι r s : P r ( K ) P s ( K ) ( s r ) , ι r r = id , ι r s ( X ) = { ι r s 1 ( X ) }
(nested singleton lift), and the level–lowering maps
μ s r : P s ( K ) P r ( K ) ( s r 1 ) , μ t t 1 ( X ) = X , μ s r = μ r + 1 r μ s s 1 .
Definition 19  
(Recursive m–level lift of scalar operations). Let , : K × K K be the field addition and multiplication, and for λ K let λ · ( · ) : K K be scalar multiplication. Define theirm–level set lifts ( m ) , ( m ) : P m ( K ) × P m ( K ) P m ( K ) and ( m ) : K × P m ( K ) P m ( K ) recursively by
A ( 1 ) B = { a b : a A , b B } , A ( 1 ) B = { a b : a A , b B } , λ ( 1 ) A = { λ · a : a A } ,
X ( r + 1 ) Y = { U ( r ) V : U X , V Y } , X ( r + 1 ) Y = { U ( r ) V : U X , V Y } ,
λ ( r + 1 ) X = { λ ( r ) U : U X } .
Definition 20  
( ( m , n ) –lifted operations on level n). For X , Y P n ( K ) and λ K define
X ( m , n ) Y : = ι m n μ n m ( X ) ( m ) μ n m ( Y ) ,
X ( m , n ) Y : = ι m n μ n m ( X ) ( m ) μ n m ( Y ) ,
λ ( m , n ) X : = ι m n λ ( m ) μ n m ( X ) .
Thus weflatteninputs from level n down to level m, perform the m–level Minkowski–type operation, andre–liftto level n.
Definition 21  
( ( m , n ) –Superhypermatrix). A  ( m , n ) –superhypermatrix over Kwith shape p × q is a function
M : I × J P n ( K ) .
We define addition and scalar multiplication entrywise via Definition 20:
( M N ) i j : = M i j ( m , n ) N i j , ( λ M ) i j : = λ ( m , n ) M i j .
If J is finite, the  ( m , n ) –matrix product of M P n ( K ) I × J and N P n ( K ) J × L is defined by
( M N ) i l : = j J ( m , n ) M i j ( m , n ) N j l ,
where ( m , n ) denotes the iterated ( m , n ) –sum (well–defined since J is finite).
Remark 2  
(Selections and realizations). Aselectionof M chooses, for every ( i , j ) , an element of μ n 1 ( M i j ) P ( K ) and then an element of K, yielding a classical matrix M K I × J . Hence every ( m , n ) –superhypermatrix encodes a (possibly large) family of ordinary matrices compatible with its entries.
Example 12  
(A concrete ( m , n ) = ( 1 , 2 ) superhypermatrix). Let K = R , I = J = { 1 , 2 } , m = 1 , n = 2 , and
M 11 = [ 0 , 1 ] , M 12 = [ 1 , 2 ] , [ 3 , 3 ] , M 21 = { 0 } , M 22 = [ 1 , 0 ] P 2 ( R ) ,
where [ a , b ] = { x R : a x b } and { 0 } P 1 ( R ) is lifted to level 2 by a singleton brace. For addition, flatten to level 1 via μ 2 1 (a union of the displayed sets of intervals), apply ( 1 ) (interval Minkowski sum or setwise sum), then re–lift by ι 1 2 . Scalar multiplication uses the same pattern with ( 1 ) (interval scaling). Thus the ( 1 , 2 ) –rules combine familiar interval arithmetic at level 1 with a level–2 wrapper that preserves hierarchical structure.
Example 13  
((m,n)=(1,2)—Delivery time planning with route alternatives). Fix K = R 0 (minutes). Each matrix entry is afinite set of intervals(an element of P 2 ( K ) ): each interval [ a , b ] is a plausible time window for one route option, and a set of intervals collects theroute alternativesavailable in that cell. Let rows becarriers I = { C 1 , C 2 } and columns belegs J = { L 1 , L 2 } . Consider
T = { [ 30 , 35 ] , [ 40 , 45 ] } { [ 20 , 25 ] } { [ 35 , 40 ] } { [ 15 , 20 ] , [ 18 , 22 ] } P 2 ( K ) I × J .
Let the leg–count vector (how many times each leg is taken) be
c = { { 1 } } { { 1 } } P 2 ( K ) J × { 1 } ,
i.e., one unit of L 1 and one unit of L 2 . With ( m , n ) = ( 1 , 2 ) , the matrix product
( T c ) i 1 = j J ( 1 , 2 ) T i j ( 1 , 2 ) c j 1 P 2 ( K )
firstflattens to level 1(sets of scalars), then performs the usual (level–1) Minkowski product/sum, and finally re–lifts to level 2.
Carrier C 1 .
T 11 ( 1 , 2 ) c 11 = { [ 30 , 35 ] , [ 40 , 45 ] } ( 1 , 2 ) { { 1 } } = { [ 30 , 35 ] , [ 40 , 45 ] } ,
T 12 ( 1 , 2 ) c 21 = { [ 20 , 25 ] } ( 1 , 2 ) { { 1 } } = { [ 20 , 25 ] } .
Summing legs by ( 1 , 2 ) :
( T c ) 11 = { [ 30 , 35 ] , [ 40 , 45 ] } ( 1 , 2 ) { [ 20 , 25 ] } = { [ 30 + 20 , 35 + 25 ] , [ 40 + 20 , 45 + 25 ] } = { [ 50 , 60 ] , [ 60 , 70 ] } .
Carrier C 2 .
T 21 ( 1 , 2 ) c 11 = { [ 35 , 40 ] } , T 22 ( 1 , 2 ) c 21 = { [ 15 , 20 ] , [ 18 , 22 ] } ,
( T c ) 21 = { [ 35 , 40 ] } ( 1 , 2 ) { [ 15 , 20 ] , [ 18 , 22 ] } = { [ 50 , 60 ] , [ 53 , 62 ] } .
For C 1 the total delivery time is either [ 50 , 60 ] or [ 60 , 70 ] minutes, depending on the route combination; for C 2 it is either [ 50 , 60 ] or [ 53 , 62 ] minutes. The ( 1 , 2 ) –superhypermatrix keeps thefamily of feasible totalsrather than a single number.
Example 14  
((m,n)=(1,2)—Procurement with uncertain quotes and quantities). Let K = R 0 (USD). Rows arevendors I = { A , B } and columns areparts J = { P 1 , P 2 } . Each entry is aset of unit–price intervalscapturing promotional/market uncertainty:
Q = { [ 9 , 11 ] } { [ 14 , 16 ] , [ 13 , 17 ] } { [ 8 , 10 ] , [ 9 , 12 ] } { [ 15 , 18 ] } P 2 ( K ) I × J .
Quantities (as a column) are exact integers, encoded at level 2 by singleton lifts:
N = { { 10 } } { { 5 } } P 2 ( K ) J × { 1 } .
The total spend per vendor is ( Q N ) i 1 P 2 ( K ) .
Vendor A .Compute the two leg terms:
Q A , P 1 ( 1 , 2 ) N P 1 , 1 = { [ 9 , 11 ] } ( 1 , 2 ) { { 10 } } = { [ 90 , 110 ] } ,
Q A , P 2 ( 1 , 2 ) N P 2 , 1 = { [ 14 , 16 ] , [ 13 , 17 ] } ( 1 , 2 ) { { 5 } } = { [ 70 , 80 ] , [ 65 , 85 ] } .
Sum by ( 1 , 2 ) :
( Q N ) A , 1 = { [ 90 , 110 ] } ( 1 , 2 ) { [ 70 , 80 ] , [ 65 , 85 ] } = { [ 160 , 190 ] , [ 155 , 195 ] } .
Thus Vendor A’s total is either the interval [ 160 , 190 ] (if P 2 clears at [ 14 , 16 ] ) or [ 155 , 195 ] (if it clears at [ 13 , 17 ] ).
Vendor B .
Q B , P 1 ( 1 , 2 ) N P 1 , 1 = { [ 8 , 10 ] , [ 9 , 12 ] } ( 1 , 2 ) { { 10 } } = { [ 80 , 100 ] , [ 90 , 120 ] } ,
Q B , P 2 ( 1 , 2 ) N P 2 , 1 = { [ 15 , 18 ] } ( 1 , 2 ) { { 5 } } = { [ 75 , 90 ] } .
Hence
( Q N ) B , 1 = { [ 80 , 100 ] , [ 90 , 120 ] } ( 1 , 2 ) { [ 75 , 90 ] } = { [ 155 , 190 ] , [ 165 , 210 ] } .
The ( 1 , 2 ) –superhypermatrix product returns afamily of plausible order totalsper vendor, explicitly propagating interval uncertainty (quotes) through multiplication by exact quantities and aggregation across parts.
Theorem 1  
(Reduction to n–superhypermatrix). Fix n 1 and take m = n . Then the operations ( n , n ) , ( n , n ) , and ( n , n ) coincide with the standard level–n recursive lifts ( n ) , ( n ) , and ( n ) from Definition 19. Consequently, every n–superhypermatrix (i.e. a map I × J P n ( K ) with entrywise level–n operations) is a special case of an ( m , n ) –superhypermatrix (namely with m = n ).
Proof. 
By Definition 20, when m = n we have μ n n = id and ι n n = id , hence
X ( n , n ) Y = ι n n μ n n ( X ) ( n ) μ n n ( Y ) = X ( n ) Y ,
and similarly for ⊠ and ⊛. Therefore the ( m , n ) –entrywise operations reduce to the usual level–n recursive Minkowski lifts, proving the claim. □
Theorem 2  
(Well–definedness and closure). Let 1 m n and M , N P n ( K ) I × J . Then M N and λ M (for any λ K ) are again in P n ( K ) I × J . If J is finite and N P n ( K ) J × L , then M N P n ( K ) I × L .
Proof. 
By construction μ n m ( X ) P m ( K ) for every X P n ( K ) . Definition 19 yields μ n m ( X ) ( m ) μ n m ( Y ) P m ( K ) and λ ( m ) μ n m ( X ) P m ( K ) . Applying ι m n returns elements of P n ( K ) , proving entrywise closure for ⊞ and ⊛. For products, each M i j ( m , n ) N j l P n ( K ) and a finite iterated ( m , n ) remains in P n ( K ) . □

3. Review and Result: MultiMatrix and Iterative Multimatrix

A MultiMatrix is a matrix whose entries are finite multisets of scalars, with operations lifted entrywise via multiset Minkowski rules. An Iterative Multimatrix stacks MultiMatrices across levels, each entry a multiset-of-multisets, combining levelwise via lifted operations to model hierarchical aggregation.
Notation 3.  
For a nonempty set H, a (finite) multiset on H is a function m : H N 0 with finite support. The collection of all finite multisets on H is denoted M ( H ) . For A , B M ( H ) and h H , write A ( h ) for the multiplicity of h. Define themultiset Minkowski liftsof a binary map : H × H H and of a unary map u : H H by
( A ^ B ) ( t ) : = a , b H a b = t A ( a ) B ( b ) , ( u ^ ( A ) ) ( t ) : = a H u ( a ) = t A ( a ) .
When H is a (skew)field K with + and ·, we abbreviate
A B : = A + ^ B , A B : = A · ^ B , λ A : = ( a λ a ) ^ ( A ) .
Notation 4  
(Indexing). Fix finite index sets I = { 1 , , p } and J = { 1 , , q } , and set X : = I × J .
Definition 22  
(MultiMatrix over a field). Let K be a (skew)field. AMultiMatrixof shape p × q over K is a function
A : X = I × J M ( K ) , ( i , j ) A i j ,
i.e., each entry is a finite multiset of scalars. Define operations entrywise by
( A B ) i j : = A i j B i j , ( λ A ) i j : = λ A i j ,
and, when J is finite, theMultiMatrix productby
( A B ) i l : = j J A i j B j l , A M ( K ) I × J , B M ( K ) J × L ,
where ⊞ denotes finite iteration of ⊞.
Example 15  
(MultiMatrix—weighted course grading (two components, two students)). Let K = R , I = J = { 1 , 2 } , and write multisets with multiplicities as { { x 1 k 1 , , x r k r } } . Consider thescore MultiMatrix
S = { { 78 , 80 } } { { 88 , 90 } } { { 70 } } { { 92 , 93 2 } } M ( R ) I × J ,
where each entry lists all available scores for a student–component pair (e.g., multiple graders or attempts; the entry 93 2 means two identical 93’s).
Let the (column)weight MultiMatrixbe
W = { { 0.4 } } { { 0.6 } } M ( R ) J × { 1 } ,
so component 1 carries weight 0.4 and component 2 weight 0.6 . Using the MultiMatrix product from Definition 22,
( S W ) i 1 = j = 1 2 S i j W j 1 ,
where ⊠ (resp. ⊞) is the multiset lift of scalar multiplication (resp. addition), we obtain amultiset of weighted totalsfor each student.
Student 1.
S 11 W 11 = { { 0.4 · 78 , 0.4 · 80 } } = { { 31.2 , 32 } } , S 12 W 21 = { { 0.6 · 88 , 0.6 · 90 } } = { { 52.8 , 54 } } .
Thus
( S W ) 11 = { { 31.2 , 32 } } { { 52.8 , 54 } } = { { 84.0 , 85.2 , 84.8 , 86.0 } } .
Student 2.
S 21 W 11 = { { 28 } } , S 22 W 21 = { { 55.2 , 55 . 8 2 } } ,
hence
( S W ) 21 = { { 28 } } { { 55.2 , 55 . 8 2 } } = { { 83 . 2 1 , 83 . 8 2 } } .
Therefore S W M ( R ) I × { 1 } returns, for each student, thefinite multiset of all possible weighted course totals, capturing grading variability (multiple graders/attempts) while remaining compatible with standard matrix weighting when entries are singletons.
Lemma 1  
(Closure). For MultiMatrices A , B of the same shape and λ K , A B and λ A are MultiMatrices of that shape. If A M ( K ) I × J and B M ( K ) J × L , then A B M ( K ) I × L .
Proof. 
Each operation is built from , , on M ( K ) , which are closed by construction of the lifted multiplicities. Finite iteration of ⊞ remains in M ( K ) , establishing entrywise closure. □
Theorem 3  
(MultiMatrix as a MultiStructure and reduction to classical matrices). Let H : = K and define multi-operations on H by
# + ( 2 ) ( a , b ) : = { { a + b } } , # · ( 2 ) ( a , b ) : = { { a b } } , # λ ( 1 ) ( a ) : = { { λ a } } .
Then the pair MS K = ( H , { # + ( 2 ) , # · ( 2 ) , # λ ( 1 ) } λ K ) is aMultiStructure(maps from tuples to finite multisets). Its pointwise (dimensional) lift along the axis set X = I × J ,
MS K [ X ] : ( H X ) m M ( H ) X , f 1 , , f m d # ( m ) ( f 1 ( d ) , , f m ( d ) ) ,
has codomain exactly the set of MultiMatrices M ( K ) X . Moreover, if we embed classical matrices M K X by thesingleton lift σ ( M ) i j : = { { M i j } } , then
σ ( M + N ) = σ ( M ) σ ( N ) , σ ( λ M ) = λ σ ( M ) , σ ( M N ) = σ ( M ) σ ( N ) .
Hence MultiMatrix generalizes classical matrix algebra (recovering it on singleton entries) and is representable via the MultiStructure lift MS K [ X ] .
Proof. 
The multi-operations # ( m ) are finite-multiset valued by definition, so MS K is a MultiStructure. The dimensional lift (Definition of pointwise lift) evaluates # ( m ) at each index d X , producing an element of ( M ( H ) ) X , i.e., a MultiMatrix. For a classical matrix M, σ ( M ) has singleton entries. Because the lifted multiset operations reduce to classical operations on singletons, , , coincide with + , · , ( λ · ) , respectively, yielding the displayed equalities and the reduction. □
Remark 3  
(Selections viewpoint). A MultiMatrix A induces a (finite) multiset of ordinary matrices: choose for each ( i , j ) an element a i j from A i j (counted with product of multiplicities). Under this viewpoint, ⊕ (resp. ⊙) corresponds to the multiset sum of pairwise matrix sums (resp. products), consistent with Definition 22.
Definition 23  
(Iterative MultiMatrix of depth k). Fix k N . AnIterative MultiMatrix (IMM) of depth kand shape p × q is a tuple
A = A ( 0 ) , A ( 1 ) , , A ( k ) , A ( r ) M r ( K ) I × J .
Operations actlevelwise and entrywiseusing the lifted maps on M r ( K ) :
( A B ) i j ( r ) : = A i j ( r ) + ^ B i j ( r ) , ( λ A ) i j ( r ) : = ( a λ a ) ^ A i j ( r ) ,
and, for multiplication when J is finite,
( A B ) i l ( r ) : = + ^ j J A i j ( r ) · ^ B j l ( r ) for each level r = 0 , , k .
Example 16  
(Iterative MultiMatrix—warehouse packing across levels (items → orders → truckloads)). Let the ground field be K = R 0 (weights in kg). Take two orders I = { O 1 , O 2 } and two delivery windows J = { D 1 , D 2 } . We build anIterative MultiMatrixof depth k = 2 , A = A ( 0 ) , A ( 1 ) , A ( 2 ) , where A ( r ) M r ( K ) I × J .
Level 0 (single pallet option per cell).Preprints 179224 i001
Each entry is one representative pallet weight for that (order, window).
Level 1 (multiset of pallets per cell).Here A i j ( 1 ) M ( K ) collects all pallets planned for that cell (multiplicity encodes how many identical pallets). We write multisets as { { x 1 k 1 , , x r k r } } .Preprints 179224 i002
Example: A O 1 , D 1 ( 1 ) = { { 240 , 240 } } means two identical pallets of 240 kg.
Level 2 (multiset ofload plansper cell).Now A i j ( 2 ) M M ( K ) ; each element of A i j ( 2 ) is itself a multiset of pallets (i.e., one admissible truckload composition for that cell). For readability, we list the four cells separately:
A O 1 , D 1 ( 2 ) = { { { { 240 2 } } plan A , { { 180 2 , 100 1 } } plan B } } , A O 1 , D 2 ( 2 ) = { { { { 220 1 , 180 1 } } plan C , { { 200 2 } } plan D } } , A O 2 , D 1 ( 2 ) = { { { { 120 3 } } plan E } } , A O 2 , D 2 ( 2 ) = { { { { 150 1 , 130 1 } } plan F , { { 140 2 } } plan G } } .
Interpretation: for ( O 1 , D 1 ) there are two feasible truckload plans: either two pallets of 240 kg (plan A) or an alternative mix (two pallets of 180 kg plus one of 100 kg, plan B). Thus the level–2 entry is amultiset of admissible pallet-multisets.How levelwise operations act.Given another IMM B (e.g., a second warehouse), the sum ( A B ) ( 0 ) adds scalar weights cellwise; ( · ) ( 1 ) performs the multiset lift of addition on pallet multisets; and ( · ) ( 2 ) combines load plans by the lifted rule on M M ( K ) (Definition 23). This preserves the three-tier meaning: single pallets → pallet collections → sets of admissible load plans.
Lemma 2  
(Closure per level). For each r, the lifted maps + ^ , · ^ and ( a λ a ) ^ send M r ( K ) I × J to itself, hence the IMM operations are well defined.
Proof. 
Identical to Lemma 1, applied in the universe M r ( K ) . □
Theorem 4  
(Iterative MultiMatrix as an Iterative MultiStructure). For each k 0 , set H : = K and define levelwise multi-operations
# ( m , r ) : M r ( H ) m M r ( H ) , # + ( 2 , r ) = + ^ , # · ( 2 , r ) = · ^ , # λ ( 1 , r ) = ( a λ a ) ^ .
Then
IMS K ( k ) : = H , { # ( m , r ) } m { 1 , 2 } , 0 r k
is anIterative MultiStructurein the sense of level-indexed multi-operations. Moreover, the dimensional lift of IMS K ( k ) along X = I × J , acting pointwise at each level r, yields exactly the IMM space of Definition 23.
Proof. 
By construction, each # ( m , r ) maps m-tuples in M r ( H ) to an element of M r ( H ) , so the tuple forms an Iterative MultiStructure. Lifting along X replaces elements by X-indexed arrays and applies the same operations entrywise, which is precisely the IMM definition. □
Theorem 5  
(Reductions: IMM ⇒ MultiMatrix ⇒ Matrix).
  • For k = 1 , an IMM is a single matrix with entries in M 1 ( K ) = M ( K ) , with operations from Definition 22; hence IMM generalizes MultiMatrix.
  • For k = 0 , an IMM is a classical matrix with entries in M 0 ( K ) = K , and the lifted operations reduce to standard matrix algebra; hence MultiMatrix generalizes classical matrices via the singleton embedding.
Proof. 
(1) Immediate from the definitions with r = 0 , 1 .
(2) When r = 0 , the lifts + ^ , · ^ coincide with + , · on K, and ( a λ a ) ^ with scalar multiplication, so we recover ordinary matrix operations. The singleton embedding argument is as in Theorem 3. □

4. Review and Result: MetaMatrix and Iterated MetaMatrix

MetaMatrix is a matrix whose entries are matrices; operations act uniformly by lifting row–column arithmetic to block-level structural composition rules. Iterated MetaMatrix stacks MetaMatrices across levels, forming matrices of matrices of matrices, with operations defined recursively and naturally across depths.
Definition 24  
(Block profile and admissibility). Let I = { 1 , , p } and J = { 1 , , q } be finite index sets. Ablock profileon ( I , J ) consists of two dimension vectors
r = ( r i ) i I ( N > 0 ) I , s = ( s j ) j J ( N > 0 ) J .
We say that two profiles ( I , J ; r , s ) and ( J , L ; s , t ) aremultiplication–compatibleif their shared inner dimension vector is identical ( s on both), where L = { 1 , , } and t = ( t ) L .
Definition 25  
(MetaMatrix (matrix of matrices)). Given a block profile ( I , J ; r , s ) , aMetaMatrix over Kwith that profile is a function
A : I × J ( i , j ) I × J K r i × s j , ( i , j ) A i j K r i × s j .
If ( I , J ; r , s ) = ( I , J ; r , s ) we defineblockwise additionandscalar multiplicationentrywise:
( A B ) i j : = A i j + B i j , ( λ A ) i j : = λ A i j .
If ( I , J ; r , s ) and ( J , L ; s , t ) are multiplication–compatible, theMetaMatrix productis
( A B ) i : = j J A i j B j K r i × t .
Example 17  
(MetaMatrix — hospital staffing (roles × shifts within wards × days)). Fix the ground field K = N (headcounts). Let rows indexwards I = { ICU , GEN } and columns indexdays J = { Mon , Tue } . Each block A i j K r i × s j is a 2 × 2 matrix whose rows are { RN , LPN } (roles) and whose columns are { Day , Night } (shifts). Thus the block profile is ( I , J ; r , s ) with r = ( 2 , 2 ) , s = ( 2 , 2 ) .
Define the MetaMatrix S : I × J K 2 × 2 byPreprints 179224 i003
Its flattening is the 4 × 4 block–assembled matrix
S = Mon Day Mon Night Tue Day Tue Night 5 4 5 3 2 2 2 2 4 3 4 4 3 2 3 2
(rows ordered as ICU: RN,ICU:LPN,GEN:RN,GEN:LPN).
Aggregating across shifts. Let 1 shift be the block column with profile ( J , { } ; s , t ) where t = ( 1 ) and, for each j J ,
( 1 shift ) j : = 1 1 K 2 × 1 .
The MetaMatrix product (Definition 25) gives a block column ( S 1 shift ) i = j J A i j [ 1 1 ] K 2 × 1 . Concretely,
( S 1 shift ) ICU , = 5 4 2 2 1 1 + 5 3 2 2 1 1 = 9 4 + 8 4 = 17 8 , ( S 1 shift ) GEN , = 4 3 3 2 1 1 + 4 4 3 2 1 1 = 7 5 + 8 5 = 15 10 .
Interpretation: over the two days, ICU needs 17 RNs and 8 LPNs in total; the General ward needs 15 RNs and 10 LPNs. The MetaMatrix organizes per–day, per–shift staffing as blocks while allowing standard block algebra for aggregation and downstream costing.
Example 18  
(MetaMatrix — university timetable (periods × rooms within departments × days)). Let K = { 0 , 1 } (room occupancy). Rows indexdepartments I = { Math , CS } and columns indexdays J = { Mon , Tue } . Each block T i j K 4 × 3 encodes a day’s timetable for a department: rows are periods P = { 1 , 2 , 3 , 4 } and columns are rooms R = { R 1 , R 2 , R 3 } (1 if the room is used in that period).
Define the MetaMatrix T : I × J K 4 × 3 byPreprints 179224 i004
Its flattening is a 8 × 6 block–assembled occupancy matrix T .
From occupancy to seated capacity.Let room capacities be c ( R 1 ) = 40 , c ( R 2 ) = 30 , c ( R 3 ) = 50 and form the block column c with profile ( J , { } ; s , t ) , where s = ( 3 , 3 ) , t = ( 1 ) , and
c j : = 40 30 50 R 3 × 1 ( j = Mon , Tue ) .
Then ( T c ) i = j J T i j c j R 4 × 1 returns theseated capacity per periodaccumulated over the two days for department i. For example, for Math on Monday alone,
1 0 1 0 1 0 1 0 0 0 0 1 40 30 50 = 90 30 40 50 ,
so periods 1–4 seat 90 , 30 , 40 , 50 students respectively. The MetaMatrix organizes each (department, day) timetable as a block, while block multiplication with per–day capacity vectors yields usable aggregates (per–period seat counts) without leaving matrix algebra.
Definition 26  
(Flattening (canonical block assembly)). For a MetaMatrix A with profile ( I , J ; r , s ) define itsflattening(assembled block matrix)
A K ( i r i ) × ( j s j )
by placing each block A i j in its natural block position; i.e., rows are concatenated in the order i = 1 , , p and columns in the order j = 1 , , q .
Theorem 6  
(Well-definedness and consistency with classical algebra). Let A , B be MetaMatrices with the same profile ( I , J ; r , s ) , and let C have profile ( J , L ; s , t ) compatible with A . Then
A B = A + B , λ A = λ A ,
A C = A · C .
In particular, ⊕, ⊙, and ⊗ are well defined and associative whenever the inner profiles match, and flattening is a homomorphism into the classical matrix algebra.
Proof. 
All identities are standard block–matrix equalities. Each entry of A B (resp. λ A ) equals the blockwise sum (resp. scalar multiple), which matches the definition of ⊕ (resp. ⊙). For products, the ( i , ) block of the classical product equals j A i j B j , which is exactly ( A C ) i . Associativity and distributivity follow from the classical laws on blocks of compatible sizes. □
Theorem 7  
(MetaMatrix as a MetaStructure; reduction to classical matrices). Let Σ mat be the single–sorted signature with function symbols + (binary), · (binary), and ( λ · ) λ K (unary). For each pair ( r , s ) let
M r , s : = K r × s , + , · ( defined when r = s ) , ( λ · ) λ K
be the Σ mat –structure on the carrier K r × s . Fix a profile ( I , J ; r , s ) and define theMetaStructure operation
Φ M r i , s j ( i , j ) I × J : = K ( i r i ) × ( j s j ) , + , · , ( λ · ) ,
with Γ assembling the carrier by block–concatenation and Λ + prescribing blockwise addition; similarly define Φ · for block multiplication on compatible profiles via the classical block formula. Then:
(a) 
( U , { Φ , Φ · , ( Φ λ ) λ K } ) with U = { M r , s : r , s N > 0 } is aMetaStructurein the sense of Definition 14.
(b) 
The data of a MetaMatrix A with profile ( I , J ; r , s ) is precisely the input tuple to Φ , and A is the carrier produced by Γ . The operations ⊕, ⊙, ⊗ coincide with the meta-operations induced on that carrier.
(c) 
If r i = s j = 1 for all i , j , then every block is 1 × 1 and a MetaMatrix is exactly a classical matrix in K p × q . Thus MetaMatrixgeneralizesclassical matrices.
Proof. 
(a) Uniform carrier constructor Γ and symbol–constructors Λ are given by block assembly and the standard block formulas; naturality (isomorphism–invariance) is immediate from the functorial behavior of direct sums and products of vector spaces. (b) Unwinding the definitions shows that the meta-operations act blockwise exactly as in Definitions 25–26. (c) With 1 × 1 blocks, · is the identity identification of entries with scalars, so we recover ordinary matrices and operations. □
Definition 27  
(Depth, uniform profiles, and recursive objects). Fix adepth t N and, for each level u = 1 , , t , fix a profile ( I u , J u ; r ( u ) , s ( u ) ) . Adepth–0 Iterated MetaMatrixis a classical matrix A ( 0 ) K r × s (some r , s ). Recursively, adepth–u Iterated MetaMatrix A ( u ) is a MetaMatrix with profile ( I u , J u ; r ( u ) , s ( u ) ) whose entries are depth– ( u 1 ) Iterated MetaMatrices, all using the same level– ( u 1 ) profile.
Example 19  
(Iterated MetaMatrix—regional advertising spend (Regions → Stores → Channels × DayTypes)). We build a depth-2 Iterated MetaMatrix as in Definition 27.
Level 0 (classical matrices).Rows arechannels C = { Online , InStore } and columns areday types D = { Weekday , Weekend } . An entry records the (weekly) spend in USD. For a fixed store S and week W , a block is
B S , W ( 0 ) = Online / Weekday Online / Weekend InStore / Weekday InStore / Weekend R 0 2 × 2 .
Level 1 (MetaMatrix: Stores×Weeks). Let I 1 = { S 1 , S 2 } (stores), J 1 = { W 1 , W 2 } (weeks), and r ( 1 ) = ( 2 , 2 ) , s ( 1 ) = ( 2 , 2 ) (each block 2 × 2 ). For the (Region,Month) = ( East , Jan ) cell we specify the four level-0 blocks:
A East , Jan ( 1 ) ( i , j ) = B i , j ( 0 ) with B S 1 , W 1 ( 0 ) = 300 500 200 400 , B S 1 , W 2 ( 0 ) = 320 480 220 380 , B S 2 , W 1 ( 0 ) = 250 450 180 350 , B S 2 , W 2 ( 0 ) = 260 440 190 360 .
Level 2 (MetaMatrix: Regions×Months). Let I 2 = { East , West } and J 2 = { Jan , Feb } with r ( 2 ) = ( 2 , 2 ) , s ( 2 ) = ( 2 , 2 ) , so each entry is a level-1 MetaMatrix as above. Thus A ( 2 ) : I 2 × J 2 MetaMat ( I 1 , J 1 ; r ( 1 ) , s ( 1 ) ) .
Nested aggregation via MetaMatrix products. Let d : = 1 1 R 2 × 1 (sum Weekday+Weekend). At level 1 define the block column d ( 1 ) : J 1 × { } R 2 × 1 by ( d ( 1 ) ) j = d for each j J 1 . Then the level-1 product
A East , Jan ( 1 ) d ( 1 ) i = j J 1 B i , j ( 0 ) d R 2 × 1
returns, for each store i, thetwo-channel weekly totals summed over weeks. Compute explicitly:
Store S 1 .
B S 1 , W 1 ( 0 ) d = 300 + 500 200 + 400 = 800 600 , B S 1 , W 2 ( 0 ) d = 320 + 480 220 + 380 = 800 600 ,
j B S 1 , j ( 0 ) d = 1600 1200 .
Store S 2 .
B S 2 , W 1 ( 0 ) d = 700 530 , B S 2 , W 2 ( 0 ) d = 700 550 , j B S 2 , j ( 0 ) d = 1400 1080 .
Now sum channels by ρ : = [ 1 1 ] to obtain per-store monthly totals:
S 1 : ρ 1600 1200 = 2800 , S 2 : ρ 1400 1080 = 2480 .
Finally, sum stores (scalar addition) to get the East–Jan regional total:
East - - Jan monthly spend = 2800 + 2480 = 5280 USD .
(The same construction, applied one level higher as A ( 2 ) d ( 2 ) with ( d ( 2 ) ) j = d , executes the week-summing step uniformlyinsideeach level-1 block, illustrating the recursive nature.)
Example 20  
(Iterated MetaMatrix — manufacturing throughput (Regions → Plants → Lines×Days with Stations×Shifts blocks)). We construct a depth-2 Iterated MetaMatrix capturing production counts.
Level 0 (Stations×Shifts). For each line/day, let rows beshifts S = { Day , Night } and columns bestations R = { A , B } . An entry is the number of finished units. Thus a block P Line , Day ( 0 ) N 2 × 2 .
Level 1 (MetaMatrix: Lines×Days). Fix lines I 1 = { L 1 , L 2 } and days J 1 = { Mon , Tue } with r ( 1 ) = s ( 1 ) = ( 2 , 2 ) (each block 2 × 2 ). ForPlant Northwe set:
P L 1 , Mon ( 0 ) = 12 8 9 7 , P L 1 , Tue ( 0 ) = 10 9 8 8 , P L 2 , Mon ( 0 ) = 11 7 8 6 , P L 2 , Tue ( 0 ) = 9 8 7 7 .
ForPlant Southwe set:
P L 1 , Mon ( 0 ) = 13 7 9 8 , P L 1 , Tue ( 0 ) = 12 8 9 7 , P L 2 , Mon ( 0 ) = 10 9 7 6 , P L 2 , Tue ( 0 ) = 11 7 8 7 .
Each plant thereby determines a level-1 MetaMatrix P Plant ( 1 ) on ( I 1 , J 1 ) .
Level 2 (MetaMatrix: Regions×Weeks).  Let regions I 2 = { North , South } , weeks J 2 = { W 1 } , and profile r ( 2 ) = s ( 2 ) = ( 2 ) so that each ( Region , W 1 ) entry is the corresponding level-1 P Plant ( 1 ) .
Nested aggregation (units per week). Let e : = 1 1 to sum stations, and ρ : = [ 1 1 ] to sum shifts. At level 1 define ( e ( 1 ) ) j = e for j J 1 . Then, for any line i,
P Plant ( 1 ) e ( 1 ) i = j J 1 P i , j ( 0 ) e N 2 × 1 ( per - shift totals , summed over days ) .
Apply ρ to obtain the line’s two-day total. Compute explicitly:
Plant North.
L 1 : P L 1 , Mon ( 0 ) e = 20 16 , P L 1 , Tue ( 0 ) e = 19 16 ρ ( · ) = 36 + 35 = 71 , L 2 : P L 2 , Mon ( 0 ) e = 18 14 , P L 2 , Tue ( 0 ) e = 17 14 ρ ( · ) = 32 + 31 = 63 .
Plant North weekly total: 71 + 63 = 134 units.
Plant South.
L 1 : P L 1 , Mon ( 0 ) e = 20 17 , P L 1 , Tue ( 0 ) e = 20 16 ρ ( · ) = 37 + 36 = 73 , L 2 : P L 2 , Mon ( 0 ) e = 19 13 , P L 2 , Tue ( 0 ) e = 18 15 ρ ( · ) = 32 + 33 = 65 .
Plant South weekly total: 73 + 65 = 138 units.
Regional aggregation (level 2).Placing P North ( 1 ) and P South ( 1 ) as the two blocks of P ( 2 ) (rows I 2 , single column J 2 ) exposes a final summation across plants as a level-2 operation (scalar addition of the computed plant totals), yielding the region vector
North South = 134 138 .
This example illustrates how the same block recipe (“sum columns by e, then sum rows by ρ , then sum over days”) is reused recursively inside each entry of the next level.
Definition 28  
(Recursive flattening and operations). Define theflattening · u by
A ( 0 ) 0 : = A ( 0 ) , A ( u ) u : = A i j ( u 1 ) ( u 1 ) ( i , j ) I u × J u ,
i.e., first flatten each entry to a classical block, then assemble the block matrix. Define ⊕, ⊙, and ⊗ on depth–u objects entrywise at level u using the MetaMatrix rules, assuming inner profiles match.
Theorem 8  
(Flattening is a homomorphism at every depth). For each depth u 0 and all well–typed A ( u ) , B ( u ) and scalars λ,
A ( u ) B ( u ) u = A ( u ) u + B ( u ) u , λ A ( u ) u = λ A ( u ) u ,
A ( u ) B ( u ) u = A ( u ) u · B ( u ) u .
Proof. 
Induction on u. The base u = 0 is trivial. For u u + 1 , apply the induction hypothesis to each entry (depth u), then Theorem 6 at the top MetaMatrix level to assemble blocks; the three identities follow. □
Theorem 9  
(Iterated MetaMatrix as an Iterated MetaStructure; reductions). For each level u let U ( u ) be the class of depth–u Iterated MetaMatrices with fixed profile ( I u , J u ; r ( u ) , s ( u ) ) . The triple
M ( u ) : = U ( u ) , Φ ( u ) , Φ · ( u ) , ( Φ λ ( u ) ) λ K ,
where Φ ( u ) applies the MetaMatrix constructors to entries in U ( u 1 ) and then assembles via Γ (Definition 14), is anIterated MetaStructure. Moreover:
(a) 
(Generalization) Depth 1 recovers MetaMatrix; depth 0 recovers classical matrices.
(b) 
(Compatibility) The flattening · u is a natural homomorphism M ( u ) K –Mat(Theorem 8).
Proof. 
The carrier constructors Γ and symbol–constructors Λ are given uniformly at each depth by the block assembly of Definition 28 and the block rules of Definition 25. Naturality is inherited from the functoriality of assembling direct sums/products of vector spaces. (a) follows from the definitions; (b) is Theorem 8. □

5. Conclusions

In this paper we defined HyperMatrix, SuperHyperMatrix, MultiMatrix, Iterative MultiMatrix, MetaMatrix, and Iterated MetaMatrix—all as extensions of the classical notion of a matrix—and we offer a concise examination of their properties. In future work, we plan to consider extensions that incorporate uncertainty and multi-valuedness by employing advanced set-theoretic frameworks such as the Fuzzy Set [49,50,51,52], Intuitionistic Fuzzy Set [53,54], Vague Sets [55,56,57], Hesitant Fuzzy Set [58,59,60], Picture Fuzzy Set [61,62,63], Neutrosophic Set [64,65,66], and Plithogenic Set [67,68,69,70].

Funding

No external funding was received for this work.

Institutional Review Board Statement

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

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.

Use of Artificial Intelligence

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.

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. Smarandache, F. Foundation of SuperHyperStructure & Neutrosophic SuperHyperStructure. Neutrosophic Sets and Systems 2024, 63, 21. [Google Scholar]
  2. Al-Tahan, M.; Davvaz, B.; Smarandache, F.; Anis, O. On some neutroHyperstructures. Symmetry 2021, 13, 535. [Google Scholar] [CrossRef]
  3. Davvaz, B.; Nezhad, A.D.; Nejad, S.M. Algebraic hyperstructure of observable elementary particles including the Higgs boson. Proceedings of the National Academy of Sciences, India Section A: Physical Sciences 2020, 90, 169–176. [Google Scholar] [CrossRef]
  4. Ruggero, M.S.; Vougiouklis, T. Hyperstructures in Lie-Santilli admissibility and iso-theories. Ratio Mathematica 2017, 33, 151. [Google Scholar]
  5. Das, A.K.; Das, R.; Das, S.; Debnath, B.K.; Granados, C.; Shil, B.; Das, R. A Comprehensive Study of Neutrosophic SuperHyper BCI-Semigroups and their Algebraic Significance. Transactions on Fuzzy Sets and Systems 2025, 8, 80. [Google Scholar]
  6. Rahmati, M.; Hamidi, M. Extension of g-algebras to superhyper g-algebras. Neutrosophic Sets and Systems 2023, 55, 557–567. [Google Scholar]
  7. Fujita, T. Weak HyperFuzzy Set and Weak SuperHyperFuzzy Set. Computational Methods 2025, 2, 11–26. [Google Scholar]
  8. Kong, X. Students’ Innovation Ability Evaluation in Vocational Colleges Based on the STEAM Education Concept: A Neutrosophic SuperHyper Pentapartitioned Process Model. Neutrosophic Sets and Systems 2025, 93, 250–261. [Google Scholar]
  9. Fujita, T. Medical SuperHyperStructure and Healthcare SuperHyperStructure. Journal of Medicine and Health Research 2025, 10, 243–262. [Google Scholar] [CrossRef]
  10. Li, Y. A Neutrosophic SuperHyperModal Framework for the Multilayered Evaluation of New Media Marketing Strategies in the Automotive Industry. Neutrosophic Sets and Systems 2025, 88, 28. [Google Scholar]
  11. Jech, T. Set theory: The third millennium edition, revised and expanded; Springer, 2003.
  12. Smarandache, F. SuperHyperFunction, SuperHyperStructure, Neutrosophic SuperHyperFunction and Neutrosophic SuperHyperStructure: Current understanding and future directions; Infinite Study, 2023.
  13. Smarandache, F. Introduction to SuperHyperAlgebra and Neutrosophic SuperHyperAlgebra. Journal of Algebraic Hyperstructures and Logical Algebras 2022. [Google Scholar]
  14. Fujita, T.; Smarandache, F. A Unified Framework for U-Structures and Functorial Structure: Managing Super, Hyper, SuperHyper, Tree, and Forest Uncertain Over/Under/Off Models. Neutrosophic Sets and Systems 2025, 91, 337–380. [Google Scholar]
  15. Selvachandran, G.; Salleh, A.R. Hypergroup theory applied to fuzzy soft sets. Global Journal of Pure and Applied Sciences 2015, 11, 825–834. [Google Scholar]
  16. Stenstrom, B. Rings of quotients: an introduction to methods of ring theory; Vol. 217, Springer Science & Business Media, 2012.
  17. Jun, Y.B.; Park, C.H.; Alshehri, N.O. Hypervector spaces based on intersectional soft sets. In Proceedings of the Abstract and Applied Analysis. Wiley Online Library, Vol. 2014; p. 784523. [Google Scholar]
  18. Tallini, M.S. Hypervector spaces. In Proceedings of the Proceeding of the 4th International Congress in Algebraic Hyperstructures and Applications; 1991; pp. 167–174. [Google Scholar]
  19. Gross, J.L.; Yellen, J.; Anderson, M. Graph theory and its applications; Chapman and Hall/CRC, 2018.
  20. Diestel, R. Graph theory 3rd ed. Graduate texts in mathematics 2005, 173, 12. [Google Scholar]
  21. Diestel, R. Graph theory; Springer (print edition); Reinhard Diestel (eBooks), 2024.
  22. Vougioukli, S. Helix hyperoperation in teaching research. Science & Philosophy 2020, 8, 157–163. [Google Scholar]
  23. Vougioukli, S. Hyperoperations defined on sets of S -helix matrices. 2020.
  24. Rezaei, A.; Smarandache, F.; Mirvakili, S. Applications of (Neutro/Anti)sophications to Semihypergroups. Journal of Mathematics 2021. [Google Scholar] [CrossRef]
  25. Vougioukli, S. HELIX-HYPEROPERATIONS ON LIE-SANTILLI ADMISSIBILITY. Algebras Groups and Geometries 2023. [Google Scholar] [CrossRef]
  26. Corsini, P.; Leoreanu, V. Applications of hyperstructure theory; Vol. 5, Springer Science & Business Media, 2013.
  27. Novák, M.; Křehlík, Š.; Ovaliadis, K. Elements of hyperstructure theory in UWSN design and data aggregation. Symmetry 2019, 11, 734. [Google Scholar] [CrossRef]
  28. Oguz, G.; Davvaz, B. Soft topological hyperstructure. J. Intell. Fuzzy Syst. 2021, 40, 8755–8764. [Google Scholar] [CrossRef]
  29. Smarandache, F. SuperHyperStructure & Neutrosophic SuperHyperStructure, 2024. Accessed: 2024-12-01.
  30. Shinoj, T.; John, S.J. Intuitionistic fuzzy multisets and its application in medical diagnosis. World academy of science, engineering and technology 2012, 6, 1418–1421. [Google Scholar]
  31. Ejegwa, P. New operations on intuitionistic fuzzy multisets. Journal of Mathematics and Informatics 2015, 3, 17–23. [Google Scholar]
  32. Girish, K.; John, S.J. Rough Multisets and Information Multisystems. Advances in Decision sciences 2011. [Google Scholar] [CrossRef]
  33. Girish, K.; John, S.J. On rough multiset relations. International Journal of Granular Computing, Rough Sets and Intelligent Systems 2014, 3, 306–326. [Google Scholar] [CrossRef]
  34. Fujita, T. Iterative Multistructure and Curried Iterative Multistructure: Graph, Function, Chemical Structure, and beyond 2025.
  35. Fujita, T. Introduction for Structure, HyperStructure, SuperHyperStructure, MultiStructure, Iterative MultiStructure, TreeStructure, and ForestStructure 2025.
  36. Fujita, T. MetaStructure, Meta-HyperStructure, and Meta-SuperHyperStructure, 2025. [CrossRef]
  37. Fujita, T. MetaHyperGraphs, MetaSuperHyperGraphs, and Iterated MetaGraphs: Modeling Graphs of Graphs, Hypergraphs of Hypergraphs, Superhypergraphs of Superhypergraphs, and Beyond, 2025. [CrossRef]
  38. Horn, R.A.; Johnson, C.R. Matrix analysis. 1985.
  39. Yaz, E.E. Linear Matrix Inequalities In System And Control Theory. Proceedings of the IEEE 1998, 86, 2473–2474. [Google Scholar] [CrossRef]
  40. Golub, G.H. Matrix computations. 1983.
  41. Chrzeszczyk, A.; Kochanowski, J. Matrix Computations. In Proceedings of the Encyclopedia of Parallel Computing; 2011. [Google Scholar]
  42. Wu, F.; Zhang, T.; de Souza, A.H.; Fifty, C.; Yu, T.; Weinberger, K.Q. Simplifying Graph Convolutional Networks. In Proceedings of the International Conference on Machine Learning; 2019. [Google Scholar]
  43. Lee, D.D.; Sebastian, H.; y, S. Algorithms for Non-negative Matrix Factorization. In Proceedings of the Neural Information Processing Systems; 2000. [Google Scholar]
  44. Engler, A.J.; Engler, A.J.; Sen, S.; Sen, S.; Sweeney, H.L.; Discher, D.E. Matrix Elasticity Directs Stem Cell Lineage Specification. Cell 2006, 126, 677–689. [Google Scholar] [CrossRef]
  45. Motameni, M.; Ameri, R.; Sadeghi, R. Hypermatrix Based on Krasner Hypervector Spaces. 2013.
  46. Fujita, T. A theoretical exploration of hyperconcepts: Hyperfunctions, hyperrandomness, hyperdecision-making, and beyond (including a survey of hyperstructures). Advancing Uncertain Combinatorics through Graphization, Hyperization, and Uncertainization: Fuzzy, Neutrosophic, Soft, Rough, and Beyond 2025, p. 111.
  47. Tropp, J.A. Tropp, J.A. An Introduction to Matrix Concentration Inequalities. ArXiv 2015, abs/1501.01571.
  48. Bellman, R. Introduction to Matrix Analysis. 1972.
  49. Zadeh, L.A. Fuzzy sets. Information and control 1965, 8, 338–353. [Google Scholar] [CrossRef]
  50. Akram, M.; Luqman, A. Fuzzy hypergraphs and related extensions; Springer, 2020.
  51. Al-Hawary, T. Complete fuzzy graphs. International Journal of Mathematical Combinatorics 2011, 4, 26. [Google Scholar]
  52. Nishad, T.; Al-Hawary, T.A.; Harif, B.M. General Fuzzy Graphs. Ratio Mathematica 2023, 47. [Google Scholar]
  53. Atanassov, K.T. Circular intuitionistic fuzzy sets. Journal of Intelligent & Fuzzy Systems 2020, 39, 5981–5986. [Google Scholar] [CrossRef]
  54. Atanassov, K.T.; Gargov, G. Intuitionistic fuzzy logics; Springer, 2017.
  55. Lu, A.; Ng, W. Vague sets or intuitionistic fuzzy sets for handling vague data: which one is better? In Proceedings of the International conference on conceptual modeling. Springer; 2005; pp. 401–416. [Google Scholar]
  56. Gau, W.L.; Buehrer, D.J. Vague sets. IEEE transactions on systems, man, and cybernetics 1993, 23, 610–614. [Google Scholar] [CrossRef]
  57. Bustince, H.; Burillo, P. Vague sets are intuitionistic fuzzy sets. Fuzzy sets and systems 1996, 79, 403–405. [Google Scholar]
  58. Torra, V.; Narukawa, Y. On hesitant fuzzy sets and decision. In Proceedings of the 2009 IEEE international conference on fuzzy systems. IEEE; 2009; pp. 1378–1382. [Google Scholar]
  59. Torra, V. Hesitant fuzzy sets. International journal of intelligent systems 2010, 25, 529–539. [Google Scholar]
  60. Xu, Z. Hesitant fuzzy sets theory; Vol. 314, Springer, 2014.
  61. Das, S.; Ghorai, G.; Pal, M. Picture fuzzy tolerance graphs with application. Complex & Intelligent Systems 2022, 8, 541–554. [Google Scholar]
  62. Khan, W.A.; Arif, W.; NGUYEN, Q.H.; Le, T.T.; Van Pham, H. Picture Fuzzy Directed Hypergraphs with applications towards decision-making and managing hazardous chemicals. IEEE Access 2024. [Google Scholar]
  63. Cuong, B.C.; Kreinovich, V. Picture fuzzy sets-a new concept for computational intelligence problems. In Proceedings of the 2013 third world congress on information and communication technologies (WICT 2013). IEEE; 2013; pp. 1–6. [Google Scholar]
  64. Smarandache, F.; Jdid, M. An Overview of Neutrosophic and Plithogenic Theories and Applications 2023.
  65. Broumi, S.; Talea, M.; Bakali, A.; Smarandache, F. Single valued neutrosophic graphs. Journal of New theory 2016, 10, 86–101. [Google Scholar]
  66. Broumi, S.; Talea, M.; Bakali, A.; Smarandache, F.; Kumar, P.K. Shortest path problem on single valued neutrosophic graphs. In Proceedings of the 2017 international symposium on networks, computers and communications (ISNCC). IEEE; 2017; pp. 1–6. [Google Scholar]
  67. Sultana, F.; Gulistan, M.; Ali, M.; Yaqoob, N.; Khan, M.; Rashid, T.; Ahmed, T. A study of plithogenic graphs: applications in spreading coronavirus disease (COVID-19) globally. Journal of ambient intelligence and humanized computing 2023, 14, 13139–13159. [Google Scholar] [CrossRef]
  68. Kandasamy, W.V.; Ilanthenral, K.; Smarandache, F. Plithogenic Graphs; Infinite Study, 2020.
  69. Sathya, P.; Martin, N.; Smarandache, F. Plithogenic Forest Hypersoft Sets in Plithogenic Contradiction Based Multi-Criteria Decision Making. Neutrosophic Sets and Systems 2024, 73, 668–693. [Google Scholar]
  70. Smarandache, F. 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.
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