Visualizing Curry-Howard Correspondence
A tutorial on finding programs of proofs.
The
Curry-Howard Correspondence
says that
types of terms (programs) corresponds to theorems of some logic, and the programs corresponds to the proofs of
the theorems. So when a proposition
where a statement like
Here, we will concern ourselves with intuitionist (propositional) logic and an equivalent type system, namely a type system with function types, product types, and sum types. Then, we will show some proofs to see, in …
...