I am trying to prove that a predefined addition function is associative, but I am stuck at the step where the goal reads
plus (S x') (plus y z) = plus (plus (S x') y) z
but the only hypothesis I have is :
IHx' : forall y z : nat,
plus x' (plus y z) = plus (plus x' y) z