Commit 2025-06-13 14:34 dfb6ce9d
View on Github →chore(grewrite): import gcongr
and grewrite
in Tactic.Common
(#25773)
This PR rearranges the gcongr
attributes so that gcongr
and grewrite
have minimal imports. This means that it can be imported in Mathlib.Tactic.Common
.
There was also an unused import in Tactic.Hint that I removed
positivity
now gets tagged as the discharger for gcongr
immediately, which makes some proofs shorter.
Nat.succ_le_succ
was tagged twice with gcongr
, so I removed the loose tag.