Skip to content

Commit 22a72a6

Browse files
committed
rename induction principle
1 parent e5cd005 commit 22a72a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nominal/lambda.mm1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ theorem freshness_irrelevance (exp_pred exp_suff_fresh: Pattern)
148148
rsyl (anl eVar_in_subset) @
149149
lc_lemma_3 exp_pred_sorting exp_suff_fresh_sorting exp_suff_fresh_nonempty exp_pred_ev h_abs));
150150

151-
theorem prototype_induction_principle (exp_pred exp_suff_fresh: Pattern)
151+
theorem induction_principle (exp_pred exp_suff_fresh: Pattern)
152152
(exp_suff_fresh_sorting: $ is_of_sort exp_suff_fresh Var $)
153153
(exp_suff_fresh_nonempty: $ |^ exp_suff_fresh ^| $)
154154
(exp_pred_sorting: $ is_of_sort exp_pred Exp $)

0 commit comments

Comments
 (0)