@@ -92,8 +92,7 @@ def normalize' (l : AList (fun _ : ℕ => Bool)) :
9292 have := he₃ v
9393 simp_all? says
9494 simp_all only [normalized, Bool.and_eq_true, Bool.not_eq_eq_eq_not, Bool.not_true,
95- Bool.false_eq, Bool.true_eq, AList.lookup_insert_eq_none, ne_eq, AList.lookup_insert,
96- reduceCtorEq, imp_false]
95+ AList.lookup_insert_eq_none, ne_eq, AList.lookup_insert, reduceCtorEq, imp_false]
9796 obtain ⟨⟨⟨tn, tc⟩, tr⟩, td⟩ := ht₂
9897 split <;> rename_i h'
9998 · subst h'
@@ -105,8 +104,8 @@ def normalize' (l : AList (fun _ : ℕ => Bool)) :
105104 · subst h; simp_all
106105 · simp_all? says
107106 simp_all only [normalized, Bool.and_eq_true, Bool.not_eq_eq_eq_not, Bool.not_true,
108- Bool.false_eq, Bool.true_eq, AList.lookup_insert_eq_none, ne_eq, not_false_eq_true,
109- AList.lookup_insert_ne, implies_true]
107+ AList.lookup_insert_eq_none, ne_eq, not_false_eq_true, AList.lookup_insert_ne ,
108+ implies_true]
110109 obtain ⟨⟨⟨en, ec⟩, er⟩, ed⟩ := he₂
111110 split at b <;> rename_i h'
112111 · subst h'; simp_all
0 commit comments