Skip to content

feat: add entrywise exponential PSD eval problem - #5

Merged
kim-em merged 1 commit into
mainfrom
eval/entrywise-exp-psd
Apr 16, 2026
Merged

feat: add entrywise exponential PSD eval problem#5
kim-em merged 1 commit into
mainfrom
eval/entrywise-exp-psd

Conversation

@kim-em

@kim-em kim-em commented Apr 13, 2026

Copy link
Copy Markdown
Collaborator

Summary

  • Adds eval problem posSemidef_map_exp: the entrywise exponential of a PSD matrix is PSD (Schoenberg 1942, Schur-Polya-Loewner theory)
  • Bumps mathlib rev from v4.30.0-rc1 to 50d5513e83c to include the Schur product theorem (PosSemidef.hadamard)
  • Adds problem manifest entry with informal solution sketch via iterated Hadamard powers and convergent series

Test plan

  • CI builds the new .lean file without errors (the theorem body is sorry)
  • eval_inventory lists the new problem
  • Manifest TOML parses correctly

🤖 Prepared with Claude Code

@kim-em
kim-em force-pushed the eval/entrywise-exp-psd branch 2 times, most recently from 867cf59 to 2e9f1b5 Compare April 16, 2026 07:42
Uses the newly formalized Schur product theorem (PosSemidef.hadamard)
to state that the entrywise exponential of a PSD matrix is PSD
(Schoenberg 1942, Schur-Polya-Loewner theory).

Bumps mathlib to include the Schur product theorem PR.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@kim-em
kim-em force-pushed the eval/entrywise-exp-psd branch from 2e9f1b5 to d2e0851 Compare April 16, 2026 07:45
@kim-em
kim-em merged commit 4fa9e27 into main Apr 16, 2026
0 of 2 checks passed
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.

1 participant