# Terminal object

<https://en.wikipedia.org/wiki/Initial_and_terminal_objects>

The dual notion of an initial object is that of a terminal object (also called terminal element):

`T` is a terminal object, if for every object `X` in 𝕮 there exists exactly one morphism `X → T`.

*Terminal objects* are also called *final objects*.

If an object is both initial and terminal, it is called a **zero object** or **null object**. A pointed category is one with a zero object.

A is the terminal object:

```
     B
     ↓
D -> A <- C
     ↑
     D
```

* every singleton set is a terminal object in the category Set
* there are no zero objects in the category Set


---

# 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/topics/terminal-object.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.
