aboutsummaryrefslogtreecommitdiff
path: root/Sum.thy
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--Sum.thy2
1 files changed, 1 insertions, 1 deletions
diff --git a/Sum.thy b/Sum.thy
index eddb464..145c303 100644
--- a/Sum.thy
+++ b/Sum.thy
@@ -60,7 +60,7 @@ and
Sum_form_cond2: "(\<Sum>x:A. B(x): U(i)) \<Longrightarrow> B: A \<longrightarrow> U(i)"
lemmas Sum_rules [intro] = Sum_form Sum_intro Sum_elim Sum_comp
-lemmas Sum_forms = Sum_form Sum_form_cond1 Sum_form_cond2
+lemmas Sum_wellform [wellform] = Sum_form_cond1 Sum_form_cond2
lemmas Sum_comps [comp] = Sum_comp