Skip to content

Commit 0dc60b0

Browse files
committed
reindex_language_eq
1 parent 024f2e4 commit 0dc60b0

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

Cslib/Computability/Automata/NA/BuchiEquiv.lean

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,10 @@ theorem reindex_language_eq {f : State ≃ State'} {nba : Buchi State Symbol} :
6060
ext xs
6161
constructor
6262
· rintro ⟨ss', h_run', h_acc'⟩
63-
grind [reindex_run_iff]
63+
#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')
6467
· rintro ⟨ss, h_run, h_acc⟩
6568
use ss.map f
6669
constructor <;> grind [reindex_run_iff']

0 commit comments

Comments
 (0)