HomeHome Metamath Proof Explorer < Previous   Next >
Related theorems
Unicode version

Definition df-n 7441
Description: The natural numbers of analysis start at one (unlike the ordinal natural numbers, i.e. the members of the set om, df-om 4086, which start at zero). This is the convention used by most analysis books, and it is often convenient in proofs because we don't have to worry about division by zero. See nnind 7453 for the principle of mathematical induction. See dfnn2 7452 for a slight variant. See df-n0 7649 for the set of nonnegative integers NN0 starting at zero. See dfn2 7661 for NN defined in terms of NN0.
Assertion
Ref Expression
df-n |- NN = |^|{x | (1 e. x /\ A.y e. x (y + 1) e. x)}
Distinct variable group:   x,y

Detailed syntax breakdown of Definition df-n
StepHypRef Expression
1 cn 6992 . 2 class NN
2 c1 6753 . . . . . 6 class 1
3 vx . . . . . . 7 set x
43cv 1585 . . . . . 6 class x
52, 4wcel 1588 . . . . 5 wff 1 e. x
6 vy . . . . . . . . 9 set y
76cv 1585 . . . . . . . 8 class y
8 caddc 6755 . . . . . . . 8 class +
97, 2, 8co 4981 . . . . . . 7 class (y + 1)
109, 4wcel 1588 . . . . . 6 wff (y + 1) e. x
1110, 6, 4wral 2355 . . . . 5 wff A.y e. x (y + 1) e. x
125, 11wa 337 . . . 4 wff (1 e. x /\ A.y e. x (y + 1) e. x)
1312, 3cab 2128 . . 3 class {x | (1 e. x /\ A.y e. x (y + 1) e. x)}
1413cint 3400 . 2 class |^|{x | (1 e. x /\ A.y e. x (y + 1) e. x)}
151, 14wceq 1586 1 wff NN = |^|{x | (1 e. x /\ A.y e. x (y + 1) e. x)}
Colors of variables: wff set class
This definition is referenced by:  peano5nni 7442  1nn 7450  peano2nn 7451  dfnn2 7452  dfuzi 7757
Copyright terms: Public domain