Fact-checked by Grok 2 weeks ago

Fuzzy number

A fuzzy number is a and fuzzy subset of the \mathbb{R}, characterized by a membership function \mu: \mathbb{R} \to [0,1] that assigns degrees of belonging to each , enabling the representation of imprecise or approximate numerical values rather than exact ones. Introduced by in 1975 as an extension of his foundational 1965 theory of fuzzy sets, fuzzy numbers generalize classical to handle and inherent in real-world measurements and decisions. Fuzzy numbers possess key properties that facilitate their use in mathematical operations: normality ensures a maximum membership of 1, while convexity implies that the \alpha-cuts (sets of elements with membership at least \alpha \in (0,1]) are closed intervals, allowing decomposition into crisp intervals for computation. Arithmetic operations on fuzzy numbers, such as and , are typically defined using Zadeh's extension principle or on \alpha-cuts, preserving the fuzzy structure while accounting for imprecision. Common forms include triangular fuzzy numbers, defined by three parameters (core and two endpoints), and trapezoidal fuzzy numbers, which extend this to a flat peak for broader uncertainty representation. These concepts have broad applications across disciplines, including under , optimization problems, systems, and , where they model linguistic variables like "approximately 10" more effectively than probabilistic methods. Subsequent developments, such as methods and , have expanded their utility in fields like , and , enabling robust handling of dynamic and imprecise systems.

Definition and Representation

Formal Definition

A fuzzy number is a special type of fuzzy set defined on the real line \mathbb{R}, extending the concept of classical to represent imprecise or vague quantities in a mathematical framework. , introduced by Zadeh in , allow elements to have degrees of membership between 0 and 1, rather than strict inclusion or exclusion. Fuzzy numbers generalize crisp real numbers by associating a membership function that captures the degree of belongingness for values around an imprecise point, enabling the modeling of in numerical contexts. The concept of fuzzy numbers was introduced by in 1975 as part of his work on linguistic variables, building on his fuzzy set theory to handle numerical imprecision in applications like and systems. Formally, a fuzzy number \tilde{A} is a fuzzy subset of \mathbb{R} characterized by a membership function \mu_{\tilde{A}}: \mathbb{R} \to [0,1] that satisfies four key properties: , convexity, upper , and bounded support. requires that there exists at least one element x \in \mathbb{R} such that \mu_{\tilde{A}}(x) = 1, ensuring a "core" value of full membership. Convexity means the membership function is fuzzy convex, implying that the \alpha-cuts [\tilde{A}]_\alpha = \{x \in \mathbb{R} \mid \mu_{\tilde{A}}(x) \geq \alpha\} are convex sets for all \alpha \in (0,1]; specifically for fuzzy numbers on \mathbb{R}, these \alpha-cuts are closed and bounded intervals. Bounded support stipulates that the support \{x \in \mathbb{R} \mid \mu_{\tilde{A}}(x) > 0\} is bounded, meaning the \alpha-cuts are closed and bounded for all \alpha > 0. Upper ensures the membership function is upper semicontinuous, guaranteeing that the \alpha-cuts are closed sets, which is essential for mathematical rigor and computational properties. Equivalently, fuzzy numbers can be represented via their \alpha-cut decomposition, where each [\tilde{A}]_\alpha = [a_\alpha, b_\alpha] is a closed with a_\alpha \leq b_\alpha, and the intervals nest such that [a_{\alpha'}, b_{\alpha'}] \subseteq [a_\alpha, b_\alpha] for $0 < \alpha \leq \alpha' \leq 1, with continuity in \alpha. This interval-valued representation facilitates analysis and operations while preserving the vagueness inherent in the original membership function. For illustration, a crisp real number c \in \mathbb{R} can be viewed as a degenerate fuzzy number with membership function \mu_{\tilde{C}}(x) = 1 if x = c and 0 otherwise; its \alpha-cuts are singletons \{c\} for \alpha \in (0,1], satisfying all properties with zero vagueness.

Common Types and Membership Functions

