# The Law of Identity (ID)

Each thing, whether a universal or a particular thing, is composed of its own, unique, set of characteristic qualities/properties, which in ancient Greece was known as its **essence**.

**The law of identity** states that each thing is identical with itself, denoted by $$\forall x\ . x=x$$

> The modern formulation of identity is that of Gottfried Leibniz: $$x$$ is the same as $$y$$ iff every predicate true of $$x$$ is true of $$y$$ as well.


---

# 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/300-logic/logic-principles/id.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.
