feat(LinearAlgebra/Trace): trace-zero idempotent endomorphism over CharZero field is zero#39523
Open
kim-em wants to merge 1 commit into
Open
feat(LinearAlgebra/Trace): trace-zero idempotent endomorphism over CharZero field is zero#39523kim-em wants to merge 1 commit into
kim-em wants to merge 1 commit into
Conversation
…arZero field is zero
PR summary 60a960eb47Import changes for modified filesNo significant changes to the import graph Import changes for all files
|
kim-em
added a commit
to FormalFrontier/Etingof-RepresentationTheory-draft1
that referenced
this pull request
May 18, 2026
…Mathlib PR 39523 (#2867) Add doc-comment to the local private theorem pointing to the new upstream Mathlib PR (leanprover-community/mathlib4#39523) and tracker issue #2841. Mirrors the pattern from PR #2584 / commit 1a1b8bd for the parallel tracker #2564. Progress note: progress/20260518T062116Z_48861e6a.md Co-authored-by: Claude Opus 4.7 <noreply@anthropic.com>
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.
This PR adds
LinearMap.IsIdempotentElem.eq_zero_of_trace_eq_zero: an idempotent endomorphism of a finite-dimensional vector space over a characteristic-zero field with vanishing trace is the zero map.The proof routes through
LinearMap.IsProj.trace(already in this file) — for an idempotente, the trace equals the rank ofrange e. Over aCharZerofield, vanishing trace forces the rank to zero, hencerange e = ⊥ande = 0.Extracted from a downstream formalization that needed the lemma to close a Young-symmetrizer off-block-vanishing step, but the statement has no Young / Schur / Specht content — it is a generic CharZero linear-algebra fact.
🤖 Prepared with Claude Code