Skip to content

Commit cb33e01

Browse files
committed
Delete duplicate helper lemma
1 parent 956b26f commit cb33e01

1 file changed

Lines changed: 0 additions & 8 deletions

File tree

TraceTheory/TraceTheory/Ochmanski.lean

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -164,14 +164,6 @@ lemma connected_of_lexNf_sq {w : List α}
164164
IsConnected I ⟦w⟧ := by
165165
sorry
166166

167-
omit [Fintype α] [LinearOrder α] in
168-
lemma mem_sigma (x : List α) : x ∈ KStar.kstar (Sigma : Language α) := by
169-
rw [Language.mem_kstar]
170-
use [x]
171-
simp only [List.flatten_cons, List.flatten_nil, List.append_nil, List.mem_cons,
172-
List.not_mem_nil, or_false, Sigma, forall_eq, true_and]
173-
apply Set.mem_univ
174-
175167
omit [LinearOrder α] in
176168
lemma forbidden_of_subword {u w v : List α} {a b : α}
177169
(hw : w ∈ ForbiddenPattern I a b) :

0 commit comments

Comments
 (0)