Skip to content

[Merged by Bors] - feat(LinearAlgebra/AffineSpace/AffineSubspace/Basic): comap_map_eq_of_injective#32017

Closed
jsm28 wants to merge 4 commits intoleanprover-community:masterfrom
jsm28:affine_subspace_comap_map_eq
Closed

[Merged by Bors] - feat(LinearAlgebra/AffineSpace/AffineSubspace/Basic): comap_map_eq_of_injective#32017
jsm28 wants to merge 4 commits intoleanprover-community:masterfrom
jsm28:affine_subspace_comap_map_eq

Conversation

@jsm28
Copy link
Copy Markdown
Contributor

@jsm28 jsm28 commented Nov 23, 2025

Add a lemma

lemma comap_map_eq_of_injective (f : P₁ →ᵃ[k] P₂) (hf : Function.Injective f)
    (s : AffineSubspace k P₁) : (s.map f).comap f = s :=

deduced from a GaloisCoinsertion as is done for such a lemma for some other subobject types.


Open in Gitpod

…f_injective`

Add a lemma

```lean
lemma comap_map_eq_of_injective (f : P₁ →ᵃ[k] P₂) (hf : Function.Injective f)
    (s : AffineSubspace k P₁) : (s.map f).comap f = s :=
```

deduced from a `GaloisCoinsertion` as is done for such a lemma for
some other subobject types.
@jsm28 jsm28 added the t-algebra Algebra (groups, rings, fields, etc) label Nov 23, 2025
@github-actions
Copy link
Copy Markdown

github-actions bot commented Nov 23, 2025

PR summary f7702fa2d1

Import changes for modified files

No significant changes to the import graph

Import changes for all files
Files Import difference

Declarations diff

+ comap_map_eq_of_injective
+ gciMapComap

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

Copy link
Copy Markdown
Contributor

@Ruben-VandeVelde Ruben-VandeVelde left a comment

Choose a reason for hiding this comment

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

maintainer delegate

@github-actions
Copy link
Copy Markdown

🚀 Pull request has been placed on the maintainer queue by Ruben-VandeVelde.

@ghost ghost added the maintainer-merge A reviewer has approved the changed; awaiting maintainer approval. label Nov 24, 2025
Copy link
Copy Markdown
Member

@jcommelin jcommelin 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+

@mathlib-bors
Copy link
Copy Markdown
Contributor

mathlib-bors bot commented Nov 24, 2025

✌️ jsm28 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 delegated This pull request has been delegated to the PR author (or occasionally another non-maintainer). and removed maintainer-merge A reviewer has approved the changed; awaiting maintainer approval. labels Nov 24, 2025
@jsm28
Copy link
Copy Markdown
Contributor Author

jsm28 commented Nov 24, 2025

bors r+

mathlib-bors bot pushed a commit that referenced this pull request Nov 24, 2025
…f_injective` (#32017)

Add a lemma

```lean
lemma comap_map_eq_of_injective (f : P₁ →ᵃ[k] P₂) (hf : Function.Injective f)
    (s : AffineSubspace k P₁) : (s.map f).comap f = s :=
```

deduced from a `GaloisCoinsertion` as is done for such a lemma for some other subobject types.
@mathlib-bors
Copy link
Copy Markdown
Contributor

mathlib-bors bot commented Nov 24, 2025

Pull request successfully merged into master.

Build succeeded:

@mathlib-bors mathlib-bors bot changed the title feat(LinearAlgebra/AffineSpace/AffineSubspace/Basic): comap_map_eq_of_injective [Merged by Bors] - feat(LinearAlgebra/AffineSpace/AffineSubspace/Basic): comap_map_eq_of_injective Nov 24, 2025
@mathlib-bors mathlib-bors bot closed this Nov 24, 2025
@jsm28 jsm28 deleted the affine_subspace_comap_map_eq branch November 24, 2025 17:31
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). t-algebra Algebra (groups, rings, fields, etc)

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants