Add more lemmas for FinMaps (for union, filter, difference)
All threads resolved!
All threads resolved!
Compare changes
+ 64
− 0
@@ -647,6 +647,11 @@ Proof.
@@ -1308,6 +1313,14 @@ Section map_filter_ext.
@@ -1364,9 +1377,32 @@ Section map_filter_misc.
@@ -1401,6 +1437,11 @@ Section map_filter_misc.
@@ -1969,6 +2010,12 @@ Proof. intro. rewrite lookup_union_Some_raw; intuition. Qed.
@@ -2375,6 +2422,8 @@ Proof.
@@ -2394,6 +2443,21 @@ Global Instance map_difference_right_id {A} : RightId (=) (∅:M A) (∖) := _.