paper-BagRelationalPDBsAreHard/macros.tex

437 lines
14 KiB
TeX
Raw Normal View History

2019-06-05 13:14:32 -04:00
% -*- root: main.tex -*-
2019-05-14 13:46:35 -04:00
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% NOTATION
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%Circuits
\newcommand{\caseheading}[1]{\smallskip \noindent \textbf{#1}.~}
%%%%%
2020-12-03 11:23:53 -05:00
\newcommand{\wElem}{w} %an element of \vct{w}
2021-03-06 20:34:18 -05:00
\newcommand{\suchthat}{\;|\;} %such that
\newcommand{\kElem}{k}%the kth element
2020-06-23 15:49:19 -04:00
%RA-to-Poly Notation
2020-09-07 17:03:22 -04:00
\newcommand{\polyinput}[2]{\left(#1,\ldots, #2\right)}
\newcommand{\numvar}{n}
2020-06-23 15:49:19 -04:00
\newcommand{\rel}{R}
\newcommand{\prel}{\mathcal{\rel}}
2020-06-23 15:49:19 -04:00
\newcommand{\reli}{S}
\newcommand{\relii}{T}
\newcommand{\db}{D}
\newcommand{\idb}{\Omega}
\newcommand{\pdb}{\mathcal{D}}
2020-12-13 15:51:55 -05:00
\newcommand{\pxdb}{\mathbf{D}}
\newcommand{\nxdb}{D(\vct{X})}%\mathbb{N}[\vct{X}] db
\newcommand{\tset}{\mathcal{T}}%the set of tuples in a database
\newcommand{\pd}{\vct{P}}%pd for probability distribution
\newcommand{\eval}[1]{\llbracket #1 \rrbracket}%evaluation double brackets
2020-12-14 00:30:09 -05:00
\newcommand{\evald}[2]{\eval{{#1}}_{#2}}
2021-04-02 13:00:56 -04:00
\newcommand{\linsett}[3]{\Phi_{#1,#2}^{#3}}
2020-06-23 15:49:19 -04:00
\newcommand{\query}{Q}
2021-04-02 13:00:56 -04:00
2020-06-23 15:49:19 -04:00
\newcommand{\join}{\Join}
\newcommand{\select}{\sigma}
\newcommand{\project}{\pi}
\newcommand{\union}{\cup}
\newcommand{\sch}{sch}
2020-10-01 14:38:40 -04:00
\newcommand{\attr}[1]{attr\left(#1\right)}
\newcommand{\rw}{\textbf{W}}%\rw for random world
2020-07-20 12:50:13 -04:00
\newcommand{\graph}[1]{G^{(#1)}}
\newcommand{\eset}[1]{E^{(#1)}_S} %edge set for arbitrary subgraph
2020-08-05 09:45:30 -04:00
\newcommand{\linsys}[1]{LS(\graph{#1})}
\newcommand{\lintime}[1]{LT^{\graph{#1}}}
\newcommand{\aug}[1]{AUG^{\graph{#1}}}
\newcommand{\mtrix}[1]{M_{#1}}
\newcommand{\dtrm}[1]{Det\left(#1\right)}
2020-12-13 17:45:44 -05:00
\newcommand{\tuple}[1]{\left<#1\right>}
2020-12-19 01:15:50 -05:00
\newcommand{\indicator}[1]{\onesymbol\inparen{#1}}
2020-06-23 15:49:19 -04:00
2020-12-13 15:51:55 -05:00
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Query Classes
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\newcommand{\qClass}{\mathcal{Q}}
\newcommand{\raPlus}{\ensuremath{\mathcal{RA}^{+}}\xspace}
2021-04-09 16:12:46 -04:00
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Datalog
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\newcommand{\dlImp}[0]{\,\ensuremath{\mathtt{{:}-}}\,}
\newcommand{\dlDontcare}{\_}
2020-12-03 11:23:53 -05:00
%%%%%%%%%%%%%%%%%%%%%%%%%%%%
2020-08-05 16:08:40 -04:00
%Approx Alg
2020-12-03 11:23:53 -05:00
%%%%%%%%%%%%%%%%%%%%%%%%%%%%
2020-08-05 16:08:40 -04:00
\newcommand{\randvar}{Y}
\newcommand{\coeffset}{S}
\newcommand{\distinctvars}{d}
\newcommand{\coeffitem}[1]{c_{#1}\cdot\prob^{\distinctvars_{#1}}}
\newcommand{\unidist}[1]{Uniform\left(#1\right)}
\newcommand{\samplesize}{N}
\newcommand{\setsize}{m}
\newcommand{\empmean}{\overline{\vct{\randvar}}}
2020-08-05 16:08:40 -04:00
\newcommand{\setsum}{SUM}
2020-08-12 17:41:09 -04:00
\newcommand{\ave}[1]{AVG(#1)}
2020-08-05 16:08:40 -04:00
\newcommand{\hoeffestsum}{EST_{\setsum}}
\newcommand{\error}{\epsilon}
\newcommand{\conf}{\delta}
%Pseudo Code Notation
\newcommand{\plus}{\texttt{+}}
\newcommand{\mult}{\texttt{\times}}
2021-01-28 10:32:16 -05:00
\newcommand{\algname}[1]{\textsc{#1}\xspace}
\newcommand{\approxq}{\algname{Approximate$\rpoly$}}
\newcommand{\onepass}{\algname{OnePass}}
\newcommand{\sampmon}{\algname{SampleMonomial}}
\newcommand{\reduce}{\algname{Reduce}}
\newcommand{\ceil}[1]{\left\lceil #1 \right\rceil}
2021-01-28 10:32:16 -05:00
\newcommand{\vari}[1]{\texttt{#1}\xspace}
\newcommand{\accum}{\vari{acc}}
\newcommand{\numsamp}{\vari{N}}
\newcommand{\numedge}{m}
2020-09-30 10:24:24 -04:00
\newcommand{\bivec}{\vari{b}_{\vari{vec}}}
%expression tree T
\newcommand{\etree}{\vari{T}}
\newcommand{\stree}{\vari{S}}
\newcommand{\lchild}{\vari{L}}
\newcommand{\rchild}{\vari{R}}
%members of T
2021-04-09 11:48:10 -04:00
\newcommand{\val}{\vari{val}}
2021-04-10 00:19:16 -04:00
\newcommand{\wght}{\vari{weight}}
\newcommand{\vpartial}{\vari{partial}}
%types of T
\newcommand{\var}{\textsc{var}\xspace}
\newcommand{\tnum}{\textsc{num}\xspace}
%%%%%%%
2020-08-25 11:18:08 -04:00
\renewcommand{\algorithmicrequire}{\textbf{Input:}}
\renewcommand{\algorithmicensure}{\textbf{Output:}}
2020-08-12 17:41:09 -04:00
\newcommand{\smb}{\poly\left(\vct{X}\right)}%smb for standard monomial basis
2020-12-14 23:34:12 -05:00
\newcommand{\smbOf}[1]{\textsc{SMB}(#1)}
\newcommand{\etreeset}[1]{\vari{ET}\left(#1\right)}
%\expandtree is a placeholder until I change other files with the new macro name \expansion
2020-09-04 21:08:02 -04:00
\newcommand{\expandtree}[1]{\vari{E}(#1)}
\newcommand{\expansion}[1]{\vari{E}(#1)}
\newcommand{\elist}[1]{\vari{List}\pbox{#1}}
\newcommand{\equivtree}{\vari{EET}}
2020-09-30 10:24:24 -04:00
2020-09-07 17:03:22 -04:00
%expandtree tuple elements:
\newcommand{\monom}{\vari{v}}
\newcommand{\coef}{\vari{c}}
%----------------------------------
\newcommand{\abs}[1]{\left|#1\right|}
2021-04-01 15:28:02 -04:00
\newcommand{\func}[1]{\textsc{#1}}
\newcommand{\polyf}{\func{poly}}
2020-09-04 21:08:02 -04:00
\newcommand{\evalmp}{\func{eval}}
\newcommand{\degree}{\func{deg}}
2021-01-29 09:57:20 -05:00
\newcommand{\size}{\func{size}}
\newcommand{\depth}{\func{depth}}
2021-04-09 11:48:10 -04:00
\newcommand{\topord}{\func{TopOrd}\xspace}
2021-01-29 09:57:20 -05:00
%saving \treesize for now to keep latex from breaking
\newcommand{\treesize}{\func{size}}
2020-09-07 17:03:22 -04:00
\newcommand{\sign}{\func{sgn}}
2021-04-02 13:00:56 -04:00
%Random Variable
\newcommand{\randomvar}{W}
\newcommand{\domain}{\func{Dom}}
%PDBs
2020-12-15 10:55:07 -05:00
\newcommand{\pdbx}{X_{DB}}
2020-12-03 11:23:53 -05:00
\newcommand{\prob}{p}
\newcommand{\probOf}{P}
\newcommand{\probDist}{\vct{\probOf}}
\newcommand{\probAllTup}{\vct{\prob}}
2020-12-03 11:23:53 -05:00
\newcommand{\wSet}{\Omega}
2020-12-14 00:30:09 -05:00
\newcommand{\ti}{TIDB\xspace}
\newcommand{\tis}{TIDBs\xspace}
\newcommand{\bi}{BIDB\xspace}
\newcommand{\bis}{BIDBs\xspace}
\newcommand{\tiabb}{ti}
\newcommand{\biabb}{bi}
\newcommand{\biwset}{\idb_{\biabb}}
\newcommand{\block}{b}
2020-09-30 10:24:24 -04:00
\newcommand{\biord}{\leq_{x_\block}}
\newcommand{\tiwset}{\idb_{\tiabb}}
\newcommand{\bipd}{\pd_{\biabb}}
\newcommand{\tipd}{\pd_{\tiabb}}
\newcommand{\bipdb}{\pdb_{\biabb}}
2020-09-30 10:24:24 -04:00
\newcommand{\bivar}{x_{\block, i}}
\newcommand{\tipdb}{\pdb_{\tiabb}}
2020-12-13 15:51:55 -05:00
% REPRESENTATIONS
\newcommand{\rmod}{Mod}
\newcommand{\reprs}{\mathcal{M}}
\newcommand{\repr}{M}
%Polynomial Reformulation
\newcommand{\wbit}{w}
2020-06-18 15:19:59 -04:00
\newcommand{\expct}{\mathop{\mathbb{E}}}
\newcommand{\pbox}[1]{\left[#1\right]}
2020-07-18 23:15:35 -04:00
\newcommand{\pbrace}[1]{\left\{#1\right\}}
2020-12-14 00:33:29 -05:00
\newcommand{\vct}[1]{{\bf #1}}
%using \wVec for world bit vector notation
\newcommand{\poly}{Q}
\newcommand{\rpoly}{\widetilde{Q}}%r for reduced as in reduced 'Q'
\newcommand{\polyForTuple}{\poly_{\tup}}
\newcommand{\out}{output}%output aggregation over the output vector
\newcommand{\numocc}[2]{\#\left(#1,#2\right)}
2020-12-03 11:23:53 -05:00
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
2020-06-17 10:58:02 -04:00
%Graph Symbols
2020-12-03 11:23:53 -05:00
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%Shift macro
\newcommand{\patternshift}[1]{\hspace*{-0.5mm}\raisebox{-0.35mm}{#1}\hspace*{-0.5mm} }
%Global styles
\tikzset{
default_node/.style={align=center, inner sep=0pt},
pattern_node/.style={fill=gray!50, draw=black, semithick, inner sep=0pt, minimum size = 2pt, circle},
tree_node/.style={default_node, draw=black, black, circle, text width=0.5cm, font=\bfseries, minimum size=0.65cm},
2020-09-12 17:58:14 -04:00
highlight_color/.style={black}, wght_color/.style={black},
highlight_treenode/.style={tree_node, draw=black, black},
2020-09-11 21:48:28 -04:00
edge from parent path={(\tikzparentnode) -- (\tikzchildnode)}
}
%Subgraph patterns
\newcommand{\ed}{\patternshift{
2020-09-12 17:58:14 -04:00
\begin{tikzpicture}[every path/.style={thick, draw}]%[baseline=0.00005cm]
%\begin{scope}[yshift=-5cm]
\node at (0, 0)[pattern_node](bottom){};
\node [above=0.07cm of bottom, pattern_node] (top){};
\draw (top) -- (bottom);
% \node at (0, -2)[pattern_node, blue](b2){};
% \node [above=0.07cm of b2, pattern_node, blue] (t2){};
% \draw (t2) -- (b2);
%\end{scope}
\end{tikzpicture}
}
}
2020-12-11 19:50:53 -05:00
2020-12-08 11:59:46 -05:00
\newcommand{\kmatch}{\ed\cdots\ed^\kElem}
\newcommand{\twodis}{\patternshift{
2020-09-12 17:58:14 -04:00
\begin{tikzpicture}[every path/.style={thick, draw}]
\node at (0, 0) [pattern_node] (bottom1) {};
\node[above=0.07cm of bottom1, pattern_node] (top1) {} edge (bottom1);
\node at (0.14, 0) [pattern_node] (bottom2) {};
\node [above=0.07cm of bottom2, pattern_node] (top2) {} edge (bottom2);
\end{tikzpicture}
2020-12-11 15:20:15 -05:00
}
}
\newcommand{\twopath}{\patternshift{
2020-09-12 17:58:14 -04:00
\begin{tikzpicture}[every path/.style={thick, draw}]
\node at (0, 0.08) [pattern_node] (top){};
\node [below left=0.095cm and 0.05cm of top, pattern_node](left){};
\node[below right=0.095cm and 0.05cm of top, pattern_node](right){};
\draw (top) -- (left);
\draw (top) -- (right);
\end{tikzpicture}
}
}
\newcommand{\threedis}{\patternshift{
2020-09-12 17:58:14 -04:00
\begin{tikzpicture}[every path/.style={thick, draw}]
\node at (0, 0) [pattern_node] (bottom1) {};
\node[above=0.07cm of bottom1, pattern_node] (top1) {} edge (bottom1);
\node at (0.14, 0) [pattern_node] (bottom2) {};
\node [above=0.07cm of bottom2, pattern_node] (top2) {} edge (bottom2);
\node at (0.28, 0) [pattern_node] (bottom3) {};
\node [above=0.07cm of bottom3, pattern_node] (top3) {} edge (bottom3);
\end{tikzpicture}
}
}
\newcommand{\tri}{\patternshift{
2020-09-12 17:58:14 -04:00
\begin{tikzpicture}[every path/.style={ thick, draw}]
\node at (0, 0.08) [pattern_node] (top){};
\node [below left=0.08cm and 0.01cm of top, pattern_node](left){} edge (top);
\node[below right=0.08cm and 0.01cm of top, pattern_node](right){} edge (top) edge (left);
\end{tikzpicture}
}
}
\newcommand{\twopathdis}{\ed~\twopath}
\newcommand{\threepath}{\patternshift{
2020-09-12 17:58:14 -04:00
\begin{tikzpicture}[every path/.style={thick, draw}]
\node at (0, 0) [pattern_node] (node1a) {};
\node [above=0.07cm of node1a, pattern_node] (node1b) {} edge (node1a);
\node [right=0.099cm of node1a, pattern_node] (node2b) {}; %edge [semithick] (node1b);
\node [above=0.07cm of node2b, pattern_node] (node3b) {} edge (node2b);
\draw (node1b) -- (node3b);
\end{tikzpicture}
}
}
\newcommand{\oneint}{\patternshift{
2020-09-12 17:58:14 -04:00
\begin{tikzpicture}[level/.style={sibling distance=0.14cm, level distance=0.15cm}, every path/.style={thick, draw}]
\node at (0, 0) [pattern_node] {} [grow=down]
child{node [pattern_node]{}}
child {node [pattern_node] {}}
child{node [pattern_node] {}};
\end{tikzpicture}
}
}
2020-09-11 21:48:28 -04:00
\newcommand{\bsym}[1]{\boldsymbol{#1}}%b for bold; sym for symbol
\newcommand{\sg}[1]{S^{(#1)}}
2019-06-12 08:39:03 -04:00
2019-05-14 13:46:35 -04:00
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% COMMENTS
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\newcommand{\BG}[1]{\todo{\textbf{Boris says:$\,$} #1}}
\newcommand{\SF}[1]{\todo{\textbf{Su says:$\,$} #1}}
\newcommand{\OK}[1]{\todo[color=gray]{\textbf{Oliver says:$\,$} #1}}
\newcommand{\AH}[1]{\todo[backgroundcolor=cyan]{\textbf{Aaron says:$\,$} #1}}
\newcommand{\SR}[1]{\todo[backgroundcolor=white]{\textbf{Note to self:$\,$} #1}}
\newcommand{\AR}[1]{\todo[color=green]{\textbf{Atri says:$\,$} #1}}
2020-12-18 12:10:48 -05:00
%\newcommand{\AR}[1]{}
%\newcommand{\AH}[1]{}
%\newcommand{\SF}[1]{}
%\newcommand{\BG}[1]{}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%Revision Parameters
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\newcommand{\revision}[1]{\color{blue}{#1}\color{black}\xspace}
\newcommand{\oldstuff}[1]{\color{gray}{#1}\color{black}\xspace}
2019-05-14 13:46:35 -04:00
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%Circuit Notation
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\newcommand{\circuit}{\vari{C}}
\newcommand{\circuitset}[1]{\vari{CSet}(#1)}
2021-01-28 10:32:16 -05:00
\newcommand{\circmult}{\times}
\newcommand{\circplus}{+}
%formally \rchild and \lchild
\newcommand{\rinput}{\vari{R}}
\newcommand{\linput}{\vari{L}}
\newcommand{\inp}{\vari{input}}
\newcommand{\inputs}{\vari{inputs}}
\newcommand{\subcircuit}{\vari{S}}
\newcommand{\gate}{\vari{g}}
\newcommand{\lwght}{\vari{Lweight}}
\newcommand{\rwght}{\vari{Rweight}}
\newcommand{\prt}{\vari{partial}}
\newcommand{\degval}{\vari{degree}}
\newcommand{\type}{\vari{type}}
\newcommand{\subgraph}{\vari{S}_{\equivtree(\circuit)}}
\newcommand{\cost}{\func{Cost}}
\newcommand{\nullval}{NULL}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%Sets
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\newcommand{\reals}{\mathbb{R}}
%
%borrowed from Su and Boris; Ihave them here for reference purposes.
%needs to be cleaned up
%
2019-05-14 13:46:35 -04:00
2020-12-11 15:20:15 -05:00
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
2019-05-14 13:46:35 -04:00
% THEOREM LIKE ENVIRONMENTS
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\DeclareMathAlphabet{\mathbbold}{U}{bbold}{m}{n}
\newtheorem{Theorem}{Theorem}[section]
\newtheorem{Definition}[Theorem]{Definition}
\newtheorem{Lemma}[Theorem]{Lemma}
\newtheorem{Proposition}[Theorem]{Proposition}
\newtheorem{Property}[Theorem]{Property}
\newtheorem{Corollary}[Theorem]{Corollary}
\newtheorem{Claim}[Theorem]{Claim}
\newtheorem{Example}[Theorem]{Example}
\newtheorem{Axiom}[Theorem]{Axiom}
\newtheorem{Question}[Theorem]{Question}
\newtheorem{Assumption}[Theorem]{Assumption}
\newtheorem{hypo}[Theorem]{Conjecture}
2019-05-14 13:46:35 -04:00
2020-12-03 11:23:53 -05:00
2019-05-14 13:46:35 -04:00
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Rel model
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
2020-12-03 11:23:53 -05:00
2019-05-14 13:46:35 -04:00
\newcommand{\tup}{t}
\newcommand{\comprehension}[2]{\left\{\;#1\;|\;#2\;\right\}}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% SEMIRINGS
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
2020-12-13 01:50:08 -05:00
\newcommand{\udom}{\mathcal{U}}
2019-05-14 13:46:35 -04:00
\newcommand{\semN}{\mathbb{N}}
2020-12-13 01:50:08 -05:00
\newcommand{\domN}{\mathbb{N}}
2019-05-14 13:46:35 -04:00
\newcommand{\semB}{\mathbb{B}}
2020-12-13 15:51:55 -05:00
\newcommand{\semNX}{\mathbb{N}[\vct{X}]}
2020-12-13 01:50:08 -05:00
\newcommand{\domK}{K}
2019-05-14 13:46:35 -04:00
\newcommand{\semK}{\mathcal{K}}
2020-12-13 11:09:49 -05:00
\newcommand{\support}[1]{supp({#1})}
2019-05-14 13:46:35 -04:00
\newcommand{\onesymbol}{\mathbbold{1}}
\newcommand{\zerosymbol}{\mathbbold{0}}
\newcommand{\multsymb}{\otimes}
\newcommand{\addsymbol}{\oplus}
2019-06-05 13:14:32 -04:00
\newcommand{\addormultsymbol}{\bigcdot}
2019-05-14 13:46:35 -04:00
\newcommand{\monsymbol}{\ominus}
\newcommand{\addK}{\addsymbol_{\semK}}
\newcommand{\multK}{\multsymb_{\semK}}
\newcommand{\genopK}{\odot_{\semK}}
\newcommand{\monK}{\monsymbol_{\semK}}
\newcommand{\oneK}{\onesymbol_{\semK}}
\newcommand{\zeroK}{\zerosymbol_{\semK}}
\newcommand{\addOf}[1]{\addsymbol_{#1}}
\newcommand{\multOf}[1]{\multsymb_{#1}}
\newcommand{\monOf}[1]{\monsymbol_{#1}}
\newcommand{\oneOf}[1]{\onesymbol_{#1}}
\newcommand{\zeroOf}[1]{\zerosymbol_{#1}}
\newcommand{\dbDomK}[1]{\mathcal{DB}_{#1}}
2020-12-13 15:51:55 -05:00
\newcommand{\assign}{\varphi}
2020-12-11 15:20:15 -05:00
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% COMPLEXITY
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
2020-12-11 19:50:53 -05:00
\newcommand{\sharpphard}{\#P-hard\xspace}
\newcommand{\sharpwonehard}{\#W[1]-hard\xspace}
2020-12-19 01:19:27 -05:00
\newcommand{\ptime}{PTIME\xspace}
2019-05-14 13:46:35 -04:00
2020-12-13 11:09:49 -05:00
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
2020-12-14 23:34:12 -05:00
% TERMINOLOGY AND ABBREVIATIONS
2020-12-13 11:09:49 -05:00
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\newcommand{\expectProblem}{\textsc{Expected Result Multiplicity Problem}\xspace}
2020-12-14 23:34:12 -05:00
\newcommand{\termSMB}{standard monomial basis\xspace}
\newcommand{\abbrSMB}{SMB\xspace}
\newcommand{\termSOP}{sum of products\xspace}
\newcommand{\abbrSOP}{SOP}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\newcommand{\eps}{\epsilon}
\newcommand{\inparen}[1]{\left({#1}\right)}
\newcommand{\inset}[1]{\left\{{#1}\right\}}
2020-12-13 11:09:49 -05:00
2020-12-19 12:59:27 -05:00
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Forcing Layouts
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\newcommand{\trimfigurespacing}{\vspace*{-5mm}}
2021-04-06 10:16:09 -04:00
\newcommand{\mypar}[1]{\smallskip\noindent\textbf{{#1}.}}
2019-06-27 23:55:45 -04:00
%%%Adding stuff below so that long chain of display equatoons can be split across pages
\allowdisplaybreaks
2020-12-13 13:05:43 -05:00
2021-04-06 10:40:05 -04:00
%Macro for mult complexity
2020-12-14 23:34:12 -05:00
2021-04-06 10:40:05 -04:00
\newcommand{\multc}[2]{\overline{\mathcal{M}}\left({#1},{#2}\right)}
2020-12-19 12:59:27 -05:00
2020-12-14 23:34:12 -05:00
%%% Local Variables:
%%% mode: latex
%%% TeX-master: "main"
%%% End: