Let $R$ be an $n$-ary multivalued function on $A$, and let $S_1, ..., S_n$ be a list of length $n$, each member of which is an $m$-ary multivalued function on $A$. How does one rigorously define the composition $R(S_1, ... , S_n)$?
2026-03-26 04:49:52.1774500592
Rigorous definition of relation composition
156 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
1
There are 1 best solutions below
Related Questions in FUNCTIONS
- Functions - confusion regarding properties, as per example in wiki
- Composition of functions - properties
- Finding Range from Domain
- Why is surjectivity defined using $\exists$ rather than $\exists !$
- What are the functions satisfying $f\left(2\sum_{i=0}^{\infty}\frac{a_i}{3^i}\right)=\sum_{i=0}^{\infty}\frac{a_i}{2^i}$
- Lower bound of bounded functions.
- Does there exist any relationship between non-constant $N$-Exhaustible function and differentiability?
- Given a function, prove that it's injective
- Surjective function proof
- How to find image of a function
Related Questions in RELATIONS
- How are these definitions of continuous relations equivalent?
- Is a relation on which every element is related with itself alone transitive?
- Relation power composition
- Order relation proof
- Order relation proof ...
- How to identify if a given Hasse diagram is a lattice
- Is the relation < a strict total order?
- Is there a name for this property on a binary relation?
- Finding all reflexive binary relations of a set
- Showing that a relation is reflexive, symmetric and transitive
Related Questions in MULTIVALUED-FUNCTIONS
- Continuity of the maximal element of a multi-valued function
- How to choose a branch when there are multiple branch points?
- Evaluate $ \int_0^\infty x^{a-1}\frac{\sin(\frac{1}{2}a \pi-bx)}{x^2+r^2}\, r\,dx $
- Continuity of multivariable function at point
- Quadratic Taylor approximation of an integral
- Does the two variable function f have only one root?
- Two-valued change of variables for the given function
- Prove a function is multivalued
- fixed point of a multivalued map
- Nonmonotone functions in compact convex space
Trending Questions
- Induction on the number of equations
- How to convince a math teacher of this simple and obvious fact?
- Find $E[XY|Y+Z=1 ]$
- Refuting the Anti-Cantor Cranks
- What are imaginary numbers?
- Determine the adjoint of $\tilde Q(x)$ for $\tilde Q(x)u:=(Qu)(x)$ where $Q:U→L^2(Ω,ℝ^d$ is a Hilbert-Schmidt operator and $U$ is a Hilbert space
- Why does this innovative method of subtraction from a third grader always work?
- How do we know that the number $1$ is not equal to the number $-1$?
- What are the Implications of having VΩ as a model for a theory?
- Defining a Galois Field based on primitive element versus polynomial?
- Can't find the relationship between two columns of numbers. Please Help
- Is computer science a branch of mathematics?
- Is there a bijection of $\mathbb{R}^n$ with itself such that the forward map is connected but the inverse is not?
- Identification of a quadrilateral as a trapezoid, rectangle, or square
- Generator of inertia group in function field extension
Popular # Hahtags
second-order-logic
numerical-methods
puzzle
logic
probability
number-theory
winding-number
real-analysis
integration
calculus
complex-analysis
sequences-and-series
proof-writing
set-theory
functions
homotopy-theory
elementary-number-theory
ordinary-differential-equations
circles
derivatives
game-theory
definite-integrals
elementary-set-theory
limits
multivariable-calculus
geometry
algebraic-number-theory
proof-verification
partial-derivative
algebra-precalculus
Popular Questions
- What is the integral of 1/x?
- How many squares actually ARE in this picture? Is this a trick question with no right answer?
- Is a matrix multiplied with its transpose something special?
- What is the difference between independent and mutually exclusive events?
- Visually stunning math concepts which are easy to explain
- taylor series of $\ln(1+x)$?
- How to tell if a set of vectors spans a space?
- Calculus question taking derivative to find horizontal tangent line
- How to determine if a function is one-to-one?
- Determine if vectors are linearly independent
- What does it mean to have a determinant equal to zero?
- Is this Batman equation for real?
- How to find perpendicular vector to another vector?
- How to find mean and median from histogram
- How many sides does a circle have?
Rather than thinking of an $n$-ary multivalued function on $A$ as an $(n+1)$-ary relation, let's think of it as a (genuine) function from $A^n$ to the powerset $\mathcal P(A)$ of $A$. That is, the output of a multivalued function will be a set of elements of $A$ instead of just a single element of $A$.
Now let's turn to your motivating example to get an idea of how we might want to define composition. In our setting, the multivalued square root is just a function $\mathbb R\to\mathcal P(\mathbb R)$ that sends $16$ to $\{-4,4\}$, $0$ to $\{0\}$ and $-1$ to $\emptyset$. What is going to happen if we try to take the square root of 16 twice? Well, the first square root gives us the set $\{-4,4\}$, but how do we now carry out the second square root?
The sensible option seems to be to apply our square root function to each element of the set $\{-4,4\}$ in turn and consider the union of the two resulting sets to be the output of the composition. The square root of $-4$ is $\emptyset$ and the square root of 4 is $\{-2,2\}$, so we have that the "fourth root" of $16$ is $\emptyset\cup\{-2,2\}=\{-2,2\}$.
The empty set in this example hides the idea a bit, so maybe we should consider what happens for the square root function $\mathbb C\to\mathcal P(\mathbb C)$ instead. The square root of $1$ is $\{-1,1\}$, and the square root of this set is $\{-\mathrm i,\mathrm i\}\cup\{-1,1\}$ - the set of fourth roots of unity.
So, to answer your original question, let's define your general composition in a similar way. Let $R\colon A^n\to\mathcal P(A)$ and let $S_1,\dotsc,S_n\colon A^m\to\mathcal P(A)$. Then we'll define $R(S_1,\dotsc,S_n)$ to be the function $A^m\to\mathcal P(A)$ sending $a=(a_1,\dotsc,a_m)$ to $$\bigcup_{b_i\in S_i(a)}R(b_1,\dotsc,b_n).$$ In other words, the multivalued function $R(S_1,\dotsc,S_n)$ takes the value $c$ at $a$ if and only if there exist $b_1,\dotsc,b_n\in A$ for which $R$ takes the value $c$ at $(b_1,\dotsc,b_n)$ and for which each $S_i$ takes the value $b_i$ at $a$.
If you prefer to think in terms of relations, you might notice that this description is very similar to the definition of composition of binary relations.