Require ArithRing. Lemma l1 : (S (S O))=(plus (S O) (S O)). NatRing. Qed. Lemma l2 : (x:nat)(S (S x))=(plus (S O) (S x)). Intro. NatRing. Qed.