(* CS576, MP 0 *) (* Your name goes here! *) theory mp0 imports Main begin lemma "((a \ b) \ c) = ((a \ c) \ (b \ c))" sorry (* complete the proof the only way you know how. *) (* Write three more propositional lemmas and prove them the same way as above *) end