A
--(===)--
of the above set becomes the open interval that is in the
interior of complement.
--(===)-- A
==]---[== A complement
==)---(== Not A
Now, we can try to ask, when is (where is the universe
set or the full space). If we consider a set containing a single point,
then we will have:
==)(== A
------------ Not A
============ Not (Not A)
in words:
---(========)----- A
---------(=====)-- B
---------(==)----- A && B
===)-----(======== A -> B
The reason this is true is that from the definition:
---(========)----- A
===)--------(===== NOT A
---------(=====)-- B
[Extend B to everything that doesn't include
more of A than already included]
===)-----(======== NOT A or B = A -> B
a -> b
as a
contained in b
: a -> b
is true/top/the full real line if and only if
a
is contained in b
. We can show this using definition:
----------(===)---- A
------(==========) B
----------(===)---- A && B
[Extend B to everything that doesn't include
more of A than already included.
But all of A is
already included!]
================== A -> B
curry
, uncurry
using a -> b
as containment: curry
, uncurry
are the adjunction/isomorphism:
((c,a) -> b) ~ (c -> (a -> b))
Read this as:
( c , a) -> b
(c `intersection` a) `contained in` b
if and only if
c -> (a -> b)
c `contained in` (a `implication` b)
That is, we have "read" curry/uncurry
as: