-
Notifications
You must be signed in to change notification settings - Fork 1
/
README
61 lines (41 loc) · 1.85 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
================================
Readme
================================
===========================================
Name : Lambek-Calculus
Title: A Coq toolkit for Lambek Calculus
Authors: Houda ANOUN & Pierre CASTERAN
Institution: LaBRI , Bordeaux
Date : March - July 2003
===========================================
Description:
------------
This library contains some definitions concerning Lambek calculus ...
Three formalisations of this calculus are proposed, and also some certified
functions which translate derivations from one formalism to another...
Several derived properties are proved and also some meta-theorems...
Users can define their own lexicons and use the defined tactics to prove the
derivation of sentences in a particular system (L, NL, LP, NLP ...)
Keywords: Computational linguistic, categorial grammar, Lambek Calculus...
--------
Interested users can find more details about this library in the INRIA research report
titled 'Logical Toolkit for Lambek Calculus'
Files contents :
===============
Form.v : axiomatic presentation of Lambek Calculus
Semantics.v & Filters.v : proof that axiomatic presentation is sound and complete
(using Kripke Models)
Sequent.v : sequent calculus
ReplaceProp.v : some properties of the predicate 'replace'
NaturalDeduction.v: natural deduction
Polarity.v: Polarity meta-theorem
CutSequent.v:sub-formula property
LSeqProp.v : some properties concerning L system
Tactics.v : some tactics defined in Ltac language
Example*.v : some examples
ArrowDed.v: functions that translate derivations from the axiomatic presentation
to natural deduction formalism and conversely
ArrowGentzen.v:functions that translate derivations from gentzen calculus
to axiomatic presentation and conversely
GentzenDed.v:functions that translate derivations from gentzen calculus
to natural deduction formalism and conversely