Skip to content

Conversation

@JovanGerb
Copy link
Contributor

This PR turns some import Aesop into import Aesop.Frontend in places where we want to tag aesop lemmas, but do not yet want to use the tactic itself.


Open in Gitpod

@github-actions
Copy link

github-actions bot commented Feb 12, 2026

PR summary 7d6b43dc78

Import changes for modified files

Dependency changes

File Base Count Head Count Change
Mathlib.Data.Prod.Lex 165 166 +1 (+0.61%)
Import changes for all files
Files Import difference
There are 6745 files with changed transitive imports taking up over 297811 characters: this is too many to display!
You can run scripts/import_trans_difference.sh all locally to see the whole output.

Declarations diff

No declarations were harmed in the making of this PR! 🐙

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

@grunweg
Copy link
Contributor

grunweg commented Feb 12, 2026

Seems reasonable, thanks!
bors merge

@mathlib-triage mathlib-triage bot added the ready-to-merge This PR has been sent to bors. label Feb 12, 2026
mathlib-bors bot pushed a commit that referenced this pull request Feb 12, 2026
This PR turns some `import Aesop` into `import Aesop.Frontend` in places where we want to tag `aesop` lemmas, but do not yet want to use the tactic itself.
@mathlib-bors
Copy link
Contributor

mathlib-bors bot commented Feb 12, 2026

Build failed (retrying...):

@JovanGerb
Copy link
Contributor Author

bors r-

It seems there is some sort of a merge conflict with this PR

@mathlib-bors
Copy link
Contributor

mathlib-bors bot commented Feb 12, 2026

Canceled.

le_refl := refl_of <| Prod.Lex _ _
le_trans _ _ _ := trans_of <| Prod.Lex _ _
lt_iff_le_not_ge x₁ x₂ := by aesop (add simp [le_iff, lt_iff, lt_iff_le_not_ge])
lt_iff_le_not_ge x₁ x₂ := by grind [le_iff, lt_iff, lt_iff_le_not_ge]
Copy link
Contributor Author

Choose a reason for hiding this comment

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

The grind proof is visibly faster

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

Labels

ready-to-merge This PR has been sent to bors.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants