aboutsummaryrefslogtreecommitdiff
path: root/Sum.thy
diff options
context:
space:
mode:
authorJosh Chen2018-09-12 06:33:55 +0200
committerJosh Chen2018-09-12 06:33:55 +0200
commita1afde729f1d9b2f930696b117cfaec827eaa178 (patch)
tree651ad0a1413cd911bf81caa862928117015fc6a7 /Sum.thy
parentd7b9fc814d0fcb296156143a5d9bc3f5d9ad9ad1 (diff)
Some final touchups before release 0.1 for the MS thesis
Diffstat (limited to 'Sum.thy')
-rw-r--r--Sum.thy2
1 files changed, 1 insertions, 1 deletions
diff --git a/Sum.thy b/Sum.thy
index 6de20fd..aac81f7 100644
--- a/Sum.thy
+++ b/Sum.thy
@@ -47,7 +47,7 @@ and
a: A;
b: B a;
\<And>x y. \<lbrakk>x: A; y: B(x)\<rbrakk> \<Longrightarrow> f x y: C <x,y>;
- B: A \<longrightarrow> U(i);
+ B: A \<longrightarrow> U i;
C: \<Sum>x:A. B x \<longrightarrow> U i
\<rbrakk> \<Longrightarrow> ind\<^sub>\<Sum> f <a,b> \<equiv> f a b"