Book 6: seed differential-equations library (heat equation + helix to… - #24
Open
TOTOGT wants to merge 5 commits into
Open
Book 6: seed differential-equations library (heat equation + helix to…#24TOTOGT wants to merge 5 commits into
TOTOGT wants to merge 5 commits into
Conversation
…y model scaffolds)
Owner
Author
|
new version of this paper was added to folder PAPERS on AXLE |
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.
Seeds the Book 6 differential-equations library with two honest-scaffold Lean companions, per each paper's own sorry/axiom ledger. No lake build attempted yet.
HeatEquation_Step1.lean (new):
H10 (H^1_0(0,1)) and the bilinear form a_tau are axiom-backed placeholders, matching the monograph's own Remark 1.1/2.1. a_coercive, a_bounded, weak_solution_exists_unique are sorry (Part I). Ah is a real, concrete tridiagonal matrix, no placeholder needed; Ah_isSymm is proved outright. truncation_error, energy_stability, lax_equivalence_specialized are sorry (Part II). discreteLaplacian_eigenpairs, conditioning_bound are sorry (Part III). H_heat_deriv and H_heat_strictly_decreasing are proved outright with no H10 needed, since it is a concrete check on the exact solution matching the monograph's Remark 20.2. compression_not_injective is proved outright from an axiomatized kernel element, matching the monograph's Remark 21.7 which calls it close to mechanical.
HelixToyModel.lean (added as-is): already a complete file with real proofs (neutral-line sign trichotomy, Hopf-degeneracy identity) plus three tagged sorries, issues H1 through H3, for the closed-form ODE check, the Lyapunov limit, and the no-go divergence argument.
differential-equations/ contains the paper sources: heat-equation/heat_equation_monograph.pdf and helix-toy-model/ with the tex, pdf, py, and figure files.
lakefile.toml gets two new lean_lib targets: HeatEquationStep1 and HelixToyModel.
Nothing here has been compiled against Mathlib. Every sorry is tagged with an issue ID in the file header, mirroring the AXLE tracker convention used for TribonacciRatioConvergence.lean.