Skip to content

Commit

Permalink
Classify theorem as theorem
Browse files Browse the repository at this point in the history
  • Loading branch information
Ailrun committed Jun 12, 2024
1 parent 9cb1b81 commit a71f0ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion theories/Core/Completeness.v
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Proof with mautosolve.
unshelve epose proof (per_elem_then_per_top _ _ (length Γ)) as [? []]; shelve_unifiable...
Qed.

Lemma completeness_for_typ_subsumption : forall {Γ A A'},
Theorem completeness_for_typ_subsumption : forall {Γ A A'},
{{ Γ ⊢ A ⊆ A' }} ->
exists i W W', nbe Γ A {{{ Type@i }}} W /\ nbe Γ A' {{{ Type@i }}} W' /\ nf_subsumption W W'.
Proof.
Expand Down

0 comments on commit a71f0ca

Please sign in to comment.