Difference between revisions of "Recursive relation"
Ulf Rehmann (talk | contribs) m (tex encoded by computer) |
Ulf Rehmann (talk | contribs) m (tex encoded by computer) |
||
(One intermediate revision by the same user not shown) | |||
Line 19: | Line 19: | ||
$$ | $$ | ||
f( x _ {1} \dots x _ {n} ) = \left \{ | f( x _ {1} \dots x _ {n} ) = \left \{ | ||
+ | |||
+ | \begin{array}{ll} | ||
+ | 1 & \textrm{ if } \langle x _ {1} \dots x _ {n} \rangle \in R , \\ | ||
+ | 0 & \textrm{ if } \ | ||
+ | \langle x _ {1} \dots x _ {n} \rangle \notin R, \\ | ||
+ | \end{array} | ||
+ | |||
+ | \right .$$ | ||
is a [[Recursive function|recursive function]]. In particular, for any $ n $, | is a [[Recursive function|recursive function]]. In particular, for any $ n $, |
Latest revision as of 14:55, 7 June 2020
A relation $ R \subseteq \mathbf N ^ {n} $,
where $ \mathbf N $
is the set of natural numbers, such that the function $ f $
defined on $ \mathbf N ^ {n} $
by the condition
$$ f( x _ {1} \dots x _ {n} ) = \left \{ \begin{array}{ll} 1 & \textrm{ if } \langle x _ {1} \dots x _ {n} \rangle \in R , \\ 0 & \textrm{ if } \ \langle x _ {1} \dots x _ {n} \rangle \notin R, \\ \end{array} \right .$$
is a recursive function. In particular, for any $ n $, the universal relation $ \mathbf N ^ {n} $ and the zero relation $ \emptyset $ are recursive relations. If $ R $ and $ S $ are $ n $- place recursive relations, then the relations $ R \cup S $, $ R \cap S $, $ R ^ {c} = \mathbf N ^ {n} \setminus R $, $ R\setminus S $ will also be recursive relations. With regard to the operations $ \cup $, $ \cap $, $ {} ^ {c} $, the system of all $ n $- place recursive relations thus forms a Boolean algebra.
Recursive relation. Encyclopedia of Mathematics. URL: http://encyclopediaofmath.org/index.php?title=Recursive_relation&oldid=48461