Fuzzy numbers are typically represented using parametric membership functions that ensure convexity and normality, with common types including triangular, trapezoidal, and Gaussian forms. These parametric representations facilitate computational tractability while capturing varying degrees of uncertainty in real-world modeling. Triangular fuzzy numbers (TFNs) are defined by three parameters a \leq b \leq c, where a and c mark the boundaries of the support, and b is the modal value with full membership \mu(b) = 1. The membership function \mu(x) is zero outside [a, c], increases linearly from 0 at a to 1 at b, and decreases linearly from 1 at b to 0 at c. Formally, \mu(x) = \begin{cases} 0 & x < a \text{ or } x > c \\ \frac{x - a}{b - a} & a \leq x \leq b \\ \frac{c - x}{c - b} & b \leq x \leq c \end{cases} This piecewise linear structure simplifies arithmetic operations under the extension principle. Trapezoidal fuzzy numbers (TrapFNs) extend TFNs with four parameters a \leq b \leq c \leq d, introducing a flat [b, c] where \mu(x) = 1, which allows representation of sustained over a range. The membership function is zero outside [a, d], rises linearly from 0 at a to 1 at b, remains constant at 1 from b to c, and falls linearly from 1 at c to 0 at d. The explicit form is \mu(x) = \begin{cases} 0 & x < a \text{ or } x > d \\ \frac{x - a}{b - a} & a \leq x \leq b \\ 1 & b \leq x \leq c \\ \frac{d - x}{d - c} & c \leq x \leq d \end{cases} TrapFNs are particularly useful when the peak membership spans an interval, enhancing flexibility in applications requiring plateau-like vagueness. Gaussian fuzzy numbers (GFNs) employ a bell-shaped membership function derived from the Gaussian distribution, parameterized by a mean m and standard deviation \sigma > 0. The function is strictly positive everywhere and decays smoothly, given by \mu(x) = e^{-\frac{(x - m)^2}{2\sigma^2}} Although the support is unbounded (μ(x) > 0 for all x), GFNs are commonly used as generalized fuzzy numbers for modeling continuous uncertainty without sharp boundaries, with practical approximations often applying cutoffs. This form achieves maximum membership of 1 at x = m and provides infinite support, making it suitable for phenomena like sensor data or linguistic approximations. Among these types, TFNs offer computational simplicity due to their linear segments, which enable efficient and arithmetic without complex integrations, though they may introduce approximations in smooth scenarios. In contrast, GFNs excel in , allowing gradual transitions that better approximate natural , albeit at higher computational cost from evaluations. TrapFNs balance these by combining with a plateau, providing versatility over pure triangular forms. To visualize these, the membership function of a TFN can be plotted as a symmetric or asymmetric peaking at the core, with \alpha-cuts forming nested intervals [a + \alpha(b - a), c - \alpha(c - b)]. For a TrapFN, the plot shows a with a horizontal top, and \alpha-cuts are intervals [a + \alpha(b - a), d - \alpha(d - c)] for $0 < \alpha \leq 1, with the plateau [b, c] at α=1. A GFN's curve is a smooth bell, infinitely extending but concentrating near m, with \alpha-cuts as [m - \sigma \sqrt{2 \ln(1/\alpha)}, m + \sigma \sqrt{2 \ln(1/\alpha)}], illustrating symmetric widening from the core. These plots highlight how \alpha-cuts represent nested levels of certainty, essential for operations and analysis.

Arithmetic Operations

Basic Operations via Extension Principle

The extension principle, introduced by Zadeh in 1975, provides a foundational method for extending crisp binary operations on real numbers to fuzzy sets, including fuzzy numbers. For a binary operation ⊕ on ℝ and fuzzy numbers à and B̃ with membership functions μ_à and μ_B̃, the membership function of the resulting fuzzy set à ⊕ B̃ is defined as μ_{à ⊕ B̃}(z) = sup_{x ⊕ y = z} min(μ_Ã(x), μ_B̃(y)), where the supremum is taken over all pairs (x, y) satisfying the equation. This principle generalizes to unary operations and more complex functions, ensuring that fuzzy arithmetic respects the underlying structure of fuzzy sets while capturing uncertainty propagation. For addition and subtraction, the extension principle aligns closely with interval arithmetic on α-cuts, offering a computationally tractable approach. The α-cut of a fuzzy number à at level α is the closed interval [Ã]_α = {x ∈ ℝ | μ_Ã(x) ≥ α}, which is convex and compact for normal fuzzy numbers. Under addition, [à + B̃]_α = [Ã]_α + [B̃]_α = {[a + b | a ∈ [Ã]_α, b ∈ [B̃]_α]}, yielding the interval [inf [Ã]_α + inf [B̃]_α, sup [Ã]_α + sup [B̃]_α]; this preserves convexity and normality. Subtraction follows analogously as [à - B̃]_α = [Ã]_α - [B̃]_α = [inf [Ã]_α - sup [B̃]_α, sup [Ã]_α - inf [B̃]_α], with the resulting fuzzy number obtained by reconstructing the membership function from these intervals across α ∈ [0,1]. This equivalence between the extension principle and α-cut operations was formalized in early works on fuzzy arithmetic, facilitating efficient implementation while maintaining theoretical rigor. Multiplication and division are more intricate due to the non-monotonic nature of these operations, particularly when fuzzy numbers include negative values or zero. The extension principle defines μ_{à · B̃}(z) = sup_{x · y = z} min(μ_Ã(x), μ_B̃(y)), requiring evaluation over the hyperbola x · y = z, which can lead to multiple contributing pairs and higher computational demands. For positive fuzzy numbers, α-cuts simplify to [à · B̃]_α = [min{inf [Ã]_α · inf [B̃]_α, inf [Ã]_α · sup [B̃]_α, sup [Ã]_α · inf [B̃]_α, sup [Ã]α · sup [B̃]α}, max{...}], using the extrema of interval products. Division à / B̃ (with B̃ ≠ 0) follows similarly as μ{à / B̃}(z) = sup{x / y = z} min(μ_Ã(x), μ_B̃(y)), or via α-cuts [Ã]_α / [B̃]_α, but approximations such as discretization or bounding techniques are often employed for efficiency in practical computations. These operations were detailed in seminal analyses of fuzzy number arithmetic during the late 1970s. A representative example illustrates addition: consider two triangular fuzzy numbers à = (1, 3, 5) with μ_Ã(x) peaking at 3, and B̃ = (2, 4, 6) peaking at 4. Their α-cuts are [Ã]_α = [1 + 2α, 5 - 2α] and [B̃]_α = [2 + 2α, 6 - 2α] for α ∈ [0,1]. The sum's α-cuts are [3 + 4α, 11 - 4α], yielding a triangular fuzzy number (3, 7, 11) with membership function rising linearly from 3 to 7 and falling linearly to 11, demonstrating how convolution via the extension principle broadens the support while preserving shape properties. Despite its generality, the extension principle incurs computational intensity for non-linear operations like multiplication, as evaluating the supremum involves optimizing over continuous curves, often requiring numerical methods or approximations. This challenge was prominent in the development of fuzzy arithmetic during the 1970s and 1980s, spurring research into specialized representations for efficiency.

Specialized Operations for Specific Types

For triangular fuzzy numbers, which are defined by three vertices (a, b, c) with a ≤ b ≤ c, arithmetic operations can be efficiently computed using the vertex method, a simplification of the extension principle that leverages the linear shape of the membership function. This method directly applies interval arithmetic to the α-cuts, where the lower bound of the α-cut is a + α(b - a) and the upper bound is c - α(c - b), resulting in straightforward endpoint calculations for monotonic operations like addition. Specifically, the addition of two triangular fuzzy numbers A = (a₁, b₁, c₁) and B = (a₂, b₂, c₂) yields C = (a₁ + a₂, b₁ + b₂, c₁ + c₂), preserving the triangular form without requiring numerical integration over α-levels. This vertex approach extends naturally to trapezoidal fuzzy numbers, represented by four vertices (a, b, c, d) with a ≤ b ≤ c ≤ d and a flat core [b, c]. For addition, the result is simply (a₁ + a₂, b₁ + b₂, c₁ + c₂, d₁ + d₂), again due to the additive property of interval endpoints in α-cuts. Multiplication, however, is more involved and requires evaluating the minimum and maximum products of the vertices, adjusted for the signs to ensure the result remains a trapezoidal fuzzy number under the assumption of positive supports. To illustrate, consider two positive trapezoidal fuzzy numbers A = (1, 2, 3, 4) and B = (0.5, 1, 1.5, 2). The α-cut for A is [1 + α, 4 - α], and for B it is [0.5 + 0.5α, 2 - 0.5α]. The lower bound of the product α-cut is the minimum of the four vertex products at α = 0 (1·0.5 = 0.5, 2·0.5 = 1, 3·0.5 = 1.5, 4·0.5 = 2), which is 0.5, while the upper bound is the maximum (4·2 = 8). Accounting for the linear dependencies, the support is [0.5, 8] and the core is [2, 4.5], which can be approximated as the trapezoidal fuzzy number (0.5, 2, 4.5, 8), computed by bounding the interval products across α ∈ [0,1] and identifying the vertices. For Gaussian fuzzy numbers, characterized by the membership function μ(x) = exp(-(x - m)² / (2σ²)), arithmetic operations lack closed-form solutions under the standard due to the infinite support and non-linear shape, necessitating approximations or numerical methods. Dombi's method employs a parameterized to derive closed-form expressions for operations like addition, transforming the Gaussian into a sigmoid-like form for tractable computation; for instance, the sum of two Gaussians is another Gaussian with mean m₁ + m₂ and standard deviation σ₁ + σ₂ (variance (σ₁ + σ₂)²), though exact results for other operations require integration over α-cuts from 0 to 1. Alternatively, numerical α-cut discretization—sampling at discrete levels and applying —provides high accuracy for multiplication, where the product support is bounded by the minima and maxima of endpoint multiplications, often converging to a non-Gaussian shape. Division of fuzzy numbers imposes strict conditions to avoid singularities, particularly requiring that the support of the divisor excludes zero; for positive fuzzy numbers (where the support lies in (0, ∞)), the operation is defined via the reciprocal followed by multiplication, with the reciprocal of a fuzzy number A computed as sup{1/x | x ∈ α-cut of A} for the bounds. In the vertex method for triangular or trapezoidal cases, this translates to inverting the endpoints while preserving order, such as for A = (a, b, c) with 0 < a ≤ b ≤ c, yielding 1/A = (1/c, 1/b, 1/a). Gaussian division similarly relies on α-cut reciprocals, approximated numerically to handle the unbounded tails.

Properties and Analysis

Algebraic and Topological Properties

Fuzzy numbers exhibit significant algebraic structure under the standard arithmetic operations defined via the extension principle. The operations of addition and multiplication are associative and commutative, addition distributes over multiplication, and there exist additive and multiplicative identities (the crisp zero and one, respectively). However, it does not constitute a full ring because division is not always defined or closed within the set, particularly when the divisor fuzzy number contains zero in its support. These properties ensure that repeated applications of addition and multiplication yield valid fuzzy numbers, facilitating consistent algebraic manipulations. Convexity is preserved under arithmetic operations on fuzzy numbers. Specifically, if two fuzzy numbers A and B are convex—meaning their membership functions satisfy the convexity condition, equivalent to all \alpha-cuts being convex intervals—then their sum A + B and product A \cdot B (for non-negative fuzzy numbers) are also convex fuzzy numbers. This preservation arises because arithmetic operations on the convex \alpha-cuts (intervals) result in convex intervals, and the extension principle reconstructs a convex membership function from these cuts. For fuzzy numbers with bounded supports, the resulting membership functions are Lipschitz continuous, providing bounded variation in uncertainty representation. The membership functions of fuzzy numbers resulting from arithmetic operations are upper semicontinuous, a direct consequence of the upper semicontinuity inherent in the definition of fuzzy numbers and the continuity of the extension principle. Each fuzzy number embeds a crisp number through its core, defined as the level set at \alpha = 1, which is a compact convex set (often a singleton for standard representations like triangular fuzzy numbers) representing the highest certainty values. This embeddability allows fuzzy numbers to generalize crisp real numbers while retaining a precise central value. Addition of fuzzy numbers is always associative, as (A + B) + C = A + (B + C) holds due to the associativity of interval addition on corresponding \alpha-cuts. Multiplication is associative under the standard extension principle, but in non-standard formulations—such as those involving dependent or interactive fuzzy numbers—associativity may fail, requiring specialized operations to maintain algebraic consistency. These properties were formalized in the foundational works on .

Ranking and Comparison Methods

