device-52.home 2026-3-21:23:36:6
This commit is contained in:
4
.obsidian/plugins/header-enhancer/data.json
vendored
4
.obsidian/plugins/header-enhancer/data.json
vendored
@@ -5,7 +5,7 @@
|
|||||||
"isAutoDetectHeaderLevel": false,
|
"isAutoDetectHeaderLevel": false,
|
||||||
"startHeaderLevel": 1,
|
"startHeaderLevel": 1,
|
||||||
"endHeaderLevel": 6,
|
"endHeaderLevel": 6,
|
||||||
"autoNumberingMode": "off",
|
"autoNumberingMode": "yaml",
|
||||||
"autoNumberingStartNumber": "1",
|
"autoNumberingStartNumber": "1",
|
||||||
"autoNumberingSeparator": ".",
|
"autoNumberingSeparator": ".",
|
||||||
"autoNumberingHeaderSeparator": "\t",
|
"autoNumberingHeaderSeparator": "\t",
|
||||||
@@ -16,7 +16,7 @@
|
|||||||
"yamlDefaultStartNumber": "1",
|
"yamlDefaultStartNumber": "1",
|
||||||
"yamlDefaultSeparator": ".",
|
"yamlDefaultSeparator": ".",
|
||||||
"globalAutoNumberingEnabled": true,
|
"globalAutoNumberingEnabled": true,
|
||||||
"perDocumentStates": "{\"suite finies d'entiers.md\":false}",
|
"perDocumentStates": "{\"suite finies d'entiers.md\":false,\"fonction récursive primitive.md\":false}",
|
||||||
"isSeparateHeaderFont": false,
|
"isSeparateHeaderFont": false,
|
||||||
"headerFontFamily": "inherit",
|
"headerFontFamily": "inherit",
|
||||||
"headerFontSize": "inherit",
|
"headerFontSize": "inherit",
|
||||||
|
|||||||
@@ -7,6 +7,8 @@ aliases:
|
|||||||
- fonctions récursives primitives
|
- fonctions récursives primitives
|
||||||
- récursive primitive
|
- récursive primitive
|
||||||
source:
|
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
|
> > - $\sup(x_1, x_2, \dots, x_{p}) = x_{p}$ sinon
|
||||||
^schema-par-cas
|
^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é]]
|
![[schéma mu borné#^main|schéma µ borné]]
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user