Skip to content

O1: separation_theorem — eigenvalue API gap (Mathlib.LinearAlgebra.Matrix.Spectrum) #12

@TOTOGT

Description

@TOTOGT

Status

Open — 1 scoped sorry in PrincipiaVol1.lean §9

What is proved

  • The bound structure: |Tr(M) − 1| < 1 implies Tr(M) ≠ 33
  • The arithmetic: exp(−12) < 1/32
  • The bound on n: n − 1 ≤ 32 for n < 33

What the sorry guards

The step from IsDm3Stable M (diagonal bound predicate) to the
sum bound |Tr(M) − 1| < 1 requires accessing individual eigenvalues
from the diagonal of a real matrix with bounded spectral radius.

This requires Mathlib.LinearAlgebra.Matrix.Spectrum applied to
diagonal entries — not yet in stable Mathlib4 in the form needed.

Closure path

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions