Submitted:
16 March 2024
Posted:
18 March 2024
Read the latest preprint version here
Abstract

Keywords:
1. Introduction
2. Definitions and Preliminary Concepts
- , (Non-negativity)
- if and only if , (Discernibility)
- , (Symmetry)
- , (Triangle Inequality)
- X is countable (finite or countably infinite)
-
d is a discrete metric, i.e., the triangle inequality holds with equality:
- X is uncountable (uncountably infinite)
-
d is a continuous metric, i.e., the triangle inequality is strict:such that
- : (S, τ) is a discrete topological space.
- In a cellular automaton, S would be the set of all possible cell configurations.
- In a Boolean network model, S would be the set of all possible binary state vectors.
- In a dynamic system defined over integers, S would be a subset of .
- S is a discrete set (state space) equipped with a discrete topology τ, constituting a discrete topological space . Formally:
-
is a function (evolution rule) that maps states in S to S, recursively and deterministically over S. Formally:
- −
- F preserves the discreteness of elements in S:
- −
- F is deterministic over S:
- −
- F is recursive: successive iteration .
- −
- F preserves the topology τ of S:
- Cellular automata, such as Conway’s Game of Life, where S is a grid of cells and F determines the state of each cell based on its neighbors.
- Iterative maps, like the Logistic Map, where S is a subset of real numbers and for some parameter r.

- The union of elements of τ belongs to τ
- The finite intersection of elements of τ belongs to τ
-
According to the cardinality of :
- −
- Finite:
- −
- Countable:
- −
- Continuous:
-
According to the recursiveness of :
- −
- Recursive:
- −
- Non-recursive: Does not satisfy the above
-
According to sensitivity to initial conditions:
- −
- Non-sensitive:
- −
- Sensitive: Does not satisfy the above
-
According to the degree of combinatorial explosiveness:
- −
- Limited:
- −
- Unbounded:
- is recursive over
- The combinatorial explosiveness of is limited
- P is demonstrated in the inverse algebraic model of
- If S is a finite set with elements, then will contain elements. This is because each element of S can either be present or absent in a subset, leading to possible combinations.
- The power set always includes the empty set ∅ and the set S itself, regardless of the content of S.
- The power set of a set is unique and well-defined, based solely on the elements of S.
- Domain(G) = Range(F)
- Range(G) = Domain(F)
- G analytically undoes F:
- Injectivity:
- Surjectivity:
- Exhaustiveness: Recursion through G reaches all states in S.
2.1. Combinatorial Complexity and Inverse Model Constructibility
- Growth rate bound: There exists a function such that for any initial state , the number of reachable states after n recursive applications of G is bounded by , i.e., for all , and f is asymptotically less than an exponential function, i.e., for all .
-
Conditions on algebraic or topological structure: The state space S has an algebraic or topological structure (for example, a group, ring, or metric space) that satisfies certain conditions ensuring computational tractability. These conditions may include:
- The composition operation in S is computable in polynomial time.
- S has a finite or efficiently computable representation.
- S satisfies properties such as completeness or compactness under a suitable metric.
-
Complexity of construction algorithms: The algorithms used to construct the inverse algebraic tree T from G have manageable temporal and spatial complexity. Formally:
- The time required to compute for any state is polynomial in the size of the representation of s.
- The depth of the tree T (i.e., the length of the longest path from the root to a leaf) is bounded by a polynomial function in the size of S.
- The maximum degree of any node in T (i.e., the maximum number of children of a node) is bounded by a constant.
3. Axiomatic Foundations of DIDS
4. Inverse Modeling of Systems
- S is a discrete set with discrete topology τ, making a discrete topological space.
- is a discrete function, preserving the discreteness of elements in S.
- F is deterministic over S:
- F is recursive: successive iteration .
- F preserves the topology τ of S: is open , with open sets.
- G analytically undoes F:
- Injectivity:
- Surjectivity:
- Exhaustiveness: Recursion through G reaches all states in S.
- V is the set of nodes
- is the set of edges
- is the root node
- T has no non-trivial cycles
- All paths in T converge to the root node r
- Suppose T has a non-trivial cycle with . By the injectivity of G, each node has a unique parent. But then would have two distinct parents: (in the cycle) and its unique parent by recursion. Contradiction. Thus, no such cycle exists.
- Let be an arbitrary infinite path in T. We show P converges to r. By surjectivity of G, each node has a child. By injectivity, the sequence of depths is strictly decreasing. As natural numbers are well-ordered, , i.e., . By uniqueness of paths, P converges to r.
- , which assigns to each natural number its binary representation.
- , which assigns to each natural number its decimal representation.
4.1. Algebraic Inverse Tree Construction
- f is bijective, i.e., for each there exists a unique such that .
- Both f and its inverse are continuous with respect to the topologies ρ and τ. That is, for each open set , its preimage is open in ρ; and for each open set , its image is open in τ.
- f is bijective: By construction, each node represents a unique state , and each state is represented by at least one node (due to the exhaustiveness of G). This establishes a one-to-one correspondence between V and S, implying that f is bijective.
-
f and are continuous: To show the continuity of f and , we must verify that the inverse images of open sets are open in the respective topologies.
- Continuity of f: Let be an open set in . We need to prove that is open in . By definition of the discrete topology , each state is an open set. Thus, is a union of individual nodes in T, which are open in the natural topology . Therefore, is open in .
- Continuity of : Let be an open set in . We need to prove that is open in . Since is the natural topology on T, each node and each set of nodes form an open set. Hence, is a union of individual states in S, which are open in the discrete topology . Therefore, is open in .
4.2. Steps of the Inverse Modeling Process
-
Dynamic_System = (E, R) where:
- E is the discrete set of states
- R is the evolution function
-
Inverse_Function = (, A) where:
- is the inverse function of R
- A is the resulting Inverse_Tree
-
Inverse_Tree = (N, V) where:
- N is the set of nodes
- V are the upward links between nodes
- Given Dynamic_System, determine by applying the definition of Inverse_Function.
- Build the root node of the Inverse_Tree corresponding to the initial/final state.
- Apply recursively on nodes to generate upward_links.
- Repeat step 3 until exhausting states in E, completing V.
- Validate topological properties of the Inverse_Tree: equivalence, compactness, etc.
- Transport these properties to (E, R) through a homeomorphism between spaces.
5. Structural Analysis
- Non-negativity: since is a metric.
- Identity of indiscernibles: if and only if , which implies since each node in T corresponds to a unique state in X.
- Symmetry: .
- Triangle inequality: .
- V is the set of nodes.
- represents ancestral relationships between nodes.
- is the root node.
- is a bijective function correlating nodes with states.
- .
- T is compact and complete under a metric.
- T combinatorially condenses all interrelations of .
- T is recursively constructed from G.
- Absence of non-trivial cycles.
- Universal convergence of paths towards r.
Flexible Selection of Root Node
- Absence of anomalous cycles: There are no closed cycles of length in the AIT, since each node has a unique predecessor.
- Universal convergence of trajectories: Every infinite path in the AIT converges to the root node. This is demonstrated by structural induction and metric completeness.
- Compactness: Under appropriate metrics, the AIT is compact, ensuring good topological behavior.
- Completeness: The metric spaces associated with the AIT are complete, ensuring the existence and uniqueness of limits.
- Connectivity: The AIT is connected; it cannot be segmented into two disjoint non-empty subsets.
- Labeling: The names or labels assigned to the nodes.
- Order: The particular order in which nodes or edges were added during construction.
- Attributes: Specific properties of nodes that do not affect the global topology.
- T is totally bounded: Since T is finite, it is bounded. Therefore, there exists such that for some . Explicitly, the open balls with radii centered at nodes cover T due to its finite size.
- T is complete: Every finite set is complete under the metric d. Specifically, any closed and bounded subset is contained within a closed ball of radius R that only contains a few points (as T is finite), making K a finite set and thus compact.
- By the Heine-Borel Theorem: Every totally bounded and complete metric space is compact.
- Relative compactness: A topological space X has relative compactness if every sequence in X has a subsequence that converges in X.
- Bolzano-Weierstrass theorem: Every bounded sequence of real numbers has a convergent subsequence.
- Let be an arbitrary sequence in V.
- Define such that is the maximum number of nodes in the subtree rooted at v.
- Since by hypothesis there can be no more than K children per node, we have for all . Hence, f is bounded.
- Therefore, is a bounded sequence in . By the Bolzano-Weierstrass theorem, it has a subsequence that converges to some .
- Moreover, there exists a subsequence of such that .
- Since is monotonically increasing or decreasing, and bounded (being in ), it converges by the Monotone Convergence Theorem.
- Therefore, converges in T since T is complete.
- We have shown that every sequence in T has a convergent subsequence. Thus, T has relative compactness.
- Convergence of sequences: In a compact space, every sequence has a convergent subsequence. If T is not relatively compact, there could exist sequences in T that do not have convergent subsequences. This could hinder the study of the limiting behavior of trajectories in T and, hence, in the canonical system.
- Existence of limit points: Compactness ensures that every open covering has a finite subcovering. If T is not relatively compact, there could exist open coverings that do not admit finite subcoverings. Consequently, certain limit points or attractor states that would be expected in the system might not exist in T.
- Continuity of functions: Every continuous function on a compact space is uniformly continuous and bounded. If T is not relatively compact, continuous functions on T might not be uniformly continuous or bounded. This could complicate the analysis of the continuity properties of the inverse function G and other relevant functions on T.
- Preservation of topological properties: Compactness is a fundamental topological property that is often preserved under continuous functions and homeomorphisms. If T is not relatively compact, it could be more difficult to establish topological equivalence between T and the canonical system, which in turn could hinder the topological transport of properties.
- Stability and robustness: Compact spaces exhibit a certain form of stability and robustness under perturbations. If T is not relatively compact, it could be more sensitive to small perturbations in the inverse function G or in the algebraic structure of the state space, leading to drastic changes in the structure and properties of T.
- T is totally bounded as it has f bounded.
- By the Heine-Borel Theorem, T is relatively compact.
- Suppose there exists a non-trivial anomalous cycle in T.
- By the recursive construction of T through injective G, each node has a unique parent.
- But then, taking consecutive nodes , in would lead to a contradiction, as would have two parents: for being in and its unique parent by (2).
- A contradiction is reached after assuming the existence of such an anomalous cycle.
- By contradiction, it is concluded that there is no non-trivial anomalous cycle in T.
- Base Case (BC): Every trajectory P of length 1 trivially converges to r. Formally, .
-
Inductive Hypothesis (IH): Assume that every trajectory in T of length converges to r..
-
Inductive Step (IS):
- (a)
- Let be a trajectory in T of length .
- (b)
- Let be the subpath of P excluding .
- (c)
- By IH, Q converges to r.
- (d)
- Since is a child of in T, by construction, it also converges to r.
- (e)
- By path uniqueness in T, concatenating convergent paths Q and results in a convergent path, hence P converges to r.
- Absence of anomalous cycles: Suppose , a non-trivial cycle in T. By the injectivity hypothesis, . Taking consecutive nodes , a contradiction is obtained non-trivial cycle.
- Universal convergence: , by exhaustiveness of G, such that . That is, .
6. Uniqueness of the Inverse Model
6.1. Necessary and Sufficient Conditions for Ensuring the Construction of Inverse Models
- Injectivity of G:
- Surjectivity of G:
- Exhaustiveness of G: , where r is the root of T
7. Multivalued Injectivity of G
7.1. Surjectivity of , where
8. Discussion on the Conditions of the Analytic Inverse Function G
8.1. Finite Case
8.2. Countably Infinite Case
8.3. Injectivity and Surjectivity of G: Ensuring Decidable Inference and Property Transfer
9. Topological Equivalences
- The union of elements of τ belongs to τ
- The finite intersection of elements of τ belongs to τ
9.1. Cardinal Properties of Algebraic Inverse Trees
- M is a non-empty set
- d is a metric on M
- , with
9.2. Other Cardinal Properties of the Inverse Tree
9.3. Conditions for Topological Transportability
- Relative compactness
- Connectivity
- Relative metric completeness
- Due to relative compactness, T exhibits good limit and convergence properties, necessary for preserving the topological structure under homeomorphisms.
- By connectivity, T maintains its topological coherence, avoiding undesired disconnections that would hinder a homeomorphic correspondence with .
- Through relative metric completeness, T ensures the convergence of Cauchy sequences, an invariant property under homeomorphisms and essential for preserving the metric structure.
- Multivalued injectivity:
- Surjectivity:
- Continuity: G is continuous with respect to the topologies of X and
- Multivalued injectivity of G ensures that the structure of T is well-defined and free from ambiguities, preserving its topology.
- Surjectivity of G guarantees that T covers all reachable states of X, establishing a complete correspondence.
- Continuity of G with respect to the topologies of X and is necessary for T to inherit the relevant topological properties of .
9.4. Homeomorphism between Spaces
- The union of elements of τ belongs to τ
- The finite intersection of elements of τ belongs to τ
- f is bijective
- Both f and are continuous
- f is continuous if and only if for every open set U in , the preimage is open in .
- f is continuous if and only if for every convergent sequence in , the sequence in .
- Preserves subspaces
- Preserves compactness
- Preserves connectedness
- Preserves metric completeness
- Subspaces: Let be a subspace of X. Since f is bijective, is a subspace of Y. Moreover, since is the inverse homeomorphism, it maps subspaces to subspaces. Specifically, . Thus f and preserve subspaces under their mapping actions.
- Compactness: Suppose is a compact topological space. Thus every open cover of X has a finite subcover that also covers X. Since f is continuous as a homeomorphism, it maps open sets to open sets. Therefore, is an open cover of Y. Applying , which is also continuous, gives the open subcover of X. But . Thus there exists a finite subcover of , implying Y is compact.
- Connectedness: Follows by an analogous argument using continuity of f and to map connected sets to connected sets.
- Metric completeness: If is metrically complete, Cauchy sequences converge. Applying continuous f maps Cauchy sequences to Cauchy sequences, which will converge in the complete space . Hence is complete.
- Let and such that .
- By definition of sequential convergence, .
- As f is sequentially continuous, .
- Taking and by transitivity, .
- f is bijective, i.e., f is injective and surjective.
- Both f and are continuous.
- Cardinality is preserved, i.e., .
- Compactness is preserved. If is compact, then is also compact.
- Connectivity is preserved. If is connected, then is also connected.
- f is bijective
- f is continuous
- is continuous
- Since f is continuous, by definition is open in T.
- Since is continuous, is open in S.
- is open in S by continuity of .
- is open in T by continuity of f.
- Injectivity: Let with . By the recursive construction of T using G, and represent different states in S. Thus, . So h is injective.
- Surjectivity: Let . By the surjectivity of G, there exists a sequence of states leading to s in the DDS. This sequence is represented by a path in T ending at a node v with . Thus, . So h is surjective.
10. Topological Transport
- For each i, is topological.
- For each i, .
- For each i, is invariant under homeomorphisms.
- Recursively construct the inverse algebraic tree from G, denoting each node as an inverted intermediate state.
-
By structural induction, demonstrate the properties in T of:
- Absence of anomalous cycles
- Universal convergence of trajectories towards the root r
Let be the homeomorphic mapping that bijectively correlates nodes and states. - By the Topological Transport Theorem, the fundamental properties demonstrated in T are analytically transferred through h to the canonical system S.
- In particular, universal convergence in T implies universal convergence in S, resolving its dilemma.
- For all i, is a topological property.
- For all i, .
- For all i, is invariant under homeomorphisms.
- Step 1
- Let be arbitrary.
- Step 2
- By (3), since is invariant under the homeomorphism f, it follows that .
- Step 3
- Since Step 2 holds for all and by (2) is valid for all i, by transitivity of logical implication we conclude:
- Injectivity.
- Surjectivity.
- Exhaustiveness over X.
-
Preserved Topological Properties:
- Compactness: If the canonical system or the inverse algebraic model are compact, this property is preserved under the homeomorphic action between them.
- Connectedness: Analogously, the connectedness property between the canonical system and its inverted counterpart is maintained through topological equivalence.
- Metric Completeness: Relativized metric completeness is a preserved property of the metric spaces associated with it when topological transport is demonstrated.
- Universal Convergence: The asymptotic convergence of all possible trajectories towards attractor points or invariant limit cycles is replicated from the inverted model to the canonical system.
- Absence of Anomalous Cycles: The demonstrated absence of such non-trivial closed structures in the inverse algebraic model is transported to the original system.
-
Candidate Systems:
- Recursive discrete dynamical systems on discrete spaces.
- Systems with moderate combinatorial explosions.
- Chaotic systems with global convergence of trajectories.

