-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfk.bib
2928 lines (2595 loc) · 86.8 KB
/
fk.bib
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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
% General bib file.
% Florent Kirchner.
%
% Syntax close to DBLP
%
% Macros and common definitions are in
% \include{abbrevs.bib}
%
% Crossref conferences and events are in
% \include{events.bib}
%
% Install (symlink) these files in
% /usr/share/texmf-texlive/bibtex/bib/users
% Then run
% sudo texhash /usr/share/texmf-texlive
%%%%%% W %%%%%%%
@inproceedings{KirchnerSFDMPV16,
author={Kirchner, Florent and Sadmi, Franck and Flanc, Sébastien and Duboc, Lucas and Marteau, Hélène and Prevosto, Virgile and Vedrine, Franck},
title={Safer Marine and Offshore Software with Formal-Verification-Based Guidelines},
year={2016},
booktitle={Embedded real time software and systems},
}
@article{KirchnerKPSY15,
author={Kirchner, Florent and Kosmatov, Nikolai and Prevosto, Virgile and Signoles, Julien and Yakobowski, Boris},
title={Frama-{C}: A software analysis perspective},
journal={Formal Aspects of Computing},
url={http://dx.doi.org/10.1007/s00165-014-0326-7},
publisher={Springer London},
pages={1-37},
year={2015},
abstract={Frama-C is a source code analysis platform that aims at conducting verification of industrial-size C programs. It provides its users with a collection of plug-ins that perform static analysis, deductive verification, and testing, for safety- and security-critical software. Collaborative verification across cooperating plug-ins is enabled by their integration on top of a shared kernel and datastructures, and their compliance to a common specification language. This foundational article presents a consolidated view of the platform, its main and composite analyses, and some of its industrial achievements.}
}
@article{Cachera201489,
title = "Inference of polynomial invariants for imperative programs: A farewell to Gröbner bases ",
journal = "Science of Computer Programming ",
volume = "93, Part B",
number = "0",
pages = "89-109",
year = "2014",
note = "Special Issue on Invariant Generation ",
issn = "0167-6423",
doi = "http://dx.doi.org/10.1016/j.scico.2014.02.028",
url = "http://www.sciencedirect.com/science/article/pii/S0167642314000951",
author = "David Cachera and Thomas Jensen and Arnaud Jobin and Florent Kirchner",
keywords = "Polynomial invariants",
keywords = "Static analysis",
keywords = "Abstract interpretation ",
abstract = "Abstract The article presents a static analysis for computing polynomial invariants for imperative programs. The analysis is derived from an abstract interpretation of a backwards semantics, and computes preconditions for equalities of the form g = 0 to hold at the end of execution. A distinguishing feature of the technique is that it computes polynomial loop invariants without resorting to Gröbner base computations. The analysis uses remainder computations over parameterized polynomials in order to handle conditionals and loops efficiently. The algorithm can analyze and find a large majority of loop invariants reported previously in the literature, and executes significantly faster than implementations using Gröbner bases. "
}
@inproceedings{conf/nfm/GoodloeMKC13,
author = {Alwyn Goodloe and
C{\'e}sar A. Mu{\~n}oz and
Florent Kirchner and
Lo\"{\i}c Correnson},
title = {Verification of Numerical Programs: From Real Numbers to
Floating Point Numbers},
booktitle = {NASA Formal Methods},
year = {2013},
pages = {441-446},
ee = {http://dx.doi.org/10.1007/978-3-642-38088-4_31},
crossref = {conf/nfm/2013},
abstract = {Verifying that rounding errors arising in a C implementation of a formally proven algorithm do not affect its correctness.}
}
@inproceedings{conf/sefm/CuoqKKPSY12,
author = {Pascal Cuoq and
Florent Kirchner and
Nikolai Kosmatov and
Virgile Prevosto and
Julien Signoles and
Boris Yakobowski},
title = {{Frama-C} -- {A} Software Analysis Perspective},
booktitle = {SEFM},
year = {2012},
pages = {233-247},
ee = {http://dx.doi.org/10.1007/978-3-642-33826-7_16},
crossref = {conf/sefm/2012},
abstract = {Frama-C is a source code analysis platform that aims at conducting verification of industrial-size C programs. It provides its users with a collection of plug-ins that perform static analysis, deductive verification, and testing, for safety- and security-critical software. },
}
@inproceedings{conf/npic/CuoqHKLTY,
author = {Pascal Cuoq and
Philippe Hilsenkopf and
Florent Kirchner and
S\'{e}bastien Labb\'{e} and
Nguyen Thuy and
Boris Yakobowski},
title = {Formal verification of software important to safety using the {Frama-C} tool suite},
booktitle = {NPIC\&HMIT},
booktitle = {Proceedings of the 8th International Topical Meeting on Nuclear Plant Instrumentation, Control and Human Machine Interface Technologies},
year = {2012},
}
@inproceedings{conf/cade/CuoqKY12,
author = {Pascal Cuoq and
Florent Kirchner and
Boris Yakobowski},
title = {Benchmarking Static Analyzers},
booktitle = {COMPARE},
year = {2012},
pages = {32-35},
ee = {http://ceur-ws.org/Vol-873/papers/paper_5.pdf},
crossref = {conf/cade/2012compare},
abstract = {Static analysis benchmarks matter.},
}
@manual{man/fc/CorrensonEtAl12,
author = {Lo{\"{i}}c Correnson et al.},
title = {Frama-C User Manual},
ee = {http://frama-c.com/download/frama-c-user-manual.pdf},
year = {2012},
}
@inproceedings{conf/sas/CacheraJJK12,
author = {David Cachera and
Thomas P. Jensen and
Arnaud Jobin and
Florent Kirchner},
title = {Inference of Polynomial Invariants for Imperative Programs:
A Farewell to Gr{\"o}bner Bases},
booktitle = {SAS},
year = {2012},
pages = {58-74},
ee = {http://dx.doi.org/10.1007/978-3-642-33125-1_7},
crossref = {conf/sas/2012},
abstract = {We propose a static analysis for computing polynomial invariants for imperative programs. The analysis is derived from an abstract interpretation of a backwards semantics, and computes pre-conditions for equalities like g = 0 to hold at the end of execution.},
}
@techreport{rr/inria/CacheraJJK:RR11,
title = "Fast inference of polynomial invariants for imperative programs",
author = "David Cachera and Thomas Jensen and Arnaud Jobin and Florent Kirchner",
type = "Rapport de Recherche",
institution = "Inria",
number = "{RR}-7627",
year = {2011},
}
@article{journals:JensenKP:CoRR12,
author = {Thomas Jensen and
Florent Kirchner and
David Pichardie},
title = {Secure the Clones},
journal = {Logical Methods in Computer Science},
volume = {8},
number = {2},
year = {2012},
ee = {http://www.lmcs-online.org/ojs/viewarticle.php?id=1012},
abstract = {Exchanging mutable data objects with untrusted code is a delicate matter because of the risk of creating a data space that is accessible by an attacker.},
}
@inproceedings{conf/esop/JensenKP11,
author = {Thomas P. Jensen and
Florent Kirchner and
David Pichardie},
title = {Secure the Clones - Static Enforcement of Policies for Secure
Object Copying},
booktitle = {ESOP},
year = {2011},
pages = {317-337},
ee = {http://dx.doi.org/10.1007/978-3-642-19718-5_17},
crossref = {conf/esop/2011},
}
@misc{workshop/lfsa/KirchnerP10,
author = {Florent Kirchner and
Grant Passmore},
title = {Thinking Outside the (Arithmetic) Box: Certifying {RAHD} Computations},
year = {2010},
note = {Short paper at Logics for System Analysis},
abstract = {We present ongoing work on an architecture that enables the skeptical integration of RAHD into general-purpose proof assistants.},
}
@article{journals/jlp/KirchnerM10,
author = {Florent Kirchner and
C{\'e}sar Mu{\~n}oz},
title = {The proof monad},
journal = {J. Log. Algebr. Program.},
volume = {79},
number = {3-5},
year = {2010},
pages = {264-277},
ee = {http://dx.doi.org/10.1016/j.jlap.2010.03.002},
abstract = {This article illustrates how proof monads can be used to implement semantically clean control structure mechanisms in actual proof languages.},
}
@inproceedings{conf/wflp/KirchnerKK09,
author = {Claude Kirchner and
Florent Kirchner and
H{\'e}l{\`e}ne Kirchner},
title = {Constraint Based Strategies},
booktitle = {WFLP},
year = {2009},
pages = {13-26},
ee = {http://dx.doi.org/10.1007/978-3-642-11999-6_2},
crossref = {conf/wflp/2009},
}
@inproceedings{conf/ifip11-9/GehaniKS09,
author = {Ashish Gehani and
Florent Kirchner and
Natarajan Shankar},
title = {System Support for Forensic Inference},
booktitle = {IFIP Int. Conf. Digital Forensics},
year = {2009},
pages = {301-316},
ee = {http://dx.doi.org/10.1007/978-3-642-04155-6_23},
crossref = {conf/ifip11-9/2009},
}
@manual{man/etb/Kirchner08,
author = "The {CSL} Formal Methods and Dependable Systems Group",
title = {A Prototype {Evidential Tool Bus}},
year = {2008},
}
@inproceedings{journals/cp/KirchnerKK08,
author = {Claude Kirchner and
Florent Kirchner and
H\'{e}l\`{e}ne Kirchner},
title = {Strategic Computations and Deductions},
booktitle = {Reasoning in Simple Type Theory},
publisher = {College Publications},
series = {Mathematical Logic and Foundations},
volume = {17},
pages = {339-364},
year = {2008},
}
@phdthesis{phd/Kirchner07,
author = {Florent Kirchner},
title = {Interoperable Proof Systems},
year = {2007},
school = {{\'Ecole Polytechnique}},
}
@article{journals/entcs/KirchnerS07,
author = {Florent Kirchner and
Fran\c{c}ois-R{\'e}gis Sinot},
title = {Rule-Based Operational Semantics for an Imperative Language},
journal = {Electr. Notes Theor. Comput. Sci.},
volume = {174},
number = {1},
year = {2007},
pages = {35-47},
ee = {http://dx.doi.org/10.1016/j.entcs.2006.10.023},
}
@article{journals/entcs/KirchnerM07,
author = {Florent Kirchner and
C{\'e}sar Mu{\~n}oz},
title = {PVS\#: Streamlined Tacticals for PVS},
journal = {Electr. Notes Theor. Comput. Sci.},
volume = {174},
number = {11},
year = {2007},
pages = {47-58},
ee = {http://dx.doi.org/10.1016/j.entcs.2006.10.057},
}
@inproceedings{conf/types/Kirchner06,
author = {Florent Kirchner},
title = {A Finite First-Order Theory of Classes},
booktitle = {TYPES},
year = {2006},
pages = {188-202},
ee = {http://dx.doi.org/10.1007/978-3-540-74464-1_13},
crossref = {conf/types/2006},
}
@manual{man/fsp/Kirchner07,
author = {Florent Kirchner and
Claudio {Sacerdoti Coen}},
title = {The Fellowship proof manager},
ee = {http://www.lix.polytechnique.fr/Labo/Florent.Kirchner/fellowship},
year = {2007},
}
@inproceedings{workshop/jfla/Kirchner05,
author = {Florent Kirchner},
title = {Store-based Operational Semantics},
year = {2005},
publisher = {INRIA},
booktitle = {Seizi\`emes Journ\'ees Francophones des Langages Applicatifs},
}
@manual{man/coq/HerbelinKMN04,
author = {Hugo Herbelin and
Florent Kirchner and
Benjamin Monate and
Julien Narboux},
title = {Coq Version 8.0 for the Clueless (174 Hints)},
ee = {http://coq.inria.fr/doc/faq.html},
year = {2004},
}
@manual{man/practicals/Kirchner05,
author = {Florent Kirchner},
title = {Programmation Tacticals},
year = {2005},
ee = {http://research.nianet.org/fm-at-nia/Practicals/},
}
@mastersthesis{masters/Kirchner03,
author = {Florent Kirchner},
title = {Towards a Common Tactical Language : The Case of {Coq} and {PVS}},
school = {{DEA} Programmation : S{\'e}mantique, Preuves et Langages},
year = {2003},
}
@inproceedings{workshop/strata/Kirchner03,
author = {Florent Kirchner},
editor = {Mila Archer et al.},
title = {{Coq} Tacticals and {PVS} Strategies: A Small-Step Semantics},
pages = {69-83},
booktitle = {Design and Application of Strategies/Tactics in Higher Order Logics},
series = {NASA Conference Proceedings},
volume = {212448},
publisher = {NASA},
year = {2003},
}
@techreport{rr/nasa/fk:rr3d02,
author = {Alfons Geser and
C{\'e}sar Mu{\~{n}}oz and
Gilles Dowek and
Florent Kirchner},
title = {Air Traffic Conflict Resolution and Recovery},
institution = {ICASE-NASA Langley},
number = {Report No. 2002-12 NASA/CR-2002-211637},
year = {2002},
}
@misc{Kirchner01,
author = {Florent Kirchner},
title = {Optimal unconstrained solution to conflict resolution in 3-{D} airspace},
institution = {ICASE-NASA Langley},
note = {Internship report},
year = {2001},
}
%%%%%%% /W %%%%%%%
%%%%%%% Semantics %%%%%%%
@misc{ Sem:cours02,
author = "Fran{\c c}ois Pottier",
title = "Typage et Programmation",
howpublished = "DEA PSPL Lecture notes",
year = 2002,
}
% url = "pauillac.inria.fr/\~{}fpottier/mpri/dea-typage.ps.gz"
@incollection{ Sem:emlti05,
author = "Fran{\c c}ois Pottier and Didier R\'emy",
title = "The Essence of {ML} Type Inference",
booktitle = "Advanced Topics in Types and Programming Languages",
editor = "Benjamin Pierce",
chapter = "10",
pages = "389--489",
publisher = MIT,
year = 2005,
}
@inproceedings{ Sem:Dubois00,
author = "Catherine Dubois",
editor = "Mark Aagaard and John Harrison",
title = "Proving {ML} Type Soundness Within {Coq}",
pages = "126--144",
booktitle = tphol00,
publisher = SV,
series = lncs,
address = "Heidelberg",
volume = "1869",
year = 2000,
isbn = "3-540-67863-8",
}
@inproceedings{ Sem:DuboisB01,
author = "Catherine Dubois and Olivier Boite",
title = "Proving Type Soundness of a Simply Typed {ML}-like Language with References",
booktitle = tphol01,
editor = "Richard Boulton and Paul Jackson",
pages = "69--84",
year = 2001
}
@techreport{ Sem:Plotkin81,
author = "Gordon Plotkin",
institution = "Aarhus University",
number = "{DAIMI FN-19}",
title = "A structural approach to operational semantics",
year = 1981
}
@article{ Sem:RemyV98,
author = "Didier R{\'e}my and J{\'e}r{\^o}me Vouillon",
title = "Objective {ML}: An effective object-oriented extension to {ML}",
journal = "Theory And Practice of Object Systems",
year = 1998,
volume = "4",
number = "1",
pages = "27--50",
note = "A preliminary version appeared in the proceedings of the 24th {ACM} Conference on Principles of Programming Languages, 1997"
}
@book{ Sem:Winskel93,
author = "Glynn Winskel",
title = "The Formal Semantics of Programming Languages",
note = "{WIN} g2 93:1 P-Ex",
year = 1993,
publisher = MIT,
series = foc,
}
@inproceedings{ Sem:CrankF91,
title = "Parameter-Passing and the Lambda Calculus",
author = "Erik Crank and Matthias Felleisen",
month = jan,
year = 1991,
booktitle = popl18,
publisher = ACMP,
pages = "233--244",
}
@article{ Sem:WrightF94,
refkey = "C1210",
title = "A Syntactic Approach to Type Soundness",
author = "Andrew Wright and Matthias Felleisen",
pages = "38--94",
journal = icomp,
month = "15~" # nov,
year = 1994,
volume = "115",
number = "1"
}
@inproceedings{ Sem:Nipkow-MOD03,
author = "Tobias Nipkow",
title = "Jinja: Towards a Comprehensive Formal Semantics for a {J}ava-like Language",
booktitle = "Proc. Marktobderdorf Summer School 2003",
publisher = "{IOS} Press",
editor = "Helmut Schwichtenberg and Klaus Spies",
year = 2003
}
@inproceedings{ Sem:WasserrabNST06,
author = "Daniel Wasserrab and Tobias Nipkow and Gregor Snelting and Frank Tip",
title = "An Operational Semantics and Type Safety Proof for Multiple Inheritance in {C}++ ",
booktitle = "OOPSLA '06: Object oriented programming, systems, languages, and applications",
publisher = ACMP,
year = 2006
}
@article{ Sem:Nipkow98,
author = "Tobias Nipkow",
title = "Winskel is (almost) Right: Towards a Mechanized Semantics Textbook",
journal = "Formal Aspects of Computing",
volume = 10,
pages = "171--186",
year = 1998
}
@incollection{ Sem:Pitts02,
author = "Andrew Pitts",
title = "Operational Semantics and Program Equivalence",
booktitle = "Applied Semantics, Advanced Lectures",
pages = "378--412",
publisher = SV,
year = 2002,
editor = "Gilles Barthe and Peter Dybjer and Jo{\~a}o Saraiva",
volume = "2395",
series = lncs,
address = "Heidelberg",
}
@article{ Sem:HannanM92,
title = "From Operational Semantics to Abstract Machines",
author = "John Hannan and Dale Miller",
pages = "415--459",
journal = mscs,
month = dec,
year = 1992,
volume = "2",
number = "4"
}
@inproceedings{ Sem:Ager04,
title = "From Natural Semantics to Abstract Machines",
author = "Mads Sig Ager",
publisher = SV,
year = 2004,
volume = "3573",
booktitle = "Proc. 3rd Int. Symp. on Logic-based Program Synthesis and Transformation",
editor = "Sandro Etalle",
pages = "245--261",
series = lncs,
address = "Heidelberg",
}
@article{ Sem:MeseguerR06,
author = "Jos\'e Meseguer and Grigore Ro\c{s}u",
title = "The Rewriting Logic Semantics Project",
journal = tcs,
volume = "to appear",
year = 2006
}
@inproceedings{ Sem:AriolaS98,
title = "Correctness of Monadic State: An Imperative Call-by-Need Calculus",
author = "Zena Ariola and Amr Sabry",
year = 1998,
booktitle = popl25,
pages = "62--74",
}
%url = "http://doi.acm.org/10.1145/268946.268952",
%%%%%%% Programming %%%%%%%
@book{ Types:WhiteheadR10,
author = "Alfred North Whitehead and Bertrand Russell",
year = 1910,
title = "Principia Mathematica",
publisher = CUP,
}
@book{ Types:GirardLT89,
author = "J.-Y. Girard and Y. Lafont and P. Taylor",
title = "Proofs and Types",
series = "Cambridge Tracts in Theoretical Computer Science",
publisher = CUP,
year = 1989,
}
@incollection{ Prog:Wadler95,
author = "Philip Wadler",
title = "Monads for Functional Programming",
booktitle = "Advanced Functional Programming",
publisher = SV,
year = 1995,
editor = "Johan Jeuring and Erik Meijer",
volume = 925,
series = lncs,
address = "Heidelberg",
}
@inproceedings{ Prog:Moggi89,
author = "Eugenio Moggi",
title = "Computational Lambda-calculus and Monads",
booktitle = lics4,
publisher = IEEECSP,
note = "Superseded by~\cite{Prog:Moggi91}.",
year = 1989,
}
@article{ Prog:Moggi91,
author = "Eugenio Moggi",
title = "Notions of Computation and Monads",
journal = icomp,
year = 1991,
volume = 93,
pages = "55--92",
}
@misc{ ThCat:Buronni04,
author = "Albert Buronni",
title = "Th{\'{e}}orie des Cat{\'{e}}gories",
note = "Informal lectures",
year = 2004,
}
%%%%%%% Calculi %%%%%%%
@article{ Lbmm:wadler03,
author = "Philip Wadler",
title = "Call-by-value is Dual to Call-by-name",
journal = acmsn,
volume = "38",
number = "9",
pages = "189--201",
publisher = ACMP,
month = sep,
year = 2003,
}
@article{ Lbmm:curienherbelin00,
author = "Pierre-Louis Curien and Hugo Herbelin",
title = "The Duality of Computation",
booktitle = icfp5,
journal = acmsn,
volume = "35",
number = "9",
publisher = ACMP,
year = 2000,
}
@inproceedings{ Lbmm:UrbanB99,
author = "Christian Urban and Gavin Bierman",
title = "Strong Normalisation of Cut-elimination in Classical Logic",
booktitle = tlca4,
year = 1999,
isbn = "3-540-65763-0",
pages = "365--380",
publisher = SV,
}
@inproceedings{ Ls:HardinMP96,
author = "Th{\'e}r{\`e}se Hardin and Luc Maranget and Bruno Pagano",
title = "Functional Back-Ends within the Lambda-Sigma Calculus",
booktitle = icfp1,
year = 1996,
pages = "25--33",
publisher = ACMP,
}
@phdthesis{ Lb:Herbelin95,
title = "S\'{e}quents qu'on Calcule",
author = "Hugo Herbelin",
school = "Universit\'{e} Paris VII",
year = 1995,
month = jan,
}
@misc{ Lbmm:Herbelin05,
author = "Hugo Herbelin",
title = "C'est Maintenant qu'on Calcule",
note = "Habilitation \`a Diriger les Recherches",
year = 2005
}
@inproceedings{ Lbmm:Sacerdoti06,
title = "Explanation in Natural Language of {$\bar{\lambda}$}{$\mu$}{$\tilde{\mu}$}-Terms",
author = "Sacerdoti Coen, Claudio",
publisher = SV,
year = 2006,
volume = 3863,
booktitle = "Proc. 4th Int. Conf. on Mathematical Knowledge Management",
pages = "234--249",
series = lnai,
}
@inproceedings{ Lm:LengrandM06,
author = "St\'ephane Lengrand and Alexandre Miquel",
title = "A Classical Version of {$F_\omega$}",
booktitle = "Proc. 1st Workshop on Classical logic and Computation",
editor = "Stephen van Bakel and Stefano Berardi",
month = jul,
year = 2006,
}
@incollection{ ?:Urban01,
author = "Christian Urban",
title = "Strong Normalisation for a Gentzen-like Cut-Elimination Procedure",
editor = "Samson Abramsky",
booktitle = tlca5,
series = lncs,
address = "Heidelberg",
volume = "2044",
pages = "415--429",
publisher = SV,
year = 2001,
}
@article{ Lb:BarbaneraB96,
title = "A Symmetric Lambda Calculus for Classical Program Extraction",
author = "Franco Barbanera and Stefano Berardi",
journal = icomp,
year = 1996,
number = "2",
volume = "125",
pages = "103--117",
}
%%%%%%% Logics %%%%%%%
@book{ Lambda:Krivine93,
author = "Jean-Louis Krivine",
title = "Lambda-calculus, Types and Models",
note = "Translated from the 1990 French original by Ren\'e Cori",
publisher = EH,
year = 1993,
}
@conference{ Logics:deBruijn06,
author = "Nicolaas Govert de Bruijn",
title = "Philosophy of Mathematics Influenced by Formal Verification Systems and by Type Theory",
organization = "IHPST",
month = mar,
year = 2006,
}
@book{ FOL:Mendelson97,
author = "Elliott Mendelson",
title = "Introduction to Mathematical Logic (4th ed.)",
year = 1997,
isbn = "0-412-80830-7",
publisher = CH,
}
@article{ FOL:DHK01,
author = "Gilles Dowek and Th{\'e}r{\`e}se Hardin and Claude Kirchner",
title = "{HOL}-$\lambda\sigma$: an Intentional First-Order Expression of Higher-Order Logic",
journal = mscs,
year = 2001,
volume = "11",
number = "1",
pages = "21--45"
}
@article{ FOL:Dowek93,
title = "A Complete Proof Synthesis Method for the Cube of Type Systems",
author = "Gilles Dowek",
journal = jlc,
year = 1993,
number = 3,
volume = 3,
pages = "287--315",
}
@article{ FOL:Munoz01,
title = "Proof-term Synthesis on Dependent-Type Systems via Explicit Substitutions",
author = "C{\'e}sar Mu{\~n}oz",
journal = tcs,
year = 2001,
number = "1-2",
volume = "266",
pages = "407--440",
}
@inproceedings{ FOL:Corbineau03,
title = "First-Order Reasoning in the Calculus of Inductive Constructions",
author = "Pierre Corbineau",
publisher = SV,
year = 2003,
volume = 3085,
booktitle = types03,
editor = "Stefano Berardi and Mario Coppo and Ferruccio Damiani",
ISBN = "3-540-22164-6",
pages = "162--177",
series = lncs,
address = "Heidelberg",
}
@article{ FOL:Megill95,
title = "A Finitely Axiomatized Formalization of Predicate Calculus with Equality",
author = "Norman Megill",
pages = "435--453",
journal = "Notre Dame Journal of Formal Logic",
month = "Summer",
year = 1995,
volume = 36,
number = 3,
}
@article{ DM:DHK03,
author = "Gilles Dowek and Th{\'e}r{\`e}se Hardin and Claude Kirchner",
title = "Theorem Proving Modulo",
year = 2003,
journal = jar,
number = 1,
volume = 31,
pages = "33--72"
}
@techreport{ DM:DHK03tech,
author = "Gilles Dowek and Th{\'e}r{\`e}se Hardin and Claude Kirchner",
title = "Theorem Proving Modulo, revised version",
institution = "Institut National de Recherche en Informatique et en Automatique",
month = jul,
number = "4861",
type = "Rapport de Recherche",
year = 2003,
}
% url = "www.inria.fr/rrrt/rr-4861.html"
@inproceedings{ DM:BurelK07,
title = "Unbounded Proof-Length Speed-Up in Deduction Modulo",
author = "Guillaume Burel",
booktitle = "Computer Science Logic, 21st International Workshop",
publisher = SV,
year = 2007,
volume = "4646",
editor = "Jacques Duparc and Thomas A. Henzinger",
pages = "496--511",
series = lncs,
address = "Heidelberg",
}
@inproceedings{ FOL:Hagiya91,
title = "Higher-Order Unification as a Theorem Proving Procedure",
author = "Masami Hagiya",
year = 1991,
booktitle = "Proc. 8th Int. Conf. on Logic Programming",
pages = "270--284",
}
@article{ Subs:Rauszer74,
author = "Cecylia Rauszer",
title = "Semi-boolean Algebras and Their Applications to Intuitionistic Logic with Dual Operations",
journal = "Fundamenta Mathematicae",
volume = "83",
number = "3",
pages = "219--249",
year = 1974,
}
@article{ Subs:Crolard01,
author = "Tristan Crolard",
title = "Subtractive Logic",
journal = tcs,
volume = "254",
year = 2001,
}
@article{ Minimal:Johansson37,
title = "Der Minimalkalk{\"u}l, ein Reduzierter Intuitionistischer Formalismus",
author = "Ingebrigt Johansson",
year = 1937,
volume = 4,
pages = "119--136",
journal = "Compositio Mathematica"
}
@article{ Intuitionistic:Heyting30,
author = "Arendt Heyting",
title = "Die Formalen Reglen der Intuitionistischen Logik",
journal = "Sitzungsberichete der Preussischen Akademie der Wissenschaften, Physikalische-Mathematische Klasse",
year = 1930,
pages = "42--56",
}
@article{ Intuitionistic:Africk92,
author = "Henry Africk",
title = "Classical Logic, Intuitionistic Logic and the Peirce Rule",
journal = "Notre Dame Journal of Formal Logic",
volume = "33",
number = "2",
year = 1992,
pages = "229--235",
}
@article{ Intuitionistic:Prawitz77,
author = "Dag Prawitz",
title = "Meanings and Proofs: On the Conflict between Classical and Intuitionistic Logic",
journal = "Theoria",
volume = "43",
number = "1",
pages = "2--40",
year = 1977,
}
@incollection{ Intuitionistic:Kolmogorov25,
author = "Andrei Kolmogorov",
title = "On the Principle of the Excluded Middle",
booktitle = "From {F}rege to {G}{\"o}del: A Source Book in Mathematical Logic, 1879--1931",
publisher = "Harvard University Press",
year = 1967,
editor = "Jean van Heijenoort",
pages = "414--437",
address = "Cambridge, Massachusetts",
}
@article{ Sequent:Gentzen35,
author = "Gerhard Gentzen",
journal = "Mathematische Zeitschrift",
pages = "176--210",
title = "Untersuchungen {\"u}ber das Logisches Schlie{\ss}en",
volume = 1,
year = 1935,
}
@phdthesis{ Sequents:Lengrand06,
author = "St\'ephane Lengrand",
title = "Normalisation \& Equivalence in Proof Theory \& Type Theory",
school = "Universit\'e Paris 7 \& University of St Andrews",
year = 2006,
}
@inproceedings{ Sequents:LengrandDM06,
author = "St\'ephane Lengrand and Roy Dyckhoff and James McKinna",
title = "A Sequent Calculus for {Pure Type Systems}",
booktitle = csl06,
editor = "Zoltan Esik",
publisher = SV,
series = lncs,
address = "Heidelberg",
volume = 4207,
month = sep,
year = 2006,
place = "Szeged, Hungary",
pages = "441--455",
}
@article{ Sequent:Dyckhoff92,
author = "Roy Dyckhoff",
title = "Contraction-free Sequent Calculi for Intuitionistic Logic",
journal = jsl,
volume = 57,
pages = "795--807",
year = 1992,
}
@inproceedings{ Sequent:DyckhoffP98,
author = "Lu{\'\i}s Pinto and Roy Dyckhoff",
title = "Sequent Calculi for the Normal Terms of the $\lambda{\Pi}$- and $\lambda{\Pi}{\Sigma}$-Calculi",
editor = "Didier Galmiche",
volume = "17",
series = entcs,
address = "Amsterdam",
booktitle = "Proc. Workshop on Proof Search in Type-Theoretic Languages",
year = 1998,
publisher = ES,
month = jul,
}
%url = "http://www.elsevier.com/locate/entcs/volume17.html",
@article{ Linear:Andreoli92,
author = "Jean-Marc Andreoli",
title = "Logic Programming with Focusing Proofs in Linear Logic",
journal = jlc,
volume = "2",
number = "3",
pages = "297--347",
year = 1992,
}
@misc{ Linear:Saurin06,
author = "Alexis Saurin",
title = "Focussing as Proof Normalization",
note = "Informal discussions",
year = 2006
}
@article{ PTS:Munoz01,
author = "C\'esar Mu{\~{n}}oz",
title = "Proof-term Synthesis on Dependent-type Systems via Explicit Substitutions",
journal = tcs,
volume = "266",
pages = "407--440",
year = 2001,
}
@article{ PTS:Munoz01a,
author = "C\'esar Mu{\~{n}}oz",
title = "Dependent types and explicit substitutions",
journal = mscs,
issue = "Theory and applications of explicit substitutions",
volume = "11",
number = "1",
pages = "91--129",
month = "February",
note = {It also appears as report NASA/CR-1999-209722 ICASE No. 99-43.},
year = 2001
}
@inproceedings{ PTS:CousineauD07,
author = "Denis Cousineau and Gilles Dowek",
title = "Embedding Pure Type Systems in Lambda {Pi} calculus modulo",
publisher = SV,
volume = "4583",
editor = "Simona Ronchi Della Rocca",
pages = "102--117",
series = lncs,
address = "Heidelberg",
year = 2007
}
@inproceedings{ PTS:SeveriP94,
title = "Pure Type Systems with Definitions",
author = "Paula Severi and Erik Poll",
booktitle = "Proc. 3rd Int. Symp. on Logical Foundations of Computer Science",
publisher = SV,
year = 1994,
volume = "813",
editor = "Anil Nerode and Yuri Matiyasevich",
pages = "316--328",
series = lncs,
address = "Heidelberg",
}
@inproceedings{ CIC:Paulin93,
author = "Christine Paulin-Mohring",
title = "Inductive Definitions in the System {Coq}: Rules and Properties",
booktitle = tlca1,
editor = "Marc Bezem and Jan Friso Groote",
pages = "328--345",
series = lncs,
address = "Heidelberg",
number = 664,
year = 1993