| author | Christian Urban <christian dot urban at kcl dot ac dot uk> | 
| Mon, 26 Aug 2013 17:42:31 +0100 | |
| changeset 210 | 45f0eb6c2f6e | 
| parent 201 | caafd19e790d | 
| child 213 | b7bf46c8e3d9 | 
| permissions | -rw-r--r-- | 
| 2 | 1 | <?xml version="1.0" encoding="utf-8"?> | 
| 2 | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> | |
| 3 | <HEAD> | |
| 4 | <TITLE> Christian Urban </TITLE> | |
| 24 | 5 | <BASE HREF="http://www.inf.kcl.ac.uk/staff/urbanc/"> | 
| 23 | 6 | <script type="text/javascript"> | 
| 7 | ||
| 8 | var _gaq = _gaq || []; | |
| 9 | _gaq.push(['_setAccount', 'UA-4143458-4']); | |
| 10 | _gaq.push(['_trackPageview']); | |
| 11 | ||
| 12 |   (function() {
 | |
| 13 |     var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
 | |
| 14 |     ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
 | |
| 15 |     var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
 | |
| 16 | })(); | |
| 17 | ||
| 18 | </script> | |
| 2 | 19 | </HEAD> | 
| 20 | ||
| 21 | <BODY TEXT="#000000" | |
| 22 | BGCOLOR="#4169E1" | |
| 23 | LINK="#0000EF" | |
| 24 | VLINK="#51188E" | |
| 25 | ALINK="#FF0000"> | |
| 26 | ||
| 27 | <TABLE WIDTH="100%" | |
| 28 | BGCOLOR="#4169E1" | |
| 29 | BORDER="0" | |
| 30 | FRAME="border" | |
| 31 | CELLPADDING="10" | |
| 32 | CELLSPACING="2" | |
| 33 | RULES="all"> | |
| 34 | ||
| 35 | <!-- left column --> | |
| 36 | <TR> | |
| 37 | <TD BGCOLOR="#FFFFFF" | |
| 38 | WIDTH="24%" | |
| 39 | VALIGN="TOP" | |
| 197 
2a65056de0cb
updated
 Christian Urban <christian dot urban at kcl dot ac dot uk> parents: 
195diff
changeset | 40 | ROWSPAN="19"> | 
| 2 | 41 | |
| 42 | <B>Links</B><BR> | |
| 24 | 43 | <A HREF="http://www.inf.kcl.ac.uk/staff/urbanc/">Home</A><BR> | 
| 44 | <A HREF="http://www.inf.kcl.ac.uk/staff/urbanc/publications.html">Publications</A><BR> | |
| 45 | <A HREF="http://www.inf.kcl.ac.uk/staff/urbanc/teaching.html">Teaching</A><BR> | |
| 46 | <A HREF="http://www.inf.kcl.ac.uk/staff/urbanc/travelling.html">Recent Talks</A><BR> | |
| 2 | 47 | <A HREF="http://isabelle.in.tum.de/nominal/">My Research Group</A> | 
| 48 | <BR> | |
| 49 | <BR> | |
| 50 | ||
| 51 | <B>Handy Information</B><BR> | |
| 24 | 52 | <A HREF="http://www.inf.kcl.ac.uk/staff/urbanc/logic.html">People in Logic</A><BR> | 
| 53 | <A HREF="http://www.inf.kcl.ac.uk/staff/urbanc/programming.html">Programming Languages</A><BR> | |
| 54 | <A HREF="http://www.inf.kcl.ac.uk/staff/urbanc/misc.html">Miscellaneous</A> | |
| 2 | 55 | <BR><BR> | 
| 56 | ||
| 39 | 57 | <table border="0"> | 
| 58 | <tr> | |
| 59 | <td> | |
| 2 | 60 | <A HREF="http://isabelle.in.tum.de/nominal/"> | 
| 39 | 61 | <IMG SRC="nominal-logo.gif" ALT="" style="border-width: 0px;" align="left"></A> | 
| 62 | </td> | |
| 63 | </tr> | |
| 64 | <tr> | |
| 65 | <td> | |
| 66 | <A HREF="http://www.inf.kcl.ac.uk/staff/urbanc/Cookbook/"> | |
| 67 | <IMG SRC="Cookbook/logo-documentation.gif" ALT="" style="border-width: 0px;" align="left"></A> | |
| 68 | </td> | |
| 69 | </tr> | |
| 70 | </table> | |
| 2 | 71 | </TD> | 
| 72 | ||
| 73 | ||
| 74 | <!-- right column --> | |
| 75 | <TD BGCOLOR="#FFFFFF" WIDTH="75%"> | |
| 76 | <h2>Publications</h2> | |
| 77 | <FONT COLOR="#800000"><B>Warning:</B></FONT> | |
| 78 | Currently not all papers are available from this page. | |
| 79 | Please email me for copies of the papers you cannot find. | |
| 80 | </TD> | |
| 81 | </TR> | |
| 82 | ||
| 83 | <TR> | |
| 84 | <TD BGCOLOR="#FFFFFF" WIDTH="75%"> | |
| 85 | <H3>Pending</H3> | |
| 86 | ||
| 87 | <p><B>A Formalisation of the Myhill-Nerode Theorem based on Regular Expressions.</B> | |
| 195 
7695cc4ce14a
updated
 Christian Urban <christian dot urban at kcl dot ac dot uk> parents: 
190diff
changeset | 88 | (with Wu and Zhang) Journal version. The first round of reviews has been positive. | 
| 
7695cc4ce14a
updated
 Christian Urban <christian dot urban at kcl dot ac dot uk> parents: 
190diff
changeset | 89 | We are asked to make some modifications. | 
| 24 | 90 | [<A HREF="http://www.inf.kcl.ac.uk/staff/urbanc/Publications/rexp.pdf">pdf</A>] | 
| 2 | 91 | |
| 173 
db02820fd029
added
 Christian Urban <christian dot urban at kcl dot ac dot uk> parents: 
172diff
changeset | 92 | <p><B>Priority Inheritance Protocol Proved Correct.</B> | 
| 
db02820fd029
added
 Christian Urban <christian dot urban at kcl dot ac dot uk> parents: 
172diff
changeset | 93 | (with Zhang and Wu) Journal version. Submitted. | 
| 
db02820fd029
added
 Christian Urban <christian dot urban at kcl dot ac dot uk> parents: 
172diff
changeset | 94 | [<A HREF="http://www.inf.kcl.ac.uk/staff/urbanc/Publications/pip.pdf">pdf</A>] | 
| 
db02820fd029
added
 Christian Urban <christian dot urban at kcl dot ac dot uk> parents: 
172diff
changeset | 95 | |
| 2 | 96 | <p><B>How to Prove False using the Variable Convention.</B> | 
| 97 | Appears as a poster at TTVSI, 1 page. | |
| 24 | 98 | [<A HREF="http://www.inf.kcl.ac.uk/staff/urbanc/Publications/mike-poster-abstract-08.pdf">pdf</A>] | 
| 99 | [<A HREF="http://www.inf.kcl.ac.uk/staff/urbanc/Publications/mike-poster-08.pdf">poster</A>] | |
| 2 | 100 | |
| 101 | <p><B>Strong Induction Principles in the Locally Nameless | |
| 102 | Representation of Binders (Preliminary Notes).</B> (with Pollack) A shorter version | |
| 103 | of this paper was accepted at WMM'07. | |
| 24 | 104 | [<A HREF="http://www.inf.kcl.ac.uk/staff/urbanc/Publications/ln.pdf">pdf</A>] | 
| 2 | 105 | </TD> | 
| 106 | </TR> | |
| 15 | 107 | |
| 2 | 108 | <TR> | 
| 109 | <TD BGCOLOR="FFFFFF" WIDTH="75%"> | |
| 197 
2a65056de0cb
updated
 Christian Urban <christian dot urban at kcl dot ac dot uk> parents: 
195diff
changeset | 110 | <H3>2013</H3> | 
| 
2a65056de0cb
updated
 Christian Urban <christian dot urban at kcl dot ac dot uk> parents: 
195diff
changeset | 111 | <p><B>Mechanising Turing Machines and Computability Theory in Isabelle/HOL.</B> | 
| 
2a65056de0cb
updated
 Christian Urban <christian dot urban at kcl dot ac dot uk> parents: 
195diff
changeset | 112 | (with Xu and Zhang) In Proceedings of the 4th Conference on Interactive | 
| 
2a65056de0cb
updated
 Christian Urban <christian dot urban at kcl dot ac dot uk> parents: 
195diff
changeset | 113 | Theorem Proving (ITP 2013). In Volume 7998 of Lecture Notes in | 
| 
2a65056de0cb
updated
 Christian Urban <christian dot urban at kcl dot ac dot uk> parents: 
195diff
changeset | 114 | Computer Science. Pages 147-162. | 
| 
2a65056de0cb
updated
 Christian Urban <christian dot urban at kcl dot ac dot uk> parents: 
195diff
changeset | 115 | [<A HREF="http://www.inf.kcl.ac.uk/staff/urbanc/Publications/tm.pdf">pdf</A>] | 
| 210 
45f0eb6c2f6e
added CPP
 Christian Urban <christian dot urban at kcl dot ac dot uk> parents: 
201diff
changeset | 116 | <p><B>A Formal Model and Correctness Proof for an Access Control Policy Framework.</B> | 
| 
45f0eb6c2f6e
added CPP
 Christian Urban <christian dot urban at kcl dot ac dot uk> parents: 
201diff
changeset | 117 | (with Wu and Zhang) In Proceedings of the 3rd Conference on Certified Programs | 
| 
45f0eb6c2f6e
added CPP
 Christian Urban <christian dot urban at kcl dot ac dot uk> parents: 
201diff
changeset | 118 | and Proofs (CPP 2013). In Lecture Notes in Computer Science. | 
| 197 
2a65056de0cb
updated
 Christian Urban <christian dot urban at kcl dot ac dot uk> parents: 
195diff
changeset | 119 | </TD> | 
| 
2a65056de0cb
updated
 Christian Urban <christian dot urban at kcl dot ac dot uk> parents: 
195diff
changeset | 120 | </TR> | 
| 
2a65056de0cb
updated
 Christian Urban <christian dot urban at kcl dot ac dot uk> parents: 
195diff
changeset | 121 | |
| 
2a65056de0cb
updated
 Christian Urban <christian dot urban at kcl dot ac dot uk> parents: 
195diff
changeset | 122 | |
| 
2a65056de0cb
updated
 Christian Urban <christian dot urban at kcl dot ac dot uk> parents: 
195diff
changeset | 123 | <TR> | 
| 
2a65056de0cb
updated
 Christian Urban <christian dot urban at kcl dot ac dot uk> parents: 
195diff
changeset | 124 | <TD BGCOLOR="FFFFFF" WIDTH="75%"> | 
| 131 | 125 | <H3>2012</H3> | 
| 126 | <p><B>General Bindings and Alpha-Equivalence in Nominal Isabelle.</B> | |
| 127 | (with Kaliszyk) Journal of Logical | |
| 135 | 128 | Methods in Computer Science, Volume 8 (2:14), 2012. 35 pages. | 
| 131 | 129 | [<A HREF="http://www.inf.kcl.ac.uk/staff/urbanc/Publications/lmcs.pdf">pdf</A>] | 
| 130 | ||
| 131 | <p><b>Priority Inheritance Protocol Proved Correct.</B> | |
| 132 | (with Zhang and Wu) In Proceedings of the 3rd Conference on Interactive | |
| 133 | Theorem Proving (ITP 2012). In Volume 7406 of Lecture Notes in | |
| 134 | Computer Science. Pages 217-232. | |
| 190 
456ba8991c23
tuned
 Christian Urban <christian dot urban at kcl dot ac dot uk> parents: 
186diff
changeset | 135 | © <A HREF="http://link.springer.com/chapter/10.1007%2F978-3-642-32347-8_15">Springer Verlag</A> | 
| 131 | 136 | [<A HREF="http://www.inf.kcl.ac.uk/staff/urbanc/Publications/itp-12.pdf">pdf</A>]<BR><BR> | 
| 137 | ||
| 138 | (In the published version is a bogus sentence after the definition | |
| 172 
b82bb37cf1d3
typo
 Christian Urban <christian dot urban at kcl dot ac dot uk> parents: 
171diff
changeset | 139 | of detached and also a typo in the definition of schs. Both are corrected | 
| 171 
2b296c092188
typos
 Christian Urban <christian dot urban at kcl dot ac dot uk> parents: 
154diff
changeset | 140 | in the version above.) | 
| 131 | 141 | </TD> | 
| 142 | </TR> | |
| 143 | ||
| 144 | ||
| 145 | <TR> | |
| 146 | <TD BGCOLOR="FFFFFF" WIDTH="75%"> | |
| 2 | 147 | <H3>2011</H3> | 
| 148 | <p><B>General Bindings and Alpha-Equivalence in Nominal Isabelle.</B> | |
| 149 | (with Kaliszyk) | |
| 150 | In Proceedings of the 20th European Symposium on Programming (ESOP 2011). | |
| 151 | In Volume 6602 of Lecture Notes in Computer Science. Pages 480-500. | |
| 152 | © <A HREF="http://link.springer.de/link/service/series/0558/tocs/t6602.htm">Springer Verlag</A> | |
| 24 | 153 | [<A HREF="http://www.inf.kcl.ac.uk/staff/urbanc/Publications/esop-11.pdf">pdf</A>] | 
| 2 | 154 | |
| 155 | <p><B>A Formalisation of the Myhill-Nerode Theorem based on Regular Expressions (Proof | |
| 156 | Pearl).</B> | |
| 157 | (with Wu and Zhang) | |
| 158 | In Proceedings of the 2nd Conference on Interactive Theorem Proving (ITP 2011). | |
| 159 | In Volume 6898 of Lecture Notes in Computer Science. Pages 341-356. | |
| 160 | © <A HREF="http://link.springer.de/link/service/series/0558/tocs/t6898.htm">Springer Verlag</A> | |
| 24 | 161 | [<A HREF="http://www.inf.kcl.ac.uk/staff/urbanc/Publications/itp-11.pdf">pdf</A>] | 
| 2 | 162 | |
| 163 | <p><B>Quotients Revisited for Isabelle/HOL.</B> | |
| 164 | (with Kaliszyk) In Proceedings of the ACM Symposium on Applied | |
| 165 | Computing (SAC 2011), Software Verification and Testing track, | |
| 166 | Pages 1639-1644. | |
| 40 | 167 | [<A HREF="http://www.inf.kcl.ac.uk/staff/urbanc/Publications/sac-11.pdf">pdf</A>]<BR><BR> | 
| 168 | ||
| 169 | (We silently assume in this paper to only lift from types that have | |
| 170 | covariant type-constructors. Many thanks to Ondřej Kunčar, | |
| 82 | 171 | who pointed this out. John Wickerson pointed out a typo in Definition 2 and one in the | 
| 84 | 172 | Appendix, which are corrected in the pdf-file above. Thanks!) | 
| 49 | 173 | |
| 174 | <p><B>Mechanizing the Metatheory of Mini-XQuery.</B> (with Cheney) | |
| 175 | In Proceedings of the 1st Conference on Certified Programs and Proofs (CPP 2011). | |
| 176 | In Volume 7086 of Lecture Notes in Computer Science. Pages 280-295. | |
| 177 | © <A HREF="http://link.springer.de/link/service/series/0558/tocs/t7086.htm">Springer Verlag</A> | |
| 178 | [<A HREF="http://www.inf.kcl.ac.uk/staff/urbanc/Publications/cpp-11.pdf">pdf</A>] | |
| 179 | ||
| 2 | 180 | </TD> | 
| 181 | </TR> | |
| 182 | ||
| 15 | 183 | <TR> | 
| 2 | 184 | <TD BGCOLOR="FFFFFF" WIDTH="75%"> | 
| 185 | <H3>2010</H3> | |
| 186 | <p><B>Proof Pearl: A New Foundation for Nominal Isabelle.</B> (with Huffman) | |
| 187 | In Proceedings of the 1st Conference on Interactive Theorem Proving (ITP 2010). | |
| 188 | In Volume 6172 of Lecture Notes in Computer Science. Pages 35-50. | |
| 189 | © <A HREF="http://link.springer.de/link/service/series/0558/tocs/t6172.htm">Springer Verlag</A> | |
| 24 | 190 | [<A HREF="http://www.inf.kcl.ac.uk/staff/urbanc/Publications/nominal-atoms.pdf">pdf</A>] | 
| 2 | 191 | |
| 192 | <p><B>Mechanizing the Metatheory of LF.</B> (with Cheney and Berghofer) | |
| 193 | In <A HREF="http://doi.acm.org/10.1145/1877714.1877721"> | |
| 194 | ACM Transactions on Computational Logic</A>, Vol 12(2), Pages 15:1 - 15:42, 2011. | |
| 195 | [<A HREF="http://isabelle.in.tum.de/nominal/LF/">technical report</A>] | |
| 196 | ||
| 197 | <p><B>Nominal Unification Revisited.</B> | |
| 198 | (invited paper) In Proceedings of the 24th Workshop on Unification (UNIF 2010). | |
| 199 | In Volume 42 of Electronic Proceedings in Theoretical Computer Science. Pages 1-11, 2010. | |
| 24 | 200 | [<A HREF="http://www.inf.kcl.ac.uk/staff/urbanc/Publications/univ-10.pdf">pdf</A>] | 
| 2 | 201 | |
| 202 | </TD> | |
| 203 | </TR> | |
| 204 | ||
| 15 | 205 | <TR> | 
| 2 | 206 | <TD BGCOLOR="FFFFFF" WIDTH="75%"> | 
| 207 | <H3>2009</H3> | |
| 208 | <p><B>Nominal Formalisations of Typical SOS Proofs.</B> | |
| 209 | (with Narboux) In Proceedings of the 3rd Workshop on Logical and Semantic | |
| 210 | Frameworks with Applications (LFSA'08). Electronic | |
| 211 | Notes in Theoretical Computer Science, 247, Pages 139-155, 2009. | |
| 212 | [<A HREF="http://isabelle.in.tum.de/nominal/manual/SOS.pdf">pdf</A>]. | |
| 213 | ||
| 214 | <p><B>Proceedings of Theorem Proving in Higher Order Logics (TPHOLs'09).</B> | |
| 215 | (with Berghofer, Nipkow and Wenzel) Volume 5674 of Lecture Notes in | |
| 216 | Computer Science, 2009. | |
| 217 | © <A HREF="http://link.springer.de/link/service/series/0558/tocs/t5674.htm">Springer Verlag</A> | |
| 218 | ||
| 219 | <p><B>Nominal Verification of W.</B> (with Nipkow) | |
| 220 | From Semantics to Computer Science, Essays in Honour of Gilles Kahn, | |
| 221 | edited by Bertot, Huet, Levy and Plotkin. Cambridge | |
| 222 | University Press, 2009. Pages 363-382. | |
| 24 | 223 | [<A HREF="http://www.inf.kcl.ac.uk/staff/urbanc/Publications/w-07.pdf">pdf</A>] | 
| 2 | 224 | </TD> | 
| 225 | </TR> | |
| 226 | ||
| 227 | <TR> | |
| 228 | <TD BGCOLOR="FFFFFF" WIDTH="75%"> | |
| 229 | <H3>2008</H3> | |
| 230 | <p><B>Mechanizing the Metatheory of LF.</B> (with Cheney and Berghofer) In Proceedings of the | |
| 231 | 23rd IEEE Symposium on Logic in Computer Science (LICS 2008), IEEE Computer Society, | |
| 232 | June 2008. Pages 45-56. | |
| 24 | 233 | [<A HREF="http://www.inf.kcl.ac.uk/staff/urbanc/Publications/lics-08.pdf">pdf</A>] More | 
| 2 | 234 | information is <A HREF="http://isabelle.in.tum.de/nominal/LF/index.html">elsewhere</A>. | 
| 235 | ||
| 236 | <p><B>Nominal Inversion Principles.</B> (with Berghofer) | |
| 237 | In Proceedings of 21st International Conference on Theorem Proving in | |
| 238 | Higher Order Logics (TPHOLs'08). In Volume 5170 of Lecture Notes in | |
| 239 | Computer Science. Pages 71-85. | |
| 240 | © <A HREF="http://link.springer.de/link/service/series/0558/tocs/t5170.htm">Springer Verlag</A> | |
| 24 | 241 | [<A HREF="http://www.inf.kcl.ac.uk/staff/urbanc/Publications/tphols-08.pdf">pdf</A>]<BR><BR> | 
| 2 | 242 | |
| 243 | (Note that the proof in figure 3 is chosen as an illustrative example to | |
| 244 | show how to use inversion principles (the main topic of the paper). If one | |
| 245 | does the induction on the beta-reduction relation, instead of the typing | |
| 246 | relation, then the proof is almost trivial and can be found automatically | |
| 247 | by Isabelle only using some very standard inversion principles for the | |
| 248 | typing relation.) | |
| 249 | ||
| 250 | <p><B>Mechanising a Proof of Craig's Interpolation Theorem for Intuitionistic Logic in | |
| 251 | Nominal Isabelle.</B> (with Chapman and McKinna) | |
| 252 | In Proceedings of 9th International Conference on Artificial Intelligence | |
| 253 | and Symbolic Computation (AISC'08). In Volume 5144 of Lecture Notes in | |
| 254 | Artificial Intelligene. Pages 38-52. | |
| 255 | © <A HREF="http://link.springer.de/link/service/series/0558/tocs/t5144.htm">Springer Verlag</A> | |
| 256 | ||
| 257 | ||
| 258 | ||
| 259 | <p><B>Revisiting Cut-Elimination: One Difficult Proof is Really a Proof.</B> (with Zhu) | |
| 260 | In Proceedings of the 19th International Conference on Rewriting Techniques | |
| 261 | and Applications (RTA 2008). In Volume 5117 of Lecture Notes in Computer Science. | |
| 262 | Pages 409-424. | |
| 263 | © <A HREF="http://link.springer.de/link/service/series/0558/tocs/t5117.htm">Springer Verlag</A> | |
| 24 | 264 | [<A HREF="http://www.inf.kcl.ac.uk/staff/urbanc/Publications/rta-08.pdf">pdf</A>]<BR><BR> | 
| 2 | 265 | |
| 266 | (This paper corrects some lemmas in my PhD-thesis. The errors were found by formalising | |
| 267 | the proof in Nominal Isabelle.) | |
| 268 | </TD> | |
| 269 | </TR> | |
| 270 | ||
| 271 | <TR> | |
| 272 | <TD BGCOLOR="FFFFFF" WIDTH="75%"> | |
| 273 | <H3>2007</H3> | |
| 274 | <p><B>Barendregt's Variable Convention in Rule Inductions.</B> | |
| 275 | (with Berghofer and Norrish) In Proceedings of the 21th | |
| 276 | Conference on Automated Deduction (CADE 2007). In volume 4603 | |
| 277 | of Lecture Notes in Artificial Intelligence. Bremen, Germany. | |
| 278 | July 2007. Pages 35-50. | |
| 279 | © <A HREF="http://link.springer.de/link/service/series/0558/tocs/t4603.htm">Springer Verlag</A> | |
| 103 | 280 | [<A HREF="http://www.inf.kcl.ac.uk/staff/urbanc/Publications/cade07.pdf">pdf</A>] | 
| 24 | 281 | [<A HREF="http://www.inf.kcl.ac.uk/staff/urbanc/Publications/cade07.ps">ps</A>] | 
| 2 | 282 | <BR><BR>This paper supersedes the MERLIN-paper from 2005. | 
| 283 | ||
| 284 | <p><B>Nominal Techniques in Isabelle/HOL.</B> In | |
| 285 | Journal of Automatic Reasoning, 2008, Vol. 40(4), 327-356. | |
| 24 | 286 | [<A HREF="http://www.inf.kcl.ac.uk/staff/urbanc/Publications/nom-tech.ps">ps</A>] | 
| 287 | [<A HREF="http://www.inf.kcl.ac.uk/staff/urbanc/Publications/nom-tech.pdf">pdf</A>] | |
| 2 | 288 | |
| 289 | <p><B>Formalising in Nominal Isabelle Crary's Completeness Proof for Equivalence Checking.</B> | |
| 290 | (with Narboux) In Proceedings of the International Workshop on Logical Frameworks and | |
| 291 | Meta-Languages: Theory and Practice (LFMTP 2007). Electronic Notes in | |
| 292 | Theoretical Computer Science. Vol. 196. Pages 3-18. | |
| 24 | 293 | [<A HREF="http://www.inf.kcl.ac.uk/staff/urbanc/Publications/lfmtp-07.pdf">pdf</A>]<BR><BR> | 
| 2 | 294 | |
| 295 | (There is a minor problem in the statement on page 4 where we write that alpha-renamings | |
| 296 | are required in order to show the equivalence of Q-Beta and Q-Beta': While the equivalence | |
| 297 | can be proved using alpha-renamings, it can also be proved by a careful analysis of the | |
| 298 | available freshness-constraints.) | |
| 299 | ||
| 300 | <p><B>Nominal Logic Programming.</B> (with Cheney) | |
| 301 | In <A HREF="http://dl.acm.org/citation.cfm?id=1387675"> | |
| 302 | ACM Transactions on Programming Languages and Systems</A>, | |
| 154 | 303 | 2008, Vol. 30(5), Pages 26:1-26:47. | 
| 2 | 304 | </TD> | 
| 305 | </TR> | |
| 306 | ||
| 307 | <TR> | |
| 308 | <TD BGCOLOR="FFFFFF" WIDTH="75%"> | |
| 309 | <H3>2006</H3> | |
| 310 | <p><B>Proof Theory of Classical Propositional Calculus.</B> | |
| 311 | (with Hyland, Bellin and Robinson) In Theoretical Computer | |
| 312 | Science 2006. Vol. 364(2). Pages 143-170. | |
| 24 | 313 | [<A HREF="http://www.inf.kcl.ac.uk/staff/urbanc/Publications/class-tcs.ps">ps</A>] | 
| 2 | 314 | |
| 315 | <p><B>A Recursion Combinator for Nominal Datatypes | |
| 316 | Implemented in Isabelle/HOL.</B> (with Berghofer) In Proceedings of the 3rd | |
| 317 | International Joint Conference on Automated Deduction (IJCAR 2006). | |
| 318 | Seattle, USA. In volume 4130 of Lecture Notes in Artificial Intelligence. | |
| 319 | Pages 498-512. | |
| 320 | © <A HREF="http://link.springer.de/link/service/series/0558/tocs/t4130.htm">Springer Verlag</A> | |
| 24 | 321 | [<A HREF="http://www.inf.kcl.ac.uk/staff/urbanc/Publications/ijcar-06.ps">ps</A>] | 
| 2 | 322 | |
| 323 | <p><B>Classical Logic is better than Intuitionistic Logic: | |
| 324 | A Conjecture about Double-Negation Translations.</B> (with Ratiu) In Proceedings | |
| 325 | of the 1st International Workshop on Classical Logic and Computation (CL & C 2006). | |
| 326 | Venice, Italy. 20pp. | |
| 24 | 327 | [<A HREF="http://www.inf.kcl.ac.uk/staff/urbanc/Publications/clc-06.ps">ps</A>] | 
| 2 | 328 | |
| 329 | <p><B>A Head-to-Head Comparison of de Bruijn Indices and Names.</B> (with Berghofer) | |
| 330 | In Proceedings of the International Workshop on Logical Frameworks and | |
| 331 | Meta-Languages: Theory and Practice (LFMTP 2006). Electronic Notes in | |
| 332 | Theoretical Computer Science. Vol. 174(5). Pages 53-67. | |
| 24 | 333 | [<A HREF="http://www.inf.kcl.ac.uk/staff/urbanc/Publications/lfmtp-06.ps">ps</A>] | 
| 2 | 334 | </TD> | 
| 335 | </TR> | |
| 336 | ||
| 337 | <TR> | |
| 338 | <TD BGCOLOR="FFFFFF" WIDTH="75%"> | |
| 339 | <H3>2005</H3> | |
| 340 | <p><B>A Formal Treatment of the Barendregt Variable Convention in Rule Inductions.</B> (with Norrish) | |
| 341 | In Proceedings of the ACM Workshop on Mechanized Reasoning about Languages with Variable | |
| 342 | Binding and Names (MERLIN 2005). Tallinn, Estonia. September 2005. Pages 25-32. © ACM, Inc. | |
| 24 | 343 | [<A HREF="http://www.inf.kcl.ac.uk/staff/urbanc/Publications/merlin-05.ps">ps</A>] | 
| 344 | [<A HREF="http://www.inf.kcl.ac.uk/staff/urbanc/Publications/merlin-05.pdf">pdf</A>] | |
| 2 | 345 | <p> | 
| 346 | (There was a small typo in the definition of permutation equality, which has been corrected | |
| 347 | in the versions above. This paper received favourable comments on the | |
| 348 | <A HREF="http://cs.nyu.edu/pipermail/fom/2005-December/009495.html">FOM</A> mailing-list.) | |
| 349 | ||
| 350 | <p><B>Nominal Techniques in Isabelle/HOL.</B> (with Tasson) In Proceedings of the 20th | |
| 351 | Conference on Automated Deduction (CADE 2005). In volume 3632 of Lecture Notes in Artificial | |
| 352 | Intelligence. Tallinn, Estonia. July 2005. Pages 38-53. | |
| 353 | © <A HREF="http://link.springer.de/link/service/series/0558/tocs/t3632.htm">Springer Verlag</A> | |
| 24 | 354 | [<A HREF="http://www.inf.kcl.ac.uk/staff/urbanc/Publications/nom-cade-05.ps">ps</A>] | 
| 2 | 355 | |
| 356 | <p><B>Avoiding Equivariance in Alpha-Prolog.</B> (with Cheney) In Proceedings of the 7th | |
| 357 | International Conference on Typed Lambda Calculi and Applications (TLCA 2005). | |
| 358 | In Volume 3461 of Lecture Notes in Computer Science. Nara, Japan. April 2005. Pages 401-416. | |
| 359 | © <A HREF="http://link.springer.de/link/service/series/0558/tocs/t3461.htm">Springer Verlag</A> | |
| 24 | 360 | [<A HREF="http://www.inf.kcl.ac.uk/staff/urbanc/Publications/alpha-tlca.ps">ps</A>] | 
| 2 | 361 | </TD> | 
| 362 | </TR> | |
| 363 | ||
| 364 | ||
| 365 | <TR> | |
| 366 | <TD BGCOLOR="FFFFFF" WIDTH="75%"> | |
| 367 | <H3>2004</H3> | |
| 368 | <p><B>Nominal Unification.</B> (with Pitts and Gabbay) In Theoretical Computer Science | |
| 369 | 2004. Vol. 323(1-3). Pages 473-497. | |
| 24 | 370 | [<A HREF="http://www.inf.kcl.ac.uk/staff/urbanc/Publications/nomu-tcs.ps">ps</A>] | 
| 371 | [<A HREF="http://www.inf.kcl.ac.uk/staff/urbanc/Publications/nomu-tcs.pdf">pdf</A>] | |
| 2 | 372 | |
| 373 | <p><B>Nominal Techniques for Reasoning about Formal Languages.</B> Reader for an advanced | |
| 374 | course at the ESSLLI summer school. 26 Pages. Appeared as LORIA technical report. | |
| 375 | ||
| 376 | <p><B>Alpha-Prolog: A Logic Programming Language with Names, Binding and Alpha-Equivalence.</B> | |
| 377 | (with Cheney) In Proceedings of the International Conference on Logic Programming | |
| 378 | (ICLP 2004). In Volume 3132 of Lecture Notes in Computer Science. St-Malo, France. | |
| 379 | September 2004. Pages 269-283. | |
| 380 | © <A HREF="http://link.springer.de/link/service/series/0558/tocs/t3132.htm">Springer Verlag</A> | |
| 24 | 381 | [<A HREF="http://www.inf.kcl.ac.uk/staff/urbanc/Publications/alpha-iclp.ps">ps</A>] | 
| 2 | 382 | </TD> | 
| 383 | </TR> | |
| 384 | ||
| 385 | <TR> | |
| 386 | <TD BGCOLOR="#FFFFFF" WIDTH="75%"> | |
| 387 | <H3>2003</H3> | |
| 388 | <p><B>Nominal Unification.</B> (with Pitts and Gabbay) | |
| 389 | In Proceedings of the Computer Science Logic and 8th Kurt Gödel Colloquium | |
| 390 | (CSL & KGC 2003). In Volume 2803 of Lecture Notes in Computer Science. Vienna, Austria. | |
| 391 | August 2003. Pages 513-527. | |
| 392 | © <A HREF="http://link.springer.de/link/service/series/0558/tocs/t2803.htm">Springer Verlag</A> | |
| 24 | 393 | [<A HREF="http://www.inf.kcl.ac.uk/staff/urbanc/Publications/nomu.ps">ps</A>] | 
| 2 | 394 | |
| 395 | <p><B>System Description: Alpha-Prolog, a Fresh Approach to Logic Programming Modulo | |
| 396 | Alpha-Equivalence.</B> (with Cheney) In Proceedings of the 17th International Workshop on | |
| 397 | Unification, UNIF'03. Valencia, Spain. June 2003. Technical Report | |
| 398 | DSIC-II/12/03, Departamento de Sistemas Informaticos y Computacion, | |
| 399 | Universidad Politecnica de Valencia, 2003. Pages 15-19. | |
| 24 | 400 | [<A HREF="http://www.inf.kcl.ac.uk/staff/urbanc/Publications/aprolog.ps">ps</A>] | 
| 2 | 401 | |
| 402 | <p><B>Work in Progress: Logic Programming with Names and Binding.</B> (with Cheney) | |
| 403 | CoLogNet Newsletter No. 4, 2003. Pages 25-28. | |
| 24 | 404 | [<A HREF="http://www.inf.kcl.ac.uk/staff/urbanc/Publications/aprolog-colognet.ps">ps</A>] | 
| 2 | 405 | </TD> | 
| 406 | </TR> | |
| 407 | ||
| 408 | <TR> | |
| 409 | <TD BGCOLOR="#FFFFFF" WIDTH="75%"> | |
| 410 | <H3>2002</H3> | |
| 411 | <p><B>Strong Normalisation of Herbelin's Explicit Substitution Calculus with | |
| 412 | Substitution Propagation.</B> | |
| 413 | (with Dyckhoff) Journal of Logic and Computation, Volume 13, No 5, Pages 689-706. | |
| 24 | 414 | [<A HREF="http://www.inf.kcl.ac.uk/staff/urbanc/Publications/jlc-03.pdf">pdf</A>] | 
| 2 | 415 | |
| 416 | <!-- | |
| 417 | <p><B>Revisiting Zucker's Work on the Correspondence Between Cut-Elimination and | |
| 418 | Normalisation.</B> Accepted for publication in the proceedings of the natural deduction meeting in | |
| 419 | Rio de Janeiro (will appear in the Advances in Natural Deduction volume published by Kluwer).--> | |
| 420 | </TD> | |
| 421 | </TR> | |
| 422 | ||
| 423 | <TR> | |
| 424 | <TD BGCOLOR="#FFFFFF" WIDTH="75%"> | |
| 425 | <H3>2001</H3> | |
| 426 | <p><B>Strong Normalisation of Cut-Elimination in Classical Logic.</B> (with Bierman) | |
| 427 | Fundamenta Informaticae, 45(1-2), January 2001, Pages 123-155. | |
| 24 | 428 | [<A HREF="http://www.inf.kcl.ac.uk/staff/urbanc/Publications/fi-01.ps.gz">ps.gz</A>] | 
| 429 | [<A HREF="http://www.inf.kcl.ac.uk/staff/urbanc/Publications/fi-01.pdf">pdf</A>] | |
| 2 | 430 | |
| 431 | <p><B>Strong Normalisation of Herbelin's Explicit Substitution Calculus with | |
| 432 | Substitution Propagation.</B> (with Dyckhoff) In Proceedings of the 4th | |
| 433 | Workshop on Explicit Substitutions Theory and Applications (WESTAPP'01). | |
| 434 | Logic Group Preprint series No 210. Utrecht, the Netherlands. May 2001. Pages 26-45. | |
| 24 | 435 | [<A HREF="http://www.inf.kcl.ac.uk/staff/urbanc/Publications/westapp-01.pdf">pdf</A>] | 
| 2 | 436 | |
| 437 | <p><B>Strong Normalisation for a Gentzen-like Cut-Elimination Procedure.</B> | |
| 438 | In Proceedings of the 5th International Conference on Typed Lambda Calculi and | |
| 439 | Applications (TLCA 2001). In Volume 2044 of Lecture Notes in | |
| 440 | Computer Science. Krakow, Poland. May 2001. Pages 415-429. | |
| 441 | © <A HREF="http://link.springer.de/link/service/series/0558/tocs/t2044.htm">Springer Verlag</A> | |
| 24 | 442 | [<A HREF="http://www.inf.kcl.ac.uk/staff/urbanc/Publications/tableaux-01.ps.gz">ps.gz</A>] | 
| 443 | [<A HREF="http://www.inf.kcl.ac.uk/staff/urbanc/Publications/tableaux-01.pdf">pdf</A>] | |
| 2 | 444 | </TD> | 
| 445 | </TR> | |
| 446 | ||
| 447 | <TR> | |
| 448 | <TD BGCOLOR="FFFFFF" WIDTH="75%"> | |
| 449 | <H3>2000</H3> | |
| 450 | <p><B>Classical Logic and Computation.</B> | |
| 451 | Ph.D. Thesis, University of Cambridge. Supervised by Dr Gavin Bierman. October 2000. | |
| 24 | 452 | Some details are <A HREF="http://www.inf.kcl.ac.uk/staff/urbanc/PhD/">elsewhere</A>. | 
| 453 | [<A HREF="http://www.inf.kcl.ac.uk/staff/urbanc/Publications/Phd-Urban.ps.gz">ps.gz</A>] | |
| 2 | 454 | </TD> | 
| 455 | </TR> | |
| 456 | ||
| 457 | <TR> | |
| 458 | <TD BGCOLOR="FFFFFF" WIDTH="75%"> | |
| 459 | <H3>1999</H3> | |
| 460 | <p><B> Strong Normalisation of Cut-Elimination in Classical Logic.</B> | |
| 461 | (with Bierman) In Proceedings of the 5th International Conference on Typed | |
| 462 | Lambda Calculi and Applications (TLCA 1999). In Volume 1581 of Lecture Notes in | |
| 463 | Computer Science. L'Aquila, Italy. April 1999. Pages 365-380. | |
| 464 | © <A HREF="http://link.springer.de/link/service/series/0558/tocs/t1581.htm">Springer Verlag</A> | |
| 24 | 465 | [<A HREF="http://www.inf.kcl.ac.uk/staff/urbanc/Publications/tlca-99.ps.gz">ps.gz</A>] | 
| 466 | [<A HREF="http://www.inf.kcl.ac.uk/staff/urbanc/Publications/tlca-99.pdf">pdf</A>] | |
| 2 | 467 | </TD> | 
| 468 | </TR> | |
| 469 | ||
| 470 | <TR> | |
| 471 | <TD BGCOLOR="FFFFFF" WIDTH="75%"> | |
| 472 | <H3>1998</H3> | |
| 473 | <p><B> Implementation of Proof Search in the Imperative Programming Language Pizza.</B> | |
| 474 | In Proceedings of the 7th International Conference on Automated Reasoning with | |
| 475 | Analytic Tableaux and Related Methods (TABELAUX 1998). In Volume 1397 of Lecture Notes in | |
| 476 | Artificial Intelligence. Oisterwijk, the Netherlands. May 1998. Pages 313-319. | |
| 477 | © <A HREF="http://link.springer.de/link/service/series/0558/tocs/t1397.htm">Springer Verlag</A> | |
| 24 | 478 | [<A HREF="http://www.inf.kcl.ac.uk/staff/urbanc/Publications/tableaux-98.ps.gz">ps.gz</A>] | 
| 2 | 479 | </TD> | 
| 480 | </TR> | |
| 481 | ||
| 482 | <TR> | |
| 483 | <TD BGCOLOR="FFFFFF" WIDTH="75%"> | |
| 484 | <H3>1996</H3> | |
| 485 | <p><B> Forum and Its Implementation.</B> | |
| 486 | M.Phil. Thesis, University of St Andrews. Supervised by Dr Roy Dyckhoff. April 1996. | |
| 487 | </TD> | |
| 488 | </TR> | |
| 489 | ||
| 490 | ||
| 491 | </TABLE> | |
| 201 
caafd19e790d
timestamps
 Christian Urban <christian dot urban at kcl dot ac dot uk> parents: 
197diff
changeset | 492 | <P> | 
| 210 
45f0eb6c2f6e
added CPP
 Christian Urban <christian dot urban at kcl dot ac dot uk> parents: 
201diff
changeset | 493 | <!-- hhmts start --> Last modified: Mon Aug 26 17:42:18 BST 2013 <!-- hhmts end --> | 
| 2 | 494 | <a href="http://validator.w3.org/check/referer">[Validate this page.]</a> | 
| 201 
caafd19e790d
timestamps
 Christian Urban <christian dot urban at kcl dot ac dot uk> parents: 
197diff
changeset | 495 | |
| 2 | 496 | </BODY> | 
| 497 | </HTML> |