10.1. Fundamental Conditions for the Topological Transport
10.1.1. Conditions under Which Properties Can Be Transferred
- Existence of a homeomorphism: There must exist a homeomorphic function between the canonical system and its inverted counterpart. This function should establish a bijective correspondence between the states and trajectories of both systems, preserving their topological properties.
- Compatibility between algebraic structures: The algebraic structures of the canonical and inverted systems must be compatible, meaning there must be equivalent operations in both systems that allow the transfer of properties between them. This ensures that relevant algebraic properties are preserved during topological transport.
- Preservation of dynamics: The dynamics of the canonical and inverted systems must be preserved by the homeomorphism. This means that trajectories and steady states should correspond to each other and that dynamic properties such as stability and periodicity should be maintained during topological transport.
- Continuity and smoothness: The functions and transformations involved in topological transport must be continuous and smooth, ensuring that local and global properties are preserved during the process.
10.1.2. Conditions on the Analytic Inverse Function Gor Topological Transportability
-
Relative Compactness: For T to be relatively compact, G must satisfy:
- (a)
- Multivalued injectivity: For any pair of distinct states , and are disjoint sets.
- (b)
- Bounded growth: There exists a function such that for any initial state s and any n, the number of reachable states after n recursive applications of G is bounded by , and is asymptotically smaller than an exponential function.
-
Relative Metric Completeness:For the metric space associated with T to be relatively complete, G must satisfy:
- (a)
- Exhaustiveness: For any state , there exists a finite number of recursive applications of G that lead to a root state r.
- (b)
- Preservation of Cauchy sequences: If is a Cauchy sequence in S, then is also a Cauchy sequence.
-
Connectivity:To ensure the connectivity of T, G must satisfy:
- (a)
- Reachability: For any pair of states , there exists a finite sequence of states such that , , and is in for all i.
-
Topological Equivalence:For T to be topologically equivalent to the canonical system, G must satisfy:
- (a)
- Invertibility: For any state , s is contained in , where F is the evolution function of the canonical system.
- (b)
- Continuity: G is continuous with respect to the topologies of S and .
10.2. Extension to Infinite AITs
- Open subsets in τ are arbitrary unions of opens in each .
- Opens in each contain an open ball around each node.
- Absence of non-trivial cycles
- Convergence of every infinite path towards the root node
- By taking subcoproducts to ensure compatibility, by the definition of topological limit and the Property Preservation Theorem, both the absence of cycles and the convergence to the root node of every infinite path are maintained in .
- Path: is a path if
- Convergence: P converges to node v if
11. Results and Applications
- has no non-trivial cycles
- All paths in converge to the root node 1
- Injectivity: Let with . If , then . If , then and , so . Thus, is injective.
- Surjectivity: Let . If n is even, then . If n is odd, then . Thus, is surjective.
11.1. Proof of the Collatz Conjecture
-
If , then by the definition of :Since , it follows that . Therefore, , leading to a contradiction.
- If , then:Again, since , it holds that and . Therefore, , leading to a contradiction.
- Root:
- For each node : - If with , add child l and edge . - If with , add children l and with corresponding edges. - If , add children and with edges.
- Root at 1 (Collatz cycle)
- Even nodes lead to either a even node or two odd nodes
- Odd nodes lead to two even nodes
- is the discrete space of natural numbers.
- τ is the standard discrete topology on .
- is the Collatz function.
- Injectivity of C.
- Recursivity of .
- Construction of the inverse model from .
- Universal convergence of trajectories to the root node in .
- Absence of anomalous cycles in .
- Step 1.
- Let T be the inverse algebraic tree of C, constructed from the analytic inverse function G.
- Step 2.
- Let be the homeomorphism that bijectively correlates the nodes of T with the states of .
- Step 3.
-
By previous theorems on T, it has been proven:
- Universal convergence to a unique root node r
- Absence of anomalous cycles
- Step 4.
- Since f is bijective, universal convergence in T implies that there exists a unique final state such that:
- Step 5.
- By definition, each tree is rooted in a final state. But there exists only one possible final state x.
- Step 6.
- Therefore, there is only one tree rooted in x. Hence .
- has no non-trivial cycles
- All paths in converge to the root node 1
- Injectivity: Let with . If , then . If , then and , so . Thus, is injective.
- Surjectivity: Let . If n is even, then . If n is odd, then . Thus, is surjective.
Appendix A Fundamental Definitions
- Discrete Dynamical System (DDS)
- Analytical Inverse Function
- Inverse Algebraic Tree
- Discrete Homeomorphism
- Topological Equivalence
Appendix B Important Lemmas
- Metric Completeness of the Inverse Tree
- Compactness of the Inverse Tree
- Infinite Paths as Cauchy Sequences

Appendix C Central Theorems
- Topological Transport
- Homeomorphic Invariance
- Topological Equivalence
Appendix D Primitive Principles
Appendix E Axiomatic Foundations
- Axiom of Existence of Analytical Inverses: For every discrete dynamical system (S,F), there exists an analytical inverse function G: S → P(S) that recursively undoes the steps of F.
- Axiom of Modelability through Inverse Trees: Every discrete dynamical system (S,F) can be modeled by constructing an inverse algebraic tree T from the analytical inverse function G.
- Axioms of Metric Completeness
- Axioms of Compactness
- Axioms of Topological Equivalence
- The existence of analytical inverses.
- Modelability through inverse algebraic trees.
- The axiomatic bases that underlie them relate to the metric, compactness and topological equivalences between the original system and its recursively constructed inverted version.
Appendix F Formalization of Key Concepts
- S is a discrete set called the state space.
- is a function called the evolution rule that maps each state to its successor.
- is the set of nodes, each representing a state.
- is the set of edges, with if and only if , where G is the analytical inverse function of F.
- There exists a unique node , called the root, such that for every , there exists a directed path from v to r.
- Initialize , .
- Choose a state to be the root and add it to V.
-
For each , for each :
- −
- If , add s to V and to E.
- −
- If , only add to E.
- Repeat step 3 until no new nodes can be added.

