Skip to content

Commit

Permalink
fix sumRE (#113)
Browse files Browse the repository at this point in the history
  • Loading branch information
t6s authored Mar 11, 2024
1 parent 15762a0 commit ee75502
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/ssrR.v
Original file line number Diff line number Diff line change
Expand Up @@ -906,7 +906,7 @@ Section temporary_lemmas.
Local Open Scope ring_scope.

Lemma sumRE (I : Type) (r : seq I) (P : pred I) (F : I -> R) :
\sum_(i <- r | P i) F i = \big[+%R/0]_(i <- r | P i) F i.
(\sum_(i <- r | P i) F i)%coqR = \sum_(i <- r | P i) F i.
Proof. by []. Qed.

Lemma bigmaxRE (I : Type) (r : seq I) (P : pred I) (F : I -> R) :
Expand Down

0 comments on commit ee75502

Please sign in to comment.