Skip to content

Commit

Permalink
Add title page and missing reference to Takahashi
Browse files Browse the repository at this point in the history
  • Loading branch information
yfyf committed Feb 11, 2014
1 parent 0f6e892 commit 0105df2
Show file tree
Hide file tree
Showing 2 changed files with 60 additions and 5 deletions.
14 changes: 9 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,18 +5,22 @@ We give Coq formalizations of two proofs showing well-known results
about the untyped lambda calculus.

The main results are complete proofs of the Postponement and
Standardization theorems, formalizing
Standardization theorems, formalizing parts of, respectively:

* ..., and
* Ryo Kashima. <cite>[A Proof of the Standardization Theorem in
Lambda-Calculus][kashima]</cite><br>
Research Reports on Mathematical and Computing Sciences, C-145, (Tokyo Institute of Technology, 2000).
* Masako Takahashi.
<cite>[Parallel Reductions in Lambda-calculus][takahashi]</cite><br>
(Information and Computation, Volume 118, 1995)
* Ryo Kashima.<cite>[A Proof of the Standardization Theorem in
Lambda-Calculus][kashima]</cite><br>
Research Reports on Mathematical and Computing Sciences, C-145, (Tokyo
Institute of Technology, 2000).

This work was done as a study project by Ignas Vyšniauskas ([@yfyf]) and
Johannes Emerich ([@knuton]).

[![Lambda Giraffe](https://f.cloud.github.com/assets/47458/1644002/24fac234-58d9-11e3-96b4-4106ce8a9971.png)](http://knuton.github.io/la-girafe-sportive/)

[kashima]: http://www.is.titech.ac.jp/~kashima/pub/C-145.pdf
[takahashi]: http://dx.doi.org/10.1016/S0747-7171(89)80045-8
[@yfyf]: https://github.com/yfyf
[@knuton]: https://github.com/knuton
51 changes: 51 additions & 0 deletions doc/report.tex
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
%%%% verbatim standard Coq headers with --utf8
\documentclass[12pt]{report}
\usepackage[utf8x]{inputenc}

Expand All @@ -11,8 +12,58 @@
\usepackage{fullpage}
\usepackage{coqdoc}
\usepackage{amsmath,amssymb}
%%%% END Coq headers

\title{Coq formalisation of \\
Postponement and Standardization theorems\\
in the untyped lambda-calculus}
\author{
Johannes Emerich
\href{mailto:[email protected]}{
\normalsize \texttt{([email protected])}}\\
Ignas Vyšniauskas
\href{mailto:[email protected]}{
\normalsize \texttt{([email protected])}}\\
\\
ILLC \\
Universiteit van Amsterdam
\\
\\
\emph{under the supervision of}\\
\\
Dimitri Hendriks
\href{mailto:[email protected]}{
\normalsize \texttt{([email protected])}}\\
Femke van Raamsdonk
\href{mailto:[email protected]}{
\normalsize \texttt{([email protected])}}\\
\\
Vrije Universiteit Amsterdam
}

\date{\today}

\begin{document}

\maketitle
\begin{abstract}
We give Coq formalizations of two proofs showing well-known results
about the untyped lambda calculus.

The main results are complete proofs of the Postponement and
Standardization theorems, formalizing parts of, respectively:
\begin{itemize}
\item Masako Takahashi. ``Parallel Reductions in Lambda-calculus''

(Information and Computation, Volume 118, 1995)
\item Ryo Kashima. ``A Proof of the Standardization Theorem in
Lambda-Calculus''

Research Reports on Mathematical and Computing Sciences, C-145, (Tokyo
Institute of Technology, 2000)
\end{itemize}
\end{abstract}

\tableofcontents

\input{Untyped}
Expand Down

0 comments on commit 0105df2

Please sign in to comment.