A New Approach to Involution in Fuzzy C★-Algebra via Functional Inequality and Python Implementation
Abstract
:1. Introduction
- (M1)
- if and only if
- (M2)
- for all
- (M3)
- for all .
- (i)
- The sequence converges to a fixed point of G,
- (ii)
- The fixed point is unique in ,
- (iii)
- For any , the inequality
- (N1)
- for all ;
- (N2)
- if and only if for all ;
- (N3)
- if ;
- (N4)
- ;
- (N5)
- is a non-decreasing function of and ;
- (N6)
- For , is continuous on .
- (1)
- A sequence in U is said to be convergent if there exists such that for all , . The limit of is denoted as N-limit, i.e., .
- (2)
- A sequence in U is called Cauchy if for every and , there exists such that for all and , .
- (i)
- for all and ;
- (ii)
- for all ;
- (iii)
- for all .
2. Results
- (I)
- There exists a mapping such that it is a fixed point . This means that
- (II)
- as . This suggests that
- (III)
- . By (15), we have
3. Implement Python Code for Theorem 3
- import numpy as np
- def :return # The user defines the fuzzy-normed algebra N.
- def :return # The user defines the function, for example: return (u + v + w)**2 - 4*(u*v + v*w + w*u).
- def :return # The user defines the function, for example: return np.exp(u) ∗ np.exp(2*v).
- def :return # The user defines the F function, for example: return np.sin(u).
- def check_limit:n = 1while True:term = 4**n * (u/(2**n), v/(2**n))if np.abs(term) < 1e-10:return Trueif n > 1e5:return Falsen = n + 1
- return # True if inequality (5) holds, False otherwise
- return # True if inequality (6) holds, False otherwise
- return # True if Equation (7) holds, False otherwise
- return # True if inequality (9) holds, False otherwise
- def check_assumptions: # Check if the assumptions of the theorem are satisfied,for :if :return Falsefor :if not check_limit(, u, v):return Falsefor :t = # The user defines the number tfor :if not inequality (5) ():return Falsefor :t = # The user defines the number tif not inequality (6) ():return Falsefor :if not Equation (7)(u):return Falsereturn True
- def A(u,t): # Define the function Ak = 0tolerance = # The user enter tolerancewhile True:A_k =A_k_next =if N(A_k − A_k_next, t) > tolerance:breakk = k + 1return A_k
- L = # The user defines the number LU = # define the set of values to check the assumptions= # define thet = # The user enter any t > 0
- if check_assumptions ():print(f“{A(u,t)} is a unique involution”)print(f“ A satisfies in {inequality (9)(u)}”)else:print(“The conditions of the Theorem are not upheld”)
4. Conclusions
Author Contributions
Funding
Data Availability Statement
Conflicts of Interest
References
- Ulam, S.M. Problems in Modern Mathematics; Courier Corporation: Chelmsford, MA, USA, 2004. [Google Scholar]
- Hyers, D.H. On the stability of the linear functional equation. Proc. Natl. Acad. Sci. USA 1941, 27, 222–224. [Google Scholar] [CrossRef] [PubMed]
- Aoki, T. On the Stability of the Linear Transformation in Banach Spaces. J. Math. Soc. Jpn. 1950, 2, 64–66. [Google Scholar] [CrossRef]
- Rassias, T.M. On the stability of the linear mapping in Banach spaces. Proc. Am. Math. Soc. 1978, 72, 297–300. [Google Scholar] [CrossRef]
- Forti, G. Hyers-Ulam stability of functional equations in several variables. Aequationes Math. 1995, 50, 143–190. [Google Scholar] [CrossRef]
- Czerwik, S. Functional Equations and Inequalities in Several Variables; World Scientific Publishing Co.: Singapore, 1992. [Google Scholar]
- Găvruţa, P. A generalization of the Hyers-Ulam-Rassias stability of approximately additive mappings. J. Math. Anal. Appl. 1994, 184, 431–436. [Google Scholar] [CrossRef]
- Park, C.G. Hyers-Ulam stability of a Pexiderized trigonometric functional equation. J. Math. Anal. Appl. 2003, 281, 209–218. [Google Scholar]
- Jung, S.M. Hyers-Ulam-Rassias Stability of Functional Equations in Nonlinear Analysis; Springer Science & Business Media: Berlin, Germany, 2004. [Google Scholar]
- Katsaras, A.K. Fuzzy topological vector spaces II. Fuzzy Sets Syst. 1984, 12, 143–154. [Google Scholar] [CrossRef]
- Bag, T.; Samanta, S.K. Finite dimensional fuzzy normed linear spaces. J. Fuzzy Math. 2003, 11, 687–706. [Google Scholar]
- Kramosil, I.; Michálek, J. Fuzzy metrics and statistical metric spaces. Kybernetika 1975, 11, 336–344. [Google Scholar]
- Movahednia, E.; Lolo, P. Self Testing Correcting Programs and Ulam Stability. In Proceedings of the The 51th Annual Iranian Mathematics Conference, Kashan, Iran, 15–20 February 2021; p. 4. [Google Scholar]
- Oliphant, T.E. A Guide to NumPy; Trelgol Publishing: USA, 2006; Volume 1. [Google Scholar]
- Diaz, J.; Margolis, B. A fixed point theorem of the alternative, for contractions on a generalized complete metric space. Bull. Am. Math. Soc. 1968, 74, 305–309. [Google Scholar] [CrossRef]
- Cadariu, L.; Radu, V. Fixed points and the stability of Jensen’s functional equation. J. Inequal. Pure Appl. Math 2003, 4, 4. [Google Scholar]
- Park, C.; Eshaghi Gordji, M.; Saadati, R. Random homomorphisms and random derivations in random normed algebras via fixed point method. J. Inequalities Appl. 2012, 2012, 194. [Google Scholar] [CrossRef]
- Movahednia, E.; De la Sen, M. Hyers Stability and Multi-Fuzzy Banach Algebra. Mathematics 2022, 10, 106. [Google Scholar]
- Cadariu, L.; Radu, V. On the stability of the Cauchy functional equation: A fixed point approach. Grazer Math. Ber. 2004, 346, 43–52. [Google Scholar]
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. |
© 2023 by the authors. Licensee MDPI, Basel, Switzerland. This article is an open access article distributed under the terms and conditions of the Creative Commons Attribution (CC BY) license (https://creativecommons.org/licenses/by/4.0/).
Share and Cite
Movahednia, E.; De la Sen, M. A New Approach to Involution in Fuzzy C★-Algebra via Functional Inequality and Python Implementation. Axioms 2023, 12, 435. https://doi.org/10.3390/axioms12050435
Movahednia E, De la Sen M. A New Approach to Involution in Fuzzy C★-Algebra via Functional Inequality and Python Implementation. Axioms. 2023; 12(5):435. https://doi.org/10.3390/axioms12050435
Chicago/Turabian StyleMovahednia, Ehsan, and Manuel De la Sen. 2023. "A New Approach to Involution in Fuzzy C★-Algebra via Functional Inequality and Python Implementation" Axioms 12, no. 5: 435. https://doi.org/10.3390/axioms12050435
APA StyleMovahednia, E., & De la Sen, M. (2023). A New Approach to Involution in Fuzzy C★-Algebra via Functional Inequality and Python Implementation. Axioms, 12(5), 435. https://doi.org/10.3390/axioms12050435