2024-11-22 18:13:14 -07:00
\documentclass { article}
2024-11-27 17:41:29 -07:00
\usepackage { natbib}
2024-11-22 18:13:14 -07:00
\usepackage { xspace}
2024-11-27 17:41:29 -07:00
\usepackage { xparse}
\usepackage { environ}
2024-11-22 18:13:14 -07:00
\usepackage { hyperref}
\usepackage { bm}
\usepackage [english] { babel}
\usepackage { amsthm}
\usepackage { amsmath}
2024-12-09 08:23:54 -07:00
\usepackage { amssymb}
2024-11-22 18:13:14 -07:00
\usepackage { mathtools}
\usepackage { hyperref}
2025-01-22 19:37:36 -07:00
\usepackage { xfrac}
\usepackage { stackengine}
2024-12-09 08:23:54 -07:00
\usepackage [block] { calculation}
2024-11-22 18:13:14 -07:00
\hypersetup {
colorlinks=true,
linkcolor=black,
filecolor=black,
urlcolor=black,
pdfpagemode=FullScreen,
}
\input { ../notation.tex}
\input { ../glossary.tex}
\pagenumbering { arabic}
\pagestyle { plain}
\newtheorem { theorem} { Theorem}
\newtheorem { corollary} { Corollary}
\newtheorem { lemma} { Lemma}
\newtheorem { proposition} { Proposition}
\newtheorem { definition} { Definition}
\newtheorem { example} { Example}
2025-01-22 19:37:36 -07:00
\newtheorem { remark} { Remark}
2024-11-22 18:13:14 -07:00
\title { Consistent n-Approximators ($ \beta $ )}
\author { }
\date { }
\begin { document}
\maketitle
2024-11-27 17:41:29 -07:00
\section { Preliminaries}
\input { sections/preliminaries.tex}
2025-01-20 15:11:17 -07:00
\section { Sketch Nov 20}
\input { sections/sketchnov20.tex}
2024-11-22 18:13:14 -07:00
2025-01-20 15:11:17 -07:00
\section { Sketch Jan 20}
\input { sections/sketchjan20.tex}
2024-11-22 18:13:14 -07:00
% iven an \gls{ndao} $o$, its {\em $\beta$-n-stable fixpoints} are fixpoints of the following
% \begin{align*}
% B^o_{high}(x) &\define \{ a ~|~ a \in o({x}, a), \neg \exists a',
% \\ &\hspace{1.5cm}(\boxed{x \preceq_{}}~ a' \prec_{} a) \land (a' \in o({x}, a))) \}\\
% S(o)(x, y) &\define (C^{o}_{low}(y), B^{o}_{high}(x))
% \end{align*}}
% \newcommand{\betastablefixpoint}{\hyperlink{glossary:betastablefixpoint}{$\beta$-stable fixpoint}}
% \newglossaryentry{betastablefixpoint}{
% name={$\beta$-stable fixpoint},
% description={
% An \gls{interpretation} $(T, P)$ is a {\em $\alpha$-stable fixpoint} (or a $\beta$-stable fixpoint) if it is a \gls{fixpoint} of some $h \in H$ and for each $h' \in H$, none of the following hold
% \begin{enumerate}[(i.)]
% \item $\stablerevisionoperator(h')(T, P)_1 \prec_{} T$,
% \item ($\alpha$-stable only)~$\stablerevisionoperator(h')(T, P)_2 \prec_{} P$, nor
% \item ($\beta$-stable only) $\exists Z \in \L, T \preceq_{} (h'(T, Z)_2 = Z) \prec_{} P$
% \end{enumerate}
% }}
\bibliographystyle { plain}
\bibliography { ../references}
\end { document}