tuned - bakk thesis, added some examples
authorJan Rocnik <jan.rocnik@student.tugraz.at>
Sat, 18 Feb 2012 15:12:19 +0100
changeset 4237127f197861829
parent 42370 a37d7751b913
child 42373 2450ff84560a
child 42374 12c1c82fdcb4
tuned - bakk thesis, added some examples
doc-src/isac/jrocnik/bakkarbeit_jrocnik.tex
test/Tools/isac/ADDTESTS/course/SignalProcess/Build_Inverse_Z_Transform.thy
test/Tools/isac/ADDTESTS/course/SignalProcess/document/Build_Inverse_Z_Transform.tex
     1.1 --- a/doc-src/isac/jrocnik/bakkarbeit_jrocnik.tex	Fri Feb 17 23:17:20 2012 +0100
     1.2 +++ b/doc-src/isac/jrocnik/bakkarbeit_jrocnik.tex	Sat Feb 18 15:12:19 2012 +0100
     1.3 @@ -104,74 +104,32 @@
     1.4  \part{Project Fundamentals}
     1.5  
     1.6  \section{Introduction}
     1.7 -%TODO personal decision no workds like feeling
     1.8 -%The motivation to this thesis mainly takes it source from the feeling of understanding difficult signal processing tasks and the will to help others to get this feeling to.
     1.9 -%\par Signal Processing (SP) requieres a huge range of mathematic knowledge as well as a feeling for simplification and number tricks but even though this fact, the operations themself are no higher ones. The main task is to understand. Aside this description we think of the classic math ideas and techniques, consisting of...
    1.10 -%
    1.11  Didactics of mathematics faces a specific issue, a gap between (1) introduction of math concepts and skills and (2) application of these concepts and skills, which ususally are separated into different units in curricula (for good reasons). For instance, (1) teaching partial fraction decomposition is separated from (2) application for inverse Z-transform in signal processing.
    1.12  
    1.13  This gap is an obstacle for applying math as an foundamental thinking technology in engineering: In (1) motivation is lacking because the question ``What is this stuff good for~?'' cannot be treated sufficiently, and in (2) the ``stuff'' is not available to students in higher semesters as widespread experience shows.
    1.14  
    1.15  \medskip
    1.16 -Motivated by this didactical issue on the one hand, and ongoing R\&D on a novel kind of educational mathematics assistant at Graz University of Technology~\footnote{http://www.ist.tugraz.at/isac/} promising to cope with this issue on the other hand, several institutes are planning to join their expertise: the Institutes for Institute for Information Systems and Computer Media (IICM), the Institute for Software Technology (IST), the Institutes for Mathematics, the Signal Processing and Speech Communication Laboratory (SPSC Lab), the Institute for Structural Analysis and the Institute of Electrical Measurement and Measurement Signal Processing.
    1.17 -
    1.18 -This thesis is the first attempt to tackle the above mentioned issue, it focuses on Telematics, because these specific studies focus on mathematics in STEOP, the introductory orientation phase. STEOP is considered an opportunity to investigate the impact of {\sisac}'s prototype on the issue and others.
    1.19 +Motivated by this didactical issue on the one hand, and ongoing R\&D on a novel kind of educational mathematics assistant at Graz University of Technology~\footnote{http://www.ist.tugraz.at/isac/} promising to cope with this issue on the other hand, several institutes are planning to join their expertise: the Institutes for Institute for Information Systems and Computer Media (IICM), the Institute for Software Technology (IST), the Institutes for Mathematics, the Signal Processing and Speech Communication Institute (SPSC), the Institute for Structural Analysis and the Institute of Electrical Measurement and Measurement Signal Processing.
    1.20 +\par This thesis is the first attempt to tackle the above mentioned issue, it focuses on Telematics, because these specific studies focus on mathematics in STEOP, the introductory orientation phase. STEOP is considered an opportunity to investigate the impact of {\sisac}'s prototype on the issue and others.
    1.21  
    1.22  \medskip
    1.23  The thesis is structured as follows: Part I concerns theory, part II the implementation work, where the latter is the main part.
    1.24 -
    1.25 -In part I, Section~\ref{isabisac} gives a brief description of the state-of-the-art for educational math assistants (Section~\ref{emas}) and introduces the notions required for the implementation work (Section~\ref{math-auth}). In particular, Section~\ref{user-guid} explains, why math authoring in {\sisac{}} is {\em not} concerned with interaction (and thus not with user guidance etc at all~!). So a concise description of the thesis' goals needs to be postponed to Section~\ref{sec:goals}.
    1.26 -
    1.27 -Section~\ref{sp} analyzes ten (TODO: exact no?) problems defined by the SPSC Lab for the knowledge already provided (Section~\ref{know-isab}, Section~\ref{know-isac}), discusses the selection of problems for implementation (Section~\ref{know-missing}) TODO: further structure ?
    1.28 +\par In part I, Section~\ref{isabisac} gives a brief description of the state-of-the-art for educational math assistants (Section~\ref{emas}) and introduces the notions required for the implementation work (Section~\ref{math-auth}). In particular, Section~\ref{user-guid} explains, why math authoring in {\sisac{}} is {\em not} concerned with interaction (and thus not with user guidance etc at all~!). So a concise description of the thesis' goals needs to be postponed to Section~\ref{sec:goals}.
    1.29 +\par Section~\ref{sp} analyzes a problems defined by the SPSC for the knowledge already provided (Section~\ref{know-isab}, Section~\ref{know-isac}), discusses the selection of problems for implementation (Section~\ref{know-missing}) TODO: further structure ?
    1.30  %(\S\ref{})
    1.31  
    1.32  \section{Mechanization of Math in Isabelle/{\isac}}\label{isabisac}
    1.33 -%no CTP!!!
    1.34 -%A problem behind is the mechanization of mathematic theories in CTP-bases languages. There is still a huge gap between these algoritms and this what we want as a solution - in Example Signal Processing. 
    1.35 -%\begin{example}
    1.36 -%	\[
    1.37 -%		X\cdot(a+b)+Y\cdot(c+d)=aX+bX+cY+dY
    1.38 -%  \]
    1.39 -%	{\small\textit{
    1.40 -%		\noindent A very simple example on this what we call gap is the simplification above. It is needles to say that it is correct and also isabell forfills it correct - \emph{always}. But sometimes we don't want expand such terms, sometimes we want another structure of them. Think of a problem were we now would need only the coefficients of $X$ and $Y$. This is what we call the gap between mechanical simplification and the solution.
    1.41 -%	}}
    1.42 -%	\caption{Correct but not usefull}\label{eg:gap}
    1.43 -%\end{example}
    1.44 -%Until we are not able to fill this gap we have to live with it but first have a look on the meaning of this statement:
    1.45 -%\par Mechanized math starts from mathematical models and \emph{hopefully} proceeds to match physics. Academic engineering starts from physics (experimentation, measurement) and then proceeds to mathematical modelling and formalization. The process from a physical observance to a mathematical theory is unavoidable bound of setting up a big collection of standards, rules, definition but also exceptions. These are the things making mechanization that difficult.
    1.46 -%\begin{example}
    1.47 -%	\[
    1.48 -%		m,\ kg,\ s,\ldots
    1.49 -%  \]
    1.50 -%	{\small\textit{
    1.51 -%		\noindent Think about some units like that one's above. Behind each unit there is a discerning and very accurate definition: One Meter is the distance the light travels, in a vacuum, through the time of 1 / 299.792.458 second; one kilogramm is the weight of a platinum-iridium cylindar in paris; and so on. But are these definitions useable in a computer mechanized world?!
    1.52 -%	}}
    1.53 -%	\caption{Units in measurement}\label{eg:units}
    1.54 -%\end{example}
    1.55 -%\par A computer or a CTP-System builds on programms witth predefined logical ruels and does not know any mathematical trick (follow up example \ref{eg:trick}) or recipe to walk around difficult expressions. 
    1.56 -%\begin{example}
    1.57 -%\[ \frac{1}{j\omega}\cdot\left(e^{-j\omega}-e^{j3\omega}\right)= \]
    1.58 -%\[ \frac{1}{j\omega}\cdot e^{-j2\omega}\cdot\left(e^{j\omega}-e^{-j\omega}\right)=
    1.59 -%	 \frac{1}{\omega}\, e^{-j2\omega}\cdot\colorbox{lgray}{$\frac{1}{j}\,\left(e^{j\omega}-e^{-j\omega}\right)$}= \]
    1.60 -%\[ \frac{1}{\omega}\, e^{-j2\omega}\cdot\colorbox{lgray}{$2\, sin(\omega)$} \]
    1.61 -%	{\small\textit{
    1.62 -%		\noindent Sometimes it is also usefull to be able to apply some \emph{tricks} to get a beautiful and particulary meaningful result, which we are able to interpret. But as seen in this example it can be hard to find out what operations have to be done to transform a result into a meaningful one.
    1.63 -%	}}
    1.64 -%	\caption{Mathematic tricks}\label{eg:trick}
    1.65 -%\end{example}
    1.66 -%For such a system the only possibility is to work through its known definitions and stops if none of these fits. Specified on Signal Processing or any other application it is often possible to walk through by doing simple creases. This creases are in generell based on simple math operatiopms but the challange is to teach the machine \emph{all}\footnote{Its pride to call it \emph{all}.} of them. Unfortunataly the goal of CTP Isabelle is to reach a high level of \emph{all} but it in real it will still be a survey of knowledge which links to other knowledge and {{\sisac{}}} a trainer and helper but no human compensating calulator. 
    1.67 -%\par {{\sisac{}}} itselfs aims to adds an \emph{application} axis (formal specifications of problems outof topics from Signal Processing, etc.) and an \emph{algorithmic} axis to the \emph{deductive} axis of physical knowledge. The result is a three-dimensional universe of mathematics.
    1.68 -%
    1.69 +
    1.70  %\subsubsection*{Notes on Mechanization of Mathematics}
    1.71  %This thesis tries to \emph{connect} these two worlds and is one of the first guidelines to implement problem classes in {\sisac}. As we are still in a eary part of development, this is the first thesis dealing within this topic and there is \emph{no} related work to guid through. A more detailed description about this fact can be found in Section \ref{sec:related}.
    1.72  %The major challenge of the practical part, of this thesis, is, that "connecting the two worlds" involves programming in a CTP-based programming language which is in a very early state of prototyping. There is no concrete experience data ready to grep.
    1.73  %
    1.74  As mentioned in the introduction, a prototype of an educational math assistant called {\sisac}\footnote{{\sisac}=\textbf{Isa}belle \cite{Nipkow-Paulson-Wenzel:2002} for \textbf{C}alculations, see http://www.ist.tugraz.at/isac/.} bridges the gap between (1) introducation and (2) application of mathematics: {\sisac} is based on Computer Theorem Proving (CTP), a technology which requires each fact and each action justified by formal logic, so {{\sisac{}}} makes justifications transparent to students in interactive step-wise problem solving. By that way {\sisac} already can serve both:
    1.75  \begin{enumerate}
    1.76 -\item Introduction of math stuff (e.g. partial fraction decomposition) by stepwise explaining and exercising respective symbolic calculations with ``next step guidance (NSG)'' and rigorously checking steps freely input by students  --- this also in context with advanced applications (where the stuff to be taught in higher semesters can be skimmed through by NSG), and
    1.77 +\item Introduction of math stuff (in e.g. partial fraction decomposition) by stepwise explaining and exercising respective symbolic calculations with ``next step guidance (NSG)'' and rigorously checking steps freely input by students  --- this also in context with advanced applications (where the stuff to be taught in higher semesters can be skimmed through by NSG), and
    1.78  \item Application of math stuff in advanced engineering courses (e.g. problems to be solved by inverse Z-transform in a Signal Processing Lab) --- and now without much ado about basic math techniques (like partical fraction decomposition): ``next step guidance'' supports students in independenly (re-)adopting such techniques.
    1.79  \end{enumerate}
    1.80 -Before the question is answers, how {\sisac} accoplishes this task from a technical point of view, some remarks on the state-of-the-art is given:
    1.81 +Before the question is answers, how {\sisac} accoplishes this task from a technical point of view, some remarks on the state-of-the-art is given, therefor follow up Section~\ref{emas}.
    1.82  
    1.83  \subsection{Educational Mathematics Assistants (EMAs)}\label{emas}
    1.84  Educational software in mathematics is, if at all, based on Computer Algebra Systems (CAS, for instance \cite{progr-mathematica,prog-maple06}), Dynamic Geometry Systems (DGS, for instance \footnote{GeoGebra http://www.geogebra.org, Cinderella http://www.cinderella.de/, GCLC http://poincare.matf.bg.ac.rs/~janicic/gclc/}) or spread-sheets. These base technologies are used to program math lessons and sometimes even exercises. The latter are cumbersome: the steps towards a solution of such an interactive exercise need to be provided with feedback, where at each step a wide variety of possible input has to be foreseen by the programmer --- so such interactive exercises either require high development efforts or the exercises constrain possible inputs.
    1.85 @@ -202,22 +160,30 @@
    1.86  With writing such CTP-based programs authoring is perfect, the application programmer is not concerned with interaction or with user guidance: this is concern of a novel kind of program interpreter called Lucas-Interpreter \cite{wn:lucas-interp-12}. This interpreter hands over control to a dialog component at each step of calculation (like a debugger at breakpoints) and calls automated CTP to check user input following personalized strategies according to a feedback module.
    1.87  
    1.88  \medskip
    1.89 -However ``application programming with CTP'' is not done with writing a program: according to the principles of CTP, each step must be justified. Such justifications are given by theorems. So all steps must be related to some theorem, if there is no such theorem it must be added to the existing knowledge, which is organized in so-called \textbf{theories} in  Isabelle. A theorem must be proven; fortunately Isabelle comprises a mechanism (called ``axiomatization''), which allows to omit proofs. Such a theorem is, for instance %TODO: take your example !
    1.90 +However ``application programming with CTP'' is not done with writing a program: according to the principles of CTP, each step must be justified. Such justifications are given by theorems. So all steps must be related to some theorem, if there is no such theorem it must be added to the existing knowledge, which is organized in so-called \textbf{theories} in  Isabelle. A theorem must be proven; fortunately Isabelle comprises a mechanism (called ``axiomatization''), which allows to omit proofs. Such a theorem is shown in Example~\ref{eg:neuper1}. %TODO: take your example !
    1.91 +
    1.92 +\begin{example}
    1.93  {\small\begin{tabbing}
    1.94  123\=123\=123\=123\=\kill
    1.95 +\hfill \\
    1.96  \>axiomatization where \\
    1.97  \>\>  rule1: "1 = $\delta$ [n]" and\\
    1.98  \>\>  rule2: "|| z || > 1 ==> z / (z - 1) = u [n]" and\\
    1.99  \>\>  rule3: "|| z || < 1 ==> z / (z - 1) = -u [-n - 1]" and \\
   1.100  \>\>  rule4: "|| z || > || $\alpha$ || ==> z / (z - $\alpha$) = $\alpha^n$ * u [n]" and\\
   1.101  \>\>  rule5: "|| z || < || $\alpha$ || ==> z / (z - $\alpha$) = -($\alpha^n$) * u [-n - 1]" and\\
   1.102 -\>\>  rule6: "|| z || > 1 ==> z/(z - 1)$^2$ = n $\cdot$ u [n]"\\
   1.103 +\>\>  rule6: "|| z || > 1 ==> z/(z - 1)$^2$ = n $\cdot$ u [n]"
   1.104  \end{tabbing}
   1.105  }
   1.106 +\caption{Axiomatization in Isabelle\label{eg:neuper1}}
   1.107 +\end{example}
   1.108  
   1.109 -In order to provide CTP with logical facts for checking user input, the Lucas-Interpreter requires a \textbf{specification}. Such a specification is for instance
   1.110 +In order to provide CTP with logical facts for checking user input, the Lucas-Interpreter requires a \textbf{specification}. Such a specification is shown in Example~ref{eg:neuper2}.
   1.111 +
   1.112 +\begin{example}
   1.113  {\small\begin{tabbing}
   1.114  123,\=postcond \=: \= $\forall \,A^\prime\, u^\prime \,v^\prime.\,$\=\kill
   1.115 +\hfill \\
   1.116  Specification no.1:\\
   1.117  %\>input\>: $\{\;r={\it arbitraryFix}\;\}$  \\
   1.118  \>input    \>: $\{\;r\;\}$  \\
   1.119 @@ -229,14 +195,32 @@
   1.120  \>props\>: $\{\;A=2uv-u^2,\;(\frac{u}{2})^2+(\frac{v}{2})^2=r^2\;\}$
   1.121  \end{tabbing}
   1.122  }
   1.123 -Such a specification is checked before the execution of a program is started, the same applies for sub-programs. In the following example program the sub-programs are designated by {\tt SubProblem}: TODO one example.
   1.124 +\caption{Specification for the Lucas-Interpreter\label{eg:neuper2}}
   1.125 +\end{example}
   1.126 +
   1.127 +Such a specification is checked before the execution of a program is started, the same applies for sub-programs. In the following example program (Example~\ref{eg:subprob}) the sub-programs are designated by \ttfamily SubProblem \normalfont:
   1.128 +
   1.129 +\begin{example}
   1.130 +\hfill \\
   1.131 +{\ttfamily \begin{tabbing}
   1.132 +``(L\_L::bool list) = (\=SubProblem (\=Test','' \\
   1.133 +``\>\>[linear,univariate,equation,test],'' \\
   1.134 +``\>\>[Test,solve\_linear])'' \\
   1.135 +``\>[BOOL equ, REAL z])'' \\
   1.136 +\end{tabbing}
   1.137 +}
   1.138 +{\small\textit{
   1.139 +	\noindent If a programm requires a result which has to be calculated first we can use a subproblem to do so. In our specific case we wanted to calculate the zeros of a fraction and used a subproblem to calculate the zeros of the denominator polynom.
   1.140 +	}}
   1.141 +\caption{Ussage of Subproblems in Programms\label{eg:subprob}}
   1.142 +\end{example}
   1.143  
   1.144  
   1.145  \subsection{Goals of the Thesis}\label{sec:goals}
   1.146 -%Imagine a piece of software would be able to support you by understanding every problem class, upcoming in the first years attending university - wouldn't it be great?
   1.147 -%\par {{\sisac{}}} tries to do that, but the current state of the art is miles away from this goal and a single implementation of a problem is not enough to cahnge this circumstamce. Through this fact it is all the more essential to try, test, research and document the implementation of problem classes from "`real world"' applications. Responding to the abstract at the begin of this document the thesis has two folds; on the one hand certainly to provide interactiv course material for Signal Processing (which means to implement a single problem provided by the Institute of Signal Processing and Speech Communication (SPSC); follow up Calulcations), and to extract experience data respectively help the {{\sisac{}}}-team by setting up a detailed description of technicalities hacking {{\sisac{}}} on the other hand.
   1.148 -%\par Another goal is to demonstrate the power and attractivity of {\sisac}.
   1.149 -Now all the notions are in place to describe the task ``Interactive Course Material for Signal Processing based on Isabelle/{\sisac}'' appropriately by the following points:
   1.150 +Imagine a piece of software would be able to support you by understanding every problem class, upcoming in the first years attending university - wouldn't it be great?
   1.151 +\par {{\sisac{}}} tries to do that, but the current state of the art is miles away from this goal and a single implementation of a problem is not enough to cahnge this circumstamce. Through this fact it is all the more essential to try, test, research and document the implementation of problem classes from "`real world"' applications. Responding to the abstract at the begin of this document the thesis has two folds; on the one hand certainly to provide interactiv course material for Signal Processing (which means to implement a single problem provided by the Institute of Signal Processing and Speech Communication (SPSC); follow up Calulcations), and to extract experience data respectively help the {{\sisac{}}}-team by setting up a detailed description of technicalities hacking {{\sisac{}}} on the other hand.
   1.152 +
   1.153 +All the notions are in place to describe the task ``Interactive Course Material for Signal Processing based on Isabelle/{\sisac}'', the main task of this thesis, appropriately by the following points:
   1.154  \begin{enumerate}
   1.155  \item Analyze the problems given by the SPSC Lab for mathematics \textbf{knowledge required}, search the knowledge already available in Isabelle/{\sisac}, estimate efforts required to fill the gap between knowledge required and knowledge available, and finally select problems for implementation accordingly.
   1.156  \item Implement the selected problems in Isabelle/{\sisac}, which means, in appropriate Isabelle theories \textbf{for each problem} implement:
   1.157 @@ -248,8 +232,8 @@
   1.158  \item Add \textbf{multimedia explanations} to each problem (i.e. to specific definitions, theorems, the specification and the program) such that non-expert students (e.g. within STEOP, the introductory orientation phase at TUG) get an idea the problem is about.
   1.159  \item \textbf{Document the implementation} such that
   1.160    \begin{enumerate}
   1.161 -%  \item Interactive course material hopefully useful in education within the SPSC Lab and within STEOP, the introductory orientation phase at TUG, as a preview for students in Telematics on later application of math knowledge introduced in the first semester and
   1.162 -%  \item A detailed description of technicalities in programming implemented as an interactive Isabelle/Isar theory, providing future programmers with guidelines and {\sisac}-developers with feedback in usability of the CTP-based program language. 
   1.163 +  \item Interactive course material hopefully useful in education within the SPSC and within STEOP, the introductory orientation phase at TUG, as a preview for students in Telematics on later application of math knowledge introduced in the first semester and
   1.164 +  \item A detailed description of technicalities in programming implemented as an interactive Isabelle/Isar theory, providing future programmers with guidelines and {\sisac}-developers with feedback in usability of the CTP-based program language. 
   1.165    \item subsequent application programmers have guidelines for further implementation of interactive course material in SPSC and other engineering sciences
   1.166    \item {\sisac{}} developers get feedback for ongoing improvement of the CTP-based programming language, the respective development environment and the respective program interpreter (called Lucas-Interpreter)
   1.167    \item development of knowledge for engineering sciences is being motivated in the Isabelle community.
   1.168 @@ -342,23 +326,62 @@
   1.169  As conclusion of the summerized efforts it is evident that only one topic can be tried to realized as a baccalaureate thesis. In accord with Dr. Neuper we decided after some practical tests to start with the implementation of the (Inverse) Z-Transformation. The Reason is that this topic can mostly be done with knowledge which was already tried to be mechanized in {\sisac}.
   1.170  
   1.171  \subsection{Formalization of missing knowledge in Isabelle}
   1.172 +
   1.173 +A problem behind is the mechanization of mathematic theories in CTP-bases languages. There is still a huge gap between these algoritms and this what we want as a solution - in Example Signal Processing. 
   1.174 +\begin{example}
   1.175 +	\[
   1.176 +		X\cdot(a+b)+Y\cdot(c+d)=aX+bX+cY+dY
   1.177 +  \]
   1.178 +	{\small\textit{
   1.179 +		\noindent A very simple example on this what we call gap is the simplification above. It is needles to say that it is correct and also isabell forfills it correct - \emph{always}. But sometimes we don't want expand such terms, sometimes we want another structure of them. Think of a problem were we now would need only the coefficients of $X$ and $Y$. This is what we call the gap between mechanical simplification and the solution.
   1.180 +	}}
   1.181 +	\caption{Correct but not usefull}\label{eg:gap}
   1.182 +\end{example}
   1.183 +Until we are not able to fill this gap we have to live with it but first have a look on the meaning of this statement:
   1.184 +\par Mechanized math starts from mathematical models and \emph{hopefully} proceeds to match physics. Academic engineering starts from physics (experimentation, measurement) and then proceeds to mathematical modelling and formalization. The process from a physical observance to a mathematical theory is unavoidable bound of setting up a big collection of standards, rules, definition but also exceptions. These are the things making mechanization that difficult.
   1.185 +\begin{example}
   1.186 +	\[
   1.187 +		m,\ kg,\ s,\ldots
   1.188 +  \]
   1.189 +	{\small\textit{
   1.190 +		\noindent Think about some units like that one's above. Behind each unit there is a discerning and very accurate definition: One Meter is the distance the light travels, in a vacuum, through the time of 1 / 299.792.458 second; one kilogramm is the weight of a platinum-iridium cylindar in paris; and so on. But are these definitions useable in a computer mechanized world?!
   1.191 +	}}
   1.192 +	\caption{Units in measurement}\label{eg:units}
   1.193 +\end{example}
   1.194 +\par A computer or a CTP-System builds on programms witth predefined logical ruels and does not know any mathematical trick (follow up example \ref{eg:trick}) or recipe to walk around difficult expressions. 
   1.195 +\begin{example}
   1.196 +\[ \frac{1}{j\omega}\cdot\left(e^{-j\omega}-e^{j3\omega}\right)= \]
   1.197 +\[ \frac{1}{j\omega}\cdot e^{-j2\omega}\cdot\left(e^{j\omega}-e^{-j\omega}\right)=
   1.198 +	 \frac{1}{\omega}\, e^{-j2\omega}\cdot\colorbox{lgray}{$\frac{1}{j}\,\left(e^{j\omega}-e^{-j\omega}\right)$}= \]
   1.199 +\[ \frac{1}{\omega}\, e^{-j2\omega}\cdot\colorbox{lgray}{$2\, sin(\omega)$} \]
   1.200 +	{\small\textit{
   1.201 +		\noindent Sometimes it is also usefull to be able to apply some \emph{tricks} to get a beautiful and particulary meaningful result, which we are able to interpret. But as seen in this example it can be hard to find out what operations have to be done to transform a result into a meaningful one.
   1.202 +	}}
   1.203 +	\caption{Mathematic tricks}\label{eg:trick}
   1.204 +\end{example}
   1.205 +For such a system the only possibility is to work through its known definitions and stops if none of these fits. Specified on Signal Processing or any other application it is often possible to walk through by doing simple creases. This creases are in generell based on simple math operatiopms but the challange is to teach the machine \emph{all}\footnote{Its pride to call it \emph{all}.} of them. Unfortunataly the goal of CTP Isabelle is to reach a high level of \emph{all} but it in real it will still be a survey of knowledge which links to other knowledge and {{\sisac{}}} a trainer and helper but no human compensating calulator. 
   1.206 +\par {{\sisac{}}} itselfs aims to adds an \emph{application} axis (formal specifications of problems outof topics from Signal Processing, etc.) and an \emph{algorithmic} axis to the \emph{deductive} axis of physical knowledge. The result is a three-dimensional universe of mathematics.
   1.207 +
   1.208 +
   1.209 +
   1.210  todo
   1.211  
   1.212  axiomatization ... where ... and
   1.213  
   1.214  \subsection{Notes on Problems with Traditional Notation}
   1.215 -{\footnotesize
   1.216 -\textbf{TODO}
   1.217 -Due the thesis work we discorvers severell problems of traditional notations.
   1.218 +%{\footnotesize
   1.219 +%\textbf{TODO}
   1.220 +%Due the thesis work we discorvers severell problems of traditional notations.
   1.221 +%
   1.222 +%u[n] !!
   1.223 +%
   1.224 +%f x =  why not f(x) ?!?!
   1.225 +%
   1.226 +%...
   1.227 +%
   1.228 +%terms are not full simplified in traditional notations, in isac we have to simplify them complete to check weather results are compatible or not. in e.g. the solutions of an second order linear equation is an rational in isac but in tradition we keep fractions as long as possible and as long as they are 'beautiful' (1/8, 5/16,...)
   1.229 +%}\\
   1.230  
   1.231 -u[n] !!
   1.232 -
   1.233 -f x =  why not f(x) ?!?!
   1.234 -
   1.235 -...
   1.236 -
   1.237 -terms are not full simplified in traditional notations, in isac we have to simplify them complete to check weather results are compatible or not. in e.g. the solutions of an second order linear equation is an rational in isac but in tradition we keep fractions as long as possible and as long as they are 'beautiful' (1/8, 5/16,...)
   1.238 -}\\
   1.239  The math which should be mechanized in Computer Theorem Provers (\emph{CTP}) has (almost) a problem with traditional notations (predicate calculus) for axioms, definitions, lemmas, theorems as a computer programm or script is not able to interpret every greek or latin letter and every greek, latin or whatever calculations symbol. Also if we would be able to handle thehse symbols we still have a problem to interpret them at all. (Follow up \hbox{Example \ref{eg:symbint1}})
   1.240  
   1.241  \begin{example}
     2.1 --- a/test/Tools/isac/ADDTESTS/course/SignalProcess/Build_Inverse_Z_Transform.thy	Fri Feb 17 23:17:20 2012 +0100
     2.2 +++ b/test/Tools/isac/ADDTESTS/course/SignalProcess/Build_Inverse_Z_Transform.thy	Sat Feb 18 15:12:19 2012 +0100
     2.3 @@ -358,8 +358,8 @@
     2.4        requires to get the denominators of the partial fractions out of the 
     2.5        Solutions as:
     2.6        \begin{itemize}
     2.7 -      \item $\text{Denominator}_{1} = z - \text{Zeropoint}_{1}$
     2.8 -      \item $\text{Denominator}_{2} = z - \text{Zeropoint}_{2}$
     2.9 +      \item $ \text{Denominator} _{1} = z - \text{Zeropoint}_{1}$
    2.10 +      \item $ \text{Denominator} _{2} = z - \text{Zeropoint}_{2}$
    2.11        \item \ldots
    2.12        \end{itemize}*}
    2.13        
     3.1 --- a/test/Tools/isac/ADDTESTS/course/SignalProcess/document/Build_Inverse_Z_Transform.tex	Fri Feb 17 23:17:20 2012 +0100
     3.2 +++ b/test/Tools/isac/ADDTESTS/course/SignalProcess/document/Build_Inverse_Z_Transform.tex	Sat Feb 18 15:12:19 2012 +0100
     3.3 @@ -811,8 +811,8 @@
     3.4        requires to get the denominators of the partial fractions out of the 
     3.5        Solutions as:
     3.6        \begin{itemize}
     3.7 -      \item $\text{Denominator}_{1} = z - \text{Zeropoint}_{1}$
     3.8 -      \item $\text{Denominator}_{2} = z - \text{Zeropoint}_{2}$
     3.9 +      \item $ \text{Denominator} _{1} = z - \text{Zeropoint}_{1}$
    3.10 +      \item $ \text{Denominator} _{2} = z - \text{Zeropoint}_{2}$
    3.11        \item \ldots
    3.12        \end{itemize}%
    3.13  \end{isamarkuptext}%