From 1305c6beca2448156b61649da1a719d055aaf7f7 Mon Sep 17 00:00:00 2001 From: Josh Chen Date: Wed, 19 Sep 2018 11:57:22 +0200 Subject: Not sure what advantage is provided by having eta-expanded forms in the rules. Removing for now. --- Sum.thy | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Sum.thy') diff --git a/Sum.thy b/Sum.thy index 463a9d4..2646c97 100644 --- a/Sum.thy +++ b/Sum.thy @@ -38,14 +38,14 @@ axiomatization where Sum_elim: "\ p: \x:A. B x; C: \x:A. B x \ U i; - \x y. \x: A; y: B x\ \ f x y: C \ \ ind\<^sub>\ (\x y. f x y) p: C p" and + \x y. \x: A; y: B x\ \ f x y: C \ \ ind\<^sub>\ f p: C p" and Sum_comp: "\ a: A; b: B a; B: A \ U i; C: \x:A. B x \ U i; - \x y. \x: A; y: B(x)\ \ f x y: C \ \ ind\<^sub>\ (\x y. f x y) \ f a b" and + \x y. \x: A; y: B(x)\ \ f x y: C \ \ ind\<^sub>\ f \ f a b" and \ \Congruence rules\ -- cgit v1.2.3