Skip to content

feat(CategoryTheory/Limits): IsPullback.mono_fst_of_mono and similar#35871

Open
edegeltje wants to merge 5 commits intoleanprover-community:masterfrom
edegeltje:ispullback_mono_fst
Open

feat(CategoryTheory/Limits): IsPullback.mono_fst_of_mono and similar#35871
edegeltje wants to merge 5 commits intoleanprover-community:masterfrom
edegeltje:ispullback_mono_fst

Conversation

@edegeltje
Copy link
Collaborator

This lemma is more convenient than going through MorphismProperty.IsStableUnderBasechange.
We use (inst : Mono f := by infer_instance) instead of [Mono f] because on occasion, these proofs are 1) not by inferInstance, 2) inlinable, and 3) these lemmas are suitable for this design.


Open in Gitpod

@edegeltje edegeltje added the t-category-theory Category theory label Feb 27, 2026
@github-actions
Copy link

github-actions bot commented Feb 27, 2026

PR summary af1b8b4417

Import changes for modified files

No significant changes to the import graph

Import changes for all files
Files Import difference

Declarations diff

+ epi_inl_of_epi
+ epi_inr_of_epi
+ mono_fst_of_mono
+ mono_snd_of_mono

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

t-category-theory Category theory

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant