Extension card · Fuzzy
Fermatean Fuzzy SAW
This is the form of SAW for situations where the cubes of the support and rejection degrees given to a judgement sum to no more than 1. This constraint lets the two degrees be high together over a region wider than the Pythagorean fuzzy structure allows; the method carries this pair through the calculation and reduces it to a single number only at the final step.
Base method
SAW →
Philosophy, mechanics, strengths and weaknesses are on the base method card; this card describes only the difference.
Data type (family)
Fuzzy →
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?
Three things change; the weighted-sum logic does not.
Cells. In crisp SAW every cell is a single number. Here every cell is a support (μ) and rejection (ν) degree pair given to a judgement; the constraint is μ³+ν³ ≤ 1. Criterion weights are taken from outside as crisp numbers; only the decision matrix becomes fuzzy, not the weight vector.
Scale equalisation. Crisp SAW divides every column by its own best value. There is no such step here, because support-rejection pairs already lie between 0 and 1. Instead, on a cost criterion, support and rejection swap places: (μ, ν) → (ν, μ). This is this family's counterpart to crisp SAW's divide-by-best step, but it reverses the direction rather than the scale.
Weighted sum and defuzzification. In crisp SAW, every column is multiplied by its weight and summed directly. Here, each alternative's support-rejection pairs across the criteria are reduced to a single combined support-rejection pair by the Fermatean fuzzy weighted average (FFWA) operator. This combination is an algebraic operator, distinct from crisp SAW's linear sum; its result is again a support-rejection pair, not yet a single number. Only at this final step does the combined pair descend to a single number through the Fermatean score function (s = μ³ − ν³), and alternatives are ranked from the highest score to the lowest.
DecisionMind fixes the FFWA combination operator and the score function (μ³−ν³) for classical FF-SAW. Weights are taken from outside; the method does not generate weights.
How to Read the Output
The score ranks only this set of alternatives, much as the total score does in crisp SAW; it is not a percentage or a probability, and it cannot be compared with a different analysis.
The difference lies here. Beneath the score, both SAW's full-compensation logic and a compression arising from combining the support-rejection pair through FFWA are stacked on top of one another. Two alternatives can reach the same score from very different support-rejection pairs: one from strong support alongside strong rejection, the other from both being weak.
Thus instead of writing:
"Because the FF-SAW score comes out highest, this alternative is definitively the best"
the report should read:
"This score is a difference (μ³−ν³) emerging from the Fermatean weighted average of the support-rejection pairs; full compensation still applies, and which alternative's support-rejection pair carries more uncertainty must be shown separately"
When to Prefer This over the Base Method
Consider this extension when experts' support-rejection pairs exceed even the Pythagorean fuzzy structure's squared bound (μ²+ν²>1 but μ³+ν³≤1); the detail is on the Pythagorean fuzzy data-type card. Where the pairs already fit the intuitionistic or Pythagorean bound, moving to Fermatean adds no information, only reduces discrimination. Converting a measured value directly into a support-rejection pair is not modelling uncertainty but manufacturing it. SAW's own exit condition still applies here: if no compromise is acceptable on one criterion, this extension too carries full-compensation logic and will not eliminate anything below a threshold.
Mistakes Specific to This Extension
Domain violation. Every cell must satisfy μ³+ν³ ≤ 1; this is checked from the sum of cubes, not squares.
Writing ν as 1 − μ. In that case the sum is always exactly 1, and the extra room Fermatean provides is never used.
Choosing Fermatean for pairs that already fit the intuitionistic or Pythagorean bound. If the pairs fit the narrower bound, the wider region adds no information, only reduces discrimination.
Changing the score function and expecting the same result. s = μ³ − ν³ is the canonical choice but not the only one; a different score definition can give a different ranking.
The governing principle is this:
Fermatean fuzzy SAW's cube constraint adds something only when the experts' pairs genuinely exceed the Pythagorean bound; the support-rejection pair descends to a single score only at the final step, once combined via FFWA.
Cases
The first case is DecisionMind's validation example; the synthetic 3×3 table in the manifest is built faithfully to the formulas and carries no literature source. The second case is an illustrative construction.
1. Illustrative example (DecisionMind's validation example): Choosing an external audit firm
A food producer will choose one of three external audit firms. There are three criteria: breadth of audit scope (more is better), clarity of reporting (more is better), and audit fee (less is better). The technical board has recorded each firm's support and reservation on every criterion as a Fermatean pair (μ, ν).
| Firm | Audit scope | Reporting clarity | Audit fee (less is better) |
|---|---|---|---|
| D1 | (0.70, 0.40) | (0.50, 0.50) | (0.60, 0.50) |
| D2 | (0.80, 0.30) | (0.60, 0.40) | (0.40, 0.60) |
| D3 | (0.60, 0.50) | (0.70, 0.40) | (0.50, 0.50) |
| Weight | 0.40 | 0.35 | 0.25 |
The method swaps support and rejection on the fee criterion, reduces each firm's support-rejection pairs across the three criteria into a single pair via FFWA, and computes the score (μ³−ν³).
| Firm | Score | Rank |
|---|---|---|
| D2 | 0.3061 | 1 |
| D3 | 0.1436 | 2 |
| D1 | 0.1101 | 3 |
The result reads as follows. D2 holds the highest support (0.80) and lowest rejection (0.10) pair on audit scope, the most heavily weighted criterion, and is also favoured on the fee criterion once reversed. D3 holds the strongest pair on reporting clarity (0.70, 0.40), yet this is not enough to offset D2's advantage on scope.
The producer's hesitation is this: what happens if the weight on audit scope is lowered from 0.40 to 0.10 and reporting clarity is given 0.70? Once verified with an independent Python calculation, when the weights are redistributed to (0.10, 0.70, 0.20), D3's score rises to 0.2136 and D2's falls to 0.1936; the lead passes to D3, because D3's advantage in reporting clarity (0.70) now governs the most heavily weighted criterion.
In the report: "With the given weights (0.40, 0.35, 0.25), D2 has the highest score (0.3061). Once the weighting is shifted markedly towards reporting clarity (0.10, 0.70, 0.20), the lead passes to D3; which criterion should take priority must therefore be justified separately."
Source: DecisionMind's FF-SAW validation example. The score function and the FFWA combination operator rest on Senapati and Yager's (2020) Fermatean fuzzy set definition. Since the manifest attaches no literature source to this table, it is presented as an illustrative example; the scores and the weight-trade-off scenario were independently computed by this card's author by running the kernel directly.
2. Animal husbandry: Choosing an automatic milking system for a dairy farm
A dairy farm will choose one of three automatic milking system proposals. There are three criteria: milking speed and yield increase, herd-health monitoring quality, and annual maintenance and service cost (less is better). The farm's consultant and veterinarian have recorded, on every criterion, both the support and the reservation they feel towards each proposal as a Fermatean pair; for some proposals both values are high together, because the system carries both a strong yield promise and a serious maintenance risk.
The method complements the maintenance-cost criterion, combines the support-rejection pairs of the three criteria via FFWA, and scores them. Suppose the system promising the highest yield increase also came out with low reservation on maintenance cost, and ranked first.
The farm's hesitation is this: the reservation about herd-health monitoring quality, that is, a risk the veterinarian considers serious, has dissolved inside the score. Before the system is purchased, the source of this reservation (sensor sensitivity, for instance) must be questioned separately; looking at the score alone conceals this risk.
In the report: "One system stands out owing to its yield increase and low maintenance cost; the veterinarian's stated reservation about herd-health monitoring has dissolved inside the score and must be assessed separately."
3. What Not to Do
Had audit fee been marked "more is better" in the illustrative example, the most expensive firm would have scored full marks on this criterion, and D2's advantage of being cheap would have reversed. A second error is writing D1's reporting-clarity cell, (0.50, 0.50), by setting ν to 1−μ rather than recording (0.50, 0.50) as an independently sourced value; both numbers in a Fermatean pair must come from their own evidence and must not be derived from one another. A third error is reading D2's score of 0.3061 as "thirty per cent reliability"; the score only ranks these three firms relative to one another.
Sources
For the formulas behind each step, the intermediate tables and citation formats, see the DecisionMind method page: decisionmind.app/library/ff-saw
Fishburn, P. C. (1967). Additive utilities with incomplete product sets: Application to priorities and assignments. Operations Research, 15(3), 537–542. DOI: 10.1287/opre.15.3.537
Senapati, T., & Yager, R. R. (2020). Fermatean fuzzy sets. Journal of Ambient Intelligence and Humanized Computing, 11, 663–674. DOI: 10.1007/s12652-019-01377-0
Yager, R. R. (2014). Pythagorean membership grades in multicriteria decision making. IEEE Transactions on Fuzzy Systems, 22(4), 958–965. DOI: 10.1109/TFUZZ.2013.2278989
Atanassov, K. T. (1986). Intuitionistic fuzzy sets. Fuzzy Sets and Systems, 20(1), 87–96. DOI: 10.1016/S0165-0114(86)80034-3