diff options
author | David A. Madore <david+git@madore.org> | 2025-06-19 13:06:56 +0200 |
---|---|---|
committer | David A. Madore <david+git@madore.org> | 2025-06-19 13:06:56 +0200 |
commit | 9dced5cd7b06f6b082ce22cf751148435240d386 (patch) | |
tree | 37165dbef8d0da10410fd732512f7686f0a77941 | |
parent | df53831fb15d3f0c5f05465cc9cd9e8382602679 (diff) | |
download | inf110-lfi-9dced5cd7b06f6b082ce22cf751148435240d386.tar.gz inf110-lfi-9dced5cd7b06f6b082ce22cf751148435240d386.tar.bz2 inf110-lfi-9dced5cd7b06f6b082ce22cf751148435240d386.zip |
Fix typo.
-rw-r--r-- | controle-20250129.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/controle-20250129.tex b/controle-20250129.tex index 2c165b0..82b1995 100644 --- a/controle-20250129.tex +++ b/controle-20250129.tex @@ -956,7 +956,7 @@ l'algorithme A ont bien un sens (i.e., que c'est bien un algorithme, qu'on a bien défini une fonction $\mathbb{N}\times\mathbb{N} \dasharrow \mathbb{N}$ partielle calculable $(d,\ell) \mapsto g_d(\ell)$).\quad\textbf{(b)} En déduire qu'il existe une fonction -calculable totale $e \mapsto e_d$ telle que $g_d = \varphi_{e_d}$ pour +calculable totale $d \mapsto e_d$ telle que $g_d = \varphi_{e_d}$ pour tout $d$. \begin{corrige} |