Ranking fuzzy numbers requires specialized methods because the total order on the real line does not extend directly to fuzzy numbers, whose partial orders depend on their membership functions and the chosen comparison criteria. These methods are essential for decision-making under uncertainty, where fuzzy numbers represent imprecise quantities, and a consistent ordering ensures reliable prioritization. Over 35 such methods have been proposed, but they vary in their axiomatic properties, such as completeness, transitivity, and monotonicity, with few satisfying all reasonable axioms simultaneously. One prominent class of ranking techniques involves defuzzification, which converts a fuzzy number to a crisp value for comparison using the standard real order. The centroid method, also known as the center of gravity or expected value, computes the representative value as the weighted average of the support, given by \bar{x} = \frac{\int_{-\infty}^{\infty} x \mu(x) \, dx}{\int_{-\infty}^{\infty} \mu(x) \, dx}, where \mu(x) is the membership function; this approach was originally proposed for ordering fuzzy subsets and extended to fuzzy numbers. For a triangular fuzzy number (a, b, c) with a \leq b \leq c, the centroid simplifies to (a + b + c)/3, providing a computationally efficient scalar for ranking. Another defuzzification technique is the bisector method, which identifies the crisp value where the area under the membership function to the left equals the area to the right, emphasizing balance in the fuzzy distribution. The mean of maximum (MOM) method, in contrast, averages the points achieving the peak membership value, focusing on the most possible outcomes and suitable for cases where the core of the fuzzy number is prioritized. These defuzzification approaches are widely adopted due to their interpretability but can fail to capture shape differences in non-convex fuzzy numbers. Distance-based ranking compares fuzzy numbers by measuring dissimilarity between their \alpha-cuts, treating them as families of intervals. A common metric is the Hamming distance, defined as d(\tilde{A}, \tilde{B}) = \int_0^1 \left( | [\tilde{A}]_\alpha^l - [\tilde{B}]_\alpha^l | + | [\tilde{A}]_\alpha^r - [\tilde{B}]_\alpha^r | \right) d\alpha, where [\tilde{A}]_\alpha^l and [\tilde{A}]_\alpha^r are the left and right endpoints of the \alpha-cut of \tilde{A}; the fuzzy number closer to a reference (e.g., the origin or an ideal) ranks higher. Euclidean distance variants replace the L1 norm with L2 but follow similar integration over \alpha-cuts. These methods preserve the full shape information of fuzzy numbers and satisfy key properties like transitivity for convex cases. The sign distance method provides an alternative by ranking fuzzy numbers based on their "signed" deviation from the origin in a metric space of fuzzy quantities. For a general fuzzy number u, the sign distance to the origin u_0 (a crisp zero) is d(u, u_0) = \int_0^1 \frac{ u^l(\alpha) + u^r(\alpha) }{2} d\alpha, where u^l(\alpha) and u^r(\alpha) are the endpoints of the \alpha-cut; larger values indicate larger fuzzy numbers. For triangular fuzzy numbers (a, b, c), this integrates to \frac{a + 2b + c}{4}, effectively weighting the core b and averaging the supports, which resolves ambiguities in symmetric cases and aligns with intuitive ordering. Qualitative comparisons can employ possibility and necessity measures from possibility theory, avoiding full defuzzification. The possibility measure \pi(\tilde{A} \geq \tilde{B}) = \sup_{x \geq y} \min(\mu_{\tilde{A}}(x), \mu_{\tilde{B}}(y)) quantifies the plausibility that \tilde{A} exceeds \tilde{B}, while the necessity measure N(\tilde{A} \geq \tilde{B}) = 1 - \pi(\tilde{B} > \tilde{A}) provides a conservative ; \tilde{A} ranks above \tilde{B} if \pi(\tilde{A} \geq \tilde{B}) > 0.5 or similar thresholds. These are particularly useful for linguistic or ordinal rankings without assuming a . To illustrate, consider three triangular fuzzy numbers: \tilde{A} = (0.2, 0.5, 0.8), \tilde{B} = (0.1, 0.6, 0.9), and \tilde{C} = (0.3, 0.4, 0.7). Using the method, the values are \bar{x}_{\tilde{A}} = 0.500, \bar{x}_{\tilde{B}} = 0.533, and \bar{x}_{\tilde{C}} = 0.467, yielding the \tilde{B} > \tilde{A} > \tilde{C}. This example highlights how the balances the spread, unlike distance methods that might emphasize endpoint differences. Despite their utility, no single method is universally optimal, as numerical studies show significant discrepancies across techniques—some similarly, while others produce orders for the same inputs. The choice depends on context, such as the decision-maker's level (favoring right-skewed emphasis) or required properties like preserving convexity. Methods satisfying more axioms, like certain approaches, are preferred in algebraic applications, but trade-offs persist.

Applications and Extensions

Modeling Uncertainty in Decision-Making

Fuzzy numbers play a crucial role in multi-criteria decision-making (MCDM) by allowing decision-makers to incorporate imprecise weights and ratings for criteria and alternatives, particularly when expert judgments are expressed linguistically or vaguely. In methods such as fuzzy , triangular or trapezoidal fuzzy numbers represent the fuzzy ratings and weights, enabling the computation of distances to ideal solutions through fuzzy arithmetic operations like and . This approach extends the classical method to handle , where the closeness coefficient is derived from defuzzified values or directly from fuzzy comparisons. Similarly, in fuzzy AHP, fuzzy numbers model pairwise comparison matrices to derive fuzzy priorities, addressing inconsistencies in human judgments via or logarithmic methods. These techniques have been widely adopted since the late for applications in supplier selection and project evaluation, providing robust rankings under imprecision. A representative example involves evaluating alternatives using triangular fuzzy numbers to capture utilities, such as a fuzzy of (3,5,7) for "moderately high return" on a scale of 1-10. Weights for criteria like and profitability are also fuzzy, say (0.4,0.5,0.6) for profitability. Aggregation occurs via fuzzy weighted sum, yielding overall fuzzy utilities for each alternative, followed by using methods like the or distance to reference points. This process, as demonstrated in supplier selection scenarios, allows decision-makers to prioritize options like vendors with fuzzy performance scores, ensuring the final reflects the aggregated without requiring precise numerical inputs. In risk analysis, fuzzy numbers effectively model uncertain costs, probabilities, or impacts that lack historical for probabilistic distributions, facilitating computations of fuzzy expected values. For instance, a cost might be represented as a triangular fuzzy number (100, 150, 200) in thousands of dollars, and the probability of occurrence as another fuzzy number (0.3, 0.5, 0.7); their fuzzy product yields the expected , which can be defuzzified using the signed distance or area methods to inform mitigation strategies. This representation is particularly useful in assessment, where expected values guide adjustments by integrating over alpha-cuts to obtain interval-based risks. A practical in illustrates fuzzy (FLP) for handling fuzzy demands, such as customer orders modeled as triangular fuzzy numbers (e.g., (80,100,120) units) to account for forecast . In a network, FLP maximizes profit subject to fuzzy constraints on production and transportation, solved by converting to crisp equivalents via functions or expected values, yielding optimal allocation decisions like levels. For example, in a application, FLP integrated fuzzy parameters for costs and demands, resulting in improved efficiency over deterministic models by accommodating real-world fluctuations. Compared to probabilistic models, which rely on known probability distributions to quantify , fuzzy numbers excel in handling linguistic , such as "about 5-10 units" for demand, without assuming or frequency-based data. This makes fuzzy approaches more suitable for scenarios with subjective expert inputs or incomplete , reducing to distributional assumptions while still allowing integrations for comprehensive modeling.

Extensions to Higher Dimensions and Intervals

Fuzzy vectors, also known as multivariate fuzzy numbers, generalize the concept of fuzzy numbers to higher-dimensional spaces by defining fuzzy sets on \mathbb{R}^n where the membership function assigns degrees to points in the , often using joint membership derived from s such as the product to capture dependencies between dimensions. This extension allows modeling of imprecise multivariate quantities, such as uncertain positions in multi-attribute decision problems, where the and are subsets of \mathbb{R}^n rather than \mathbb{R}. Fuzzy intervals relate closely to interval arithmetic through the decomposition of fuzzy numbers into nested \alpha-cuts, where each \alpha-cut represents a closed interval whose endpoints vary continuously with \alpha \in [0,1], enabling arithmetic operations on fuzzy numbers to be performed via standard on these cuts. This connection preserves the convexity and normality properties of fuzzy numbers while leveraging the efficiency of interval methods for computation, though it requires careful handling of the dependency problem inherent in to avoid overestimation of uncertainty bounds. Intuitionistic fuzzy numbers extend standard fuzzy numbers by incorporating both membership and non-membership degrees for each element in \mathbb{R}, satisfying the condition that the sum of membership \mu(x) and non-membership \nu(x) is at most 1, as introduced by Atanassov in his seminal work on intuitionistic fuzzy sets. This allows for a more nuanced representation of hesitation or indeterminacy in numerical imprecision, with arithmetic operations defined similarly via extension principles but accounting for both degrees. An illustrative example of fuzzy sets in path planning involves using to handle imprecise sensor data for and obstacle avoidance in dynamic environments. Such representations enable smoother trajectory generation compared to crisp coordinates, as fuzzy sets can account for partial overlaps with s. Higher dimensionality in fuzzy numbers introduces significant computational challenges, as of dimensionality exacerbates the complexity of storing and manipulating \alpha-cuts, which grow exponentially in volume, often necessitating techniques like approximations or sparse representations to make operations feasible. These challenges are particularly pronounced in multivariate cases, where evaluating functions or performing optimizations requires balancing accuracy with tractable computation times. Recent developments have focused on fuzzy neural networks that embed layers to handle , enhancing interpretability in applications like and control systems. These advancements include logic-oriented architectures that combine fuzzy rules with neural learning for improved generalization in non-stationary environments.

