Skip to content

feat(lean4): add imaginary stack toy model (decomposed from #4070)#4708

Merged
AceHack merged 2 commits into
mainfrom
lior-decompose-4070-lean
May 23, 2026
Merged

feat(lean4): add imaginary stack toy model (decomposed from #4070)#4708
AceHack merged 2 commits into
mainfrom
lior-decompose-4070-lean

Conversation

@AceHack
Copy link
Copy Markdown
Member

@AceHack AceHack commented May 23, 2026

This PR contains the Lean 4 toy model for the imaginary stack, decomposed from #4070.

Copilot AI review requested due to automatic review settings May 23, 2026 01:04
@chatgpt-codex-connector
Copy link
Copy Markdown

You have reached your Codex usage limits for code reviews. You can see your limits in the Codex usage dashboard.

Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR updates the research write-up for the “imaginary stack” Lean 4 toy model by removing an explanatory note about how the ℝ-norm inequality statement relates to a finite-field (ZMod p) mechanization approach.

Changes:

  • Removed the “field choice (ℝ vs ZMod 17)” clarification block from the lemma handoff document.

Comment thread docs/research/2026-05-17-imaginary-stack-toy-model-lemma-1.md
…toy model

Resolves Copilot review thread on PR #4708. The lemma statement using ‖·‖ ≤ ε·‖v‖ (lines 84-88) mixed with the finite-field convention (line 56) was ambiguous. Adds a single bridging sentence after line 56 that names both reading modes explicitly:

- Finite-field reading: ‖·‖ is Hamming distance; ε = 0 (exact)
- ℝ-analytic reading: ‖·‖ is Euclidean norm; ε is a small real constant

The toy model targets the finite-field reading; the ℝ-analytic form is for the boundary-bulk reconstruction picture motivating the parent Lemma 1.

Co-Authored-By: Claude <noreply@anthropic.com>
@AceHack
Copy link
Copy Markdown
Member Author

AceHack commented May 23, 2026

Resolved Copilot field-consistency thread on lines 84-88. Pushed clarifying sentence after line 56 naming the dual reading modes:

  • Finite-field reading (matches ℤ/pℤ convention on line 56): ‖·‖ = Hamming distance over the chosen basis, ε = 0 exact
  • ℝ-analytic reading (matches orthonormal basis on line 17): ‖·‖ = Euclidean norm, ε small real constant

Lemma statement unchanged; bridging sentence added so the ambient field/metric is consistent. Commit 01bceb06 via REST git-data API bypass (multi-agent saturation; per B-0615 + PR #4145).

@AceHack AceHack enabled auto-merge (squash) May 23, 2026 01:31
@AceHack AceHack merged commit 6b0dace into main May 23, 2026
26 checks passed
@AceHack AceHack deleted the lior-decompose-4070-lean branch May 23, 2026 01:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants