Skip to content

[Merged by Bors] - feat(LinearAlgebra/Basis/MulOpposite): basis of an opposite space#25949

Closed
themathqueen wants to merge 11 commits intoleanprover-community:masterfrom
themathqueen:basis_mulop
Closed

[Merged by Bors] - feat(LinearAlgebra/Basis/MulOpposite): basis of an opposite space#25949
themathqueen wants to merge 11 commits intoleanprover-community:masterfrom
themathqueen:basis_mulop

Conversation

@themathqueen
Copy link
Copy Markdown
Collaborator

@themathqueen themathqueen commented Jun 16, 2025

This adds the definition of Basis.mulOpposite and shows finite-dimensionality and freeness of Hᵐᵒᵖ.

For motivation, see #25951.


Open in Gitpod

@github-actions github-actions Bot added new-contributor This PR was made by a contributor with at most 5 merged PRs. Welcome to the community! t-algebra Algebra (groups, rings, fields, etc) labels Jun 16, 2025
@github-actions
Copy link
Copy Markdown

github-actions Bot commented Jun 16, 2025

PR summary af6fe588fb

Import changes for modified files

No significant changes to the import graph

Import changes for all files
Files Import difference
Mathlib.LinearAlgebra.Basis.MulOpposite (new file) 1237

Declarations diff

+ finrank
+ instance [DivisionRing R] [AddCommGroup H] [Module R H]
+ instance [Semiring R] [AddCommMonoid H] [Module R H]
+ mulOpposite
+ mulOpposite_apply
+ mulOpposite_repr_eq
+ mulOpposite_repr_op
+ rank
+ repr_unop_eq_mulOpposite_repr

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

@j-loreaux
Copy link
Copy Markdown
Contributor

j-loreaux commented Jul 3, 2025

As with the other PR (which should depend on this one by the way) (sorry, the other one isn't marked blocked-by-other-PR for some reason) why do you want this? It seems to have pretty niche applications in my estimation.

@j-loreaux j-loreaux added the awaiting-author A reviewer has asked the author a question or requested changes. label Jul 3, 2025
@themathqueen
Copy link
Copy Markdown
Collaborator Author

-awaiting-author

@github-actions github-actions Bot removed the awaiting-author A reviewer has asked the author a question or requested changes. label Jul 12, 2025
@themathqueen
Copy link
Copy Markdown
Collaborator Author

I've added motivation for these PRs here: #25951

Comment thread Mathlib/LinearAlgebra/Basis/MulOpposite.lean Outdated
Comment thread Mathlib/LinearAlgebra/Basis/MulOpposite.lean Outdated
@j-loreaux j-loreaux added the awaiting-author A reviewer has asked the author a question or requested changes. label Jul 20, 2025
@themathqueen
Copy link
Copy Markdown
Collaborator Author

-awaiting-author

@github-actions github-actions Bot removed the awaiting-author A reviewer has asked the author a question or requested changes. label Jul 20, 2025
Copy link
Copy Markdown
Contributor

@j-loreaux j-loreaux left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

bors d+

Comment thread Mathlib/LinearAlgebra/Basis/MulOpposite.lean
Comment thread Mathlib/LinearAlgebra/Basis/MulOpposite.lean Outdated
Comment thread Mathlib/LinearAlgebra/Basis/MulOpposite.lean Outdated
Comment thread Mathlib/LinearAlgebra/Basis/MulOpposite.lean Outdated
@mathlib-bors
Copy link
Copy Markdown
Contributor

mathlib-bors Bot commented Jul 21, 2025

✌️ themathqueen can now approve this pull request. To approve and merge a pull request, simply reply with bors r+. More detailed instructions are available here.

@ghost ghost added the delegated This pull request has been delegated to the PR author (or occasionally another non-maintainer). label Jul 21, 2025
@themathqueen
Copy link
Copy Markdown
Collaborator Author

bors r+

mathlib-bors Bot pushed a commit that referenced this pull request Jul 23, 2025
…5949)

