Skip to content

Commit

Permalink
Update Smt/Reconstruct/Int/Polynorm.lean
Browse files Browse the repository at this point in the history
Co-authored-by: Abdalrhman Mohamed <[email protected]>
  • Loading branch information
mhk119 and abdoo8080 authored Aug 12, 2024
1 parent c52b300 commit 1188519
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Smt/Reconstruct/Int/Polynorm.lean
Original file line number Diff line number Diff line change
Expand Up @@ -247,8 +247,7 @@ theorem denote_mul {p q : Polynomial} : (p.mul q).denote ctx = p.denote ctx * q.
| nil => simp [denote]
| cons n p ih =>
simp only [List.foldl_cons, denote_cons, Int.add_mul, ← ih]
rw [denote_foldl]
rw [denote_add_insert, ←denote_mulMonomial, denote_nil_add, denote_foldl]
rw [denote_foldl, denote_add_insert, ←denote_mulMonomial, denote_nil_add, denote_foldl]

end Polynomial

Expand Down

0 comments on commit 1188519

Please sign in to comment.