Stream: Beginner Questions

Topic: Associativity Map Composition


view this post on Zulip Robert Soeldner (Dec 04 2021 at 07:58):

I was not able to find a lemma corresponding to the associativity law for map composition in the theory Map.
Is it missing or have I just failed to find it ?

lemma "(a ∘⇩m b) ∘⇩m c = a ∘⇩m (b ∘⇩m c)"
  unfolding map_comp_def
  by (metis option.case_eq_if)

Last updated: Apr 25 2024 at 08:20 UTC