Extension card · Plithogenic
Plithogenic SPOTIS
This is the form of SPOTIS for situations where criterion scores are given as a truth-indeterminacy-falsity triple and criteria carry a degree of contradiction relative to one another. It reduces every cell to a single score and computes that score's scaled distance to the ideal.
Base method
SPOTIS →
Philosophy, mechanics, strengths and weaknesses are on the base method card; this card describes only the difference.
Data type (family)
Plithogenic →
What this data type is, when to use it, how to write it in a cell: the family's full account is here.
What Changes from the Base Method?
Cells. In crisp SPOTIS every cell is a single number. Here every cell is a truth (T), indeterminacy (I) and falsity (F) triple. One criterion is taken as dominant, with a contradiction degree of zero; the other criteria's opposition to the dominant one is given as a contradiction degree between 0 and 1. Criterion weights are supplied from outside as crisp numbers.
Contradiction adjustment and score. For a cost criterion, the triple is complemented first. Each cell is then adjusted by its own criterion's contradiction degree and reduced to a single number with the neutrosophic score function ((1 + T − 2I − F)/2).
The most critical difference: fixed bounds are never taken from outside here. The founding principle that makes SPOTIS what it is, is that the ideal point and the scaling bounds are built BEFORE the analysis, from the decision-maker's answer to "what is the best and worst value that can realistically be expected on this criterion." In the Fuzzy SPOTIS and Neutrosophic SPOTIS extensions, if these bounds are not given explicitly in the analysis input, DecisionMind silently falls back to the data set's own observed bounds; this is at least a "default" behaviour, and supplying a fixed bound as input is theoretically possible. In P-SPOTIS the situation runs deeper: nowhere in the kernel code is there an input path (an extras scan) that reads fixed bounds. The ideal (s*) and the scaling range are ALWAYS, unconditionally, built from the observed minimum and maximum of that analysis's own alternative scores; there is nowhere for the engine to accept a fixed bound even if the user wants to enter one. This is the strongest "silent default" case in the family: what is at issue here is not "falling back to a default" but "no other way is possible."
It can be shown that the contradiction degree never changes the result. The contradiction adjustment transforms every cell's score linearly, as s' = (1 − c)·s + c/2. The scaled distance, |s − s*|/(smax − smin), is a pure difference ratio; this ratio is UNCHANGED when every value in the column, score, ideal and bounds alike, undergoes the same linear transformation. An independent Python test showed that, when the contradiction degrees were varied over a wide range, the distance values remained IDENTICAL to the decimal place (see the verification notes). This belongs to the same family as the ineffectiveness seen in P-CoCoSo, P-RAFSI and P-ROV.
DecisionMind fixes this score function. The weighted sum and the ascending order (a small distance is good) follow crisp SPOTIS.
How to Read the Output
As in crisp SPOTIS, a small distance value is good, a large one is bad. But crisp SPOTIS's most important promise is that this distance is measured against a ruler fixed before the analysis began; this promise holds under no circumstances in P-SPOTIS. The ideal and the scaling bounds are always built from that analysis's own alternatives, which effectively turns the method into a plithogenic TOPSIS, a closeness measure whose ideal point is built from the data. When a new alternative is added, the existing alternatives' distances also change; the "rank reversal free" property that gives SPOTIS its name is never provided here.
The contradiction degree, for its part, has no measurable effect in this engine; two analyses do not give different results merely because their contradiction degrees differ.
Thus instead of writing:
"According to P-SPOTIS, A2's distance is 0.14, and because this rests on a fixed ruler, it is a reliable and repeatable result"
the report should read:
"A2's distance has been computed with an ideal built from these three alternatives' own data; because this engine has no path for entering a fixed bound, the result will change when a new alternative is added. The contradiction-degree parameter also has no measurable effect"
When to Prefer This over the Base Method
This extension can be considered when information about a criterion is incomplete, inconsistent or contradictory. But in today's engine, P-SPOTIS does NOT provide, in any analysis, the "stable comparison against a fixed ruler" that defines SPOTIS; the situation in which SPOTIS is actually needed, an alternative set that will change over time, a ranking that must stay stable, and bounds that are known and defensible in advance, is not met by this engine. If that need genuinely exists, another route should be followed today, for example fixing the bounds separately and by hand in the report and verifying the distances manually; the detail is in the verification notes.
Turning a measured criterion into a T-I-F triple is not modelling uncertainty but producing it. If no compromise is acceptable on one criterion, the exit condition on the base SPOTIS card applies unchanged.
Mistakes Specific to This Extension
Assuming P-SPOTIS is a fixed-bound method. As proven above, this is wrong; the engine has no input path for a fixed bound, and the bounds are always built from the data.
Thinking "if I supply a fixed bound, SPOTIS's promise will hold." This is possible in Fuzzy and Neutrosophic SPOTIS (falling back to the default if no bound is given); in P-SPOTIS, supplying a bound has no effect at all, since the kernel does not read it under any circumstances.
Assuming the contradiction degree is effective, as in P-PSI. In P-SPOTIS the contradiction degree does not change the result algebraically.
Reading the distance value the wrong way round. In the SPOTIS family a small distance is good; reading a large distance as "best" reverses the ranking.
The governing principle is this:
P-SPOTIS takes its name from SPOTIS but, in today's engine, never applies the fixed-ruler principle that defines SPOTIS; the ideal and the bounds are built, in every analysis, from that analysis's own data, which means the method in effect works like a plithogenic TOPSIS.
Cases
The first case is DecisionMind's validation example. This table is also a shared validation input used on other cards in the P-* family (Plithogenic CoCoSo, Plithogenic GRA, Plithogenic PSI, Plithogenic RAFSI, Plithogenic RAWEC, Plithogenic ROV). The second case is an illustrative construction.
1. Illustrative example (DecisionMind's validation example): Plithogenic evaluation of three alternatives on three criteria
Three alternatives are evaluated on three criteria. The first two criteria are "more is better", the third "less is better". C1 is taken as the dominant criterion, with a contradiction degree of zero; C2 and C3's contradiction degrees relative to C1 are 0.33 and 0.67 respectively. The weights are 0.40 for C1, 0.35 for C2 and 0.25 for C3. No fixed bounds are stated in the analysis input, because the engine has no path that accepts this input.
| Alternative | C1 (more is better) | C2 (more is better) | C3 (less is better) |
|---|---|---|---|
| A1 | (0.70; 0.20; 0.10) | (0.50; 0.30; 0.20) | (0.60; 0.30; 0.20) |
| A2 | (0.80; 0.10; 0.10) | (0.60; 0.20; 0.20) | (0.40; 0.20; 0.30) |
| A3 | (0.60; 0.20; 0.20) | (0.70; 0.20; 0.10) | (0.50; 0.30; 0.20) |
| Contradiction degree | 0.00 | 0.33 | 0.67 |
The method complements C3, adjusts every cell by its own criterion's contradiction degree, reduces it to a score, builds the ideal from these three alternatives' own data (the column maximum for C1, the column minimum for C3), and sums the scaled distances with the weights.
| Alternative | Distance value | Rank |
|---|---|---|
| A2 | 0.140 | 1 |
| A3 | 0.400 | 2 |
| A1 | 0.840 | 3 |
The result reads as follows. A2 has the best score in the column on both the dominant criterion, C1, and the cost criterion, C3, and so has the smallest distance, which is itself the ideal. A1 is ideal on no criterion and comes last.
The board's hesitation lies precisely in how this example is built. Because the fixed bounds come from this set's own data, adding a fourth alternative, for example one scoring higher than A2 on C1, means A2's distance, which currently coincides with the ideal, is no longer zero, and all three alternatives' distances change. Moreover, when the contradiction degrees (0.00; 0.33; 0.67) are run instead with entirely different values such as (0.00; 0.95; 0.95) or (0.95; 0.00; 0.00), independent recomputation shows all three distances remain IDENTICAL to the decimal place (0.140 / 0.400 / 0.840).
In the report: "Because this engine cannot accept fixed bounds under any circumstances, the ideal in this analysis has been built from the three alternatives' own data; A2 has the lowest distance in the current set (0.140), but this result will change when a new alternative is added. The contradiction-degree parameter has no measurable effect."
Source: DecisionMind's P-SPOTIS validation example. The plithogenic operations (contradiction adjustment, score function) rest on the formulas defined by Smarandache (2018); since the founding source gives no SPOTIS decision-table example, the table was constructed by DecisionMind faithfully to the formulas. The distance values and the contradiction-degree sensitivity were independently computed by this card's author by running the kernel directly, and matched the manifest's recorded result exactly (A2 > A3 > A1, the same decimal values).
2. Examination centres: An institution's choice of national examination venue
An institution will choose one of three candidate centres to administer a national examination that repeats every year, and will review this choice every year against fixed standards defined in regulation. Three criteria are used: physical security infrastructure, invigilator capacity, and access difficulty (less is better). The institution takes security infrastructure as the dominant criterion; it considers invigilator capacity to be partly in contradiction with security, and access difficulty to carry more independent information. Each centre is scored on each criterion with a truth-indeterminacy-falsity triple.
The method adjusts the three centres by their contradiction degrees, reduces them to scores, builds the ideal from these three centres' own data, and computes the scaled distance. Suppose the most secure centre is also the one with the greatest access difficulty, and it still ranks first, because the weight on security exceeds that on access.
The institution's hesitation is here: even though the institution wants to repeat this comparison every year against the same fixed standard, because this engine accepts no fixed bound, each year's distance is rebuilt from that year's own candidate centres. Even if one centre stays unchanged, its distance can still change simply because another candidate centre enters or leaves the pool; the institution should not misread this as "the centre's performance has changed."
In the report: "The most secure centre ranks first; this distance has been built from that year's candidate centres' own data, and because the engine accepts no fixed standard bound, it cannot be compared directly from year to year."
3. What Not to Do
The first error is presenting P-SPOTIS's distance, as in crisp SPOTIS, as being "against a fixed ruler"; this engine has no path for entering a fixed bound, and the distance is always built from the data set. The second error is assuming the contradiction degrees behave as in P-PSI, treating them as "a sensitivity parameter that adjusts the result" and expecting a change in them to affect the outcome; in the illustrative example, even pulling the contradiction degrees to 0.95 leaves the distances identical to the decimal place. The third error is reading a large distance value as "best"; in the SPOTIS family, a small distance wins.
Sources
For the formulas behind each step, the intermediate tables and citation formats, see the DecisionMind method page: decisionmind.app/library/p-spotis
Dezert, J., Tchamova, A., Han, D., & Tacnet, J. M. (2020). The SPOTIS rank reversal free method for multi-criteria decision-making support. In 2020 IEEE 23rd International Conference on Information Fusion (FUSION) (pp. 1–8). IEEE. DOI: 10.23919/FUSION45008.2020.9190347
Smarandache, F. (2018). Plithogenic Set, an Extension of Crisp, Fuzzy, Intuitionistic Fuzzy, and Neutrosophic Sets – Revisited. Neutrosophic Sets and Systems, 21, 153–166. DOI: 10.5281/zenodo.1408740
Smarandache, F. (2017). Plithogeny, Plithogenic Set, Logic, Probability, and Statistics. Pons Publishing House, Brussels. (no DOI)
Abdel-Basset, M., & Mohamed, R. (2020). A novel plithogenic TOPSIS-CRITIC model for sustainable supply chain risk management. Journal of Cleaner Production, 247, 119586. DOI: 10.1016/j.jclepro.2019.119586