fixpoint-theory-nov24/glossary.tex

75 lines
3.3 KiB
TeX
Raw Normal View History

2024-11-22 18:13:14 -07:00
\newcommand{\definitionBody}[2]{\hypertarget{glossary:#1}{#2}}
2024-11-04 11:03:36 -07:00
\newcommand{\definitionLink}[2]{\hyperlink{glossary:#1}{#2}\xspace}
2024-11-27 17:41:29 -07:00
\newcommand{\Definition}[1]{\definitionLink{#1}{Definition~\ref{definition:#1}}}
\NewEnviron{definitionOf}[1]{
\begin{definition}\label{definition:#1}
\definitionBody{#1}{\BODY}
\end{definition}
}
\NewEnviron{propositionOf}[1]{
\begin{proposition}\label{proposition:#1}
\BODY
\end{proposition}
}
\newcommand{\Proposition}[1]{\hyperref[proposition:#1]{Proposition~\ref{proposition:#1}}}
2024-11-04 11:03:36 -07:00
2024-11-27 17:41:29 -07:00
\newcommand{\LeastFixpoint}{\definitionLink{leastfixpoint}{least fixpoint}}
\newcommand{\ConsistentPair}{\definitionLink{consistentpair}{consistent}}
2024-11-04 11:03:36 -07:00
\newcommand{\Monotone}{\definitionLink{monotone}{monotone}}
2024-11-27 17:41:29 -07:00
\newcommand{\Exact}{\definitionLink{deterministicexactapproximator}{exact}}
\newcommand{\Symmetric}{\definitionLink{deterministicsymmetricapproximator}{symmetric}}
\newcommand{\Symmetry}{\definitionLink{deterministicsymmetricapproximator}{symmetry}}
\newcommand{\BetaApproximator}{\definitionLink{deterministicbetaapproximator}{$\beta$-approximator}}
\newcommand{\BetaStableRevisionOperator}{\definitionLink{deterministicbetastablerevisionoperator}{$\beta$-stable revision operator}}
\newcommand{\BetaApproximators}{\definitionLink{deterministicbetaapproximator}{$\beta$-approximators}}
\newcommand{\Approximator}{\definitionLink{deterministicapproximator}{approximator}}
\newcommand{\Approximators}{\definitionLink{deterministicapproximator}{approximators}}
\newcommand{\AnApproximator}{\definitionLink{deterministicapproximator}{an approximator}}
\let\SdetNoLink\Sdet
\renewcommand{\Sdet}{\definitionLink{deterministicstablerevisionoperator}{\SdetNoLink}}
\let\SdetbetaNoLink\Sdetbeta
\renewcommand{\Sdetbeta}{\definitionLink{deterministicbetastablerevisionoperator}{\SdetbetaNoLink}}
2024-11-04 11:03:36 -07:00
\newcommand{\Image}{\definitionLink{image}{monotone}}
2024-11-22 18:13:14 -07:00
\let\imageNoLink\image{}
2024-11-04 11:03:36 -07:00
\renewcommand{\image}[1]{\imageNoLink{#1}}
2024-11-22 18:13:14 -07:00
\let\lubNoLink\lub{}
2024-11-07 06:47:25 -07:00
\renewcommand{\lub}{\definitionLink{lubglb}{\lubNoLink}}
2024-11-22 18:13:14 -07:00
\let\glbNoLink\glb{}
2024-11-07 06:47:25 -07:00
\renewcommand{\glb}{\definitionLink{lubglb}{\glbNoLink}}
2024-11-04 11:03:36 -07:00
\newcommand{\CompleteLattice}{\definitionLink{completelattice}{complete lattice}}
2024-11-22 18:13:14 -07:00
\let\LLNoLink\LL{}
\renewcommand{\LL}{\definitionLink{completelattice}{\LLNoLink}}
2024-11-04 11:03:36 -07:00
2024-11-22 18:13:14 -07:00
\let\topNoLink\top{}
2024-11-07 06:47:25 -07:00
\renewcommand{\top}{\definitionLink{topbot}{\topNoLink}}
2024-11-22 18:13:14 -07:00
\let\botNoLink\bot{}
2024-11-07 06:47:25 -07:00
\renewcommand{\bot}{\definitionLink{topbot}{\botNoLink}}
2024-11-04 11:03:36 -07:00
\let\fixpointsOfNoLink\fixpointsOf{}
\renewcommand{\fixpointsOf}{\definitionLink{fixpointsOf}{\fixpointsOfNoLink}}
2024-11-22 18:13:14 -07:00
\let\powersetNoLink\powerset{}
\renewcommand{\powerset}{\definitionLink{powerset}{\powersetNoLink}}
\let\powersetONoLink\powersetO{}
\renewcommand{\powersetO}{\definitionLink{powerset}{\powersetONoLink}}
\newcommand{\Poset}{\definitionLink{poset}{poset}}
\let\lteNoLink\lte{}
\renewcommand{\lte}{\definitionLink{poset}{\lteNoLink}}
\let\lteSubNoLink\lteSub{}
\renewcommand{\lteSub}[1]{\definitionLink{poset}{\lteSubNoLink{#1}}}
\newcommand{\Ndao}{\definitionLink{ndao}{ndao}}
\newcommand{\AnNdao}{an \definitionLink{ndao}{ndao}}
\newcommand{\AnNdaoO}{An \definitionLink{ndao}{ndao}}
\newcommand{\Interpretation}{\definitionLink{interpretation}{interpretation}}
\newcommand{\Prefixpoint}{\definitionLink{prefixpoint}{prefixpoint}}
\newcommand{\minLattice}{\bm{min}}
\newcommand{\maxLattice}{\bm{max}}