Valued Relation
Definition
Let be a family of sets and an -ary relation over , that is, . Let be another set, called the set of values. If is a function such that , we define:
(a)
(b) is called an -ary -valued relation over
(c) is a valuation of
If , we say that is the underlying relation of .
Interpretation
In the above definition, the graph of is considered as the valued relation. Thus an -ary valued relation over a family is an -ary relation with the particularity that it is functional in . The underlying relations account for the ‘structure of interactions between objects’, whereas the valuations denote the characteristics these interactions have, notably their strength or intensity.
As an example, a weighted digraph is an instance of a ‘structure of interactions with values’.
Key Characteristics
- Generalizes binary (yes/no) relations to multi-valued relations
- Assigns elements from a value set to tuples
- Value set can be any set (real numbers, probabilities, fuzzy values, etc.)
- Provides mathematical foundation for Mesarovic’s systems theory
- Enables quantitative system descriptions
- Supports probabilistic and fuzzy system modeling
- More expressive than classical relations
Special Cases
- Classical Relation: Value set Y = {0, 1} or {true, false}
- Fuzzy Relation: Value set Y = [0, 1] (degrees of membership)
- Probabilistic Relation: Value set Y = [0, 1] (probabilities)
- Weighted Relation: Value set Y = ℝ (real-valued weights)
- Labeled Relation: Value set Y = any finite set of labels
Examples
-
Distance Relation:
- Sets: Cities × Cities
- Value set: ℝ⁺ (non-negative reals)
- ρ(CityA, CityB) = distance between cities in km
-
Similarity Relation:
- Sets: Objects × Objects
- Value set: [0, 1]
- ρ(obj₁, obj₂) = degree of similarity
-
Preference Relation:
- Sets: Alternatives × Alternatives
- Value set: {strongly prefer, prefer, indifferent, …}
- ρ(a, b) = preference of a over b
-
Interaction Strength:
- Sets: Neurons × Neurons
- Value set: ℝ (positive or negative)
- ρ(n₁, n₂) = synaptic weight from n₁ to n₂
-
Traffic Flow:
- Sets: Locations × Locations × Time
- Value set: ℕ (number of vehicles)
- ρ(loc₁, loc₂, t) = vehicles traveling from loc₁ to loc₂ at time t
Formal Properties
Valued relations can exhibit various properties:
- Reflexivity: ρ(x, x) has specific value for all x
- Symmetry: ρ(x, y) = ρ(y, x)
- Transitivity: Composite relation satisfies transitivity constraint
- Completeness: Defined for all tuples in domain
Role in Systems Theory
In Mesarovic’s General Systems Theory, systems are defined as families of valued relations:
S = {ρᵢ | i ∈ I}
where each ρᵢ is a valued relation on some family of sets. This provides:
- Unified framework for diverse system types
- Mathematical rigor
- Ability to model uncertainty and gradations
- Foundation for hierarchical systems theory
Operations on Valued Relations
- Composition: Combining relations through intermediate sets
- Projection: Restricting to subset of argument positions
- Join: Combining relations on common domains
- Aggregation: Combining multiple value assessments
Key References
General Systems Theory: Mathematical Foundations
Mihajlo D. Mesarović, Yasuhiko Takahara (1975) View in Zotero Library
Central to Mesarovic and Takahara’s formalization, providing the mathematical foundation for valued relations as the basis of general systems theory.
Related Concepts
- relational-structure - Classical relations as special case
- system - Systems defined via valued relations
- set-theoretic-system - Set-theoretic foundations
- input-output-system - I/O behavior as valued relations
- fuzzy-set - Related concept using [0,1] valuations
Bibliography Keys
- mesarovic1975general
- mesarovic1989abstract
- klir1985architecture
- zadeh1965fuzzy (for fuzzy relations)