-
Notifications
You must be signed in to change notification settings - Fork 65
Closed
Labels
question ❓There is an unanswered question hereThere is an unanswered question here
Milestone
Description
Line 1829 in c8adb03
| Lemma measure_addE A : measure_add A = m1 A + m2 A. |
The version using \+ would be more useful, e.g.:
Lemma measure_addE : measure_add = m1 \+ m2.
Proof. by apply: funext=>A; rewrite /measure_add/= /msum 2!big_ord_recl/= big_ord0 adde0. Qed.But it breaks lemmas in kernel.v
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
question ❓There is an unanswered question hereThere is an unanswered question here