Difference between revisions of "Exists functor"
From Maths
m |
m (→References: Making the navbox plain) |
||
Line 23: | Line 23: | ||
==References== | ==References== | ||
<references/> | <references/> | ||
− | + | {{Category theory navbox|plain}} | |
− | + | ||
− | + | ||
− | {{Category theory navbox}} | + | |
{{Definition|Category Theory}} | {{Definition|Category Theory}} | ||
{{Theorem Of|Category Theory}} | {{Theorem Of|Category Theory}} | ||
[[Category:Functors]] | [[Category:Functors]] |
Latest revision as of 17:51, 13 March 2016
(Unknown grade)
This page is a stub
This page is a stub, so it contains little or minimal information and is on a to-do list for being expanded.The message provided is:
Requires fleshing out
Definition
The ∃-functor is a covariant functor taking SET ⇝ SET defined as follows[1]:
- ∀A∈Ob(SET)[∃:A↦P(A)], recall P(X) denotes the power set of X
- The functor sends all objects to their powerset. and
- ∀(f:A→B)∈Mor(SET)[∃(f)↦{:P(A)→P(B):X↦f(X)]
- That is to say the ∃-functor takes the function f to a function that takes each element of the powerset of the domain of f to the image of that element under f (which is obviously in the powerset of the co-domain of f)
Proof of claim
[Expand]
Claim: that the ∃-functor is a functor
Properties
Notice that the ∃-functor has the following property:
- Given a (f:A→B)∈Mor(SET)
- ∀X∈P(A) ∀b∈B[[b∈(∃(f))(X)]⟺[∃a∈A(b=f(a)∧a∈X)]]
TODO: Describe this, something like b is in the image of X under the image of f in the functor if and only if there is an a∈X such that f(a)=b
See also
- ∀-functor - defined along the same vein as the ∃-functor
TODO: A forall-exists-inverse functor page comparison
References
- ↑ Jump up to: 1.0 1.1 An Introduction to Category Theory - Harold Simmons - 1st September 2010 edition
|