Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(Order/Antisymmetrization): AntisymmRel lemmas #19571

Open
wants to merge 12 commits into
base: master
Choose a base branch
from
Open

Conversation

vihdzp
Copy link
Collaborator

@vihdzp vihdzp commented Nov 28, 2024

@vihdzp vihdzp added the t-order Order theory label Nov 28, 2024
Copy link

github-actions bot commented Nov 28, 2024

PR summary 1219ba0e5e

Import changes exceeding 2%

% File
+2.34% Mathlib.Order.Antisymmetrization

Import changes for modified files

Dependency changes

File Base Count Head Count Change
Mathlib.Order.Antisymmetrization 214 219 +5 (+2.34%)
Import changes for all files
Files Import difference
Mathlib.Order.Antisymmetrization 5

Declarations diff

+ AntisymmRel.antisymmRel_congr
+ AntisymmRel.antisymmRel_congr_left
+ AntisymmRel.antisymmRel_congr_right
+ AntisymmRel.comm
+ AntisymmRel.ge
+ AntisymmRel.le
+ AntisymmRel.le_congr
+ AntisymmRel.le_congr_left
+ AntisymmRel.le_congr_right
+ AntisymmRel.lt_congr
+ AntisymmRel.lt_congr_left
+ AntisymmRel.lt_congr_right
+ AntisymmRel.trans_le
+ AntisymmRel.trans_lt
+ LE.le.lt_or_antisymmRel
+ LE.le.trans_antisymmRel
+ LT.lt.trans_antisymmRel
+ _
+ antisymmRel_iff
+ instance : @Trans α α α (AntisymmRel (· ≤ ·)) (· < ·) (· < ·)
+ instance : @Trans α α α (AntisymmRel (· ≤ ·)) (· ≤ ·) (· ≤ ·)
+ instance : @Trans α α α (· < ·) (AntisymmRel (· ≤ ·)) (· < ·)
+ instance : @Trans α α α (· ≤ ·) (AntisymmRel (· ≤ ·)) (· ≤ ·)
+ instance : IsSymm α (AntisymmRel r)
+ instance [IsRefl α r] : IsRefl α (AntisymmRel r)
+ instance [IsTrans α r] : IsTrans α (AntisymmRel r)
+ le_iff_lt_or_antisymmRel
+ le_of_antisymmRel_of_le
+ le_of_le_of_antisymmRel
+ lt_of_antisymmRel_of_lt
+ lt_of_lt_of_antisymmRel

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 to Mathlib (this label is automatically managed by a bot) label Nov 28, 2024
@github-actions github-actions bot added the large-import Automatically added label for PRs with a significant increase in transitive imports label Nov 28, 2024
@mathlib4-dependent-issues-bot mathlib4-dependent-issues-bot removed the blocked-by-other-PR This PR depends on another PR to Mathlib (this label is automatically managed by a bot) label Dec 11, 2024
@mathlib4-dependent-issues-bot
Copy link
Collaborator

This PR/issue depends on:

@vihdzp vihdzp requested a review from YaelDillies December 11, 2024 10:54
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 t-order Order theory
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants