204
|
1 |
(*<*)
|
|
2 |
theory Slides1
|
|
3 |
imports "~~/src/HOL/Library/LaTeXsugar"
|
|
4 |
begin
|
|
5 |
|
|
6 |
notation (latex output)
|
|
7 |
set ("_") and
|
|
8 |
Cons ("_::/_" [66,65] 65)
|
|
9 |
|
|
10 |
(*>*)
|
|
11 |
|
|
12 |
|
|
13 |
text_raw {*
|
|
14 |
%\renewcommand{\slidecaption}{Cambridge, 9 November 2010}
|
|
15 |
\renewcommand{\slidecaption}{Nijmegen, 25 August 2011}
|
213
|
16 |
\newcommand{\bl}[1]{#1}
|
|
17 |
\newcommand{\sout}[1]{\tikz[baseline=(X.base), inner sep=-0.1pt, outer sep=0pt]
|
211
|
18 |
\node [cross out,red, ultra thick, draw] (X) {\textcolor{black}{#1}};}
|
204
|
19 |
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
|
20 |
\mode<presentation>{
|
|
21 |
\begin{frame}
|
|
22 |
\frametitle{%
|
|
23 |
\begin{tabular}{@ {}c@ {}}
|
|
24 |
\Large A Formalisation of the\\[-4mm]
|
|
25 |
\Large Myhill-Nerode Theorem based on\\[-4mm]
|
215
|
26 |
\Large \alert<2>{Regular Expressions}\\[-4mm]
|
204
|
27 |
\Large (Proof Pearl)\\[0mm]
|
|
28 |
\end{tabular}}
|
|
29 |
|
|
30 |
\begin{center}
|
|
31 |
\begin{tabular}{c@ {\hspace{15mm}}c}
|
|
32 |
\includegraphics[scale=0.034]{chunhan.jpg} &
|
|
33 |
\includegraphics[scale=0.034]{xingyuan.jpg}\\[-5mm]
|
|
34 |
\end{tabular}
|
|
35 |
\end{center}
|
|
36 |
|
|
37 |
\begin{center}
|
|
38 |
\small joint work with Chunhan Wu and Xingyuan Zhang from the PLA
|
|
39 |
University of Science and Technology in Nanjing
|
|
40 |
\end{center}
|
|
41 |
|
|
42 |
\begin{center}
|
|
43 |
\small Christian Urban\\
|
|
44 |
TU Munich
|
|
45 |
\end{center}
|
|
46 |
|
|
47 |
|
|
48 |
\end{frame}}
|
|
49 |
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
|
50 |
|
|
51 |
*}
|
|
52 |
|
|
53 |
text_raw {*
|
|
54 |
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
|
55 |
\mode<presentation>{
|
|
56 |
\begin{frame}[c]
|
206
|
57 |
\frametitle{}
|
|
58 |
|
215
|
59 |
\begin{textblock}{12.9}(1.5,2.0)
|
206
|
60 |
\begin{block}{}
|
|
61 |
\begin{minipage}{12.4cm}\raggedright
|
215
|
62 |
\large {\bf Motivation:}\\[2mm]I want to teach \alert{students} with
|
213
|
63 |
theorem\\ provers (especially for inductions).
|
206
|
64 |
\end{minipage}
|
|
65 |
\end{block}
|
|
66 |
\end{textblock}\pause
|
|
67 |
|
|
68 |
\mbox{}\\[35mm]\mbox{}
|
204
|
69 |
|
|
70 |
\begin{itemize}
|
206
|
71 |
\item \only<2>{\smath{\text{fib}}, \smath{\text{even}} and \smath{\text{odd}}}%
|
211
|
72 |
\only<3->{\sout{\smath{\text{fib}}, \smath{\text{even}} and \smath{\text{odd}}}}\medskip
|
206
|
73 |
\item<3-> formal language theory \\
|
213
|
74 |
\mbox{}\;\;@{text "\<Rightarrow>"} nice textbooks: Kozen, Hopcroft \& Ullman\ldots
|
204
|
75 |
\end{itemize}
|
|
76 |
|
|
77 |
\end{frame}}
|
|
78 |
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
|
79 |
|
|
80 |
*}
|
|
81 |
|
|
82 |
|
|
83 |
text_raw {*
|
|
84 |
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
|
85 |
\mode<presentation>{
|
|
86 |
\begin{frame}[c]
|
|
87 |
\frametitle{\normalsize Formal language theory\ldots\hfill\mbox{}}
|
|
88 |
|
|
89 |
\begin{center}
|
|
90 |
\huge\bf\textcolor{gray}{in Nuprl}
|
|
91 |
\end{center}
|
|
92 |
|
|
93 |
\begin{itemize}
|
|
94 |
\item Constable, Jackson, Naumov, Uribe\medskip
|
213
|
95 |
\item \alert{18 months} for automata theory from Hopcroft \& Ullman chapters 1--11 (including Myhill-Nerode)
|
204
|
96 |
\end{itemize}
|
|
97 |
|
|
98 |
\end{frame}}
|
|
99 |
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
|
100 |
|
|
101 |
*}
|
|
102 |
|
|
103 |
text_raw {*
|
|
104 |
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
|
105 |
\mode<presentation>{
|
|
106 |
\begin{frame}[c]
|
|
107 |
\frametitle{\normalsize Formal language theory\ldots\hfill\mbox{}}
|
|
108 |
|
|
109 |
\begin{center}
|
|
110 |
\huge\bf\textcolor{gray}{in Coq}
|
|
111 |
\end{center}
|
|
112 |
|
|
113 |
\begin{itemize}
|
|
114 |
\item Filli\^atre, Briais, Braibant and others
|
|
115 |
\item multi-year effort; a number of results in automata theory, e.g.\medskip
|
|
116 |
\begin{itemize}
|
|
117 |
\item Kleene's thm.~by Filli\^atre (\alert{``rather big''})
|
|
118 |
\item automata theory by Briais (5400 loc)
|
|
119 |
\item Braibant ATBR library, including Myhill-Nerode ($>\!\!\!>$2000 loc)
|
|
120 |
\item Mirkin's partial derivative automaton construction (10600 loc)
|
|
121 |
\end{itemize}
|
|
122 |
\end{itemize}
|
|
123 |
|
|
124 |
\end{frame}}
|
|
125 |
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
|
126 |
|
|
127 |
*}
|
|
128 |
|
|
129 |
text_raw {*
|
|
130 |
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
|
131 |
\mode<presentation>{
|
|
132 |
\begin{frame}[t]
|
|
133 |
\frametitle{\normalsize Formal language theory\ldots\hfill\mbox{}}
|
|
134 |
\mbox{}\\[-10mm]\mbox{}
|
|
135 |
|
|
136 |
\begin{center}
|
|
137 |
\huge\bf\textcolor{gray}{in HOL}
|
|
138 |
\end{center}
|
|
139 |
|
|
140 |
\begin{itemize}
|
|
141 |
\item automata @{text "\<Rightarrow>"} graphs, matrices, functions
|
|
142 |
\item<2-> combining automata/graphs
|
|
143 |
|
|
144 |
\onslide<2->{
|
|
145 |
\begin{center}
|
|
146 |
\begin{tabular}{ccc}
|
|
147 |
\begin{tikzpicture}[scale=1]
|
|
148 |
%\draw[step=2mm] (-1,-1) grid (1,1);
|
|
149 |
|
|
150 |
\draw[rounded corners=1mm, very thick] (-1.0,-0.3) rectangle (-0.2,0.3);
|
|
151 |
\draw[rounded corners=1mm, very thick] ( 0.2,-0.3) rectangle ( 1.0,0.3);
|
|
152 |
|
|
153 |
\node (A) at (-1.0,0.0) [circle, very thick, draw, fill=white, inner sep=0.4mm] {};
|
|
154 |
\node (B) at ( 0.2,0.0) [circle, very thick, draw, fill=white, inner sep=0.4mm] {};
|
|
155 |
|
|
156 |
\node (C) at (-0.2, 0.13) [circle, very thick, draw, fill=white, inner sep=0.4mm] {};
|
|
157 |
\node (D) at (-0.2,-0.13) [circle, very thick, draw, fill=white, inner sep=0.4mm] {};
|
|
158 |
|
|
159 |
\node (E) at (1.0, 0.2) [circle, very thick, draw, fill=white, inner sep=0.4mm] {};
|
|
160 |
\node (F) at (1.0,-0.0) [circle, very thick, draw, fill=white, inner sep=0.4mm] {};
|
|
161 |
\node (G) at (1.0,-0.2) [circle, very thick, draw, fill=white, inner sep=0.4mm] {};
|
|
162 |
|
|
163 |
\draw (-0.6,0.0) node {\small$A_1$};
|
|
164 |
\draw ( 0.6,0.0) node {\small$A_2$};
|
|
165 |
\end{tikzpicture}}
|
|
166 |
|
|
167 |
&
|
|
168 |
|
|
169 |
\onslide<3->{\raisebox{1.1mm}{\bf\Large$\;\Rightarrow\,$}}
|
|
170 |
|
|
171 |
&
|
|
172 |
|
|
173 |
\onslide<3->{\begin{tikzpicture}[scale=1]
|
|
174 |
%\draw[step=2mm] (-1,-1) grid (1,1);
|
|
175 |
|
|
176 |
\draw[rounded corners=1mm, very thick] (-1.0,-0.3) rectangle (-0.2,0.3);
|
|
177 |
\draw[rounded corners=1mm, very thick] ( 0.2,-0.3) rectangle ( 1.0,0.3);
|
|
178 |
|
|
179 |
\node (A) at (-1.0,0.0) [circle, very thick, draw, fill=white, inner sep=0.4mm] {};
|
|
180 |
\node (B) at ( 0.2,0.0) [circle, very thick, draw, fill=white, inner sep=0.4mm] {};
|
|
181 |
|
|
182 |
\node (C) at (-0.2, 0.13) [circle, very thick, draw, fill=white, inner sep=0.4mm] {};
|
|
183 |
\node (D) at (-0.2,-0.13) [circle, very thick, draw, fill=white, inner sep=0.4mm] {};
|
|
184 |
|
|
185 |
\node (E) at (1.0, 0.2) [circle, very thick, draw, fill=white, inner sep=0.4mm] {};
|
|
186 |
\node (F) at (1.0,-0.0) [circle, very thick, draw, fill=white, inner sep=0.4mm] {};
|
|
187 |
\node (G) at (1.0,-0.2) [circle, very thick, draw, fill=white, inner sep=0.4mm] {};
|
|
188 |
|
|
189 |
\draw (C) to [red, very thick, bend left=45] (B);
|
|
190 |
\draw (D) to [red, very thick, bend right=45] (B);
|
|
191 |
|
|
192 |
\draw (-0.6,0.0) node {\small$A_1$};
|
|
193 |
\draw ( 0.6,0.0) node {\small$A_2$};
|
|
194 |
\end{tikzpicture}}
|
|
195 |
|
|
196 |
\end{tabular}
|
|
197 |
\end{center}\medskip
|
|
198 |
|
|
199 |
\only<4-5>{
|
|
200 |
\begin{tabular}{@ {}l@ {}}
|
|
201 |
disjoint union:\\[2mm]
|
|
202 |
\smath{A_1\uplus A_2 \dn \{(1, x)\,|\, x \in A_1\} \,\cup\, \{(2, y)\,|\, y \in A_2\}}
|
|
203 |
\end{tabular}}
|
|
204 |
\end{itemize}
|
|
205 |
|
|
206 |
\only<5>{
|
|
207 |
\begin{textblock}{13.9}(0.7,7.7)
|
|
208 |
\begin{block}{}
|
|
209 |
\medskip
|
|
210 |
\begin{minipage}{14cm}\raggedright
|
|
211 |
Problems with definition for regularity (Slind):\bigskip\\
|
|
212 |
\smath{\;\text{is\_regular}(A) \dn \exists M.\;\text{is\_dfa}(M) \wedge {\cal L} (M) = A}\bigskip
|
|
213 |
\end{minipage}
|
|
214 |
\end{block}
|
|
215 |
\end{textblock}}
|
|
216 |
\medskip
|
|
217 |
|
215
|
218 |
\only<6->{\underline{A solution}:\;\;use \smath{\text{nat}} \;@{text "\<Rightarrow>"}\; state nodes\medskip}
|
206
|
219 |
|
215
|
220 |
\only<7->{You have to \alert{rename} states!}
|
204
|
221 |
|
|
222 |
\end{frame}}
|
|
223 |
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
|
224 |
*}
|
|
225 |
|
|
226 |
text_raw {*
|
|
227 |
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
|
228 |
\mode<presentation>{
|
|
229 |
\begin{frame}[t]
|
|
230 |
\frametitle{\normalsize Formal language theory\ldots\hfill\mbox{}}
|
|
231 |
\mbox{}\\[-10mm]\mbox{}
|
|
232 |
|
|
233 |
\begin{center}
|
|
234 |
\huge\bf\textcolor{gray}{in HOL}
|
|
235 |
\end{center}
|
|
236 |
|
|
237 |
\begin{itemize}
|
215
|
238 |
\item Kozen's ``paper'' proof of Myhill-Nerode:\\
|
206
|
239 |
\hspace{2cm}requires absence of \alert{inaccessible states}
|
204
|
240 |
\end{itemize}\bigskip\bigskip
|
|
241 |
|
|
242 |
\begin{center}
|
|
243 |
\smath{\;\text{is\_regular}(A) \dn \exists M.\;\text{is\_dfa}(M) \wedge {\cal L} (M) = A}
|
|
244 |
\end{center}
|
|
245 |
|
|
246 |
|
|
247 |
\end{frame}}
|
|
248 |
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
|
249 |
*}
|
|
250 |
|
|
251 |
text_raw {*
|
|
252 |
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
|
253 |
\mode<presentation>{
|
|
254 |
\begin{frame}[t]
|
206
|
255 |
\frametitle{}
|
|
256 |
\mbox{}\\[25mm]\mbox{}
|
204
|
257 |
|
206
|
258 |
\begin{textblock}{13.9}(0.7,1.2)
|
204
|
259 |
\begin{block}{}
|
|
260 |
\begin{minipage}{13.4cm}\raggedright
|
|
261 |
{\bf Definition:}\smallskip\\
|
|
262 |
|
|
263 |
A language \smath{A} is \alert{regular}, provided there exists a\\
|
211
|
264 |
\alert{regular expression} that matches all strings of \smath{A}.
|
204
|
265 |
\end{minipage}
|
|
266 |
\end{block}
|
|
267 |
\end{textblock}\pause
|
|
268 |
|
206
|
269 |
{\noindent\large\bf\alert{\ldots{}and forget about automata}}\bigskip\bigskip\pause
|
204
|
270 |
|
213
|
271 |
Infrastructure for free. But do we lose anything?\pause
|
206
|
272 |
\begin{itemize}
|
204
|
273 |
\item pumping lemma\pause
|
|
274 |
\item closure under complementation\pause
|
|
275 |
\item \only<6>{regular expression matching}%
|
213
|
276 |
\only<7->{\sout{regular expression matching} \;\;(@{text "\<Rightarrow>"}Owens et al)}
|
206
|
277 |
\item<8-> most textbooks are about automata
|
204
|
278 |
\end{itemize}
|
|
279 |
|
|
280 |
|
|
281 |
\end{frame}}
|
|
282 |
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
|
283 |
|
|
284 |
*}
|
|
285 |
|
|
286 |
|
|
287 |
text_raw {*
|
|
288 |
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
|
289 |
\mode<presentation>{
|
|
290 |
\begin{frame}[c]
|
|
291 |
\frametitle{\LARGE The Myhill-Nerode Theorem}
|
|
292 |
|
|
293 |
\begin{itemize}
|
211
|
294 |
\item provides necessary and suf\!ficient conditions\\ for a language
|
215
|
295 |
being regular\\ \textcolor{gray}{(pumping lemma only necessary)}\bigskip
|
204
|
296 |
|
|
297 |
\item key is the equivalence relation:\smallskip
|
|
298 |
\begin{center}
|
206
|
299 |
\smath{x \approx_{A} y \,\dn\, \forall z.\; x @ z \in A \Leftrightarrow y @ z \in A}
|
204
|
300 |
\end{center}
|
|
301 |
\end{itemize}
|
|
302 |
|
208
|
303 |
|
204
|
304 |
\end{frame}}
|
|
305 |
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
|
306 |
|
|
307 |
*}
|
|
308 |
|
|
309 |
text_raw {*
|
|
310 |
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
|
311 |
\mode<presentation>{
|
|
312 |
\begin{frame}[c]
|
|
313 |
\frametitle{\LARGE The Myhill-Nerode Theorem}
|
|
314 |
|
212
|
315 |
\begin{center}
|
|
316 |
\only<1>{%
|
|
317 |
\begin{tikzpicture}[scale=3]
|
|
318 |
\draw[very thick] (0.5,0.5) circle (.6cm);
|
|
319 |
\end{tikzpicture}}%
|
|
320 |
\only<2->{%
|
|
321 |
\begin{tikzpicture}[scale=3]
|
|
322 |
\draw[very thick] (0.5,0.5) circle (.6cm);
|
|
323 |
\clip[draw] (0.5,0.5) circle (.6cm);
|
|
324 |
\draw[step=2mm, very thick] (-1.4,-1.4) grid (1.4,1.4);
|
|
325 |
\end{tikzpicture}}
|
|
326 |
\end{center}
|
|
327 |
|
204
|
328 |
\begin{itemize}
|
208
|
329 |
\item \smath{\text{finite}\, (U\!N\!IV /\!/ \approx_A) \;\Leftrightarrow\; A\; \text{is regular}}
|
204
|
330 |
\end{itemize}
|
|
331 |
|
212
|
332 |
\begin{textblock}{5}(2.1,5.3)
|
|
333 |
\begin{tikzpicture}
|
|
334 |
\node at (0,0) [single arrow, fill=red,text=white, minimum height=2cm]
|
|
335 |
{$U\!N\!IV$};
|
|
336 |
\draw (-0.3,-1.1) node {\begin{tabular}{l}set of all\\[-1mm] strings\end{tabular}};
|
|
337 |
\end{tikzpicture}
|
|
338 |
\end{textblock}
|
|
339 |
|
|
340 |
\only<2->{%
|
215
|
341 |
\begin{textblock}{5}(9.1,7.2)
|
212
|
342 |
\begin{tikzpicture}
|
|
343 |
\node at (0,0) [shape border rotate=180,single arrow, fill=red,text=white, minimum height=2cm]
|
|
344 |
{@{text "\<lbrakk>x\<rbrakk>"}$_{\approx_{A}}$};
|
215
|
345 |
\draw (0.9,-1.1) node {\begin{tabular}{l}an equivalence class\end{tabular}};
|
212
|
346 |
\end{tikzpicture}
|
|
347 |
\end{textblock}}
|
|
348 |
|
|
349 |
\only<3->{
|
208
|
350 |
\begin{textblock}{11.9}(1.7,3)
|
|
351 |
\begin{block}{}
|
|
352 |
\begin{minipage}{11.4cm}\raggedright
|
|
353 |
Two directions:\medskip\\
|
|
354 |
\begin{tabular}{@ {}ll}
|
|
355 |
1.)\;finite $\Rightarrow$ regular\\
|
|
356 |
\;\;\;\smath{\text{finite}\,(U\!N\!IV /\!/ \approx_A) \Rightarrow \exists r.\;A = {\cal L}(r)}\\[3mm]
|
|
357 |
2.)\;regular $\Rightarrow$ finite\\
|
|
358 |
\;\;\;\smath{\text{finite}\, (U\!N\!IV /\!/ \approx_{{\cal L}(r)})}
|
|
359 |
\end{tabular}
|
204
|
360 |
|
208
|
361 |
\end{minipage}
|
|
362 |
\end{block}
|
|
363 |
\end{textblock}}
|
204
|
364 |
|
|
365 |
\end{frame}}
|
|
366 |
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
|
367 |
|
|
368 |
*}
|
|
369 |
|
|
370 |
|
|
371 |
text_raw {*
|
|
372 |
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
|
373 |
\mode<presentation>{
|
|
374 |
\begin{frame}[c]
|
212
|
375 |
\frametitle{\LARGE Initial and Final {\sout{\textcolor{gray}{States}}}}
|
|
376 |
|
|
377 |
\begin{textblock}{8}(10, 2)
|
|
378 |
\textcolor{black}{Equivalence Classes}
|
|
379 |
\end{textblock}
|
|
380 |
|
204
|
381 |
|
212
|
382 |
\begin{center}
|
|
383 |
\begin{tikzpicture}[scale=3]
|
|
384 |
\draw[very thick] (0.5,0.5) circle (.6cm);
|
|
385 |
\clip[draw] (0.5,0.5) circle (.6cm);
|
|
386 |
\draw[step=2mm, very thick] (-1.4,-1.4) grid (1.4,1.4);
|
|
387 |
\only<2->{\draw[blue, fill] (0.0, 0.6) rectangle (0.2, 0.8);}
|
|
388 |
\only<3->{\draw[red, fill] (0.2, 0.2) rectangle (0.4, 0.4);
|
|
389 |
\draw[red, fill] (0.4, 0.8) rectangle (0.6, 1.0);
|
|
390 |
\draw[red, fill] (0.6, 0.0) rectangle (0.8, 0.2);
|
|
391 |
\draw[red, fill] (0.8, 0.4) rectangle (1.0, 0.6);}
|
|
392 |
\end{tikzpicture}
|
|
393 |
\end{center}
|
204
|
394 |
|
|
395 |
\begin{itemize}
|
213
|
396 |
\item \smath{\text{finals}\,A\,\dn \{[\!|x|\!]_{\approx_{A}}\;|\;x \in A\}}
|
204
|
397 |
\smallskip
|
213
|
398 |
\item we can prove: \smath{A = \bigcup \text{finals}\,A}
|
212
|
399 |
\end{itemize}
|
204
|
400 |
|
212
|
401 |
\only<2->{%
|
|
402 |
\begin{textblock}{5}(2.1,4.6)
|
|
403 |
\begin{tikzpicture}
|
|
404 |
\node at (0,0) [single arrow, fill=blue,text=white, minimum height=2cm]
|
|
405 |
{$[] \in X$};
|
|
406 |
\end{tikzpicture}
|
|
407 |
\end{textblock}}
|
|
408 |
|
|
409 |
\only<3->{%
|
|
410 |
\begin{textblock}{5}(10,7.4)
|
|
411 |
\begin{tikzpicture}
|
|
412 |
\node at (0,0) [shape border rotate=180,single arrow, fill=red,text=white, minimum height=2cm]
|
|
413 |
{a final};
|
|
414 |
\end{tikzpicture}
|
|
415 |
\end{textblock}}
|
204
|
416 |
|
|
417 |
\end{frame}}
|
|
418 |
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
|
419 |
*}
|
|
420 |
|
|
421 |
|
|
422 |
text_raw {*
|
|
423 |
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
|
424 |
\mode<presentation>{
|
212
|
425 |
\begin{frame}<-1>[c]
|
|
426 |
\frametitle{\begin{tabular}{@ {}l}\LARGE%
|
|
427 |
Transitions between Eq-Classes\end{tabular}}
|
204
|
428 |
|
212
|
429 |
\begin{center}
|
|
430 |
\begin{tikzpicture}[scale=3]
|
|
431 |
\draw[very thick] (0.5,0.5) circle (.6cm);
|
|
432 |
\clip[draw] (0.5,0.5) circle (.6cm);
|
|
433 |
\draw[step=2mm, very thick] (-1.4,-1.4) grid (1.4,1.4);
|
|
434 |
\draw[blue, fill] (0.0, 0.6) rectangle (0.2, 0.8);
|
|
435 |
\draw[blue, fill] (0.8, 0.4) rectangle (1.0, 0.6);
|
213
|
436 |
\draw[white] (0.1,0.7) node (X) {$X$};
|
|
437 |
\draw[white] (0.9,0.5) node (Y) {$Y$};
|
|
438 |
\draw[blue, ->, line width = 2mm, bend left=45] (X) -- (Y);
|
|
439 |
\node [inner sep=1pt,label=above:\textcolor{blue}{$c$}] at ($ (X)!.5!(Y) $) {};
|
212
|
440 |
\end{tikzpicture}
|
|
441 |
\end{center}
|
204
|
442 |
|
212
|
443 |
\begin{center}
|
|
444 |
\smath{X \stackrel{c}{\longrightarrow} Y \;\dn\; X ; c \subseteq Y}
|
|
445 |
\end{center}
|
|
446 |
|
|
447 |
\onslide<8>{
|
204
|
448 |
\begin{tabular}{c}
|
|
449 |
\begin{tikzpicture}[shorten >=1pt,node distance=2cm,auto, ultra thick]
|
|
450 |
\tikzstyle{state}=[circle,thick,draw=blue!75,fill=blue!20,minimum size=0mm]
|
212
|
451 |
\node[state,initial] (q_0) {$R_1$};
|
204
|
452 |
\end{tikzpicture}
|
212
|
453 |
\end{tabular}}
|
204
|
454 |
|
|
455 |
\end{frame}}
|
|
456 |
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
|
457 |
*}
|
|
458 |
|
|
459 |
|
|
460 |
text_raw {*
|
|
461 |
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
|
462 |
\mode<presentation>{
|
|
463 |
\begin{frame}[c]
|
|
464 |
\frametitle{\LARGE Systems of Equations}
|
|
465 |
|
211
|
466 |
Inspired by a method of Brzozowski\;'64:\bigskip\bigskip
|
204
|
467 |
|
|
468 |
\begin{center}
|
|
469 |
\begin{tabular}{@ {\hspace{-20mm}}c}
|
|
470 |
\\[-13mm]
|
|
471 |
\begin{tikzpicture}[shorten >=1pt,node distance=2cm,auto, ultra thick]
|
|
472 |
\tikzstyle{state}=[circle,thick,draw=blue!75,fill=blue!20,minimum size=0mm]
|
|
473 |
|
|
474 |
%\draw[help lines] (0,0) grid (3,2);
|
|
475 |
|
213
|
476 |
\node[state,initial] (p_0) {$X_1$};
|
|
477 |
\node[state,accepting] (p_1) [right of=q_0] {$X_2$};
|
204
|
478 |
|
|
479 |
\path[->] (p_0) edge [bend left] node {a} (p_1)
|
|
480 |
edge [loop above] node {b} ()
|
|
481 |
(p_1) edge [loop above] node {a} ()
|
|
482 |
edge [bend left] node {b} (p_0);
|
|
483 |
\end{tikzpicture}\\
|
|
484 |
\\[-13mm]
|
|
485 |
\end{tabular}
|
|
486 |
\end{center}
|
|
487 |
|
|
488 |
\begin{center}
|
|
489 |
\begin{tabular}{@ {\hspace{-6mm}}ll@ {\hspace{1mm}}c@ {\hspace{1mm}}l}
|
213
|
490 |
& \smath{X_1} & \smath{=} & \smath{X_1;b + X_2;b \onslide<2->{\alert<2>{+ \lambda;[]}}}\\
|
|
491 |
& \smath{X_2} & \smath{=} & \smath{X_1;a + X_2;a}\medskip\\
|
204
|
492 |
\end{tabular}
|
|
493 |
\end{center}
|
|
494 |
|
|
495 |
\end{frame}}
|
|
496 |
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
|
497 |
*}
|
|
498 |
|
211
|
499 |
|
204
|
500 |
text_raw {*
|
|
501 |
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
|
502 |
\mode<presentation>{
|
211
|
503 |
\begin{frame}<1-2,4->[t]
|
204
|
504 |
\small
|
|
505 |
|
|
506 |
\begin{center}
|
|
507 |
\begin{tabular}{l@ {\hspace{1mm}}c@ {\hspace{1mm}}ll}
|
213
|
508 |
\onslide<1->{\smath{X_1}} & \onslide<1->{\smath{=}}
|
|
509 |
& \onslide<1->{\smath{X_1; b + X_2; b + \lambda;[]}}\\
|
|
510 |
\onslide<1->{\smath{X_2}} & \onslide<1->{\smath{=}}
|
|
511 |
& \onslide<1->{\smath{X_1; a + X_2; a}}\\
|
204
|
512 |
|
|
513 |
& & & \onslide<2->{by Arden}\\
|
|
514 |
|
213
|
515 |
\onslide<2->{\smath{X_1}} & \onslide<2->{\smath{=}}
|
|
516 |
& \onslide<2->{\smath{X_1; b + X_2; b + \lambda;[]}}\\
|
|
517 |
\onslide<2->{\smath{X_2}} & \onslide<2->{\smath{=}}
|
|
518 |
& \only<2->{\smath{X_1; a\cdot a^\star}}\\
|
204
|
519 |
|
|
520 |
& & & \onslide<4->{by Arden}\\
|
|
521 |
|
213
|
522 |
\onslide<4->{\smath{X_1}} & \onslide<4->{\smath{=}}
|
|
523 |
& \onslide<4->{\smath{X_2; b \cdot b^\star+ \lambda;b^\star}}\\
|
|
524 |
\onslide<4->{\smath{X_2}} & \onslide<4->{\smath{=}}
|
|
525 |
& \onslide<4->{\smath{X_1; a\cdot a^\star}}\\
|
204
|
526 |
|
|
527 |
& & & \onslide<5->{by substitution}\\
|
|
528 |
|
213
|
529 |
\onslide<5->{\smath{X_1}} & \onslide<5->{\smath{=}}
|
|
530 |
& \onslide<5->{\smath{X_1; a\cdot a^\star \cdot b \cdot b^\star+ \lambda;b^\star}}\\
|
|
531 |
\onslide<5->{\smath{X_2}} & \onslide<5->{\smath{=}}
|
|
532 |
& \onslide<5->{\smath{X_1; a\cdot a^\star}}\\
|
204
|
533 |
|
|
534 |
& & & \onslide<6->{by Arden}\\
|
|
535 |
|
213
|
536 |
\onslide<6->{\smath{X_1}} & \onslide<6->{\smath{=}}
|
204
|
537 |
& \onslide<6->{\smath{\lambda;b^\star\cdot (a\cdot a^\star \cdot b \cdot b^\star)^\star}}\\
|
213
|
538 |
\onslide<6->{\smath{X_2}} & \onslide<6->{\smath{=}}
|
|
539 |
& \onslide<6->{\smath{X_1; a\cdot a^\star}}\\
|
204
|
540 |
|
|
541 |
& & & \onslide<7->{by substitution}\\
|
|
542 |
|
213
|
543 |
\onslide<7->{\smath{X_1}} & \onslide<7->{\smath{=}}
|
204
|
544 |
& \onslide<7->{\smath{\lambda;b^\star\cdot (a\cdot a^\star \cdot b \cdot b^\star)^\star}}\\
|
213
|
545 |
\onslide<7->{\smath{X_2}} & \onslide<7->{\smath{=}}
|
204
|
546 |
& \onslide<7->{\smath{\lambda; b^\star\cdot (a\cdot a^\star \cdot b \cdot b^\star)^\star
|
|
547 |
\cdot a\cdot a^\star}}\\
|
|
548 |
\end{tabular}
|
|
549 |
\end{center}
|
|
550 |
|
|
551 |
\only<8->{
|
|
552 |
\begin{textblock}{6}(2.5,4)
|
|
553 |
\begin{block}{}
|
|
554 |
\begin{minipage}{8cm}\raggedright
|
|
555 |
|
|
556 |
\begin{tikzpicture}[shorten >=1pt,node distance=2cm,auto, ultra thick, inner sep=1mm]
|
|
557 |
\tikzstyle{state}=[circle,thick,draw=blue!75,fill=blue!20,minimum size=0mm]
|
|
558 |
|
|
559 |
%\draw[help lines] (0,0) grid (3,2);
|
|
560 |
|
213
|
561 |
\node[state,initial] (p_0) {$X_1$};
|
|
562 |
\node[state,accepting] (p_1) [right of=q_0] {$X_2$};
|
204
|
563 |
|
|
564 |
\path[->] (p_0) edge [bend left] node {a} (p_1)
|
|
565 |
edge [loop above] node {b} ()
|
|
566 |
(p_1) edge [loop above] node {a} ()
|
|
567 |
edge [bend left] node {b} (p_0);
|
|
568 |
\end{tikzpicture}
|
|
569 |
|
|
570 |
\end{minipage}
|
|
571 |
\end{block}
|
|
572 |
\end{textblock}}
|
|
573 |
|
213
|
574 |
\only<1,2>{%
|
|
575 |
\begin{textblock}{3}(0.6,1.2)
|
|
576 |
\begin{tikzpicture}
|
|
577 |
\node at (0,0) [single arrow, fill=red,text=white, minimum height=0cm]
|
|
578 |
{\textcolor{red}{a}};
|
|
579 |
\end{tikzpicture}
|
|
580 |
\end{textblock}}
|
|
581 |
\only<2>{%
|
|
582 |
\begin{textblock}{3}(0.6,3.6)
|
|
583 |
\begin{tikzpicture}
|
|
584 |
\node at (0,0) [single arrow, fill=red,text=white, minimum height=0cm]
|
|
585 |
{\textcolor{red}{a}};
|
|
586 |
\end{tikzpicture}
|
|
587 |
\end{textblock}}
|
|
588 |
\only<4>{%
|
|
589 |
\begin{textblock}{3}(0.6,2.9)
|
|
590 |
\begin{tikzpicture}
|
|
591 |
\node at (0,0) [single arrow, fill=red,text=white, minimum height=0cm]
|
|
592 |
{\textcolor{red}{a}};
|
|
593 |
\end{tikzpicture}
|
|
594 |
\end{textblock}}
|
|
595 |
\only<4>{%
|
|
596 |
\begin{textblock}{3}(0.6,5.3)
|
|
597 |
\begin{tikzpicture}
|
|
598 |
\node at (0,0) [single arrow, fill=red,text=white, minimum height=0cm]
|
|
599 |
{\textcolor{red}{a}};
|
|
600 |
\end{tikzpicture}
|
|
601 |
\end{textblock}}
|
|
602 |
\only<5>{%
|
|
603 |
\begin{textblock}{3}(1.0,5.6)
|
|
604 |
\begin{tikzpicture}
|
|
605 |
\node at (0,0) (A) {};
|
|
606 |
\node at (0,1) (B) {};
|
|
607 |
\draw[<-, line width=2mm, red] (B) to (A);
|
|
608 |
\end{tikzpicture}
|
|
609 |
\end{textblock}}
|
|
610 |
\only<5,6>{%
|
|
611 |
\begin{textblock}{3}(0.6,7.7)
|
|
612 |
\begin{tikzpicture}
|
|
613 |
\node at (0,0) [single arrow, fill=red,text=white, minimum height=0cm]
|
|
614 |
{\textcolor{red}{a}};
|
|
615 |
\end{tikzpicture}
|
|
616 |
\end{textblock}}
|
|
617 |
\only<6>{%
|
|
618 |
\begin{textblock}{3}(0.6,10.1)
|
|
619 |
\begin{tikzpicture}
|
|
620 |
\node at (0,0) [single arrow, fill=red,text=white, minimum height=0cm]
|
|
621 |
{\textcolor{red}{a}};
|
|
622 |
\end{tikzpicture}
|
|
623 |
\end{textblock}}
|
|
624 |
\only<7>{%
|
|
625 |
\begin{textblock}{3}(1.0,10.3)
|
|
626 |
\begin{tikzpicture}
|
|
627 |
\node at (0,0) (A) {};
|
|
628 |
\node at (0,1) (B) {};
|
|
629 |
\draw[->, line width=2mm, red] (B) to (A);
|
|
630 |
\end{tikzpicture}
|
|
631 |
\end{textblock}}
|
|
632 |
|
204
|
633 |
\end{frame}}
|
|
634 |
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
|
635 |
*}
|
|
636 |
|
|
637 |
|
|
638 |
text_raw {*
|
|
639 |
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
|
640 |
\mode<presentation>{
|
|
641 |
\begin{frame}[c]
|
213
|
642 |
\frametitle{\LARGE The Other Direction}
|
204
|
643 |
|
|
644 |
One has to prove
|
|
645 |
|
|
646 |
\begin{center}
|
208
|
647 |
\smath{\text{finite} (U\!N\!IV /\!/ \approx_{{\cal L}(r)})}
|
204
|
648 |
\end{center}
|
|
649 |
|
|
650 |
by induction on \smath{r}. Not trivial, but after a bit
|
208
|
651 |
of thinking, one can find a \alert{refined} relation:\bigskip
|
204
|
652 |
|
208
|
653 |
|
204
|
654 |
\begin{center}
|
208
|
655 |
\mbox{\begin{tabular}{c@ {\hspace{7mm}}c@ {\hspace{7mm}}c}
|
|
656 |
\begin{tikzpicture}[scale=1.1]
|
|
657 |
%Circle
|
|
658 |
\draw[thick] (0,0) circle (1.1);
|
|
659 |
\end{tikzpicture}
|
|
660 |
&
|
|
661 |
\begin{tikzpicture}[scale=1.1]
|
|
662 |
%Circle
|
|
663 |
\draw[thick] (0,0) circle (1.1);
|
|
664 |
%Main rays
|
|
665 |
\foreach \a in {0, 90,...,359}
|
|
666 |
\draw[very thick] (0, 0) -- (\a:1.1);
|
|
667 |
\foreach \a / \l in {45/1, 135/2, 225/3, 315/4}
|
|
668 |
\draw (\a: 0.65) node {\small$a_\l$};
|
|
669 |
\end{tikzpicture}
|
|
670 |
&
|
|
671 |
\begin{tikzpicture}[scale=1.1]
|
|
672 |
%Circle
|
|
673 |
\draw[red, thick] (0,0) circle (1.1);
|
|
674 |
%Main rays
|
|
675 |
\foreach \a in {0, 45,...,359}
|
|
676 |
\draw[red, very thick] (0, 0) -- (\a:1.1);
|
|
677 |
\foreach \a / \l in {22.5/1.1, 67.5/1.2, 112.5/2.1, 157.5/2.2, 202.4/3.1, 247.5/3.2, 292.5/4.1, 337.5/4.2}
|
|
678 |
\draw (\a: 0.77) node {\textcolor{red}{\footnotesize$a_{\l}$}};
|
|
679 |
\end{tikzpicture}\\
|
|
680 |
\small\smath{U\!N\!IV} &
|
|
681 |
\small\smath{U\!N\!IV /\!/ \approx_{{\cal L}(r)}} &
|
|
682 |
\small\smath{U\!N\!IV /\!/ \alert{R}}
|
|
683 |
\end{tabular}}
|
204
|
684 |
\end{center}
|
|
685 |
|
213
|
686 |
\begin{textblock}{5}(9.8,2.6)
|
|
687 |
\begin{tikzpicture}
|
|
688 |
\node at (0,0) [shape border rotate=270,single arrow, fill=red,text=white, minimum height=0cm]{\textcolor{red}{a}};
|
|
689 |
\end{tikzpicture}
|
|
690 |
\end{textblock}
|
204
|
691 |
|
|
692 |
|
|
693 |
\end{frame}}
|
|
694 |
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
|
695 |
*}
|
|
696 |
|
|
697 |
text_raw {*
|
|
698 |
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
|
699 |
\mode<presentation>{
|
213
|
700 |
\begin{frame}[t]
|
|
701 |
\frametitle{\LARGE Partial Derivatives}
|
|
702 |
|
|
703 |
\begin{itemize}
|
|
704 |
\item \ldots (set of) regular expressions after a string
|
|
705 |
has been parsed\\[10mm]
|
|
706 |
|
|
707 |
|
|
708 |
\item \alt<1>{\smath{\text{pders x r \mbox{$=$} pders y r}}}
|
215
|
709 |
{\smath{\underbrace{\text{pders x r \mbox{$=$} pders y r}}_{R}}}
|
213
|
710 |
refines \textcolor{blue}{x $\approx_{{\cal L}(\text{r})}$ y}\\[16mm]\pause
|
215
|
711 |
\item \smath{\text{finite} (U\!N\!IV /\!/ R)} \bigskip\pause
|
213
|
712 |
\item Therefore \smath{\text{finite} (U\!N\!IV /\!/ \approx_{{\cal L}(r)})}. Qed.
|
|
713 |
\end{itemize}
|
|
714 |
|
|
715 |
\only<2->{%
|
|
716 |
\begin{textblock}{5}(3.8,8.3)
|
|
717 |
\begin{tikzpicture}
|
|
718 |
\node at (0,0) [shape border rotate=270,single arrow, fill=red,text=white, minimum height=0cm]{\textcolor{red}{a}};
|
|
719 |
\draw (2.2,0) node {Antimirov '95};
|
|
720 |
\end{tikzpicture}
|
|
721 |
\end{textblock}}
|
|
722 |
|
|
723 |
\end{frame}}
|
|
724 |
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
|
725 |
*}
|
|
726 |
|
|
727 |
|
|
728 |
|
|
729 |
text_raw {*
|
|
730 |
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
|
731 |
\mode<presentation>{
|
204
|
732 |
\begin{frame}[c]
|
|
733 |
\frametitle{\LARGE What Have We Achieved?}
|
|
734 |
|
|
735 |
\begin{itemize}
|
208
|
736 |
\item \smath{\text{finite}\, (U\!N\!IV /\!/ \approx_A) \;\Leftrightarrow\; A\; \text{is regular}}
|
204
|
737 |
\bigskip\pause
|
213
|
738 |
\item regular languages are closed under complementation; this is now easy
|
204
|
739 |
\begin{center}
|
208
|
740 |
\smath{U\!N\!IV /\!/ \approx_A \;\;=\;\; U\!N\!IV /\!/ \approx_{\overline{A}}}
|
204
|
741 |
\end{center}\pause\bigskip
|
|
742 |
|
208
|
743 |
\item non-regularity (\smath{a^nb^n})
|
|
744 |
|
|
745 |
\begin{quote}
|
|
746 |
\begin{minipage}{8.8cm}
|
|
747 |
\begin{block}{}
|
|
748 |
\begin{minipage}{8.6cm}
|
213
|
749 |
If there exists a sufficiently large set \smath{B} (for example infinitely large),
|
208
|
750 |
such that
|
204
|
751 |
|
208
|
752 |
\begin{center}
|
|
753 |
\smath{\forall x,y \in B.\; x \not= y \;\Rightarrow\; x \not\approx_{A} y}.
|
|
754 |
\end{center}
|
|
755 |
|
|
756 |
then \smath{A} is not regular.
|
|
757 |
\end{minipage}
|
|
758 |
\end{block}
|
|
759 |
\end{minipage}\medskip\pause
|
|
760 |
|
215
|
761 |
\small(\smath{B \dn \bigcup_n a^n})
|
208
|
762 |
\end{quote}
|
|
763 |
|
204
|
764 |
\end{itemize}
|
|
765 |
|
|
766 |
\only<2>{
|
|
767 |
\begin{textblock}{10}(4,14)
|
|
768 |
\small
|
208
|
769 |
\smath{x \approx_{A} y \,\dn\, \forall z.\; x @ z \in A \Leftrightarrow y @ z \in A}
|
204
|
770 |
\end{textblock}
|
|
771 |
}
|
|
772 |
|
|
773 |
|
|
774 |
|
|
775 |
\end{frame}}
|
|
776 |
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
|
777 |
*}
|
|
778 |
|
|
779 |
|
|
780 |
text_raw {*
|
|
781 |
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
|
782 |
\mode<presentation>{
|
|
783 |
\begin{frame}[c]
|
|
784 |
\frametitle{\LARGE Conclusion}
|
|
785 |
|
|
786 |
\begin{itemize}
|
211
|
787 |
\item We have never seen a proof of Myhill-Nerode based on
|
208
|
788 |
regular expressions.\smallskip\pause
|
204
|
789 |
|
208
|
790 |
\item great source of examples (inductions)\smallskip\pause
|
204
|
791 |
|
208
|
792 |
\item no need to fight the theorem prover:\\
|
|
793 |
\begin{itemize}
|
|
794 |
\item first direction (790 loc)\\
|
|
795 |
\item second direction (400 / 390 loc)\pause
|
|
796 |
\end{itemize}\smallskip
|
204
|
797 |
|
213
|
798 |
\item I have \alert{\bf not} yet used it in teaching for undergraduates.\pause
|
204
|
799 |
|
|
800 |
\end{itemize}
|
|
801 |
|
208
|
802 |
\only<5->{
|
|
803 |
\begin{textblock}{13.8}(1,4)
|
|
804 |
\begin{block}{}\mbox{}\hspace{3mm}
|
|
805 |
\begin{minipage}{11cm}\raggedright
|
|
806 |
\large
|
|
807 |
|
213
|
808 |
{\bf Bold Claim: }\alert{(not proved!)}\medskip
|
208
|
809 |
|
|
810 |
{\bf 95\%} of regular language theory can be done without
|
213
|
811 |
automata!\medskip\\\ldots and this is much more tasteful ;o)
|
208
|
812 |
|
|
813 |
\end{minipage}
|
|
814 |
\end{block}
|
|
815 |
\end{textblock}}
|
|
816 |
|
|
817 |
\end{frame}}
|
|
818 |
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
|
819 |
*}
|
|
820 |
|
|
821 |
text_raw {*
|
|
822 |
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
|
823 |
\mode<presentation>{
|
213
|
824 |
\begin{frame}[b]
|
|
825 |
\frametitle{\mbox{}\\[2cm]\textcolor{red}{Thank you!\\[5mm]Questions?}}
|
208
|
826 |
|
204
|
827 |
\end{frame}}
|
|
828 |
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
|
829 |
*}
|
|
830 |
|
|
831 |
(*<*)
|
|
832 |
end
|
|
833 |
(*>*) |