Preprint
Article

This version is not peer-reviewed.

Contra-HyperSoft Set and Contra-SuperHyperSoft Set

Submitted:

02 October 2025

Posted:

11 October 2025

You are already at the latest version

Abstract
A Soft Set is a parameterized family of subsets of a universe, where each parameter selects elements relevant under that condition. A ContraSoft Set is a parameterized soft set in which each parameter’s values are linked with a contradiction degree, and a threshold mechanism is applied to retain only those values that do not exceed a specified level of contradiction with respect to a chosen reference. In this paper, we explore two new concepts, namely the Contra-HyperSoft Set and the Contra-SuperHyperSoft Set, extending the framework of contradiction-aware modeling.
Keywords: 
;  ;  ;  ;  

1. Preliminaries

We collect the basic terminology and notation used in what follows. The definitions in this paper are assumed to be finite.

1.1. Soft Set

A Soft Set is a parameterized family of subsets selecting universe elements relevant to each parameter, supporting flexible decision modeling [1,2,3]. The definitions of the Soft Set are provided below.
Definition 1
(Soft Set). [1] Let U be a universal set and E a set of parameters. A soft set over U is defined as an ordered pair ( F , E ) , where F is a mapping from E to the power set P ( U ) :
F : E P ( U ) .
For each parameter e E , F ( e ) U represents the set of e-approximate elements in U, with ( F , E ) forming a parameterized family of subsets of U.
Example 1
(Soft Set — Hotel Filtering with Parameterized Conditions). Universe and parameters.Let the universe of candidate hotels be
U = { h 1 , h 2 , h 3 , h 4 , h 5 , h 6 , h 7 , h 8 } .
Let the parameter set be
E = { near _ station , free _ breakfast , onsen , under 12000 , twin _ room } .
Define a soft set ( F , E ) with F : E P ( U ) by
F ( near _ station ) = { h 1 , h 2 , h 5 , h 7 } , F ( free _ breakfast ) = { h 2 , h 4 , h 5 , h 6 } , F ( onsen ) = { h 3 , h 5 , h 8 } , F ( under ¥ 12000 ) = { h 1 , h 4 , h 5 , h 7 , h 8 } , F ( twin _ room ) = { h 2 , h 4 , h 6 , h 7 } .
Concrete queries and explicit computations.
(i) near_station & under¥12000: F ( near _ station ) F ( under 12000 ) = { h 1 , h 2 , h 5 , h 7 } { h 1 , h 4 , h 5 , h 7 , h 8 } = { h 1 , h 5 , h 7 } , | · | = 3 . (ii) (free_breakfast ∪ onsen) & twin_room: F ( free _ breakfast ) F ( onsen ) F ( twin _ room ) = { h 2 , h 4 , h 5 , h 6 } { h 3 , h 5 , h 8 } { h 2 , h 4 , h 6 , h 7 } = { h 2 , h 4 , h 6 } , | · | = 3 . (iii) onsen & twin_room: F ( onsen ) F ( twin _ room ) = { h 3 , h 5 , h 8 } { h 2 , h 4 , h 6 , h 7 } = .
These results illustrate how a soft set supports multi-criterion filtering by standard set operations with exact outputs.

1.2. ContraSoft Set

A ContraSoft Set is a parameterized soft set where each parameter’s values are associated with a contradiction degree, and thresholding is used to aggregate only those values that are not too contradictory with respect to a chosen reference. This allows soft-set modeling to filter or weight information based on contradiction, rather than uncertainty.
Definition 2
(Contradiction on attribute values). Let V be a nonempty finite set of attribute values. A contradiction function on V is a map
c : V × V [ 0 , 1 ]
such that
c ( v , v ) = 0 ( reflexivity ) , c ( v , w ) = c ( w , v ) ( symmetry ) .
The quantity c ( v , w ) measures the degree of contradiction between v and w (larger means more contradictory).
Example 2
(Contradiction on attribute values — temperature preference). Let V = { cold , mild , hot } . Define the symmetric contradiction c : V × V [ 0 , 1 ] (with c ( v , v ) = 0 ) by
Preprints 179227 i001
so, e.g., c ( cold , hot ) = 0.9 expresses a strong contradiction, while c ( cold , mild ) = 0.4 is moderate.
Definition 3
(ContraSoft structure). Let U be a nonempty universe and E a nonempty set of parameters. For each e E fix:
  • a nonempty finite value set V e ;
  • a contradiction function c e : V e × V e [ 0 , 1 ] (Definition 2);
  • a designated reference value  v e V e .
Write V : = e E ( { e } × V e ) for the disjoint union of all parameter–value pairs.
Example 3
(ContraSoft structure — hotels by noise and price). Let the universe be U = { h 1 , h 2 , h 3 , h 4 } and parameters E = { noise , price } . For each e E fix a finite value-set V e , a contradiction c e : V e × V e [ 0 , 1 ] , and a reference value v e V e :
Preprints 179227 i002
These choices realize Definition (ContraSoft structure) by specifying value domains, their contradiction degrees, and per-parameter references.
Definition 4
(ContraSoft Set). Let U be a finite universe of objects and E a finite set of parameters. A ContraSoft Set is a quadruple
CS : = ( U , E , F , c ) ,
where
  • F : E P ( U ) is the (crisp) soft mapping; F ( e ) U is the set of objects accepted (or classified as positive) under parameter e;
  • c : E × E [ 0 , 1 ] is a contradiction degree on parameters, symmetric and reflexive on the diagonal:
    c ( e , e ) = 0 , c ( e , f ) = c ( f , e ) ( e , f E ) .
For x U and e E , the atomic lemma “x is accepted by e” is represented by
A ( x , e ) : x F ( e ) ,
with truth value T if x F ( e ) and F otherwise.
Example 4
(ContraSoft Set — Noise-Aware Hotel Selection with Contradiction Thresholding). Universe, parameters, and soft mapping. Let the same universe U be as above. Consider parameters
E = { quiet , nightlife , coworking , scenic } .
Define F : E P ( U ) by
F ( quiet ) = { h 1 , h 3 , h 5 , h 8 } , F ( nightlife ) = { h 2 , h 4 , h 6 } , F ( coworking ) = { h 2 , h 5 , h 6 , h 7 } , F ( scenic ) = { h 3 , h 5 , h 7 , h 8 } .
Contradiction degrees on parameters. Let c : E × E [ 0 , 1 ] be symmetric with
Preprints 179227 i003
(diagonal 0, larger values mean more contradictory).
Reference and thresholded aggregation. Fix the reference parameter  e = quiet and threshold τ = 0.4 . Define the accepted envelope
S ( τ ) ( e ) : = e E : c ( e , e ) τ F ( e ) .
Eligible parameters are those within the contradiction radius:
c ( quiet , quiet ) = 0 , c ( coworking , quiet ) = 0.4 , c ( scenic , quiet ) = 0.2 , c ( nightlife , quiet ) = 0.9 > τ .
Hence
S ( τ ) ( quiet ) = F ( quiet ) F ( coworking ) F ( scenic ) = { h 1 , h 3 , h 5 , h 8 } { h 2 , h 5 , h 6 , h 7 } { h 3 , h 5 , h 7 , h 8 } = { h 1 , h 2 , h 3 , h 5 , h 6 , h 7 , h 8 } , | S ( τ ) | = 7 .
Tighter threshold for comparison.With τ = 0.2 , only quiet and scenic are admitted:
S ( τ ) ( quiet ) = F ( quiet ) F ( scenic ) = { h 1 , h 3 , h 5 , h 7 , h 8 } , | S ( τ ) | = 5 .
Thus S ( τ ) is monotone in τ, and the contradiction metric controls how widely we aggregate across potentially conflicting parameters.

1.3. HyperSoft Set and SuperHyperSoft Set

HyperSoft Set maps each multi-attribute tuple from a Cartesian product to a subset of the universe consistent with those values [4,5,6,7,8]. SuperHyperSoft Set maps tuples of subsets from power-set domains to universe subsets, generalizing HyperSoft; singletons in each coordinate recover HyperSoft [9,10].
Definition 5
(HyperSoft Set). [4] Let U be a finite universe and let A 1 , A 2 , , A m be m attribute value domains. Consider the Cartesian product
C = A 1 × A 2 × × A m ,
so that each parameter γ = ( γ 1 , γ 2 , , γ m ) C chooses a single value γ i A i for every attribute. A HyperSoft Set over U is a pair ( G , C ) where
G : C P ( U )
assigns to each multi-attribute parameter γ a subset G ( γ ) U . Equivalently,
( G , C ) = ( γ , G ( γ ) ) : γ C .
Example 5
(HyperSoft Set — Multi-Attribute Restaurant Finder). Universe and attributes. Let the universe of candidate restaurants be
U = { r 1 , r 2 , r 3 , r 4 , r 5 , r 6 , r 7 , r 8 , r 9 } .
Let the attribute domains be
A 1 = { jpn , ita , ind } , A 2 = { low , mid , high } , A 3 = { omn , veg , vgn } .
The parameter space is the Cartesian product C = A 1 × A 2 × A 3 . A HyperSoft Set is a mapping G : C P ( U ) that assigns a subset of restaurants to each single-valued tuple ( cuisine , price , diet ) .
Specification (nonempty images).
G ( jpn , mid , veg ) = { r 2 , r 5 } , G ( jpn , low , omn ) = { r 1 , r 3 } , G ( ita , mid , veg ) = { r 4 } , G ( ind , low , vgn ) = { r 6 , r 8 } , G ( ita , high , omn ) = { r 7 , r 9 } ,
and G ( γ ) = for all other γ C .
Concrete queries with exact set calculations.
( i ) Exactly ( jpn , mid , veg ) : G ( jpn , mid , veg ) = { r 2 , r 5 } , | · | = 2 . ( ii ) Union of two precise asks : G ( jpn , low , omn ) G ( ita , high , omn ) = { r 1 , r 3 } { r 7 , r 9 } = { r 1 , r 3 , r 7 , r 9 } , | · | = 4 . ( iii ) Disjointness of incompatible tuples : G ( jpn , low , omn ) G ( ind , low , vgn ) = { r 1 , r 3 } { r 6 , r 8 } = .
The HyperSoft Set captures single-value choices per attribute; each tuple pinpoints a crisp slice of U.
Definition 6
(SuperHyperSoft Set). [9,11] Let U be a finite universe. Let a 1 , a 2 , , a n be distinct attributes with finite, pairwise disjoint value-sets A 1 , A 2 , , A n (i.e., A i A j = for i j ). Write P ( A i ) for the power set of A i and form
C = P ( A 1 ) × P ( A 2 ) × × P ( A n ) .
A SuperHyperSoft Set over U is a pair ( F , C ) with
F : C P ( U ) ,
so that for each γ = ( α 1 , α 2 , , α n ) C (where α i A i ) we have a subset F ( γ ) U . Formally,
( F , C ) = ( γ , F ( γ ) ) : γ C , F ( γ ) U .
Example 6
(SuperHyperSoft Set — Flexible Restaurant Finder with Set-Valued Coordinates). Universe and attributes.Use the same U and attribute value-sets A 1 = { jpn , ita , ind } , A 2 = { low , mid , high } , A 3 = { omn , veg , vgn } . In the SuperHyperSoft setting, the parameter space is
C = P ( A 1 ) × P ( A 2 ) × P ( A 3 ) ,
so each coordinate is asubsetof admissible values (a flexible filter).
Mapping (nonempty images).Define F : C P ( U ) by
F ( { jpn , ita } , { low , mid } , { veg } ) = { r 2 , r 4 , r 5 } , F ( { ind } , { low , mid } , { vgn } ) = { r 6 , r 8 } , F ( { jpn , ind } , { low } , { omn , veg } ) = { r 1 , r 3 , r 6 } , F ( { ita } , { high } , { omn } ) = { r 7 , r 9 } ,
and F ( α ) = otherwise.
Reading the parameters. For example, α = ( { jpn , ita } , { low , mid } , { veg } ) means: cuisine is Japanese or Italian, price is low or mid, diet is vegetarian. Then F ( α ) = { r 2 , r 4 , r 5 } is the recommended subset.
Coherence with HyperSoft via singletons. If we restrict to singletons in each coordinate, SuperHyperSoft reduces to HyperSoft. Concretely,
F ( { jpn } , { mid } , { veg } ) = { r 2 , r 5 } = G ( jpn , mid , veg ) ,
so the singleton tuple reproduces the HyperSoft slice exactly. Moreover,
F ( { jpn } , { mid } , { veg } ) F ( { jpn , ita } , { low , mid } , { veg } ) = { r 2 , r 4 , r 5 } ,
exhibiting the intended flexible expansion when coordinates are broadened from single values to sets of values.
Cardinality checks.
| F ( { jpn , ita } , { low , mid } , { veg } ) | = 3 , | F ( { ind } , { low , mid } , { vgn } ) | = 2 .
Thus SuperHyperSoft enables compact specification of multi-value preferences per attribute and directly returns the filtered subset of U.

2. Main Results

In this section, we present and analyze the principal outcomes of our study.

2.1. Contra-HyperSoft Set

Contra-HyperSoft Set augments HyperSoft with a tuple-wise contradiction metric, reference selector, and threshold, uniting parameter slices within the admissible radius.
Definition 7
(Coordinatewise contradiction). Let A 1 , , A m be nonempty finite sets. For each i { 1 , , m } acontradiction function is a map
c i : A i × A i [ 0 , 1 ] with c i ( a , a ) = 0 , c i ( a , b ) = c i ( b , a ) .
When needed for exact reductions, we assume the zero-separation property c i ( a , b ) = 0 a = b .
Definition 8
(Tuple-level contradiction). Let C : = A 1 × × A m and write γ = ( γ 1 , , γ m ) , δ = ( δ 1 , , δ m ) C . Define the aggregated contradiction by
Δ ( γ , δ ) : = max 1 i m c i ( γ i , δ i ) [ 0 , 1 ] .
Then Δ ( γ , δ ) = Δ ( δ , γ ) and Δ ( γ , γ ) = 0 . If each c i is zero-separating, then Δ ( γ , δ ) = 0 γ = δ .
Definition 9
(Reference selector). Areference selectoris a map ρ : C C . Two canonical choices are
( self - centered ) ρ ( γ ) = γ , ( fixed - reference ) ρ ( γ ) r for a fixed r C .
(Definition 10 (Contra-HyperSoft Set (CHS)). Let U be a finite universe and let G : C P ( U ) be a HyperSoft mapping. Fix contradiction kernels { c i } i = 1 m , a reference selector ρ, and a threshold τ [ 0 , 1 ] . The associated Contra-HyperSoft Set is the tuple
CHS : = U , { A i , c i } i = 1 m , G , ρ , τ ,
together with the filtered mapping
G ρ ( τ ) : C P ( U ) , G ρ ( τ ) ( γ ) : = δ C : Δ ( δ , ρ ( γ ) ) τ G ( δ ) .
Example 7 (Contra-HyperSoft Set —Candidate Shortlisting under Conflicting Signals (self-centered selector)). Universe and attributes. Let the candidate pool be U = { c 1 , c 2 , c 3 , c 4 , c 5 , c 6 , c 7 , c 8 } . Consider three single-valued attribute domains:
A 1 = { junior , mid , senior } , A 2 = { onsite , hybrid , remote } , A 3 = { backend , frontend , data } .
The parameter space is C = A 1 × A 2 × A 3 .
Coordinatewise contradictions. All c i are symmetric with 0 on the diagonal.
Preprints 179227 i004
Aggregate tuple-contradiction: Δ ( γ , δ ) : = max { c 1 ( γ 1 , δ 1 ) , c 2 ( γ 2 , δ 2 ) , c 3 ( γ 3 , δ 3 ) } .
HyperSoft mapping G : C P ( U ) (nonempty images).
G ( junior , remote , frontend ) = { c 1 , c 3 } , G ( mid , hybrid , backend ) = { c 2 , c 5 } , G ( senior , onsite , data ) = { c 4 } , G ( mid , remote , data ) = { c 6 } , G ( senior , hybrid , backend ) = { c 7 , c 8 } .
CHS filter. Choose the self-centered selector ρ ( γ ) = γ and threshold τ = 0.4 . Let γ = ( mid , hybrid , backend ) . Compute Δ ( · , γ ) on the above tuples:
Preprints 179227 i005
Hence
G ρ ( τ ) ( γ ) = { c 2 , c 5 } { c 7 , c 8 } { c 6 } { c 4 } = { c 2 , c 4 , c 5 , c 6 , c 7 , c 8 } , | · | = 6 .
With a tighter threshold τ = 0.3 , only the base slice survives: G ρ ( τ ) ( γ ) = { c 2 , c 5 } , illustrating monotonicity in τ.
Example 8 (Contra-HyperSoft Set — Travel Package Selection (fixed reference)). Universe and attributes. Let U = { pkg 1 , , pkg 10 } be travel packages. Attributes:
A 1 = { winter , spring , summer , autumn } , A 2 = { ski , beach , culture } , A 3 = { solo , couple , family } .
Contradiction matrices (symmetric, 0 on diagonal).
Preprints 179227 i006
Preprints 179227 i007
Aggregate Δ ( γ , δ ) : = max { c 1 ( γ 1 , δ 1 ) , c 2 ( γ 2 , δ 2 ) , c 3 ( γ 3 , δ 3 ) } .
HyperSoft mapping (nonempty images).
G ( winter , ski , family ) = { pkg 1 , pkg 2 } , G ( summer , beach , couple ) = { pkg 3 , pkg 4 } , G ( spring , culture , solo ) = { pkg 5 } , G ( autumn , culture , family ) = { pkg 6 , pkg 7 } , G ( summer , culture , family ) = { pkg 8 } , G ( winter , beach , solo ) = { pkg 9 } .
CHS filter (fixed reference).Choose the fixed reference r = ( summer , beach , family ) and threshold τ = 0.5 . Evaluate Δ ( · , r ) :
Preprints 179227 i008
Thus the accepted tuples are the 2nd, 4th, and 5th. The CHS envelope at r is
G ρ r ( τ ) ( r ) = { pkg 3 , pkg 4 } { pkg 6 , pkg 7 } { pkg 8 } = { pkg 3 , pkg 4 , pkg 6 , pkg 7 , pkg 8 } ,
with cardinality 5. If we tighten to τ = 0.3 , only the 2nd tuple remains, so G ρ r ( τ ) ( r ) = { pkg 3 , pkg 4 } , demonstrating the control afforded by the contradiction threshold.
Proposition 1
(Basic properties). For fixed ( U , { A i , c i } , G , ρ ) the family { G ρ ( τ ) } τ [ 0 , 1 ] is monotone in τ: if 0 τ 1 τ 2 1 then G ρ ( τ 1 ) ( γ ) G ρ ( τ 2 ) ( γ ) for all γ C . Moreover G ρ ( 1 ) ( γ ) = δ C G ( δ ) for all γ.
Proof. 
If τ 1 τ 2 then { δ : Δ ( δ , ρ ( γ ) ) τ 1 } { δ : Δ ( δ , ρ ( γ ) ) τ 2 } , hence the unions are nested. For τ = 1 the constraint is vacuous since Δ [ 0 , 1 ] . □
Theorem 1
(CHS generalizes the HyperSoft Set). Assume each c i is zero-separating and take the self-centered selector ρ ( γ ) = γ . Then for τ = 0 one has
G ρ ( 0 ) ( γ ) = G ( γ ) ( γ C ) .
Proof. 
By definition, G ρ ( 0 ) ( γ ) = δ : Δ ( δ , γ ) 0 G ( δ ) . Since Δ ( δ , γ ) 0 always, the inequality forces Δ ( δ , γ ) = 0 . Zero-separation gives δ = γ , thus the union is G ( γ ) . □
Definition 11
(Neighborhood-based ContraSoft on a single attribute). Let V be a finite set with contradiction c : V × V [ 0 , 1 ] , and let F : V P ( U ) . For τ [ 0 , 1 ] , theneighborhood-basedContraSoft transform is
F ( τ ) ( v ) : = w V : c ( w , v ) τ F ( w ) ( v V ) .
Fixing v V yields thefixed-referencevariant F ( τ ; v ) ( v ) : = w : c ( w , v ) τ F ( w ) .
Example 9
(Neighborhood-based ContraSoft — Destination Selection by Climate Preference). Universe and attribute. Let the universe of candidate destinations be
U = { u 1 = Reykjavik , u 2 = Zurich , u 3 = Lisbon , u 4 = Dubai , u 5 = Helsinki , u 6 = Vancouver } .
Consider a single attribute “preferred climate” with value set
V = { cold , mild , warm , hot } .
Contradiction on V.  Let c : V × V [ 0 , 1 ] be symmetric with c ( v , v ) = 0 :
Preprints 179227 i009
Baseline soft mapping. Define F : V P ( U ) by
F ( cold ) = { u 1 , u 5 } , F ( mild ) = { u 2 , u 6 } , F ( warm ) = { u 3 } , F ( hot ) = { u 4 } .
Neighborhood-based ContraSoft transform. For threshold τ [ 0 , 1 ] and center v V ,
F ( τ ) ( v ) = w V : c ( w , v ) τ F ( w ) .
Case 1 (moderate neighborhood). Let v = mild and τ = 0.35 . Eligible neighbors satisfy c ( w , mild ) 0.35 :
c ( cold , mild ) = 0.3 ( ) , c ( mild , mild ) = 0 ( ) , c ( warm , mild ) = 0.3 ( ) , c ( hot , mild ) = 0.7 ( × ) .
Therefore
F ( 0.35 ) ( mild ) = F ( cold ) F ( mild ) F ( warm ) = { u 1 , u 5 } { u 2 , u 6 } { u 3 } = { u 1 , u 2 , u 3 , u 5 , u 6 } , | · | = 5 .
Case 2 (tight neighborhood). Let τ = 0.20 . Only w = mild satisfies c ( w , mild ) 0.20 , hence
F ( 0.20 ) ( mild ) = F ( mild ) = { u 2 , u 6 } , | · | = 2 .
These computations show how increasing τ expands the accepted neighborhood in V and unions the corresponding destination sets in U.
Theorem 2
(CHS generalizes ContraSoft). Suppose m = 1 , so C = A 1 = : V , and let c 1 = c . Identify G : V P ( U ) with F. Then:
(a)
With the self-centered selector ρ ( v ) = v , one has
G ρ ( τ ) ( v ) = w : c ( w , v ) τ G ( w ) = F ( τ ) ( v ) , v V .
(b)
With the fixed-reference selector ρ ( v ) v , one has
G ρ ( τ ) ( v ) = w : c ( w , v ) τ G ( w ) = F ( τ ; v ) ( v ) , v V .
Hence, for m = 1 the CHS construction recovers both standard ContraSoft variants.
Proof. 
When m = 1 , Δ ( w , ρ ( v ) ) = c ( w , ρ ( v ) ) . Substituting ρ ( v ) = v gives (a); substituting ρ ( v ) v gives (b). The set-theoretic unions agree by definition in both cases. □

2.2. Contra-SuperHyperSoft Set

Contra-SuperHyperSoft Set extends to set-valued coordinates, using lifted subset contradictions and aggregate radius; selector-threshold filtering unions nearby SuperHyperSoft slices effectively.
Definition 12
(Base and lifted contradictions). Let A 1 , , A m be nonempty finite sets of attribute values and let c i : A i × A i [ 0 , 1 ] becontradiction functions(symmetric and reflexive: c i ( a , a ) = 0 = c i ( a , a ) , c i ( a , b ) = c i ( b , a ) ). Assume thezero-separationproperty c i ( a , b ) = 0 a = b . For subsets S , T A i define theliftedcontradiction
c ^ i ( S , T ) : = max max a S min b T c i ( a , b ) , max b T min a S c i ( a , b ) , S , T , 0 , S = T = , 1 , otherwise .
(With finiteness, the max / min are attained.)
Lemma 1
(Symmetry, reflexivity, and zero-separation on subsets). For each i and S , T A i :
(a)
c ^ i ( S , T ) = c ^ i ( T , S ) and c ^ i ( S , S ) = 0 .
(b)
If c i is zero-separating, then c ^ i ( S , T ) = 0 implies S = T .
Proof. (a) Symmetry follows by exchanging the two max terms; reflexivity is immediate. (b) If c ^ i ( S , T ) = 0 with S , T , then max a S min b T c i ( a , b ) = 0 and max b T min a S c i ( a , b ) = 0 . Thus, for each a S there is b T with c i ( a , b ) = 0 , hence a = b by zero-separation, so S T . The second equality gives T S . The cases with empties are by definition. □
Definition 13
(Product parameter space and aggregate contradiction). Let C : = P ( A 1 ) × × P ( A m ) and write α = ( α 1 , , α m ) , β = ( β 1 , , β m ) C . Define the tuple-level contradiction by
Δ ( α , β ) : = max 1 i m c ^ i ( α i , β i ) [ 0 , 1 ] .
Then Δ ( α , β ) = Δ ( β , α ) and Δ ( α , α ) = 0 ; if each c i is zero-separating, then by Lemma 1 we have Δ ( α , β ) = 0 α = β .
Definition 14
(Reference selector). A reference selector is any map ρ : C C . Two common choices are the self-centered selector ρ ( α ) = α and a fixed-reference selector ρ ( α ) r for a fixed r C .
(CSHS)).Definition 15 (Contra-SuperHyperSoft Set Let U be a finite universe and let F : C P ( U ) be a SuperHyperSoft mapping. Fix contradiction kernels { c i } , their lifts { c ^ i } , an aggregate Δ, a selector ρ, and a threshold τ [ 0 , 1 ] . The associated Contra-SuperHyperSoft Set is the tuple
CSHS : = U , { A i , c i } i = 1 m , F , ρ , τ ,
together with the filtered mapping
F ρ ( τ ) : C P ( U ) , F ρ ( τ ) ( α ) : = β C : Δ ( β , ρ ( α ) ) τ F ( β ) .
Example 10 (CSHS in E-commerce Fraud Review (self-centered selector)). Setup. Let the universe of orders be U = { o 1 , o 2 , o 3 , o 4 , o 5 , o 6 , o 7 , o 8 } . Take two attribute domains:
A 1 = { card , crypto } , A 2 = { verified , partial , missing } .
Base contradictions c 1 , c 2 : [ · ] [ 0 , 1 ] (symmetric, 0 on the diagonal):
Preprints 179227 i010
Lift c ^ i to subsets by Definition (lifted contradiction) and aggregate
Δ ( S 1 , S 2 ) , ( T 1 , T 2 ) : = max { c ^ 1 ( S 1 , T 1 ) , c ^ 2 ( S 2 , T 2 ) } .
The SuperHyperSoft mapping F : P ( A 1 ) × P ( A 2 ) P ( U ) is specified by
F ( { crypto } , { missing } ) = { o 1 , o 2 } , F ( { crypto } , { partial } ) = { o 3 } , F ( { card } , { missing } ) = { o 4 } , F ( { card } , { partial } ) = { o 5 , o 6 } , F ( { card , crypto } , { partial , missing } ) = { o 7 } , all other pairs map to .
Choose the self-centered selector ρ ( α ) = α and threshold τ = 0.6 .
Filtering at α 0 = ( { crypto } , { missing } ) .
To avoid overfull lines, we list the computations in an aligned display:
Δ ( { crypto } , { missing } ) , α 0 = max 0 , 0 = 0 τ , Δ ( { crypto } , { partial } ) , α 0 = max 0 , c 2 ( partial , missing ) = max ( 0 , 0.6 ) = 0.6 τ , Δ ( { card } , { missing } ) , α 0 = max 0.8 , 0 = 0.8 > τ , Δ ( { card } , { partial } ) , α 0 = max 0.8 , 0.6 = 0.8 > τ , Δ ( { card , crypto } , { partial , missing } ) , α 0 = max c ^ 1 ( { card , crypto } , { crypto } ) , c ^ 2 ( { partial , missing } , { missing } ) = max ( 0.8 , 0.6 ) = 0.8 > τ .
Hence
F ρ ( τ ) ( α 0 ) = { o 1 , o 2 } { o 3 } = { o 1 , o 2 , o 3 } , | F ρ ( τ ) ( α 0 ) | = 3 .
Filtering at α 1 = ( { card } , { partial } ) .
Preprints 179227 i011
Therefore
F ρ ( τ ) ( α 1 ) = { o 5 , o 6 } { o 4 } = { o 4 , o 5 , o 6 } , | F ρ ( τ ) ( α 1 ) | = 3 .
This illustrates how the CSHS envelope aggregates nearby subset-parameters under the contradiction metric.
Example 11 (CSHS in Cloud Deployment Recommendation (self-centered selector)) Setup. Let the universe of candidate nodes be U = { n 1 , n 2 , n 3 , n 4 , n 5 , n 6 , n 7 } . Attributes:
A 1 = { us - east , us - west , eu } , A 2 = { cpu , gpu , memory } .
Base contradictions (0 on the diagonal, symmetric):
Preprints 179227 i012
Lift to subsets by c ^ i and aggregate by Δ ( S 1 , S 2 ) , ( T 1 , T 2 ) = max { c ^ 1 ( S 1 , T 1 ) , c ^ 2 ( S 2 , T 2 ) } .
SuperHyperSoft mapping F (nonempty images shown):
F ( { us - east } , { cpu } ) = { n 1 , n 2 } , F ( { us - east } , { gpu } ) = { n 3 } , F ( { us - west } , { cpu } ) = { n 4 } , F ( { eu } , { cpu } ) = { n 5 } , F ( { us - east , us - west } , { cpu } ) = { n 6 } , F ( { us - east } , { cpu , gpu } ) = { n 7 } .
Choose the self-centered selector ρ ( α ) = α and threshold τ = 0.5 .
Filtering at α = ( { us - east } , { cpu } ) .For each β with F ( β ) , compute Δ ( β , α ) :
Preprints 179227 i013
Hence
F ρ ( τ ) ( α ) = { n 1 , n 2 } { n 3 } { n 4 } { n 6 } { n 7 } = { n 1 , n 2 , n 3 , n 4 , n 6 , n 7 } ,
with | F ρ ( τ ) ( α ) | = 6 . Nodes requiring a European region are excluded by the contradiction bound.
Proposition 2 (Monotonicity in the threshold)If 0 τ 1 τ 2 1 , then F ρ ( τ 1 ) ( α ) F ρ ( τ 2 ) ( α ) for all α C . Moreover, F ρ ( 1 ) ( α ) = β C F ( β ) for all α.
Proof. The index sets { β : Δ ( β , ρ ( α ) ) τ } are nested as τ grows, hence so are the unions. For τ = 1 the constraint is vacuous since Δ [ 0 , 1 ] . □
Theorem 3 (CSHS generalizes SuperHyperSoft)  Assume zero-separation for each c i and take the self-centered selector ρ ( α ) = α . Then for τ = 0 we have
F ρ ( 0 ) ( α ) = F ( α ) ( α C ) .
Proof. By definition, F ρ ( 0 ) ( α ) = β : Δ ( β , α ) 0 F ( β ) . Since Δ 0 , the inequality forces Δ ( β , α ) = 0 . By Definition 13 and Lemma 1, this occurs iff β = α . Hence the union collapses to F ( α ) . □
Definition 16 (Singleton embedding of HyperSoft into SuperHyperSoft).  Let ι : A 1 × × A m C be
ι ( γ 1 , , γ m ) : = ( { γ 1 } , , { γ m } ) .
We say F : C P ( U ) issingleton-supportedfor G : A 1 × × A m P ( U ) if F ( ι ( γ ) ) = G ( γ ) for all γ and F ( α ) = whenever some α i is not a singleton.
Lemma 2 (Compatibility of contradictions on singletons).  For any a , b A i we have c ^ i ( { a } , { b } ) = c i ( a , b ) . Consequently, for γ , δ A 1 × × A m ,
Δ ι ( γ ) , ι ( δ ) = max 1 i m c i ( γ i , δ i ) .
Proof. From Definition 12 with singletons, max { min c i ( a , b ) , min c i ( b , a ) } = c i ( a , b ) by symmetry, and the product case follows. □
Theorem 4 (CSHS generalizes Contra-HyperSoft)  Let G : A 1 × × A m P ( U ) be a HyperSoft set and F be a singleton-supported extension (Definition 16). Let ρ H be a selector on A 1 × × A m and define ρ S on C by ρ S ι ( γ ) : = ι ρ H ( γ ) , with arbitrary values elsewhere. Then for every γ and τ [ 0 , 1 ] ,
F ρ S ( τ ) ι ( γ ) = δ : max i c i ( δ i , ρ H ( γ ) i ) τ G ( δ ) = : G ρ H ( τ ) ( γ ) ,
i.e. the CSHS filtered mapping restricted to singleton parameters coincides with the Contra-HyperSoft mapping for G built from { c i } and the same threshold.
Proof. By Definition 15,
F ρ S ( τ ) ι ( γ ) = β : Δ ( β , ρ S ( ι ( γ ) ) ) τ F ( β ) .
Since F is singleton-supported, only β of the form ι ( δ ) contribute. By Lemma 2 and the definition of ρ S , Δ ( ι ( δ ) , ρ S ( ι ( γ ) ) ) = max i c i ( δ i , ρ H ( γ ) i ) . Substitute and use F ( ι ( δ ) ) = G ( δ ) to obtain the stated equality. □
Theorem 5 (CSHS generalizes ContraSoft)  Let m = 1 with base set A 1 = : V and contradiction c : = c 1 . Let F : P ( V ) P ( U ) be singleton-supported for some F 0 : V P ( U ) via F ( { v } ) = F 0 ( v ) and F ( S ) = if | S | 1 . Then, with the self-centered selector, for all v V and τ [ 0 , 1 ] ,
F id ( τ ) ( { v } ) = w : c ( w , v ) τ F 0 ( w ) ,
which is exactly the neighborhood-based ContraSoft transform on ( V , c ) . With a fixed reference v V , the same construction yields the fixed-reference ContraSoft variant.
Proof. Specialize Theorem 4 to m = 1 with G F 0 and observe that Δ ( { w } , { v } ) = c ^ 1 ( { w } , { v } ) = c ( w , v ) . Singleton support reduces the union to singletons, yielding the stated form. □

3. Conclusion

In this paper, we examined the concepts of the ContraSoft Set, the Contra-HyperSoft Set, and the Contra-SuperHyperSoft Set.
Future work will focus on extending these ideas by integrating them with richer frameworks, including Neutrosophic Sets[12,13], Plithogenic Sets[14,15,16], Rough Sets[17,18], and TreeSoft Sets[19,20]. Moreover, we anticipate the development of generalized structures that apply these contra-based approaches to Graphs[21,22], HyperGraphs[23,24,25], SuperHyperGraphs[26,27,28], and broader HyperStructures[29,30,31]. Such investigations are expected to open new directions in handling contradiction-aware representations across diverse domains.

Funding

This study did not receive any financial or external support from organizations or individuals.

Institutional Review Board Statement

As this research is entirely theoretical in nature and does not involve human participants or animal subjects, no ethical approval is required.

Data Availability Statement

This research is purely theoretical, involving no data collection or analysis. We encourage future researchers to pursue empirical investigations to further develop and validate the concepts introduced here.

Acknowledgments

We extend our sincere gratitude to everyone who provided insights, inspiration, and assistance throughout this research. We particularly thank our readers for their interest and acknowledge the authors of the cited works for laying the foundation that made our study possible. We also appreciate the support from individuals and institutions that provided the resources and infrastructure needed to produce and share this paper. Finally, we are grateful to all those who supported us in various ways during this project.

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.

Conflicts of Interest

The authors confirm that there are no conflicts of interest related to the research or its publication.

References

  1. Maji, P.K.; Biswas, R.; Roy, A.R. Soft set theory. Computers & mathematics with applications 2003, 45, 555–562. [Google Scholar]
  2. 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]
  3. Molodtsov, D. Soft set theory-first results. Computers & mathematics with applications 1999, 37, 19–31. [Google Scholar]
  4. 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]
  5. Ihsan, M.; Rahman, A.U.; Saeed, M.H. Hypersoft Expert Set With Application in Decision Making for Recruitment Process. 2021.
  6. Musa, S.Y.; Asaad, B.A. Bipolar Hypersoft Homeomorphism Maps and Bipolar Hypersoft Compact Spaces. International Journal of Neutrosophic Science (IJNS) 2022, 19. [Google Scholar] [CrossRef]
  7. Musa, S.Y. N-bipolar hypersoft sets: Enhancing decision-making algorithms. Plos one 2024, 19, e0296396. [Google Scholar] [CrossRef] [PubMed]
  8. Musa, S.Y.; Asaad, B.A. Mappings on bipolar hypersoft classes. Neutrosophic Sets and Systems 2023, 53, 36. [Google Scholar]
  9. Mohamed, M.; AbdelMouty, A.M.; Mohamed, K.; Smarandache, F. SuperHyperSoft-Driven Evaluation of Smart Transportation in Centroidous-Moosra: Real-World Insights for the UAV Era. Neutrosophic Sets and Systems 2025, 78, 149–163. [Google Scholar]
  10. Salamai, A.A. A SuperHyperSoft Framework for Comprehensive Risk Assessment in Energy Projects. Neutrosophic Sets and Systems 2025, 77, 614–624. [Google Scholar]
  11. Smarandache, F. Foundation of the SuperHyperSoft Set and the Fuzzy Extension SuperHyperSoft Set: A New Vision. Neutrosophic Systems with Applications 2023, 11, 48–51. [Google Scholar] [CrossRef]
  12. Wang, H.; Smarandache, F.; Zhang, Y.; Sunderraman, R. Single valued neutrosophic sets; Infinite study, 2010.
  13. Broumi, S.; Talea, M.; Bakali, A.; Smarandache, F. Single valued neutrosophic graphs. Journal of New theory, 2016, pp. 86–101.
  14. Smarandache, F. Plithogenic set, an extension of crisp, fuzzy, intuitionistic fuzzy, and neutrosophic sets-revisited; Infinite study, 2018.
  15. 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]
  16. Kandasamy, W.V.; Ilanthenral, K.; Smarandache, F. Plithogenic Graphs; Infinite Study, 2020.
  17. Pawlak, Z. Rough sets. International journal of computer & information sciences 1982, 11, 341–356. [Google Scholar]
  18. Broumi, S.; Smarandache, F.; Dhar, M. Rough neutrosophic sets. Infinite Study 2014, 32, 493–502. [Google Scholar]
  19. Myvizhi, M.; A Metwaly, A.; Ali, A.M. TreeSoft Approach for Refining Air Pollution Analysis: A Case Study. Neutrosophic Sets and Systems 2024, 68, 17. [Google Scholar]
  20. Smarandache, F. TreeSoft Set vs. HyperSoft Set and Fuzzy-Extensions of TreeSoft Sets. HyperSoft Set Methods in Engineering, 2024.
  21. Diestel, R. Graph theory; Springer (print edition); Reinhard Diestel (eBooks), 2024.
  22. Gross, J.L.; Yellen, J.; Anderson, M. Graph theory and its applications; Chapman and Hall/CRC, 2018.
  23. Bretto, A. Hypergraph theory. An introduction. Mathematical Engineering. Cham: Springer 2013, 1. [Google Scholar]
  24. Feng, Y.; You, H.; Zhang, Z.; Ji, R.; Gao, Y. Hypergraph neural networks. In Proceedings of the Proceedings of the AAAI conference on artificial intelligence, 2019; Vol. 33, pp. 3558–3565.
  25. Gao, Y.; Feng, Y.; Ji, S.; Ji, R. HGNN+: General hypergraph neural networks. IEEE Transactions on Pattern Analysis and Machine Intelligence 2022, 45, 3181–3199. [Google Scholar] [CrossRef] [PubMed]
  26. 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.
  27. Hamidi, M.; Taghinezhad, M. Application of Superhypergraphs-Based Domination Number in Real World; Infinite Study, 2023.
  28. Ghods, M.; Rostami, Z.; Smarandache, F. Introduction to Neutrosophic Restricted SuperHyperGraphs and Neutrosophic Restricted SuperHyperTrees and several of their properties. Neutrosophic Sets and Systems 2022, 50, 480–487. [Google Scholar]
  29. Al Tahan, M.; Davvaz, B. Weak chemical hyperstructures associated to electrochemical cells. Iranian Journal of Mathematical Chemistry 2018, 9, 65–75. [Google Scholar]
  30. Ruggero, M.S.; Vougiouklis, T. Hyperstructures in Lie-Santilli admissibility and iso-theories. Ratio Mathematica 2017, 33, 151. [Google Scholar]
  31. Vougiouklis, T. Hv-groups defined on the same set. Discrete Mathematics 1996, 155, 259–265. [Google Scholar] [CrossRef]
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