aboutsummaryrefslogtreecommitdiff
path: root/Prod.thy
diff options
context:
space:
mode:
Diffstat (limited to 'Prod.thy')
-rw-r--r--Prod.thy2
1 files changed, 2 insertions, 0 deletions
diff --git a/Prod.thy b/Prod.thy
index 7155a10..9e1c1c3 100644
--- a/Prod.thy
+++ b/Prod.thy
@@ -59,7 +59,9 @@ This is what the additional formation rules \<open>Prod_form_cond1\<close> and \
text "The type rules should be able to be used as introduction and elimination rules by the standard reasoner:"
lemmas Prod_rules [intro] = Prod_form Prod_intro Prod_elim Prod_comp Prod_uniq
+lemmas Prod_elims [elim] = Prod_elim
lemmas Prod_form_conds [elim, wellform] = Prod_form_cond1 Prod_form_cond2
+lemmas Prod_comps [comp] = Prod_comp Prod_uniq
text "Nondependent functions are a special case."