
A Fireball of Alpha
I talk about my efforts to formalize lambda-calculus with named variables and explicit alpha-equivalence, as originally proposed by Church....
Radio and PodcastLive Radio & Podcasts
Aaron Stump talks about type theory, computational logic, and related topics in Computer Science on his short commute.

I talk about my efforts to formalize lambda-calculus with named variables and explicit alpha-equivalence, as originally proposed by Church....

A system of word equations is called quadratic if no variable occurs more than twice in it. There is an interesting simple algorithm to solv...

The problem of word equations is a rather storied one, including frustrated connections to Hilbert's Tenth problem. Word equations relate ex...

In this episode, I give further arguments in favor of coercive subtyping from a software-engineering perspective. I also explain the critica...

I explain the story from last episode.

The Curry-Howard isomorphism for the law of excluded middle, as a radio drama. I first saw a version of this story performed by Phil Wadler...

I discuss a nice paper I quite enjoyed reading, called The Calculated Typer , by Garby, Bahr, and Hutton. The authors take a very nice gener...

In this episode, I talk about the control operator callcc, and how it is implemented during compilation using continuation-passing style (CP...

In this episode, I talk about a somewhat more advanced case of the Curry-Howard isomorphism (the connection between logic and programming la...

Commuting conversions are transformations on proofs in natural deduction, that move certain stuck inferences out of the way, so that the nor...

I am currently on a frolic into the literature on Control Flow Analysis (CFA), and discuss what this is, for pure lambda calculus. A wonderf...

In this episode, I talk about what we should consider to be a measure function. Such functions can be used to show termination of some proce...

To solve the problem raised in the last episode, I propose schematic affine recursion. We saw that affine lambda calculus (where lambda-boun...

In this episode, I shoot down last episode's proposal -- at least in the version I discussed -- based on an amazing observation from an...

In this episode, I discuss an intriguing idea proposed by Victor Taelin, to base a logically sound type theory on an untyped but terminating...

I correct what I said in the last episode about the author of the proof of FD from last episode based on intersection types. I also describe...

Krivine's book (Section 4.2) has a proof of the Finite Developments Theorem, based on intersection types. I discuss this proof in this...

I discuss the paper "A Direct Proof of the Finite Developments Theorem" , by Roel de Vrijer. See also the write-up at my blog.

The finite developments theorem in pure lambda calculus says that if you select as set of redexes in a lambda term and reduce only those and...

In this episode, I discuss the paper Nominal Techniques in Isabelle/HOL , by Christian Urban. This paper shows how to reason with terms modu...