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 <abdoo8080@outlook.com>
  • Loading branch information
mhk119 and abdoo8080 authored Aug 12, 2024
1 parent 5b92d62 commit c52b300
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions Smt/Reconstruct/Int/Polynorm.lean
Original file line number Diff line number Diff line change
Expand Up @@ -233,9 +233,6 @@ theorem denote_add_insert {g : Monomial → Polynomial} :
simp only [List.foldl_cons, List.foldr, @ih n]
rw [ih, @ih ((g k).add []), ← Int.add_assoc, denote_nil_add, denote_add, Int.add_comm _ (denote ctx n)]




theorem denote_foldl {g : Monomial → Polynomial} :
denote ctx (List.foldl (fun acc m => ((g m).add (acc))) [] p) = List.foldl (fun acc m => (g m).denote ctx + acc) 0 p := by
induction p with
Expand Down

0 comments on commit c52b300

Please sign in to comment.