From 708e70e2b90c71c9caedef2665a8d4971cf7b8d9 Mon Sep 17 00:00:00 2001
From: Ferruccio Guidi
Date: Mon, 26 May 2008 13:43:02 +0000
Subject: [PATCH] better presentation of lambda-delta
---
helm/www/matita/library.shtml | 24 +++++++++++++++++++++++-
1 file changed, 23 insertions(+), 1 deletion(-)
diff --git a/helm/www/matita/library.shtml b/helm/www/matita/library.shtml
index c22db5e1c..3c4246f31 100644
--- a/helm/www/matita/library.shtml
+++ b/helm/www/matita/library.shtml
@@ -59,8 +59,30 @@
The Formal System λδ (lambda-delta)
+
+ The formal system λδ is a typed λ-calculus that
+ pursues the unification of terms, types, environments and contexts
+ as the main goal.
+ λδ takes some features from the Automath-related
+ λ-calculi and some from the pure type systems, but differs
+ from both in that it does not include the Π construction while it
+ provides for an abbreviation mechanism at the level of terms.
+
+
+ The development presents the proofs of some important properties that
+ λδ enjoys. In particular:
+
- the confluence of reduction
+ - the correctness of types
+ - the uniqueness of types up to conversion
+ - the subject reduction of the type assignment
+ - the strong normalization of the typed terms
+ - the decidability of type inference problem
+
+
+
- See the λδ home page.
+ See the λδ home page
+ for more information.
--
2.39.2