بنقرة واحدة
coq-honesty
Coq proof editing rules for Trinity S3AI — honesty tags, Admitted conventions, and proof structure
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Coq proof editing rules for Trinity S3AI — honesty tags, Admitted conventions, and proof structure
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
Садовник IGLA RACE — управление садом обучающих запусков trios-train. Команды: status, prune, water, harvest, fertilize, weed, trellis, compost, full. Предпочитает tri gardener CLI (Rust) и HTML chart report с Chart.js. Триггеры: «/gardener», «садовник», слова про BPB/логи/упавшие процессы в контексте trios-train.
Boundary Theorems BT-1 through BT-4 — formal obstruction results and how to cite them correctly
Audit and heal anomalies in the Trinity S3AI second brain database
Edit the Trinity S3AI claim ledger — SSOT rules, YAML editing, and regeneration workflow
GOLDEN CHAIN puzzle — hardware-verified proof chain, ClaimStatus rules, scoring, ring architecture, and how to modify the game
Run the complete Trinity S3AI honesty validation suite
| name | coq-honesty |
| description | Coq proof editing rules for Trinity S3AI — honesty tags, Admitted conventions, and proof structure |
| trigger | {"paths":["proofs/**/*.v","derivations/**/*.v"]} |
Every theorem that relies on a multi-atom phi/π/e formula or an unproven assumption must carry a tag:
| Tag | Meaning | When to use |
|---|---|---|
[phenomenological_fit] | Numerical coincidence with SM parameter | Formula matches PDG value but lacks physical derivation |
[NUMERICAL_FIT] | Explicit numerical fit (legacy) | Same as above, older notation |
[PHYSICAL_AXIOM] | Physically motivated assumption | Step needs physics justification, not just math |
[MATH_TODO] | Mathematical gap | Proof step is blocked by missing lemma |
[LIBRARY_GAP] | Missing Coq library | Blocked by unformalized external result |
[OPEN_PROBLEM] | Honestly open | Deliberately left open with citation |
Admitted. without a tag in committed code.[OPEN_PROBLEM] and add a citation or cross-reference to docs/analysis/admitted_log.md.[MATH_TODO] or [LIBRARY_GAP] and name the blocker.proofs/trinity/ targets 0 real Admitted — every Qed. must be a real proof.proofs/clifford_cl8/ allows load-bearing Axioms only with citations (e.g., Lounesto 2001, Atiyah-Bott-Shapiro 1964).After editing Coq files, run:
python3 scripts/count_admitted_honest.py
This strips all comments and strings before counting, so historical Admitted mentions in comments do not affect the tally.
| Coq Artifact | Claim Status |
|---|---|
Qed. on a theorem | verified |
Qed. on a refuted theorem | verified (impossibility result) |
Admitted. with [phenomenological_fit] tag | empirical_fit |
Admitted. with [OPEN_PROBLEM] tag | open_conjecture |
Axiom / Parameter with citation | verified (axiomatic base) |
Axiom / Parameter without citation | unverified — add citation or tag |
BT-1 through BT-4 are impossibility results (proven in proofs/trinity/BoundaryTheorems.v). They prove that certain direct constructions fail. When citing them:
Qed. on a mathematical theorem does not guarantee correctness of a generated implementation (RTL, C, etc.).