Created
June 16, 2016 17:28
-
-
Save wilcoxjay/b1c59ddc5c6cb4d4fc4c56bbb2777239 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Lemma typing_inversion_fix3 : forall G t T, | |
| G |-- tfix t \in T -> | |
| exists U1 U2, G |-- t \in TArrow U1 U2 /\ U1 <: T /\ U2 <: T /\ U2 <: U1. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment