Stabilizer

Definition

For each trace , the stabilizer is an endomorphism that is monotone and idempotent. It sends each recognition to its stabilized form.

Plain-language meaning

The stabilizer models repeated checking or normalization. After enough iterations, recognitions stop changing: they are stable.

Minimal structure

  • A map on each fiber.
  • is monotone: if then .
  • is idempotent: .

Entry conditions

Use stabilizers only when:

  • Your recognitions can be normalized to a stable form.
  • Normalization does not depend on history (idempotent).

Example

Let . Define to send to and keep fixed. Then is monotone and idempotent.