aboutsummaryrefslogtreecommitdiff
path: root/ProdProps.thy
diff options
context:
space:
mode:
authorJosh Chen2018-09-11 19:23:21 +0200
committerJosh Chen2018-09-11 19:23:25 +0200
commitd7b9fc814d0fcb296156143a5d9bc3f5d9ad9ad1 (patch)
tree669284e48d36d8c4c1b71105077ab4bb49e19862 /ProdProps.thy
parentcd7609be19289fefe5404fce6a3fed4957ae7157 (diff)
Add the univalence axiom
Diffstat (limited to '')
-rw-r--r--ProdProps.thy5
1 files changed, 5 insertions, 0 deletions
diff --git a/ProdProps.thy b/ProdProps.thy
index 14556af..47e386b 100644
--- a/ProdProps.thy
+++ b/ProdProps.thy
@@ -49,4 +49,9 @@ proof (subst compose_def, subst Prod_eq)
qed (derive lems: assms)
+text "Set up the \<open>compute\<close> method to automatically simplify function compositions."
+
+lemmas compose_comp [comp]
+
+
end