\documentclass[12pt,ifthen]{article} \usepackage{amssymb} \usepackage{amsmath} \usepackage{hyperref} \usepackage[margin=1in]{geometry} \newif{\ifshowsoln} \showsolntrue \begin{document} \newcommand{\Z}{\sf Z} \newcommand{\N}{\sf N} \newcommand{\Q}{\sf Q} \newcommand{\R}{\sf R} \newcommand{\C}{\sf C} \newcommand{\into}{\rightarrow} \newcommand{\st}{\mathrel{:}} \centerline{\bf CMSC 452 Project} \centerline{\bf Morally due March 12 by 3:30pm} \section{Small NFAs for $L_n$} Let $L_n$ be defined as $$L_n = \{ a^i \st i\ne n\}.$$ \noindent From the slides you know that there are NFAs for $L_n$ of size much smaller than $n$. How do you find such an NFA? How do you represent it? Here is the procedure: \begin{enumerate} \item Find $(x, y)$ relatively prime such that $m=xy-x-y \le n$, but you want to make $m$ not too much smaller than $n$. We will formalize this as $0\le n- (xy-x-y) \le 4\sqrt{n}$. We will also take $x