# Powerset functor

A powerset functor, `𝒫 : 𝗦𝗲𝘁 → 𝗦𝗲𝘁`, sends subsets to their image under maps.

∀A,B ∈ Obj(𝗦𝗲𝘁), f : A → B and S ⊂ A:\
𝒫 A = 𝒫(A),\
𝒫 f : 𝒫(A) → 𝒫(B), S ⟼ f(S)

𝗦𝗲𝘁 is a category of sets. The objects are all small sets, and the arrows are functions between sets.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://mandober.gitbook.io/math-debrief/450-category-theory/10-functors/powerset.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
