Add Hurwitz matrix foundation - #13
Open
raaghav-t wants to merge 2 commits into
Open
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.
Summary
LinearSystems/DefsHurwitz.leanand their basic theorem API intoLinearSystems/Hurwitz.leanDesign
The definition uses nonzero eigenpairs of the entrywise complexification of a real matrix. This matches the matrix-vector equations already used by the Hautus development, avoids choosing an arbitrary eigenvalue enumeration, and makes the zero-dimensional case explicitly vacuous.
This is Phase 1 prerequisite work for #9. It does not attempt the indirect method of Lyapunov, Lyapunov-equation existence, or ODE/linearization arguments.
Provenance
A + αI, with the positive shift sign checked directly from the eigenpair equations.Fin 0convention, the complexification/matrix-vector shift bridge, and the direct one-by-one sanity check.Each theorem and lemma carries the corresponding
Reference:orOriginal:note in its source docstring.Verification
lake build LeanForControl.LinearSystems.DefsHurwitzlake build LeanForControl.LinearSystems.Hurwitzlake exe runLinter LeanForControl.LinearSystems.DefsHurwitz LeanForControl.LinearSystems.Hurwitzlake buildlake exe runLinterlake build :blueprintleanblueprint webleanblueprint checkdecls(all 52 blueprint declarations)leanblueprint pdf, followed by visual inspection of the rendered Hurwitz sectiongit diff --checksorry,admit, or newaxiom#print axiomsfor every new public declaration reports onlypropext,Classical.choice, andQuot.soundThe full build retains three pre-existing long-line warnings in
Dini/DiniDeriv.leanandODEs/ODE_properties.lean. The printable blueprint also retains one pre-existing undefined reference tolem:comparison-claim-1. This change introduces no new warning.