summaryrefslogtreecommitdiff
path: root/test-suite/success/NatRing.v
blob: 6a1eeccc6ccb8dda49e8bb83b1d0f79987643348 (plain)
1
2
3
4
5
6
7
8
9
10
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.