Prove if a relation is left-total and right-uniqueIn this exercise, we are dealing with Tuple...
Sam Hardin
Answered
2022-07-03
Prove if a relation is left-total and right-unique In this exercise, we are dealing with Tuple sets. So let be the set of all legal tuple sets. P (X) denotes the power set of a set X. Now, Let the tuple set operation be defined as so that : . Prove or disprove that + is left-total and right-unique. These types of relations are uncommon in English, it seems. So, it's a bit difficult for me to understand how to prove it. To my knowledge, a left-total relation means that, e.g. if , i.e. for every there exists (at least) one , so that .
Answer & Explanation
Maggie Bowman
Expert
2022-07-04Added 14 answers
Step 1 Note that is a function, and functions are just special cases of relations. Hence, for left-totality of , you wish to show that for any pair , that we can find where (to use the usual conventions for operations). That is, essentially, left-totality for function relations amounts to ensuring each input has an output. Step 2 At present, this is not satisfied. How would you define for two tuples of different sizes? (I assume we add them in the "usual" way, namely pointwise.) For instance, if , how would be defined? In fact even if M is limited to tuples of the same size, you won't necessarily have the desired property unless A is closed under addition. Right-uniqueness is another property expected of functions (notice how these two relate? We're showing + is a function!); namely, any input goes to at most one output. Whenever the addition of tuples is defined, then it inherits this property from that of the addition of elements of + (if present).