This adds the definition of `Basis.mulOpposite` and shows finite-dimensionality and freeness of `Hᵐᵒᵖ`.

For motivation, see #25951.



Co-authored-by: themathqueen <23701951+themathqueen@users.noreply.github.com>
@mathlib-bors
Copy link
Copy Markdown
Contributor

mathlib-bors Bot commented Jul 23, 2025

Build failed (retrying...):

mathlib-bors Bot pushed a commit that referenced this pull request Jul 23, 2025
…5949)

This adds the definition of `Basis.mulOpposite` and shows finite-dimensionality and freeness of `Hᵐᵒᵖ`.

For motivation, see #25951.



Co-authored-by: themathqueen <23701951+themathqueen@users.noreply.github.com>
@mathlib-bors
Copy link
Copy Markdown
Contributor

mathlib-bors Bot commented Jul 23, 2025

Build failed (retrying...):

mathlib-bors Bot pushed a commit that referenced this pull request Jul 23, 2025
…5949)

This adds the definition of `Basis.mulOpposite` and shows finite-dimensionality and freeness of `Hᵐᵒᵖ`.

For motivation, see #25951.



Co-authored-by: themathqueen <23701951+themathqueen@users.noreply.github.com>
@mathlib-bors
Copy link
Copy Markdown
Contributor

mathlib-bors Bot commented Jul 23, 2025

Build failed (retrying...):

mathlib-bors Bot pushed a commit that referenced this pull request Jul 23, 2025
…5949)

This adds the definition of `Basis.mulOpposite` and shows finite-dimensionality and freeness of `Hᵐᵒᵖ`.

For motivation, see #25951.



Co-authored-by: themathqueen <23701951+themathqueen@users.noreply.github.com>
@mathlib-bors
Copy link
Copy Markdown
Contributor

mathlib-bors Bot commented Jul 23, 2025

Pull request successfully merged into master.

Build succeeded:

@mathlib-bors mathlib-bors Bot changed the title feat(LinearAlgebra/Basis/MulOpposite): basis of an opposite space [Merged by Bors] - feat(LinearAlgebra/Basis/MulOpposite): basis of an opposite space Jul 23, 2025
@mathlib-bors mathlib-bors Bot closed this Jul 23, 2025
@themathqueen themathqueen deleted the basis_mulop branch July 23, 2025 11:30
@themathqueen themathqueen restored the basis_mulop branch July 23, 2025 11:32
@themathqueen themathqueen deleted the basis_mulop branch July 23, 2025 11:36
callesonne pushed a commit to callesonne/mathlib4 that referenced this pull request Jul 24, 2025
…anprover-community#25949)

This adds the definition of `Basis.mulOpposite` and shows finite-dimensionality and freeness of `Hᵐᵒᵖ`.

For motivation, see leanprover-community#25951.



Co-authored-by: themathqueen <23701951+themathqueen@users.noreply.github.com>
hrmacbeth pushed a commit to szqzs/mathlib4 that referenced this pull request Jul 28, 2025
…anprover-community#25949)

This adds the definition of `Basis.mulOpposite` and shows finite-dimensionality and freeness of `Hᵐᵒᵖ`.

For motivation, see leanprover-community#25951.



Co-authored-by: themathqueen <23701951+themathqueen@users.noreply.github.com>
Equilibris pushed a commit to Equilibris/mathlib4 that referenced this pull request Aug 7, 2025
…anprover-community#25949)

This adds the definition of `Basis.mulOpposite` and shows finite-dimensionality and freeness of `Hᵐᵒᵖ`.

For motivation, see leanprover-community#25951.



Co-authored-by: themathqueen <23701951+themathqueen@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

delegated This pull request has been delegated to the PR author (or occasionally another non-maintainer). new-contributor This PR was made by a contributor with at most 5 merged PRs. Welcome to the community! t-algebra Algebra (groups, rings, fields, etc)

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants