\documentclass[]{article}
\usepackage{latexsym}
\usepackage{amssymb,amsmath}
\usepackage{amsthm}
\usepackage[pdftex]{graphicx}
\usepackage{tikz}
\usepackage{fullpage}
\headsep = -10pt

\begin{document}

\newcommand{\Z}{\mathbb{Z}}
\newcommand{\R}{\mathbb{R}}
\newcommand{\Q}{\mathbb{Q}}
\newcommand{\N}{\mathbb{N}}
\newcommand{\intersect}{ \cap }
\newcommand{\union}{\cup}
\newcommand{\2}{\\[12pt]}
\newcommand{\converges}[2]{\forall \epsilon >0 \; \exists N \in \N \suchthat \forall n\geq N \; |#1 - #2| <\epsilon}
\newcommand{\cauchy}[2]{ \forall \epsilon >0 \; \exists N \in \N| \forall n,m\geq N \; |#1 - #2| <\epsilon}
\newcommand{\suchthat}{\ | \ }
\renewcommand{\implies}{\Rightarrow}
\newcommand{\forallepsilon}{\forall \epsilon > 0 \ }
\newcommand{\closure}[2][3]{{}\mkern#1mu\overline{\mkern-#1mu#2}}
\def \numberOfEqualStatements {4}
\newcommand{\equalstring}[\numberOfEqualStatements]{\begin{align*} #1 &= #2 \\&= #3 \\&= #4 \end{align*}}

\title{Title}
\author{Joe Puccio}
\date{\today}
\maketitle



\end{document}