aboutsummaryrefslogtreecommitdiff
path: root/Prod.thy
diff options
context:
space:
mode:
authorJosh Chen2018-06-30 19:21:58 +0200
committerJosh Chen2018-06-30 19:21:58 +0200
commit14a5e50ab3ed54767a4432333642e9069ffa9109 (patch)
tree20b0420ed8a8ab67a2015dacd1e2f00b127fd431 /Prod.thy
parentadfb8f33e223049e7e9fa5a279cc4d641fb2466f (diff)
Proving path composition. Need to set up the Simplifier to simplify application of object-lambdas to arguments.
Diffstat (limited to 'Prod.thy')
-rw-r--r--Prod.thy1
1 files changed, 1 insertions, 0 deletions
diff --git a/Prod.thy b/Prod.thy
index 5f0d272..162b2e6 100644
--- a/Prod.thy
+++ b/Prod.thy
@@ -60,6 +60,7 @@ text "The type rules should be able to be used as introduction and elimination r
lemmas Prod_rules [intro] = Prod_form Prod_intro Prod_elim Prod_comp Prod_uniq
lemmas Prod_form_conds [elim] = Prod_form_cond1 Prod_form_cond2
+lemmas Prod_simps [simp] = Prod_comp Prod_uniq
text "Nondependent functions are a special case."