Skip to content

[Merged by Bors] - feat(Analysis/InnerProductSpace): Gram matrix det ≠ 0 iff input vectors are independent#37918

Closed
wwylele wants to merge 2 commits intoleanprover-community:masterfrom
wwylele:posdef-det
Closed

[Merged by Bors] - feat(Analysis/InnerProductSpace): Gram matrix det ≠ 0 iff input vectors are independent#37918
wwylele wants to merge 2 commits intoleanprover-community:masterfrom
wwylele:posdef-det

Conversation

@wwylele
Copy link
Copy Markdown
Collaborator

@wwylele wwylele commented Apr 11, 2026

Small lemma extracted from #37295. Convenient for talking about the determinant directly without detour through Pos(Semi)def


Open in Gitpod

@github-actions github-actions bot added the large-import Automatically added label for PRs with a significant increase in transitive imports label Apr 11, 2026
@github-actions
Copy link
Copy Markdown

github-actions bot commented Apr 11, 2026

PR summary ade87df682

Import changes exceeding 2%

% File
+14.41% Mathlib.Analysis.InnerProductSpace.GramMatrix

Import changes for modified files

Dependency changes

File Base Count Head Count Change
Mathlib.Analysis.InnerProductSpace.GramMatrix 2145 2454 +309 (+14.41%)
Import changes for all files
Files Import difference
Mathlib.Analysis.InnerProductSpace.GramMatrix 309

Declarations diff

+ PosSemidef.posDef_iff_det_ne_zero
+ det_gram_ne_zero_iff_linearIndependent
+ linearIndependent_of_det_gram_ne_zero

You can run this locally as follows
## summary with just the declaration names:
./scripts/pr_summary/declarations_diff.sh <optional_commit>

## more verbose report:
./scripts/pr_summary/declarations_diff.sh long <optional_commit>

The doc-module for scripts/pr_summary/declarations_diff.sh contains some details about this script.


No changes to technical debt.

You can run this locally as

./scripts/reporting/technical-debt-metrics.sh pr_summary
  • The relative value is the weighted sum of the differences with weight given by the inverse of the current value of the statistic.
  • The absolute value is the relative value divided by the total sum of the inverses of the current values (i.e. the weighted average of the differences).

@github-actions github-actions bot added the t-analysis Analysis (normed *, calculus) label Apr 11, 2026
Comment thread Mathlib/Analysis/Matrix/PosDef.lean Outdated
@themathqueen themathqueen changed the title feat(Analysis/InnerProductSpace): Gram matrix det != 0 iff input vectors are independent feat(Analysis/InnerProductSpace): Gram matrix det ≠ 0 iff input vectors are independent Apr 11, 2026
Comment thread Mathlib/Analysis/InnerProductSpace/GramMatrix.lean
@j-loreaux
Copy link
Copy Markdown
Contributor

I'm okay with the import increase since this is a leaf (or at least it has no downstream import increases).

bors merge

@mathlib-triage mathlib-triage bot added the ready-to-merge This PR has been sent to bors. label Apr 14, 2026
mathlib-bors bot pushed a commit that referenced this pull request Apr 14, 2026
…rs are independent (#37918)

Small lemma extracted from #37295. Convenient for talking about the determinant directly without detour through Pos(Semi)def
@mathlib-bors
Copy link
Copy Markdown
Contributor

mathlib-bors bot commented Apr 14, 2026

Pull request successfully merged into master.

Build succeeded:

@mathlib-bors mathlib-bors bot changed the title feat(Analysis/InnerProductSpace): Gram matrix det ≠ 0 iff input vectors are independent [Merged by Bors] - feat(Analysis/InnerProductSpace): Gram matrix det ≠ 0 iff input vectors are independent Apr 14, 2026
@mathlib-bors mathlib-bors bot closed this Apr 14, 2026
@wwylele wwylele deleted the posdef-det branch April 14, 2026 18:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

large-import Automatically added label for PRs with a significant increase in transitive imports ready-to-merge This PR has been sent to bors. t-analysis Analysis (normed *, calculus)

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants