1. Preliminaries
This section outlines the key concepts and definitions required for understanding the content of this paper. The n-th iterated powerset constructs sets repeatedly; each step applies the powerset operation, producing higher-order collections of subsets.
Definition 1 (Universe). Let U be a nonempty finite set, called theuniverseorbase set. All subsequent powerset constructions are formed relative to U.
Definition 2 (Powerset [
1]).
Thepowerset
of a set S, denoted , is the family of all subsets of S, including both the empty set and S itself:
Definition 3 (
n-th iterated Powerset [
2,
3,
4,
5,
6]).
For a nonempty set H and integer , then-th powerset
is defined recursively by
Analogously, then-th nonempty powerset
, denoted , is constructed by
where .
Example 1 (Trip-planning templates as an n-th iterated powerset (take )). Consider building reusable packing templates in a travel department.
Base level (items).
Let the base set be
Level 1: day packing lists.
is the set of allpacking lists
(subsets of items). There are possible lists, e.g.
Level 2: trip-type libraries.
is the set of alllibraries of packing lists
for distinct trip types. There are such libraries. A concrete library might be
meaning: for corporate use, keep templates for city trips, winter trips, and an empty baseline.
Level 3: corporate catalogs.
is the set of allcorporate catalogs
, each a set of libraries selected for regions or business units. Its size is . A concrete catalog could be
i.e., the catalog offers the three-template library Λ and, in addition, a lean library for short city trips.
Interpretation across levels.
Level 0 (H): individual items.
Level 1 (): packing lists (templates) as subsets of items.
Level 2 (): libraries (collections of templates) for different trip types.
Level 3 (): catalogs (collections of libraries) deployed across the organization.
General
n.
Each application of adds one management layer: “collections of previous-level objects.” For a finite base H with , the sizes follow
Thus the n-th iterated powerset cleanly models real hierarchies: items → templates → libraries → catalogs →….
1.1. Power Multiset
A power multiset extends the classical powerset, assigning multiplicities to submultisets, thus capturing all possible multiplicity-aware subsets [
7,
8,
9,
10,
11,
12].
Definition 4 (Submultiset).
Let A be a (finite) multiset on a universe U with multiplicity function . A multiset B on U is called asubmultiset
of A, written , if
Theset of submultisets
of A is
Note that is an (ordinary) set.
Definition 5 (Power multiset).
Let A be a (finite) multiset on U. Thepower multiset
of A, denoted , is the multiset whose underlying universe is and whose multiplicity function is given by
Equivalently, “lists” every submultiset as many times as there are ways to choose, for each , exactly copies out of the copies of x.
Example 2.
Let and let A be the multiset with , . Then the submultisets are determined by pairs with , , i.e.
Their multiplicities in are
Thus (writing duplicates explicitly) the power multiset is
1.2. Signed Multiset
A signed multiset assigns integer multiplicities, allowing both positive and negative counts, thus generalizing sets and ordinary multisets [
13].
Definition 6 (Signed multiset).
[13] Let U be a universe. Asigned multiset
(on U) is a function
ofinteger-valued
multiplicities. Itssupport
is
We write iff . When is finite, the(signed) size
is
An ordinary set corresponds to the -valued case; an ordinary (unsigned) multiset corresponds to the -valued case.
Remark 1 (Generalized characteristic function). The map is the (generalized) characteristic function of A with range ; ordinary sets have range and ordinary multisets have range .
Example 3. (Library curation with additions (positive) and withdrawals
A public library performs a monthly collection update on three titles:
Model thenet action
as a signed multiset :
so the shelves gain a net of 2 copies.
Brace notation.
One may write
where the bar separates positive and negative multiplicities.
Operational meaning via a weighted sum.
Let be the spine thickness (cm) of each title:
Then the net shelf-space change is the signed sum
Thus the signed multiset compactly encodes “add these copies, remove those copies,” and any linear resource (space, weight, cost) is computed by a single signed sum against the corresponding per-title function.
1.3. Named Set
Informally, a named set assigns to each element of a
support a label drawn from a
set of names by means of a designated map; see, e.g., [
14,
15,
16,
17,
18,
19]. We record a precise formulation below.
Definition 7 (Named set).
[14,15,16,17] Fix an ambient category (typically ) together with a specified class of admissible morphisms. Anamed set
is a triple
consisting of
a support object X (thecarrier of elements),
a name object I (thepool of labels), and
a morphism from the fixed class , called thenaming map.
For , the value is thename(or label) attached to x. When the ambient category is and is the class of all functions, a named set is simply a function .
Definition 8 (Support, names, and naming map).
For a named set , we use the following notation:
Example 4 (University roster with student ID numbers).
Let thesupport
(students enrolled in a course) be
Let theset of names
be the assigned ID codes
Define thenaming map
by
Then is anamed setin which each student carries exactly one unique label (the student ID). Here , , and .
Example 5 (Desktop files labeled by MIME type).
Let thesupport
be a finite set of files on a laptop:
Let theset of names
be the MIME types
Define thenaming map
by
Then is anamed setwhere each file has exactly one label (its type). Unlike the first example, a ismany-to-onebecause two different files share the same name . Again , , and .
2. Main Results
This section presents the main results of the paper.
2.1. Iterated Power Multiset
An iterated power multiset repeatedly applies the power multiset construction, producing hierarchical layers of submultisets with multiplicities tracking combinatorial realizations.
Definition 9 (Iterated power multiset
).
Let A be a finite multiset (base level). Define recursively
Thus, the underlying set of is , the set of all submultisets of . Writing for the multiplicity function of and for its support, we have explicitly
where is the multiplicity function of the submultiset .
Example 6 (Real-life scenario: assembling daily gift bags from limited stock).
Consider a small shop that prepares dailygift bags
from a limited inventory. Let the base multiset (level 0 stock) be
Here counts physically indistinguishable copies in stock (two chocolates, two cookies, one juice).
By Definition 9, the level-1 objects representpossible gift-bag contents
(submultisets of the stock); their multiplicity counts how many distinct ways one could pick physical copies to realize Y:
Interpretation: can be assembled in 4 ways (choose which of the two chocolates and which of the two cookies); can be assembled in 2 ways (choose which chocolate; the juice is unique).
At level 2, an element is aplan of daily bags
: it is a submultiset of level-1 bags. Its multiplicity uses the level-1 multiplicities as the new “copy counts”:
For a concrete two-day plan that prepares one -bag and one -bag, set
Meaning: there are 8 distinct ways to realize the two-day plan when one distinguishes the concrete physical picks that instantiate the day-1 and day-2 bags.
A second plan that prepares two -bags (and no other type) has
Thus, even with tiny stocks, theiteratedpower-multiset naturally models “objects” (level 1: daily bags from stock) and then “collections of those objects” (level 2: multi-day plans from daily-bag types), with multiplicities recording the number of physically distinguishable realizations at each stage.
Proposition 1 (Size of one power step).
For any finite multiset X,
where is the total (copy-counting) cardinality of X.
Proof. By definition and Fubini-type factorization,
□
Theorem 1 (Cardinality tower for the iterated power multiset).
Let A be a finite multiset and set . Define for . Then, for every ,
Proof. Induction on
n. For
,
by Proposition 1. Assume
. Then
using Proposition 1 with
and the identity
for multisets (
sums multiplicities). □
Theorem 2 (Unifying generalization of iterated powerset and power multiset). Let A be a finite multiset on U.
- (a)
(Reduction to power multiset) by Definition 9.
- (b)
-
(Reduction to iterated powerset on sets) If A is an ordinary set (i.e. for all u), then for all :
Proof. (a) is immediate from the recursive definition.
(b) We prove by induction on
n. For
: since
, a submultiset
is the same data as a subset
with
. Thus
is the usual powerset of
A. Moreover,
because
. Hence
and all multiplicities are 1.
Assume the claim holds for some
. Then
has all multiplicities equal to 1 and its support is
. A submultiset
is therefore nothing but an ordinary subset of
(because each element of the base can be chosen at most once), and so
For the multiplicities, using Definition 9,
Thus and all multiplicities are 1. By induction, the statement holds for all n. □
2.2. Signed Power Multiset
A Signed Power Multiset extends classical power multisets by allowing integer multiplicities, combining positive selections and negative recalls within submultisets.
Definition 10 (Signed submultiset set
).
For A a signed multiset on U, write
so that with and . Theset of signed submultisets of
Ais
(Equivalently, Y chooses up to “positive copies” and up to “negative copies” of each x.)
Definition 11 (Signed Power Multiset
).
Let A be a signed multiset. TheSigned Power Multiset
of A is the signed multiset on the universe whose multiplicity function is given pointwise, independently across , by the coefficient-extraction identity
Equivalently, for each x and each integer thelocal
signed multiplicity is
and .
Remark 2 (Well-definedness and support). Only finitely many x contribute nontrivially, since A (hence ) has finite support. Thus the product in and all sums/coefficient extractions are finite.
Example 7 (Inventory reconciliation with additions (positive) and recalls
A warehouse performs a one–shot reconciliation on three SKUs:
Here positive multiplicities are on–hand copies to allocate (ship/pack), while the negative multiplicity for Gadget encodes a mandatory recall/removal of one copy.
Decompose by coordinates:
A signed submultiset prescribes how many items to allocate (positive) or to recall (negative) at this step:
By Definition 11, the signed multiplicity factors coordinatewise via
and here the local coefficients are
Concrete signed plans Y and their multiplicities:
Theorem 3 (Reduction to the classical Power Multiset).
If A isunsigned
(i.e. ), then is the set of submultisets and
(the classical power multiset). In particular, for (as a multiset),
Proof. If
for all
x, then
and
Thus , which is exactly the classical power-multiset multiplicity. □
Theorem 4 (Purely negative case and sign twist).
If A ispurely negative
, i.e. and with B an unsigned multiset, then the allowed local exponents are and
hence for ,
In words, is the classical power multiset of B pulled back along and multiplied by the global sign .
Proof. For
, we have
and
. Expanding
and extracting the coefficient of
yields
Multiplying over x gives the stated formula. □
Theorem 5 (Multiplicativity on disjoint supports).
Suppose are signed multisets with . Then there is a canonical bijection
i.e. multiplicities factor: .
Proof. The bounds split coordinatewise on the disjoint union , so the stated bijection of universes holds. By Definition 11, the local factors depend only on A (for ) or only on B (for ), hence is a product of the two independent contributions. □
2.3. Signed Iterated Power Multiset
A Signed Iterated Power Multiset repeatedly applies signed power multiset construction, layering positive and negative multiplicities across hierarchical collection stages.
Definition 12 (Signed Iterated Power Multiset).
Let . For define recursively
Thus is a signed multiset whose universe is the set of signed submultisets of , and whose multiplicities are given by the Definition applied at level . We write for the multiplicity function of and for its positive/negative parts.
Example 8 ((Two-stage operations plan with shipments (positive) and recalls
A small logistics team has a one-shot stock-and-recall situation on three SKUs:
Positive multiplicities encode available units to ship; the negative multiplicity for G encodes a mandatory recall of one unit.
Level 1 (signed daily action).A level-1 element (Definition 12) chooses, for each SKU x, a signed amount with
Its signed multiplicity factors coordinatewise by Definition 11:
where and . Thus the local coefficients are
Two concrete level-1 actions:
Level 2 (signed weekly plan).A level-2 object is asigned
submultiset of level-1 actions. Bounds at level 2 use the positive/negative parts of level-1 multiplicities:
From above, and . Hence the admissible level-2 choices are
Plan A (one shipping day
and one audit day cancelling a recall
):
take and , with all other level-1 types unused. By Definition 11 applied at level 2,
Interpretation: there are 4 concrete ways to realize this weekly plan when one keeps track ofwhichphysical copies instantiate each daily action, but the plan carries a negative sign because it uses a “recall-type’’ action at level 1 (inclusion–exclusion weight).
Plan B (two shipping days of type
, no audit):
take , . Then
This counts the unique way to pick two daily actions out of the two indistinguishable copies of .
Takeaway.The SignedIteratedPower Multiset models two-layer decision making:
Level 1 chooses signed daily actions from a mixed stock/recall base; signs arise from recall coordinates.
Level 2 chooses signed weekly plans from those daily actions; feasibility bounds are inherited from level-1 multiplicities, and new signs arise if the plan uses negatively weighted (recall-type) daily actions.
All coefficients are computed explicitly from the generating factors and at each level, with finite products because the supports are finite.
Theorem 6 (Level-1 reduction).
For every signed multiset A,
Proof. By Definition 12, . □
Theorem 7 (Unsigned case: agreement with the iterated
If A isunsigned
(i.e. ), then for all ,
where denotes the classical power-multiset operator on (unsigned) multisets.
Proof. We argue by induction on
n. For
, the Definition yields, when
,
which is the classical power-multiset multiplicity.
Assume the claim holds at level n. Then is unsigned (all multiplicities are nonnegative integers), so . Applying the Definition at level n reduces again to the classical formula, hence . □
Corollary 1 (Set case: agreement with the iterated powerset).
If A is anordinary set
(i.e. ), then for all ,
Proof. When A is a set, at the only local coefficients are and , so all multiplicities are 1 and the support equals . Inductively, every level remains a -valued multiset on its support, hence the same reasoning applies and yields multiplicity 1 and support . □
Lemma 1 (Sum of local coefficients).
For ,
Proof. The left-hand side is the sum of the coefficients of the finite Laurent polynomial , which equals . Evaluating at gives , i.e. if and 0 otherwise. □
Theorem 8 (Total signed size of one step).
For any signed multiset X,
In particular, if X is unsigned then , while if X has any negative multiplicity then .
Proof. By the Definition,
where we exchanged sum and product using the independence of choices across coordinates. Apply Lemma 1 to each factor. When
, we have
. □
Theorem 9 (Total signed size along the iteration). Let A be a signed multiset and set and .
If A is unsigned, then for all , .
If A has a negative entry (i.e. ), then for all , .
Proof. If A is unsigned, Theorem 7 reduces the iteration to the classical (unsigned) one, and Theorem 8 yields ; induction using the same theorem at each level gives .
If A has , apply Theorem 8 at to get . For every , apply the same theorem to ; regardless of the internal sign pattern, the product representation again includes at least one factor with (indeed, already at there exist negative coefficients), hence each level has total signed size 0. □
Theorem 10 (Multiplicativity over disjoint supports, all depths).
If are signed multisets with , then for every there is a canonical bijection
i.e. multiplicities factor coordinatewise.
Proof. For this is the multiplicativity of the Definition (local factors depend on disjoint coordinates). Assuming the claim at depth , the universe at depth n is the signed-submultiset set of the depth- base, which splits on the disjoint union; multiplicities at depth n are given by a product of local coefficient-extraction terms, which again separate across the two blocks. Hence the factorization (and the bijection of universes) persist for all n. □
2.4. Multi–Iterated Powerset
A multi–iterated powerset repeatedly applies the powerset operator in blocks, producing layered collections of subsets, generalizing the n-th powerset.
Definition 13 (Multi–iterated powerset
with a block vector).
Let be a finite vector with entries . Themulti–iterated powerset
of X with block exponents is
We also write for thetotal height.
Example 9 (Weekly meal planning as a two-block multi–iteration
).
Let the base set be the availabledishes
Applying one powerset produces all admissibleday menus
:
Applying a second powerset produces all collections of day menus—i.e.weekly menu plans
:
Semantics by level.
Level 0 (X): individual dishes available that week.
Level 1 (): aday menu
is a subset of dishes, e.g.
-
Level 2 (): aweekly plan
is a set of day menus, e.g.
meaning: one day serves Pasta+Salad, another serves Curry, and one day is a planned ⌀ (leftovers/skip).
Why the block vector?Writing makes the two managerial layers explicit: first pickday menus, then pick aset of day menusto form a weekly plan. (Flattening law: , but the block boundary records the modeling stages.)
Example 10 (Designing and scheduling A/B experiments as a three-level
).
A product team considers two binaryfeatures
for experimentation:
Block 1 (depth 2):First apply to obtain allconfigurations
(enable/disable each feature):
Apply again to obtain alltest suites
(collections of configurations to run in one batch):
Block 2 (depth 1):Apply once more to select acampaign plan
— a set of test suites scheduled across a quarter:
Concrete elements at each level.
meaning: one batch compares control vs. only; another batch tests both single-feature configs together.
Why the block vector?Although by the flattening law, writing mirrors real practice: (a)design spaceis built in two nested steps (configurations → suites), then (b)schedulingpicks a set of suites to constitute the quarter’s campaign. The blocks encode these organizational layers directly in the mathematics.
Lemma 2 (Additivity of powerset iteration).
For all and all sets X,
Proof. Fix
a and induct on
b. For
,
. Assume
. Then
□
Theorem 11 (Flattening law (generalization of the
n-th iterate))
Let and X be any set. Then
In particular, the multi–iterated powerset strictly generalizes the usual n-th iterate and depends only on the sum of the block exponents.
Proof. Induct on
k. For
,
. Assume the claim for length
. Write
. Then, using Lemma 2,
□
Corollary 2 (Permutation invariance of blocks). For any permutation π of ,
Proof. Both sides are equal to by Theorem 11. □
Theorem 12 (Monotonicity and functoriality).
Let be a function and . Define by (direct image). Then (iterated composition of ) satisfies
and if then (monotonicity).
Proof. The equality follows from Theorem 11 applied at the functor level (). Monotonicity holds because direct image preserves inclusion at each application of , hence after any number of iterations. □
Theorem 13 (Cardinality for finite base sets).
Let X be finite with . Define and (a tower of 2’s of height n above m). Then for every ,
In particular, for a single block , (standard tetration growth).
Proof. We know for every finite S. Iterating, by a trivial induction on n. By Theorem 11, , hence . □
2.5. Named Power Set and Named Iterated PowerSet
A Named Power Set assigns to each subset of a support set a combined name, obtained by aggregating the names of its elements via a naming rule. A Named Iterated PowerSet repeatedly applies the Named Power Set construction, producing higher-level collections of subsets while consistently propagating and combining names across multiple iterations.
Definition 14 (Commutative name monoid).
Let be a commutative monoid: is associative and commutative, with identity element . For a finite set S and a function , we write
for the (well-defined) ⊙-product over S, with the convention .
Definition 15 (Named Power Set).
Let be a named set over . TheNamed Power Set
of Γ is the named set
where is the usual powerset of X and the level-1 naming map is defined by
with .
Example 11 (Meal planning: aggregating allergens by set union).
Let the name monoid be the powerset of allergen tags
with (union) and identity . Let the support be ingredients
named by their allergen sets:
For any recipe the Named Power Set label is
Worked subsets (allergens carried by the recipe):
Thus each subset (recipe) inherits the union of allergen labels of its ingredients.
Example 12 (Packing lists: total mass via addition).
Let the name monoid be (nonnegative reals under addition). Let the support be items for a day trip
For any packing list ,
Worked subsets (total weight in kg):
Hence each subset (packing list) receives as its name the sum of item weights.
Lemma 3 (Well-definedness). The map in Definition 15 is well-defined and independent of any ordering of S because is a commutative monoid.
Proof. By commutativity and associativity, does not depend on the enumeration of S. For the empty product equals e by convention. □
Theorem 14 (Named Power Set generalizes Power Set and Named Set). Let .
(Reduction to Power Set).If is the terminal monoid (single element), then forgetting names yields the usual powerset:
(Extension of Named Set).Let , . Then ; equivalently,
Proof. (a) If , every name is e and is uniquely constant; the underlying support of is .
(b) Immediate from the definition of and the singleton product law. □
We now iterate the construction.
Definition 16 (Named Iterated PowerSet).
Let be a named set over . Define inductively for :
where the level- naming map is given recursively by
with the empty product equal to e. We call theNamed Iterated PowerSetof depth n.
Example 13 (Classifying folders and folder-collections by highest sensitivity).
Let the name monoid be the linear order
with (join) and identity . Let the support be three files
and define the naming map by
Depth 1 (folders).
For a folder , the name is the join of its files:
Depth 2 (collections of folders).
For a collection ,
With we get
Thus a folder’s label is the strongest contained file label, and a collection-of-folders inherits the strongest label among its folders.
Example 14 (Kits and kit catalogs with additive weights).
Let the name monoid be . Take the support of items
named by their weights (kg):
Depth 1 (kits).
For a kit ,
Depth 2 (kit catalogs).
For a catalog ,
With ,
Interpreted operationally: totals the weight of each kit; totals the weights of all kits included in a catalog to be shipped or stored together.
The next lemma provides an explicit closed form by counting occurrences of base elements.
Lemma 4 (Flattened formula via occurrence multiplicities).
Fix . For each and , define the integer
i.e., the number of times x appears across the level- components of Z. Then for all ,
where and .
Proof. By induction on
n. For
,
. Assume the claim at level
n. For
,
using associativity/commutativity to regroup exponents. □
Theorem 15 (Named Iterated PowerSet generalizes both layers). Let and .
- (a)
(Base compatibility). as in Definition 15.
- (b)
-
(Reduction to iterated powerset).If is the terminal monoid, then
i.e., the underlying support is the usual n-th iterated powerset.
- (c)
(Singleton embedding respects names).Let be the n-fold singleton embedding and . Then for all ,
Proof. (a) is by definition.
(b) When , every naming map is uniquely constant. By Definition 16, the supports of are exactly .
(c) We argue by induction on
n. For
,
by Theorem 14(b). Assume
. Then
□
Lemma 5 (Disjoint union factorization).
If is a disjoint union and , then for every and ,
where denotes the restriction obtained by intersecting all level-1 components with recursively.
Proof. Unfold via Lemma 4 and use that the occurrence counts split across and . □
Lemma 6 (Cardinality vs. names).
For any finite X and any ,
independent of the choice of and a. In particular, if and , then .
Proof. By Definition 16, the support at depth n is regardless of . The size formula follows by iterating . □
3. Conclusions
We introduced the Signed Power Multiset and the Signed Iterated Power Multiset, defined by coordinatewise factorization. We also formalized multi–iterated powersets indexed by block vectors and establish a flattening law showing that only the total height matters. In the future, we hope that extended frameworks of the set concepts presented in this paper will be explored, including Fuzzy Sets [
20,
21], Intuitionistic Fuzzy Sets [
22], HyperFuzzy Sets [
23,
24], Soft Sets [
25,
26], HyperSoft Sets [
27,
28], Rough Sets [
29,
30], HyperRough Sets [
31], Neutrosophic Sets [
32,
33], and Plithogenic Sets [
34,
35,
36].
Funding
This study was conducted without any financial support from external organizations or grants.
Institutional Review Board Statement
As this study does not involve experiments with human participants or animals, no ethical approval was required.
Data Availability Statement
Since this research is purely theoretical and mathematical, no empirical data or computational analysis was utilized. Researchers are encouraged to expand upon these findings with data-oriented or experimental approaches in future studies.
Acknowledgments
We would like to express our sincere gratitude to everyone who provided valuable insights, support, and encouragement throughout this research. We also extend our thanks to the readers for their interest and to the authors of the referenced works, whose scholarly contributions have greatly influenced this study. Lastly, we are deeply grateful to the publishers and reviewers who facilitated the dissemination of this work. The authors hereby confirm that, to the best of their knowledge, this manuscript is their original work, has not been published in any other journal, and is not currently under consideration for publication elsewhere at this stage.
Conflicts of Interest
The authors declare that they have no conflicts of interest related to the content or publication of this paper.
Use of Artificial Intelligence
I use generative AI and AI-assisted tools for tasks such as English grammar checking, and I do not employ them in any way that violates ethical standards. No computer-assisted proof, symbolic computation, or automated theorem proving tools (e.g., Mathematica, SageMath, Coq, etc.) were used in the development or verification of the results presented in this paper. All proofs and derivations were carried out manually and analytically by the authors.
References
- Jech, T. Set theory: The third millennium edition, revised and expanded; Springer, 2003.
- Smarandache, F. Foundation of SuperHyperStructure & Neutrosophic SuperHyperStructure. Neutrosophic Sets and Systems 2024, 63, 21. [Google Scholar]
- Smarandache, F. Introduction to SuperHyperAlgebra and Neutrosophic SuperHyperAlgebra. Journal of Algebraic Hyperstructures and Logical Algebras 2022. [Google Scholar] [CrossRef]
- Smarandache, F. The Cardinal of the m-powerset of a Set of n Elements used in the SuperHyperStructures and Neutrosophic SuperHyperStructures. Systems Assessment and Engineering Management 2024, 2, 19–22. [Google Scholar] [CrossRef]
- 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]
- Al-Odhari, A. Neutrosophic Power-Set and Neutrosophic Hyper-Structure of Neutrosophic Set of Three Types. Annals of Pure and Applied Mathematics 2025, 31, 125–146. [Google Scholar]
- Blizard, W.D.; et al. Multiset theory. Notre Dame Journal of formal logic 1989, 30, 36–66. [Google Scholar] [CrossRef]
- Singh, D.; Ibrahim, A.; Yohanna, T.; Singh, J. An overview of the applications of multisets. Novi Sad Journal of Mathematics 2007, 37, 73–92. [Google Scholar]
- Tella, Y.; Daniel, S. A note on power whole multi set of a multiset and multiset topologies. J Comp Math Sci 2014, 5, 1–4. [Google Scholar]
- Singh, D.; Ibrahim, A.; Yohana, T.; Singh, J. Complementation in multiset theory. In Proceedings of the International Mathematical Forum, Vol. 6; 2011; pp. 1877–1884. [Google Scholar]
- Isah, A.I. Some properties of soft multiset. Science World Journal 2018, 13, 44–46. [Google Scholar]
- Costa, L.d.F. An introduction to multisets. arXiv preprint arXiv:2110.12902.
- Blizard, W.D. Negative membership. Notre Dame Journal of formal logic 1990, 31, 346–368. [Google Scholar] [CrossRef]
- Burgin, M.; Kuznetsov, V. Fuzzy sets as named sets. Fuzzy sets and systems 1992, 46, 189–192. [Google Scholar] [CrossRef]
- Burgin, M. Data, information and knowledge. INFORMATION-YAMAGUCHI- 2004, 7, 47–58. [Google Scholar]
- Burgin, M. Named Set Theory Axiomatization: T Theory. Science Direct Working Paper. 2004, p. 04.
- Burgin, M.; Taldon, A. Naming and its Regularities in Distributed Environments. In Proceedings of the FCS; 2006; pp. 31–40. [Google Scholar]
- Burgin, M. Theory of named sets. In Theory of Named Sets; 2011; pp. 1–681.
- Burgin, M. Bidirectional named sets as structural models of interpersonal communication. In Proceedings of the Proceedings. MDPI, Vol. 1; 2017; p. 58. [Google Scholar]
- Zadeh, L.A. Fuzzy sets. Information and control 1965, 8, 338–353. [Google Scholar] [CrossRef]
- Rosenfeld, A. Fuzzy graphs. In Fuzzy sets and their applications to cognitive and decision processes; Elsevier, 1975; pp. 77–95.
- Atanassov, K.T. Circular intuitionistic fuzzy sets. Journal of Intelligent & Fuzzy Systems 2020, 39, 5981–5986. [Google Scholar] [CrossRef]
- Ghosh, J.; Samanta, T.K. Hyperfuzzy sets and hyperfuzzy group. Int. J. Adv. Sci. Technol 2012, 41, 27–37. [Google Scholar]
- Song, S.Z.; Kim, S.J.; Jun, Y.B. Hyperfuzzy ideals in BCK/BCI-algebras. Mathematics 2017, 5, 81. [Google Scholar] [CrossRef]
- Maji, P.K.; Biswas, R.; Roy, A.R. Soft set theory. Computers & mathematics with applications 2003, 45, 555–562. [Google Scholar]
- Jose, J.; George, B.; Thumbakara, R.K. Soft directed graphs, their vertex degrees, associated matrices and some product operations. New Mathematics and Natural Computation 2023, 19, 651–686. [Google Scholar] [CrossRef]
- Smarandache, F. Extension of soft set to hypersoft set, and then to plithogenic hypersoft set. Neutrosophic sets and systems 2018, 22, 168–170. [Google Scholar]
- Smarandache, F. New types of soft sets “hypersoft set, indetermsoft set, indetermhypersoft set, and treesoft set”: an improved version; Infinite Study, 2023.
- Pawlak, Z. Rough sets. International journal of computer & information sciences 1982, 11, 341–356. [Google Scholar]
- Broumi, S.; Smarandache, F.; Dhar, M. Rough neutrosophic sets. Infinite Study 2014, 32, 493–502. [Google Scholar]
- Fujita, T. Advancing Uncertain Combinatorics through Graphization, Hyperization, and Uncertainization: Fuzzy, Neutrosophic, Soft, Rough, and Beyond; Biblio Publishing, 2025.
- Wang, H.; Smarandache, F.; Zhang, Y.; Sunderraman, R. Single valued neutrosophic sets; Infinite study, 2010.
- Broumi, S.; Talea, M.; Bakali, A.; Smarandache, F. Single valued neutrosophic graphs. Journal of New theory.
- Smarandache, F. Plithogenic set, an extension of crisp, fuzzy, intuitionistic fuzzy, and neutrosophic sets-revisited; Infinite study, 2018.
- 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] [PubMed]
- Gomathy, S.; Nagarajan, D.; Broumi, S.; Lathamaheswari, M. Plithogenic sets and their application in decision making; 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. |
© 2025 by the authors. Licensee MDPI, Basel, Switzerland. This article is an open access article distributed under the terms and conditions of the Creative Commons Attribution (CC BY) license (http://creativecommons.org/licenses/by/4.0/).