DEV Community

Discussion on: Daily Challenge #168 - [Code golf] f (f (f b)) = f b

 
jose_a_alonso profile image
José A. Alonso

And with another notation

lemma 
  fixes f :: "bool ⇒ bool"
  shows "f (f (f b)) = f b"
  by smt