We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 024f2e4 commit 0dc60b0Copy full SHA for 0dc60b0
1 file changed
Cslib/Computability/Automata/NA/BuchiEquiv.lean
@@ -60,7 +60,10 @@ theorem reindex_language_eq {f : State ≃ State'} {nba : Buchi State Symbol} :
60
ext xs
61
constructor
62
· rintro ⟨ss', h_run', h_acc'⟩
63
- grind [reindex_run_iff]
+ #adaptation_note
64
+ /-- A grind regression found moving to nightly-2026-03-31 (changes from lean#13166) -/
65
+ simp only [mem_language, Accepts]
66
+ exact frequently_principal.mp (· (reindex_run_iff.mp h_run') h_acc')
67
· rintro ⟨ss, h_run, h_acc⟩
68
use ss.map f
69
constructor <;> grind [reindex_run_iff']
0 commit comments