eduroam-prg-sg-1-47-33.net.univ-paris-diderot.fr 2026-2-5:9:35:11

This commit is contained in:
oskar
2026-02-05 09:35:11 +01:00
parent bc3f0d35bd
commit ef8d8287b5
11 changed files with 56 additions and 19 deletions

View File

@@ -9,13 +9,19 @@ aliases:
> [!definition] [[fonction récursive primitive]]
> On définit par [[induction]] l'ensemble des fonctions récursives primitives comme suit :
> [^1]
>
> - i Soit $p \in \mathbb{N}$ on note $\mathscr{F}_{p}$ l'ensemble des applications de $\mathbb{N}^{p} \to \mathbb{N}$ (par convention, $\mathscr{F}_{0}$ ne contient que la suite vide)
>
> > [!info] Fonctions projection
> > On note $P_{p}^{i}$ (pour $1 \leq i \leq p$) la fonction de $\mathscr{F}_{p}$ telle que pour tout $x_1, \dots, x_{p} \in \mathbb{N}$ on a :
> > $P_{p}^{i}(x_1, x_2, \dots, x_{p}) = x_{i}$
>
> > [!info] Définition par récurrence
> > Soient $f \in \mathscr{F}_{p}$ et $g \in \mathscr{F}_{p+2}$, il existe une unique fonction de $\mathscr{F}_{p+1}$ qui, pour tout $x_1, \dots, x_{p}, y \in \mathbb{N}$ respecte :
> > - $f(x_1, x_2, \dots, x_{p}, 0) = g(x_1, x_2, \dots, x_{p})$
> > - $f(x_1, x_2, \dots, x_{p}, y+1) = h(x_1, x_2, \dots, x_{p}, y, f(x_1, x_2, \dots, x_{p}, y))$
^definition
# Propriétés
# Exemples
[^1]: Soit $p \in \mathbb{N}$ on note $\mathscr{F}_{p}$ l'ensemble des applications de $\mathbb{N}^{p} \to \mathbb{N}$ (par convention, $\mathscr{F}_{0}$ ne contient que la suite vide)