An open API service indexing awesome lists of open source software.

https://github.com/inaciovasquez2020/owc-counterexamples

Canonical counterexamples and boundary constructions for OWC-style rigidity and capacity–locality claims. Includes explicit witnesses, verification scripts, and documented failure modes to delineate admissible vs. non-admissible regimes.
https://github.com/inaciovasquez2020/owc-counterexamples

capacity-locality certification complexity-theory counterexamples entropy-depth fo-k formal-methods information-theory locality reproducible-research rigidity verification

Last synced: 17 days ago
JSON representation

Canonical counterexamples and boundary constructions for OWC-style rigidity and capacity–locality claims. Includes explicit witnesses, verification scripts, and documented failure modes to delineate admissible vs. non-admissible regimes.

Awesome Lists containing this project

README

          

Status: Frozen
- Witness scope: Closed at repository scope

**Status:** Frozen (see FREEZE.md)

# OWC Counterexamples

Canonical counterexamples and boundary constructions for OWC-style claims.

## Repo goals
- Store explicit witnesses (constructors + parameters)
- Provide verifiers that check a witness against a stated target property
- Keep results reproducible via CI

## Structure
- docs/ : specification + policy
- witnesses/ : explicit witness constructions
- verify/ : verification scripts + tests
- metrics/ : summaries produced by verification runs

## Quickstart
python3 -m venv .venv
source .venv/bin/activate
python -m pip install -U pip
pip install -r requirements.txt
pytest -q
python verify/verify_witness.py witnesses/witness_0001/parameters.json

## Conditional note
- `docs/WITNESS_SCOPE_NOTE_2026_04.md` — closed witness-scope note specifying the weakest witness-integrity extension compatible with the repository's frozen witness-and-verifier scope.