References
- Strogatz, S.H. (2018). Nonlinear Dynamics and Chaos: With Applications to Physics, Biology, Chemistry, and Engineering. CRC Press.
- Alligood, K.T., Sauer, T.D., and Yorke, J.A. (2000). Chaos: An Introduction to Dynamical Systems. Springer.
- Robinson, C. (1999). Dynamical Systems: Stability, Symbolic Dynamics, and Chaos. CRC Press.
- Strogatz, S.H. (2014). Nonlinear Dynamics and Chaos with Applications to Physics, Biology, Chemistry, and Engineering. Westview Press.
- Arora, S. and Barak, B. (2009). Computational Complexity: A Modern Approach. Cambridge University Press.
- Silva, C. (1993). Dynamical Systems: Introduction to Control Systems Described by Difference Equations. John Wiley and Sons.
- Prieur, C. (2001). Uniqueness Results for Discrete Dynamical Systems. Communications on Applied Nonlinear Analysis, 8(2):1–23.
- Khalil, H.K. (2002). Nonlinear Systems. Prentice Hall.
- Lam, K.-Y. and Lu, R. (2021). Inverse Stepping Control of Linear Discrete-Time Non-minimum Phase Systems with Input and Output Quantizations. IEEE Transactions on Automatic Control, 66(11):5444–5459. 5444.
- Ahmad, M. (1994). Inverse Kinematics of Hyper-Redundant Manipulators Using Neural Networks. IEEE Transactions on Systems, Man, and Cybernetics, 24(1):166–171.
- Lang, S. (2002). Algebra. Springer.
- Diestel, R. (2017). Graph Theory. Springer.
- Brown, L. (2021). Topological Transport in Dynamical Systems. Springer.
- Awodey, S. (2010). Category theory. Oxford University Press.
- Hatcher, A. (2002). Algebraic topology. Cambridge University Press.
- Jech, T. (2013). Set theory. Springer.
- Smith, J. (2017). Introduction to topology. Dover Publications.
- Devaney, R.L. (1989). An Introduction to Chaotic Dynamical Systems. Addison-Wesley, 2nd edition.
- Meiss, J.D. (2007). Differential Dynamical Systems. Society for Industrial and Applied Mathematics.
- Brin, M. and Stuck, G. (2002). Introduction to Dynamical Systems. Cambridge University Press.
- Zhao, Y. and Zhang, W. (2017). Invertible Discrete Dynamical Systems and Their Applications. Journal of Nonlinear Science, 27(4):1151–1184. 1151.
- Golubitsky, M. and Stewart, I. (2002). The Symmetry Perspective: From Equilibrium to Chaos in Phase Space and Physical Space. Birkhäuser Basel.
- Cormen, T.H., Leiserson, C.E., Rivest, R.L., and Stein, C. (2009). Introduction to Algorithms. MIT Press, 3rd edition.
- Robinson, J.C. (2001). Infinite-dimensional dynamical systems: an introduction to dissipative parabolic PDEs and the theory of global attractors, volume 28. Cambridge University Press.
- Quarteroni, A., Manzoni, A., and Negri, F. (2014). Reduced Basis Methods for Partial Differential Equations: An Introduction. Springer.
- Lasota, A. and Mackey, M.C. (2013). Chaos, Fractals, and Noise: Stochastic Aspects of Dynamics. Springer Science & Business Media.
- ksendal, B. (2013). Stochastic Differential Equations: An Introduction with Applications. Springer Science & Business Media.
- Mantegna, R.N. and Stanley, H.E. (1999). Introduction to Econophysics: Correlations and Complexity in Finance. Cambridge University Press.
- Castellano, C., Fortunato, S., and Loreto, V. (2009). Statistical physics of social dynamics. Reviews of Modern Physics, 81(2):591.
- Quarteroni, A., Sacco, R., and Saleri, F. (2014). Numerical Mathematics. Springer Science & Business Media.
- Karlebach, G. and Shamir, R. (2008). Modelling and analysis of gene regulatory networks. Nature Reviews Molecular Cell Biology, 9(10):770–780.
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. |
© 2024 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 (http://creativecommons.org/licenses/by/4.0/).