Skip to main content

lemma_union_insert_right

Function lemma_union_insert_right 

Source
pub broadcast proof fn lemma_union_insert_right<K, V>(
    m1: IMap<K, V>,
    m2: IMap<K, V>,
    k: K,
    v: V,
)
Expand description
ensures
#[trigger] m1.union_prefer_right(m2.insert(k, v))
    == m1.union_prefer_right(m2).insert(k, v),