From 02cfe2a3041273042e188cc0046fd845046e49d2 Mon Sep 17 00:00:00 2001 From: Josh Chen Date: Fri, 29 May 2020 19:58:29 +0200 Subject: fix Pi congruence rule --- spartan/core/Spartan.thy | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'spartan') diff --git a/spartan/core/Spartan.thy b/spartan/core/Spartan.thy index 3d59464..004ba8d 100644 --- a/spartan/core/Spartan.thy +++ b/spartan/core/Spartan.thy @@ -92,10 +92,10 @@ axiomatization where eta: "f: \x: A. B x \ \x: A. f `x \ f" and Pi_cong: "\ + \x. x: A \ B x \ B' x; A: U i; \x. x: A \ B x: U i; - \x. x: A \ B' x: U i; - \x. x: A \ B x \ B' x + \x. x: A \ B' x: U i \ \ \x: A. B x \ \x: A. B' x" and lam_cong: "\\x. x: A \ b x \ c x; A: U i\ \ \x: A. b x \ \x: A. c x" -- cgit v1.2.3