PhdThesisRealOne/LaTeXTemplates_masters-doctoral-thesis_v2/Chapters/Chapter3.tex
author Chengsong
Sun, 20 Mar 2022 23:32:08 +0000
changeset 456 26a5e640cdd7
permissions -rwxr-xr-x
realPhdThesis
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
456
26a5e640cdd7 realPhdThesis
Chengsong
parents:
diff changeset
     1
% Chapter Template
26a5e640cdd7 realPhdThesis
Chengsong
parents:
diff changeset
     2
26a5e640cdd7 realPhdThesis
Chengsong
parents:
diff changeset
     3
\chapter{Common Identities In Simplification-Related Functions} % Main chapter title
26a5e640cdd7 realPhdThesis
Chengsong
parents:
diff changeset
     4
26a5e640cdd7 realPhdThesis
Chengsong
parents:
diff changeset
     5
\label{ChapterX} % Change X to a consecutive number; for referencing this chapter elsewhere, use \ref{ChapterX}
26a5e640cdd7 realPhdThesis
Chengsong
parents:
diff changeset
     6
26a5e640cdd7 realPhdThesis
Chengsong
parents:
diff changeset
     7
26a5e640cdd7 realPhdThesis
Chengsong
parents:
diff changeset
     8
26a5e640cdd7 realPhdThesis
Chengsong
parents:
diff changeset
     9
%----------------------------------------------------------------------------------------
26a5e640cdd7 realPhdThesis
Chengsong
parents:
diff changeset
    10
%	SECTION 1
26a5e640cdd7 realPhdThesis
Chengsong
parents:
diff changeset
    11
%----------------------------------------------------------------------------------------
26a5e640cdd7 realPhdThesis
Chengsong
parents:
diff changeset
    12
26a5e640cdd7 realPhdThesis
Chengsong
parents:
diff changeset
    13
\section{Idempotency of $\simp$}
26a5e640cdd7 realPhdThesis
Chengsong
parents:
diff changeset
    14
26a5e640cdd7 realPhdThesis
Chengsong
parents:
diff changeset
    15
\begin{equation}
26a5e640cdd7 realPhdThesis
Chengsong
parents:
diff changeset
    16
	\simp \;r = \simp\; \simp \; r 
26a5e640cdd7 realPhdThesis
Chengsong
parents:
diff changeset
    17
\end{equation}
26a5e640cdd7 realPhdThesis
Chengsong
parents:
diff changeset
    18
This property means we do not have to repeatedly
26a5e640cdd7 realPhdThesis
Chengsong
parents:
diff changeset
    19
apply simplification in each step, which justifies
26a5e640cdd7 realPhdThesis
Chengsong
parents:
diff changeset
    20
our definition of $\blexersimp$.
26a5e640cdd7 realPhdThesis
Chengsong
parents:
diff changeset
    21
It will also be useful in future proofs where properties such as 
26a5e640cdd7 realPhdThesis
Chengsong
parents:
diff changeset
    22
closed forms are needed.
26a5e640cdd7 realPhdThesis
Chengsong
parents:
diff changeset
    23
The proof is by structural induction on $r$.
26a5e640cdd7 realPhdThesis
Chengsong
parents:
diff changeset
    24
26a5e640cdd7 realPhdThesis
Chengsong
parents:
diff changeset
    25
%-----------------------------------
26a5e640cdd7 realPhdThesis
Chengsong
parents:
diff changeset
    26
%	SUBSECTION 1
26a5e640cdd7 realPhdThesis
Chengsong
parents:
diff changeset
    27
%-----------------------------------
26a5e640cdd7 realPhdThesis
Chengsong
parents:
diff changeset
    28
\subsection{Syntactic Equivalence Under $\simp$}
26a5e640cdd7 realPhdThesis
Chengsong
parents:
diff changeset
    29
We prove that minor differences can be annhilated
26a5e640cdd7 realPhdThesis
Chengsong
parents:
diff changeset
    30
by $\simp$.
26a5e640cdd7 realPhdThesis
Chengsong
parents:
diff changeset
    31
For example,
26a5e640cdd7 realPhdThesis
Chengsong
parents:
diff changeset
    32
\begin{center}
26a5e640cdd7 realPhdThesis
Chengsong
parents:
diff changeset
    33
$\simp \;(\simpALTs\; (\map \;(\_\backslash \; x)\; (\distinct \; \mathit{rs}\; \phi))) = 
26a5e640cdd7 realPhdThesis
Chengsong
parents:
diff changeset
    34
 \simp \;(\simpALTs \;(\distinct \;(\map \;(\_ \backslash\; x) \; \mathit{rs}) \; \phi))$
26a5e640cdd7 realPhdThesis
Chengsong
parents:
diff changeset
    35
\end{center}
26a5e640cdd7 realPhdThesis
Chengsong
parents:
diff changeset
    36
26a5e640cdd7 realPhdThesis
Chengsong
parents:
diff changeset
    37
26a5e640cdd7 realPhdThesis
Chengsong
parents:
diff changeset
    38
%-----------------------------------
26a5e640cdd7 realPhdThesis
Chengsong
parents:
diff changeset
    39
%	SUBSECTION 2
26a5e640cdd7 realPhdThesis
Chengsong
parents:
diff changeset
    40
%-----------------------------------
26a5e640cdd7 realPhdThesis
Chengsong
parents:
diff changeset
    41
26a5e640cdd7 realPhdThesis
Chengsong
parents:
diff changeset
    42
\subsection{Subsection 2}
26a5e640cdd7 realPhdThesis
Chengsong
parents:
diff changeset
    43
Morbi rutrum odio eget arcu adipiscing sodales. Aenean et purus a est pulvinar pellentesque. Cras in elit neque, quis varius elit. Phasellus fringilla, nibh eu tempus venenatis, dolor elit posuere quam, quis adipiscing urna leo nec orci. Sed nec nulla auctor odio aliquet consequat. Ut nec nulla in ante ullamcorper aliquam at sed dolor. Phasellus fermentum magna in augue gravida cursus. Cras sed pretium lorem. Pellentesque eget ornare odio. Proin accumsan, massa viverra cursus pharetra, ipsum nisi lobortis velit, a malesuada dolor lorem eu neque.
26a5e640cdd7 realPhdThesis
Chengsong
parents:
diff changeset
    44
26a5e640cdd7 realPhdThesis
Chengsong
parents:
diff changeset
    45
%----------------------------------------------------------------------------------------
26a5e640cdd7 realPhdThesis
Chengsong
parents:
diff changeset
    46
%	SECTION 2
26a5e640cdd7 realPhdThesis
Chengsong
parents:
diff changeset
    47
%----------------------------------------------------------------------------------------
26a5e640cdd7 realPhdThesis
Chengsong
parents:
diff changeset
    48
26a5e640cdd7 realPhdThesis
Chengsong
parents:
diff changeset
    49
\section{Main Section 2}
26a5e640cdd7 realPhdThesis
Chengsong
parents:
diff changeset
    50
26a5e640cdd7 realPhdThesis
Chengsong
parents:
diff changeset
    51
Sed ullamcorper quam eu nisl interdum at interdum enim egestas. Aliquam placerat justo sed lectus lobortis ut porta nisl porttitor. Vestibulum mi dolor, lacinia molestie gravida at, tempus vitae ligula. Donec eget quam sapien, in viverra eros. Donec pellentesque justo a massa fringilla non vestibulum metus vestibulum. Vestibulum in orci quis felis tempor lacinia. Vivamus ornare ultrices facilisis. Ut hendrerit volutpat vulputate. Morbi condimentum venenatis augue, id porta ipsum vulputate in. Curabitur luctus tempus justo. Vestibulum risus lectus, adipiscing nec condimentum quis, condimentum nec nisl. Aliquam dictum sagittis velit sed iaculis. Morbi tristique augue sit amet nulla pulvinar id facilisis ligula mollis. Nam elit libero, tincidunt ut aliquam at, molestie in quam. Aenean rhoncus vehicula hendrerit.