This repository contains a minimal deterministic dynamical system over the cyclic group Z₇₁ with a nontrivial additive edge-weight function (cocycle).
It produces two global invariants:
- Period = 71
- Drift = 118
The system is defined on a finite state space:
S = Z₇₁
Each state advances deterministically:
x → x + 1 (mod 71)
This forms a single directed cycle over all 71 states.
The entire state space forms one SCC:
- Every state can reach every other state via repeated transitions
- The SCC is exactly a 71-cycle
- No branching or additional components exist
Each transition carries an integer weight w(x → x+1).
The weight function is defined so that the total sum over one full cycle is:
Σ w(x) = 118
This defines a nontrivial additive cocycle over the cycle.
Running the system from any starting point yields:
- Cycle length (period): 71
- Total accumulated drift: 118
These are invariant under choice of start state.
This system is an instance of:
- A finite cyclic group action (Z₇₁)
- Equipped with a discrete 1-cocycle
- With invariant given by integration over the unique SCC cycle
Formally:
(Z₇₁, +1, w)
where the SCC structure and cocycle define a global invariant pair (P, Δ).
A deterministic system over a finite cyclic graph can carry nontrivial global invariants beyond its period, captured by edge-weight cocycles.