# CT prerequisites

* Prerequisites to category theory
* Set theory
  * sets
  * relations
  * orders
  * functions
* Abstract algebra
  * mathematical object
  * mathematical structure
  * algebraic structure
  * algebra
  * Structures in abstract algebra
    * Group-like algebras
      * Magma
      * Semigroup
      * Monoid
      * Group
      * Abelian group
      * Rack and quandle
      * Quasigroup and loop
      * Lie group
      * Group theory
    * Ring-like algebras
    * Field-like algebras
  * Axioms in abstract algebra
    * closure, totality
    * associativity, associative binary operation
    * identity, unique neutral or identity element
    * invertability, inverse elements
    * commutativity
    * divisibility


---

# 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/00-prereqs/set-theoretical-primer.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.