References

  1. [1]
    [PDF] A study on fuzzy numbers
    Dec 10, 2020 · Fuzzy numbers are defined by their intervals of confidence and level of presumption, and are a generalization of the interval of confidence. ...
  2. [2]
    Prism Fuzzy Number and Its Applications - AIP Publishing
    In 1975, Lofti A. Zadeh [13] introduced fuzzy numbers. Further, the theory of Fuzzy numbers was established by various authors like Dubois, R. Yager Mizomoto, ...<|separator|>
  3. [3]
    Fuzzy Number, Fuzzy Difference, Fuzzy Differential: Theory and ...
    Fuzzy numbers, which generalize the concept of classical numbers to accommodate imprecision and uncertainty, have revolutionized the way we represent and ...
  4. [4]
    (PDF) Fuzzy numbers, definitions and properties - ResearchGate
    The first one was introduced by Zadeh and has well suited arithmetic and algebraic properties. The second one, introduced by Gantner, Steinlage and Warren, is a ...
  5. [5]
    Fuzzy sets - ScienceDirect.com
    View PDF; Download full issue. Search ScienceDirect. Elsevier · Information and Control · Volume 8, Issue 3, June 1965, Pages 338-353. Information and Cont…
  6. [6]
    Fuzzy Set Theory—and Its Applications
    ### Summary of Fuzzy Numbers Definition from Zimmermann's Book
  7. [7]
    [PDF] Operations on fuzzy numbers - HAL
    Sep 25, 2023 · Operations on fuzzy numbers. Didier Dubois, Henri Prade. To cite this version: Didier Dubois, Henri Prade. Operations on fuzzy numbers.
  8. [8]
    Triangular Fuzzy Number - an overview | ScienceDirect Topics
    Triangular fuzzy numbers are a type of fuzzy number characterized by a triangular shape, commonly used in situations where the center value changes rapidly over ...
  9. [9]
    (PDF) Theory of Triangular Fuzzy Number - ResearchGate
    Aug 6, 2017 · The fuzzy numbers are defined in uncertainty situation and applied in real world problems of science and engineering.
  10. [10]
    [PDF] Some Arithmetic Operations in Trapezoidal Fuzzy Numbers and ...
    2) Definition: Positive trapezoidal fuzzy number: A positive trapezoidal fuzzy number is a fuzzy number 𝐴̃ is defined as 𝐴̃ = (𝑎1, 𝑎2, 𝑎3, 𝑎4),where ...
  11. [11]
    Trapezoidal Approximations of Fuzzy Numbers - SpringerLink
    The problem of the trapezoidal approximation of fuzzy numbers is discussed. A set of criteria for approximation operators is formulated.
  12. [12]
    Gaussian Fuzzy Number for STR‐DNA Similarity Calculation ...
    Jul 29, 2018 · A Gaussian Membership function is specified by two parameters: a Gaussian membership function is determined complete by μ and σ; μ represents ...
  13. [13]
    [PDF] Fuzzy Simple Linear Regression Using Gaussian Membership ...
    Gaussian membership function. In fuzzy logic, the Gaussian membership function is a generalization of the Gaussian distribution for classical sets. It ...Missing: source | Show results with:source<|separator|>
  14. [14]
    Fuzzy analytic hierarchy process‐based risk priority number for risk ...
    Aug 23, 2022 · In general, triangular or trapezoidal shape fuzzy membership functions have been widely used due to their simplicity.
  15. [15]
    Introductory Chapter: Which Membership Function is Appropriate in ...
    Oct 31, 2018 · In specific, the triangular MF is found to be better than Gaussian MF. Zhao and Bose [7] compared the response of the system with various MFs ...
  16. [16]
    [PDF] New Methods for Ranking of Trapezoidal Fuzzy Numbers
    Abstract. In this paper, we provide two new methods for the ranking of Trapezoidal. Fuzzy Numbers. First method is based on the value of fuzzy numbers and.
  17. [17]
    The membership function of a Gaussian fuzzy number.
    Some special LR fuzzy numbers, like the triangular fuzzy number, the Gaussian fuzzy number and the Cauchy fuzzy number, are widely used in many areas.
  18. [18]
    skfuzzy v0.2 docs - Pythonhosted.org
    Gaussian fuzzy membership function. skfuzzy.gbellmf (x, a, b, c), Generalized Bell function fuzzy membership generator.
  19. [19]
    The concept of a linguistic variable and its application to ...
    The concept of a linguistic variable provides a means of approximate characterization of phenomena which are too complex or too ill-defined to be amenable to ...
  20. [20]
    Operations on fuzzy numbers - Taylor & Francis Online
    DIDIER DUBOIS Département d'Études et de Recherches en Automatique, ONERA/CERT Ensae, 2, Avenue Edouard Belin, Toulouse, Cedex, 31055, France. &. HENRI PRADE ...
  21. [21]
    (PDF) Multiplication Operation on Trapezoidal Fuzzy Numbers
    In this paper, a methods for solving multiplication operation of two trapezoidal fuzzy numbers are given. The analytical method is most precise, ...
  22. [22]
    Addition of sigmoid-shaped fuzzy intervals using the Dombi operator ...
    We prove that the addition is closed if the Dombi operator is used. The calculation of sum is quite simple and can be used in various applications such as fuzzy ...
  23. [23]
    (PDF) Basic fuzzy arithmetic operations using α–cut for the Gaussian ...
    This paper presents original computational methods for implementing fuzzy arithmetic operations on triangular fuzzy numbers using the extension principle ...
  24. [24]
    Fuzzy real algebra: Some results - ScienceDirect.com
    Fuzzy real algebra: Some results. Author links open overlay panel. Didier ... Didier Dubois, Henri Prade. Comment on 'Tolerance analysis using fuzzy sets ...
  25. [25]
    Reasonable properties for the ordering of fuzzy quantities (I)
    This work aims at the discussion of reasonable properties for the ordering of fuzzy quantities. In the fuzzy literature more than 35 indices exist for the ...
  26. [26]
    A procedure for ordering fuzzy subsets of the unit interval
    We introduce a function to help in the ordering of fuzzy subsets of the unit interval. This function is the integral of the mean of the level sets associated ...
  27. [27]
    A new approach for ranking fuzzy numbers by distance method
    We propose a new method for ranking fuzzy numbers by distance method. Our method is based on calculating the centroid point, where the distance means from ...
  28. [28]
    Ranking of fuzzy numbers by sign distance - ScienceDirect.com
    Aug 22, 2006 · To overcome shortcomings we proposed sign distance method. It can effectively rank various fuzzy numbers and their images. The calculations of ...
  29. [29]
    Ranking fuzzy numbers in the setting of possibility theory
    It is shown that generally four indices enable one to completely describe the respective locations of two fuzzy numbers.
  30. [30]
    How different are ranking methods for fuzzy numbers? A numerical ...
    Ranking fuzzy numbers is often a necessary step in many mathematical models, and a large number of ranking methods have been proposed to perform this task.
  31. [31]
    Reasonable properties for the ordering of fuzzy quantities (II)
    Wang, E.E. Kerre. Reasonable properties for the ordering of fuzzy quantities (I). Fuzzy Sets and Systems, 118 (2001), pp. 375-385. View PDFView articleView in ...
  32. [32]
    Multidimensional Type 2 Epistemic Fuzzy Arithmetic Based on the ...
    The article presents a multidimensional type 2 epistemic fuzzy arithmetic (MT2EF-arithmetic) based on the new body definition of fuzzy set type 2 (T2FS).
  33. [33]
    Integrating multivariate fuzzy neural networks into fuzzy inference ...
    Oct 30, 2023 · In this paper, we introduce a novel family of operators for single-hidden layer feed-forward neural networks that operate on multivariate fuzzy-valued ...
  34. [34]
    Basic Concepts | SpringerLink
    Definition 2.3.​​ A fuzzy number is a fuzzy convex and normal fuzzy subset in \mathbb{R} with upper semicontinuous membership function and compact support. The ...Missing: normality | Show results with:normality
  35. [35]
    [PDF] Arithmetic Operation of Fuzzy Numbers Using Α-Cut Method - IJISET
    To calculate division of fuzzy numbers X and Y we first divide the α –cuts of X and Y using interval arithmetic. …………(4.4). To find the membership function ...
  36. [36]
    Intuitionistic fuzzy sets - ScienceDirect.com
    A definition of the concept 'intuitionistic fuzzy set' (IFS) is given, the latter being a generalization of the concept 'fuzzy set' and an example is described.
  37. [37]
    A new approach for ranking of intuitionistic fuzzy numbers using a ...
    Sep 30, 2016 · As a generalization of fuzzy numbers, an intuitionistic fuzzy number (IFN) seems to fit more suitably to describe uncertainty. After this, many ...
  38. [38]
    [PDF] An Introduction to Fuzzy Logic Applications for Robot Motion Planning
    Abstract - This paper considers a fuzzy logic application for navigation and obstacle avoidance of a robotic vehicle in a 2D environment.
  39. [39]
    High-Dimensional Fuzzy Inference Systems - IEEE Xplore
    Sep 22, 2023 · Fuzzy inference systems (FISs) have been developed for many years but the use of FISs for high-dimensional problems is still a challenging task.Missing: numbers | Show results with:numbers
  40. [40]
    Computing expensive multivariate functions of fuzzy numbers using ...
    This paper proposes a new approach based on sparse grids, consisting of two parts: First, we compute a surrogate function using sparse grid interpolation.Missing: challenges | Show results with:challenges
  41. [41]
    Fuzzy Neural Networks—A Review with Case Study - MDPI
    This publication focuses on the use of fuzzy neural networks for data prediction. The author reviews papers in which fuzzy neural networks were used.
  42. [42]
    Logic-oriented fuzzy neural networks: A survey - ScienceDirect.com
    Dec 10, 2024 · In this survey, we conduct a comprehensive review of logic-oriented fuzzy neural networks with a special attention being directed to AND\OR architecture.