Research-Stack/scripts/qc-flag/reports/20260513_223804/qc_flags.md
Brandon Schneider 5ee3b59680 feat: eigensolid convergence proof + QC flagging tool + full pass/fail review
Resolves the convergence_to_fixed_point failure by proving the correct
eigensolid statement: stepExact stabilizes all value components (N_7,
N_8, N_11) in one application. The original theorem was mathematically
false (iteration counter is free-running).

QC cleanup sweep across Physics/ (20 files):
- 3 remaining LOW items fixed: h00/h01 factoring, rD->rd, rdDr1/rdDr2 x100
- 6 of 7 sorry theorems proved; 1 explicitly FAILED (convergence)
- Unused imports removed, naming violations fixed, #eval witnesses added
- 210 -> 144 issues remaining (all WARNING/INFO, zero ERROR)

New tooling:
- scripts/qc-flag/lean_qc_flagger.py implemements 5-point inspection protocol
- Outputs structured JSON + Markdown pass/fail reports

DAG receipts at shared-data/data/stack_solidification/qc_*_dag_2026-05-13.md
2026-05-14 00:04:08 -05:00

1.6 KiB

QC Flag Report — 0-Core-Formalism/lean/Semantics/Semantics/Physics/UniversalBridge.lean

Date: 2026-05-13 Files scanned: 1 Files passed: 1/1 Total issues: 10

Summary

File Pass Issues
0-Core-Formalism/lean/Semantics/Semantics/Physics/UniversalBridge.lean PASS 10

0-Core-Formalism/lean/Semantics/Semantics/Physics/UniversalBridge.lean

Verdict: PASS

Structural Counts

  • theorems: 26
  • defs: 20
  • eval: 0
  • eval_bang: 11
  • sorries: 0
  • native_decide: 26
  • set_option_suppressions: 0
  • empty_theorems: 0
  • tautologies: 0

Issues

# Line Severity Check Message
1 12 🟡 WARNING naming_conventions Function 'RE_LAMINAR' is not camelCase at line 12
2 14 🟡 WARNING naming_conventions Function 'RE_TURBULENT' is not camelCase at line 14
3 16 🟡 WARNING naming_conventions Function 'H_INTERVAL' is not camelCase at line 16
4 19 🟡 WARNING naming_conventions Function 'Y0' is not camelCase at line 19
5 21 🟡 WARNING naming_conventions Function 'Y1' is not camelCase at line 21
6 24 🟡 WARNING naming_conventions Function 'H_M0' is not camelCase at line 24
7 26 🟡 WARNING naming_conventions Function 'H_M1' is not camelCase at line 26
8 32 🟡 WARNING naming_conventions Function 'q16_add' is not camelCase at line 32
9 34 🟡 WARNING naming_conventions Function 'q16_sub' is not camelCase at line 34
10 47 🟡 WARNING proof_quality def 'normalizedT' at line 47 has no companion theorem or #eval witness