Skip to content

feat(LinearAlgebra/QuadraticForm): radical of a quadratic form#34493

Open
loefflerd wants to merge 22 commits intoleanprover-community:masterfrom
loefflerd:DL_radical
Open

feat(LinearAlgebra/QuadraticForm): radical of a quadratic form#34493
loefflerd wants to merge 22 commits intoleanprover-community:masterfrom
loefflerd:DL_radical

Conversation

@loefflerd
Copy link
Contributor

@loefflerd loefflerd commented Jan 27, 2026

Define the radical of a quadratic form, and show that its dimension is invariant under equivalences.


This is a step on the way to Sylvester's law of inertia (#34204).

Open in Gitpod

@loefflerd loefflerd added the t-algebra Algebra (groups, rings, fields, etc) label Jan 27, 2026
@github-actions
Copy link

github-actions bot commented Jan 27, 2026

PR summary cf6b5548c3

Import changes for modified files

No significant changes to the import graph

Import changes for all files
Files Import difference
Mathlib.LinearAlgebra.QuadraticForm.Radical (new file) 1548

Declarations diff

+ Equivalent.rank_radical_eq
+ IsometryEquiv.map_radical
+ LinearIndependent.linearIndepOn_univ
+ Nondegenerate
+ Pi.dim_spanSubset
+ apply_symm_apply
+ coe_symm_toLinearEquiv
+ finrank_radical_of_equiv_weightedSumSquares
+ le_radical_iff
+ lift
+ lift_aux
+ lift_mk
+ linearIndepOn
+ linearIndepOn_univ_iff
+ mem_radical_iff'
+ mem_spanSubset_iff
+ nondegenerate_associated_iff
+ nondegenerate_iff_radical_eq_bot
+ nondegenerate_polar_iff
+ radical
+ radical_eq_ker_associated
+ radical_eq_ker_polarBilin
+ radical_le_ker_polarBilin
+ radical_weightedSumSquares
+ spanSubset
+ symm_apply_apply
- linearIndepOn_univ

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

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

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


No changes to technical debt.

You can run this locally as

./scripts/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).

@mathlib4-dependent-issues-bot mathlib4-dependent-issues-bot added the blocked-by-other-PR This PR depends on another PR (this label is automatically managed by a bot) label Jan 27, 2026
@mathlib4-dependent-issues-bot mathlib4-dependent-issues-bot removed the blocked-by-other-PR This PR depends on another PR (this label is automatically managed by a bot) label Jan 28, 2026
@mathlib4-dependent-issues-bot
Copy link
Collaborator

@mathlib-merge-conflicts mathlib-merge-conflicts bot added the merge-conflict The PR has a merge conflict with master, and needs manual merging. (this label is managed by a bot) label Feb 11, 2026
@mathlib-merge-conflicts
Copy link

This pull request has conflicts, please merge master and resolve them.

@github-actions github-actions bot removed the merge-conflict The PR has a merge conflict with master, and needs manual merging. (this label is managed by a bot) label Feb 11, 2026
@dagurtomas dagurtomas removed their assignment Feb 12, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

t-algebra Algebra (groups, rings, fields, etc)

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants