research: [1618] map body-proof dependency graph#1642
Closed
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
References #1618.
This PR delivers Option A: a dependency map document at
docs/research/1618-axiom-dependency-map.md.Why this option:
main, the branch state has already moved beyond the issue text: the non-core/non-terminal fallback is no longer a direct axiom call.GenericInduction.leanalready containssupported_function_body_correct_from_exact_state_genericand the helper-aware wrapper.What the document covers:
Function.leanandGenericInduction.leanNotable finding:
e7435c67e59c70c882aab4106133fd80f8a47ba3, there is no remaining direct declaration or call site ofsupported_function_body_correct_from_exact_stateonmain; the generic-with-helpers theorem now occupies that fallback slot.This is research-only. No existing
.leanfiles were modified.Note
Low Risk
Documentation-only change adding a research note; no production code, proofs, or build behavior is modified.
Overview
Adds a research document
docs/research/1618-axiom-dependency-map.mdthat maps the current dependency/call graph around the historicalsupported_function_body_correct_from_exact_stateaxiom slot, documenting howsupported_function_correctdispatches between core/terminal/generic theorems and what hypotheses/contracts each branch relies on.Written by Cursor Bugbot for commit a6d0891. This will update automatically on new commits. Configure here.