Skip to content

Commit f272d33

Browse files
committed
Fix POPLmark
1 parent df8f5dc commit f272d33

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

thys/POPLmark/SystemFSub.thy

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,17 +23,17 @@ print_theorems
2323
lemma in_context_eqvt[equiv]:
2424
assumes "bij f" "|supp f| <o |UNIV::var set|"
2525
shows "x <: T \<in> \<Gamma> \<Longrightarrow> f x <: rrename_sftypeP f T \<in> map_context f \<Gamma>"
26-
using assms unfolding map_context_def by auto
26+
using assms by auto
2727

2828
lemma extend_eqvt[equiv_commute]:
2929
assumes "bij f" "|supp f| <o |UNIV::var set|"
3030
shows "map_context f (\<Gamma>,,x<:T) = map_context f \<Gamma>,,f x <: rrename_sftypeP f T"
31-
using assms unfolding map_context_def by simp
31+
using assms by simp
3232

3333
lemma closed_in_eqvt[equiv]:
3434
assumes "bij f" "|supp f| <o |UNIV::var set|"
3535
shows "FFVars_sftypeP S \<subseteq> dom \<Gamma> \<Longrightarrow> FFVars_sftypeP (rrename_sftypeP f S) \<subseteq> dom (map_context f \<Gamma>)"
36-
using assms by (auto simp: sftypeP.FFVars_rrenames)
36+
using assms context_dom_set by (auto simp: sftypeP.FFVars_rrenames)
3737

3838
lemma wf_eqvt[equiv]:
3939
assumes "bij f" "|supp f| <o |UNIV::var set|"

0 commit comments

Comments
 (0)