Skip to content

Commit

Permalink
Update 1-preliminaries.tex
Browse files Browse the repository at this point in the history
  • Loading branch information
pitmonticone committed Jun 14, 2024
1 parent a6bb907 commit febe792
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions blueprint/src/chapters/1-preliminaries.tex
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,20 @@ \chapter{Preliminaries}
% \label{chap:preliminaries}
%\addcontentsline{toc}{chapter}{Preliminaries}

This chapter provides the necessary prerequisites used throughout this project.
We begin by introducing the notation that will be employed, followed by essential definitions and
preliminary results required for formalising our arguments.

\section{Notation}
%\addcontentsline{toc}{section}{Notation}

% \begin{center}
% In this section, we define the notation and symbols that will be consistently used in this work.
% Familiarity with these symbols is crucial for understanding the formal arguments and proofs presented later.

\begin{tabular}{>{\centering}m{1.8cm} m{5.8cm}}
\toprule
\textbf{Symbol} & \multicolumn{1}{c}{\textbf{Description}} \\
\midrule
$\lnot$ & Logical negation \\
$\top$ & Logical truth / Tautology \\
$\bot$ & Logical falsity / Contradiction \\
$\land$ & Logical conjunction \\
$\lor$ & Logical inclusive disjunction \\
$:=$ & Definition \\
Expand All @@ -38,7 +41,8 @@ \section{Notation}
\newpage

\section{Definitions}
%\addcontentsline{toc}{section}{Definitions}

In this section, each definition is articulated as clearly as possible to maximise clarity and precision.

\begin{definition-pre}[Monoid]
\label{def:monoid}
Expand Down

0 comments on commit febe792

Please sign in to comment.