The Theory of Persistence
Mathematical atlas

PT mathematics / proof

exploration

ZKP: proving without revealing

Why zero-knowledge proofs naturally speak about persistence of structure.

Plain

The idea

A zero-knowledge proof lets someone be convinced that you know something without revealing that thing.

From PT, this is almost a perfect image: one transmits a persistent trace sufficient to prove, without transmitting the whole structure.

proof without revealing

hidden witness verifiable proof
Standard

Standard reading

The verifier receives an invariant, not the complete object. The proof preserves the property persistence, but dissipates unnecessary information about the witness.

This separation between persistent property and hidden content is exactly in the spirit of GFT.

Takeaways

  • A ZKP transmits persistence without revealing everything.
  • Good bridge between proof, information, and cryptography.
  • To be presented as an exploratory application.
Technical

Technical formulation

The PT_ZKP project can be presented as a math-info application: protocols, constraints, witnesses, verification, and information budget.

Status: exploratory application of the PT reading, not a replacement for standard cryptographic ZKP theory.

GitHub repository to publish: Igrekess/PT_ZKP; monograph ch04_gft.

Formulas

$\text{hidden witness}\quad w$
$\text{public proof}\quad \pi\Rightarrow V(x,\pi)=1$
$\text{property persistence}\ne\text{witness revelation}$
public code

Code and scripts

The links below point to public resources or planned GitHub repositories. No local working path is exposed to the reader.

GitHub
Igrekess/PT_ZKP

GitHub repository to publish before this can become a download link.

Toy proof without revealing

Shows the difference between a verifiable property and a hidden witness in a toy protocol.

View script idle