Data types
Pythagorean Fuzzy
This is the data structure that lets the support and rejection degrees given to a judgement sum to more than 1, bounding only the sum of their squares.
Example cell: 0.8, 0.5
What Is It?
A Pythagorean fuzzy data structure asks the same question as an intuitionistic fuzzy one: how far do you support a judgement (membership, μ), and how far do you reject it (non-membership, ν)? The difference lies in how large the two degrees may be together. In the intuitionistic fuzzy structure, μ + ν can be at most 1; in the Pythagorean structure this sum can exceed 1, provided μ² + ν² does not exceed 1. For the judgement "this supplier is reliable," the pair μ = 0.8, ν = 0.5 is invalid in the intuitionistic structure (the sum is 1.3) but valid in the Pythagorean one (the sum of squares is 0.89).
The hesitation margin is again not taken directly from the expert; it is derived from the two degrees, but the derivation rule works through squares. The (μ, ν) pairs the structure accepts include everything the intuitionistic structure accepts, plus the region where both degrees are high.
When to Use It
Use it where experts report both strong support and marked reservation for the same judgement, and the intuitionistic constraint would force them to shrink their values. In complex projects, risky investments, or candidates with strong upsides and strong downsides together, it is natural for an expert to say "I largely agree, but I have a serious reservation too"; such a statement produces a pair whose sum exceeds 1.
By contrast, where the expert pairs already sum to no more than 1, moving to the Pythagorean structure is not necessary; the intuitionistic fuzzy structure carries the same information and needs fewer rules.
Can Classical Data Be Converted into Pythagorean Fuzzy Data?
Yes, but two steps are required.
First, turn the criterion into a judgement. A Pythagorean fuzzy pair carries the support and rejection degrees of a proposition, not of a quantity. "Gold is 2,450 Turkish lira" is a measurement; "Gold is a suitable investment for the next six months" is a judgement.
Second, derive μ and ν from separate sources: μ from the share of favourable indicators or experts, ν from the share of unfavourable ones. If the same indicator can signal in both directions, the sum of the two degrees exceeds 1, and this is exactly the situation the Pythagorean structure is meant for.
What must not be done is computing ν as 1 − μ. In that case the sum is always exactly 1, the Pythagorean structure's extra region is never used, and the structure collapses into classical data.
A Wider Domain Is Not the Same as a Better Model
The Pythagorean fuzzy structure accepts more pairs than the intuitionistic one; that does not make it "better." As the accepted region widens, two different judgements become harder to tell apart, and the differences between experts' values carry less weight in the ranking. A wider domain is a gain only where expert pairs genuinely fall within it.
For that reason:
"Pythagorean fuzzy was chosen because it is more general"
is better replaced by:
"Some expert pairs summed to more than 1, so the intuitionistic constraint was insufficient, and the Pythagorean constraint was adopted"
Strengths
The chief advantage of the Pythagorean fuzzy structure is that it records the expert's actual judgement without clipping it. Under the intuitionistic constraint, an expert who gives (0.8, 0.5) must shrink the pair to something like (0.6, 0.4), which distorts the judgement; the Pythagorean constraint accepts this pair as it stands.
Furthermore, all of the intuitionistic fuzzy structure's tools (scores, distances, aggregation rules) have been adapted to this structure, so moving from the intuitionistic structure requires no great change in the calculation method.
Limitations
Widening the accepted region reduces discrimination: the difference between two pairs close to one another shows up less clearly in the ranking than it would under the intuitionistic structure.
Because the score and distance functions are defined through squares, the same expert values can give different scores and different rankings under the intuitionistic and Pythagorean structures. Which structure was chosen must be justified in the report. Experts also find the notion of "a pair whose sum exceeds 1" difficult to apply intuitively, so the structure calls for training.
When Are Fermatean and q-Rung Orthopair Used?
If the sum of the cubes of the expert pairs also exceeds 1 (for example μ = 0.9, ν = 0.7, where the sum of squares is 1.30), the Pythagorean structure falls short too. In that case, the sum of cubes is bounded instead (Fermatean fuzzy), or the exponent in the bound is left free (q-Rung orthopair fuzzy). Intuitionistic (exponent 1), Pythagorean (exponent 2) and Fermatean (exponent 3) are three special cases of the same family; the detail is in the q-Rung card.
Common Mistakes
The most frequent mistake is choosing the Pythagorean structure for pairs that already fit the intuitionistic one. If none of the expert pairs sums to more than 1, the wider domain is not used, and only discrimination is lost.
The second frequent mistake is writing ν as 1 − μ, which means the Pythagorean structure's extra region never comes into play. Likewise, deriving both degrees from a single source, using a measured quantity directly as μ, and widening the accepted domain "just in case" all lead to methodological problems.
The governing principle is this:
A move to the Pythagorean fuzzy structure is justified by showing that expert pairs genuinely exceed the intuitionistic constraint; the width of the domain alone is not a justification.
Examples
Each example opens with a familiar, single exact figure and shows the conditions and steps under which that same figure moves into Pythagorean fuzzy form.
1. Engineering: A software bid of 1.2 million Turkish lira
An exact figure. A supplier's bid for an enterprise software project is 1.2 million Turkish lira. The bid figure is exact; it is neither supported nor rejected.
Step 1: Turn the criterion into a judgement. The choice is between three suppliers, on the criterion "fit for the project." Judgement: "This supplier will deliver the project within scope and on schedule."
Step 2: Derive the support and rejection degrees from separate sources. A ten-member technical panel can answer two separate questions independently: "does it have a strong point?" and "does it carry a serious risk?"
- •μ (support): number of members saying "it has a strong point," 8 → 0.80
- •ν (rejection): number saying "it carries a serious risk," 5 → 0.50
In Pythagorean fuzzy form. On the criterion "fit for the project": (0.80, 0.50). The sum is 1.30, invalid in the intuitionistic fuzzy structure; the sum of squares is 0.64 + 0.25 = 0.89, valid in the Pythagorean structure. It is natural for the same members to see both a strong point and a serious risk; this pair is not shrunk to fit the intuitionistic structure.
Same figure, different case. Had the panel been asked a single question ("suitable: yes / no / undecided"), the pair might come out as (0.60, 0.30), and the intuitionistic structure would have sufficed. What calls for the Pythagorean structure is the question format opening two independent channels.
2. Finance: A credit score of 690
An exact figure. A business's loan application has a credit score of 690. The score is an exact figure from the credit bureau.
Step 1: Turn the criterion into a judgement. The choice is priority among three applications, on the criterion "fitness for allocation." Judgement: "This application should be granted credit."
Step 2: Derive the support and rejection degrees from separate sources. The credit committee completes two independent scales:
- •μ (support): repayment capacity, based on cash flow, 7.5 out of 10 → 0.75
- •ν (rejection): collateral shortfall and sector risk, 6 out of 10 → 0.60
In Pythagorean fuzzy form. On the criterion "fitness for allocation": (0.75, 0.60). The sum is 1.35; the sum of squares is 0.5625 + 0.36 = 0.92, valid. Strong cash flow combined with weak collateral, both high at once, is information a single score does not carry.
Same figure, different case. If the collateral is made good, ν falls: (0.75, 0.25); the sum is 1.00, and the pair now fits the intuitionistic structure too. The score of 690 has not changed; the source of the rejection degree has.
3. Public sector: A benefit-cost ratio of 1.4
An exact figure. An infrastructure project's feasibility report gives a benefit-cost ratio of 1.4. It is a calculated figure.
Step 1: Turn the criterion into a judgement. The choice is between three projects, on the criterion "public acceptance." Judgement: "This project will be accepted by the public."
Step 2: Derive the support and rejection degrees from separate sources. At a public consultation meeting, two separate questions were asked, and the same participant could answer "yes" to both:
- •μ (support): those saying "beneficial to the region" → 0.70
- •ν (rejection): those saying "there is an environmental or social drawback" → 0.65
In Pythagorean fuzzy form. On the criterion "public acceptance": (0.70, 0.65). The sum is 1.35; the sum of squares is 0.49 + 0.4225 = 0.91, valid. That the public finds the project both beneficial and objectionable is genuine information, and the intuitionistic structure cannot record it.
Same figure, different case. Had the meeting asked a single question, with 55 per cent in favour, 25 per cent against and 20 per cent undecided, the pair would be (0.55, 0.25), and the intuitionistic structure would suffice. The benefit-cost ratio of 1.4 is the same in both cases.
4. Project appraisal: A natural example of the structure
An exact figure. An R&D project has scored 72 out of 100 from an evaluation panel.
Step 1: Turn the criterion into a judgement. The criterion is "fitness for funding." Judgement: "This project should be funded."
Step 2: Derive the support and rejection degrees from separate sources. The panel completed two separate scales: scientific merit (9 out of 10) and implementation risk (7 out of 10).
- •μ = 0.90 (scientific merit), ν = 0.70 (risk)
In Pythagorean fuzzy form. The sum of squares is 0.81 + 0.49 = 1.30, so this pair does not fit the Pythagorean structure either; Fermatean (sum of cubes 0.729 + 0.343 = 1.07, still too high) or a q-Rung orthopair structure with q = 4 is needed. This example shows that choosing the constraint follows from the expert pairs; the detail is in the q-Rung card.
5. What Not to Do
Taking a pair that already fits the intuitionistic structure, say (0.55, 0.25), and using it in a Pythagorean fuzzy structure "to be more general." The pair is already valid; the wider domain adds no information, and merely reduces discrimination. Likewise, writing the credit score of 690 as (0.69, 0.31) rests on no counter-evidence whatsoever; where ν = 1 − μ, the hesitation margin is zero and the structure is no different from classical data.
The numbers in the examples are fictional; they are not real data.
Short decision rule
A single, reliable value → Crisp
Support and rejection for a judgement, sum at most 1 → Intuitionistic fuzzy
Sum exceeds 1, sum of squares does not → Pythagorean fuzzy
Sum of squares also exceeds it → Fermatean or q-Rung orthopair fuzzy
Hesitation margin given separately by the expert → Spherical fuzzy or picture fuzzy
True / uncertain / false, independent of one another → Neutrosophic
Key sources
Yager, R. R. (2013). Pythagorean fuzzy subsets. 2013 Joint IFSA World Congress and NAFIPS Annual Meeting, 57–61. DOI: 10.1109/IFSA-NAFIPS.2013.6608375
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
Zhang, X., & Xu, Z. (2014). Extension of TOPSIS to multiple criteria decision making with Pythagorean fuzzy sets. International Journal of Intelligent Systems, 29(12), 1061–1078. DOI: 10.1002/int.21676