Skip to content

Commit

Permalink
chore: instMembershipListLanguage -> Language.instMembershipList
Browse files Browse the repository at this point in the history
  • Loading branch information
bollu committed Dec 26, 2024
1 parent 18a73cf commit 42d5714
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions SSA/Experimental/Bits/AutoStructs/FormulaToAuto.lean
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ import SSA.Experimental.Bits.AutoStructs.NFA'
open AutoStructs
open Mathlib

set_option pp.explicit true in
@[simp] theorem Language.mem_setOf_eq {x : List α} {p : List α → Prop} :
@Membership.mem (List α) (Language α) instMembershipListLanguage {y | p y} x = p x := by
rfl
@Membership.mem (List α) (Language α) Language.instMembershipList {y | p y} x = p x := rfl

@[simp] theorem Language.trivial : x ∈ (⊤ : Language α) := by trivial

Expand Down

0 comments on commit 42d5714

Please sign in to comment.