beanapologist/eigenverse-prni-coherence
0
๐งฌ Eigenverse โ Non-Embedded Observer & PRNI Coherence Gate
Interactive demo of PR #13 from the Eigenverse repository.
What This Tests
Every public key is a point on an elliptic curve โ a pair of coordinates (x, y). We map those to the complex plane and run them through the PRNI coherence gate, formalized in Lean 4:
def coherentPRNI (z : โ) : Prop := 0 < z.re โง z.im < 0Does your key live in the coherent sector?
Features
- ๐ Key Coherence โ Paste any ETH address, public key, or hex โ see its position on the complex plane
- ๐ฏ Complex Number Test โ Manual Re/Im input with visualization
- ๐ ฮผโธ Orbit โ All 8 powers of the critical eigenvalue tested against the gate
- ๐ Lean Source โ The actual formalization from PR #13
The Math
- ฮผ = e^(iยท3ฯ/4) โ the critical eigenvalue (135ยฐ rotation)
- C(r) = 2r/(1+rยฒ) โ the coherence function
- C(1) = 1 โ unique maximum at equilibrium
- ฮผโธ = 1 โ 8-cycle closure
552 theorems. Zero sorry. Machine-checked.
