device-52.home 2026-3-21:23:36:6

This commit is contained in:
oskar
2026-03-21 23:36:06 +01:00
parent 257632b939
commit f5c63dd3de
2 changed files with 16 additions and 2 deletions

View File

@@ -5,7 +5,7 @@
"isAutoDetectHeaderLevel": false,
"startHeaderLevel": 1,
"endHeaderLevel": 6,
"autoNumberingMode": "off",
"autoNumberingMode": "yaml",
"autoNumberingStartNumber": "1",
"autoNumberingSeparator": ".",
"autoNumberingHeaderSeparator": "\t",
@@ -16,7 +16,7 @@
"yamlDefaultStartNumber": "1",
"yamlDefaultSeparator": ".",
"globalAutoNumberingEnabled": true,
"perDocumentStates": "{\"suite finies d'entiers.md\":false}",
"perDocumentStates": "{\"suite finies d'entiers.md\":false,\"fonction récursive primitive.md\":false}",
"isSeparateHeaderFont": false,
"headerFontFamily": "inherit",
"headerFontSize": "inherit",

View File

@@ -7,6 +7,8 @@ aliases:
- fonctions récursives primitives
- récursive primitive
source:
header-auto-numbering:
- state off
---
@@ -223,6 +225,18 @@ On peut trouver de nouveaux schémas de définitions de fonctions qui sont stabl
> > - $\sup(x_1, x_2, \dots, x_{p}) = x_{p}$ sinon
^schema-par-cas
> [!proposition]+ Récurrences doubles
> Soient $g, g' \in \mathscr{F}_{p}$ et $h, h' \in \mathscr{F}_{p+3}$ quatre fonctions.
> A l'aide de ces fonctions, on peut définir simultanément deux nouvelles fonctions $f, f' \in \mathscr{F}_{p+1}$ par les conditions suivantes :
> - $f(\overline{x}, 0) = g(\overline{x})$
> - $f'(\overline{x}, 0) = g'(\overline{x})$
> - $f(\overline{x}, y+1) = h(\overline{x}, y, f(\overline{x}, y), f'(\overline{x}, y))$
> - $f'(\overline{x}, y+1) = h'(\overline{x}, y, f(\overline{x}, y), f'(\overline{x}, y))$
> Et ces fonctions $f$ et $f'$ sont récursives primitives dès que $g, g', h, h'$ sont toutes les quatres récursives primitives.
>
> > [!démonstration]- Démonstration
> > Pour montrer que $f$ et $f'$ sont prim-réc dès que $g, g', h$ et $h'$ le sont, introduisons
![[schéma mu borné#^main|schéma µ borné]]