--- ZF_Base.thy 2020-02-18 16:52:38.343462001 -0300 +++ ZF_Base_NEW.thy 2020-02-18 16:52:38.343462001 -0300 @@ -242,8 +242,8 @@ definition Pi :: "[i, i \ i] \ i" where "Pi(A,B) == {f\Pow(Sigma(A,B)). A\domain(f) & function(f)}" -abbreviation function_space :: "[i, i] \ i" (infixr \->\ 60) \ \function space\ - where "A -> B \ Pi(A, \_. B)" +abbreviation function_space :: "[i, i] \ i" (infixr \\\ 60) \ \function space\ + where "A \ B \ Pi(A, \_. B)" (* binder syntax *) @@ -264,7 +264,7 @@ cart_prod (infixr \*\ 80) and Int (infixl \Int\ 70) and Un (infixl \Un\ 65) and - function_space (infixr \\\ 60) and + function_space (infixr \->\ 60) and Subset (infixl \<=\ 50) and mem (infixl \:\ 50) and not_mem (infixl \~:\ 50)