Skip to content

Instantly share code, notes, and snippets.

@wilcoxjay
Created June 16, 2016 17:28
Show Gist options
  • Select an option

  • Save wilcoxjay/b1c59ddc5c6cb4d4fc4c56bbb2777239 to your computer and use it in GitHub Desktop.

Select an option

Save wilcoxjay/b1c59ddc5c6cb4d4fc4c56bbb2777239 to your computer and use it in GitHub Desktop.
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