Skip to content
Snippets Groups Projects
Commit ecb163b8 authored by Manfred Madritsch's avatar Manfred Madritsch
Browse files

Changing numeration

parent bd94edc3
No related branches found
No related tags found
No related merge requests found
...@@ -55,10 +55,10 @@ hyperindex=true,plainpages=false} ...@@ -55,10 +55,10 @@ hyperindex=true,plainpages=false}
\usepackage{a4wide} \usepackage{a4wide}
\newtheorem{proposition}{Proposition}[chapter]
\newtheorem{lemme}{Lemme}[chapter] \newtheorem{lemme}{Lemme}[chapter]
\newtheorem{corollaire}{Corollaire}[chapter] \newtheorem{proposition}[lemme]{Proposition}
\newtheorem{theoreme}{Théorème}[chapter] \newtheorem{corollaire}[lemme]{Corollaire}
\newtheorem{theoreme}[lemme]{Théorème}
\theoremstyle{definition} \theoremstyle{definition}
\newtheorem{definition}{Définition}[chapter] \newtheorem{definition}{Définition}[chapter]
...@@ -1454,11 +1454,21 @@ Puisque il y a seulement un nombre dénombrable des entiers $b\geq2$ on ...@@ -1454,11 +1454,21 @@ Puisque il y a seulement un nombre dénombrable des entiers $b\geq2$ on
a que presque tout $x$ est normal par rapport aux toutes bases $b$. On a que presque tout $x$ est normal par rapport aux toutes bases $b$. On
appelle un tel réel \textit{absolument normal}\index{absolument normal}. appelle un tel réel \textit{absolument normal}\index{absolument normal}.
Il y a essentiellement trois versions de construire un nombre absolument normal
: la méthode de Sierpiński, la méthode de Schmidt et la méthode de Turing. La
dernière utilise des intervalles et permet de donner une estimation pour le
temps de computation.
\section{Le théorème de recurrence de Khintchine} \section{Le théorème de recurrence de Khintchine}
\section{Fractions continues et la transformation de Gauss} \section{Fractions continues et la transformation de Gauss}
Rappelons la transformation de Gauss $T\colon [0,1]\to[0,1]$ définie par
$T(x)=\frac1x-\left\lfloor \frac1x\right\rfloor$ si $x\neq 0$ et $T(0)=0$ sinon.
On a ajouté le point $0$ pour rentre l'espace compact.
% --------------------------------------------------------------------------- % ---------------------------------------------------------------------------
% \chapter{Le théorème de Roth} % \chapter{Le théorème de Roth}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment