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

Definition df-fac 6932
Description: Define the factorial function on nonnegative integers. In the literature, the factorial function is written as a postscript exclamation point.
Assertion
Ref Expression
df-fac |- ! = ({<.0, 1>.} u. ( x. seq1 (I |` NN)))

Detailed syntax breakdown of Definition df-fac
StepHypRef Expression
1 cfa 6931 . 2 class !
2 cc0 5234 . . . . 5 class 0
3 c1 5235 . . . . 5 class 1
42, 3cop 2411 . . . 4 class <.0, 1>.
54csn 2409 . . 3 class {<.0, 1>.}
6 cmul 5239 . . . 4 class x.
7 cid 2831 . . . . 5 class I
8 cn 5296 . . . . 5 class NN
97, 8cres 3172 . . . 4 class (I |` NN)
10 cseq1 6307 . . . 4 class seq1
116, 9, 10co 3963 . . 3 class ( x. seq1 (I |` NN))
125, 11cun 2045 . 2 class ({<.0, 1>.} u. ( x. seq1 (I |` NN)))
131, 12wceq 956 1 wff ! = ({<.0, 1>.} u. ( x. seq1 (I |` NN)))
Colors of variables: wff set class
This definition is referenced by:  facnnt 6933  fac0 6934
Copyright terms: Public domain