PlanetMath (more info)
 Math for the people, by the people. Sponsor PlanetMath
Encyclopedia | Requests | Forums | Docs | Wiki | Random | RSS  
Login
create new user
name:
pass:
forget your password?
Main Menu
Owner confidence rating: Very high Entry average rating: No information on entry rating
[parent] bounded minimization (Definition)

One useful way of generating more primitive recursive functions from existing ones is through what is known as bounded summation and bounded product. Given a primitive recursive function $f:\mathbb{N}^{m+1} \to \mathbb{N}$ , define two functions $f_s,f_p:\mathbb{N}^{m+1} \to \mathbb{N}$ as follows: for $\boldsymbol{x}\in \mathbb{N}^m$ and $y\in \mathbb{N}$ : $$f_s(\boldsymbol{x},y):=\sum_{i=0}^y f(\boldsymbol{x},i)$$ $$f_p(\boldsymbol{x},y):=\prod_{i=0}^y f(\boldsymbol{x},i)$$

These are easily seen to be primitive recursive, because they are defined by primitive recursion. For example, $$f_s(\boldsymbol{x},0)=f(\boldsymbol{x},0),\quad \mbox{and}\quad f_s(\boldsymbol{x},n+1)= g(\boldsymbol{x},n,f_s(\boldsymbol{x},n)),$$ where $g(\boldsymbol{x},n,y)=\operatorname{add}(f(\boldsymbol{x},n),y)$ , which is primitive recursive by functional composition.

Definition. We call $f_s$ and $f_p$ functions obtained from $f$ by bounded sum and bounded product respectively.

Using bounded summation and bounded product, another useful class of primitive recursive functions can be generated:

Definition. Let $f:\mathbb{N}^{m+1}\to \mathbb{N}$ be a function. For each $y\in \mathbb{N}$ , set $$A_f(\boldsymbol{x},y):=\lbrace z\in \mathbb{N}\mid z\le y \mbox{ and }f(\boldsymbol{x},z)=0\rbrace.$$ Define

\begin{displaymath} % latex2html id marker 230f_{bmin}(\boldsymbol{x},y):= \le... ...\varnothing, \ s(y) & \textrm{otherwise.} \end{array}\right. \end{displaymath}
$f_{bmin}$ is called the function obtained from $f$ by bounded minimization, and is usually denoted $$\mu z\le y (f(\boldsymbol{x},z)=0).$$
Proposition 1   If $f:\mathbb{N}^{m+1}\to \mathbb{N}$ is primitive recursive, so is $f_{bmin}$ .
Proof. Define $g:=\operatorname{sgn}\circ f$ . Then

\begin{displaymath} % latex2html id marker 240g(\boldsymbol{x},y):= \left\{ \b... ...symbol{x},y)=0, \ 1 & \textrm{otherwise.} \end{array}\right. \end{displaymath}
As $f$ is primitive recursive, so is $g$ , since the sign function $\operatorname{sgn}$ is primitive recursive (see this entry).

Next, the function $g_p$ obtained from $g$ by bounded product has the following properties:

  • if $g_p(\boldsymbol{x},y)=1$ , then $g_p(\boldsymbol{x},z)=1$ for all $z<y$ ,
  • if $g_p(\boldsymbol{x},y)=0$ , then $g_p(\boldsymbol{x},z)=0$ for all $z\ge y$ .

Finally, the function $(g_p)_s$ obtained from $g_p$ by bounded sum has the property that, when applied to $(\boldsymbol{x},y)$ , counts the number of $z\le y$ such that $g_p(\boldsymbol{x},z)=1$ . Based on the property of $g_p$ , this count is then exactly the least $z\le y$ such that $g_p(\boldsymbol{x},z)=1$ . This means that $(g_p)_s=f_{bmin}$ for all $(\boldsymbol{x},y)\in \mathbb{N}^{m+1}$ . Since $g_p$ is primitive recursive, so is $(g_p)_s$ , or that $f_{bmin}$ is primitive recursive. $ \qedsymbol$

In fact, if $f$ is a (total) recursive function, so is $f_{bmin}$ , because all of the derived functions in the proof above preserve primitive recursiveness as well as totalness.

Remarks.

  • In the definition of bounded minimization, if we take the $y$ out, then we arrive at the notion of unbounded minimization, or just minimization. The proposition above shows that the set $\mathcal{PR}$ of primitive recursive functions is closed under bounded minimization. However, $\mathcal{PR}$ is not closed under minimization. The closure of $\mathcal{PR}$ under minimization is the set $\mathcal{R}$ of recursive functions (total or not).
  • It is not hard to show that $\mathcal{ER}$ , the set of all elementary recursive functions, is closed under bounded minimization.




"bounded minimization" is owned by CWoo.
(view preamble | get metadata)

View style:

See Also: unbounded minimization, recursive function, bounded maximization

Other names:  bounded sum
Also defines:  bounded summation, bounded product

This object's parent.

Attachments:
bounded maximization (Definition) by CWoo
Log in to rate this entry.
(view current ratings)

Cross-references: elementary recursive functions, closure, closed under, proposition, minimization, primitive, preserve, proof, recursive function, number, properties, class, composition, functional, primitive recursion, functions, primitive recursive functions, generating, useful
There are 8 references to this entry.

This is version 8 of bounded minimization, born on 2009-11-10, modified 2009-12-11.
Object id is 11978, canonical name is BoundedMinimization.
Accessed 710 times total.

Classification:
AMS MSC03D20 (Mathematical logic and foundations :: Computability and recursion theory :: Recursive functions and relations, subrecursive hierarchies)

Pending Errata and Addenda
None.
Discussion
Style: Expand: Order:
forum policy

No messages.

Interact
post | correct | update request | add derivation | add example | add (any)