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

Definition df-rank 5751
Description: Define the rank function. See rankval 5779, rankval2 5781, rankval3 5792, or rankval4 5813 its value. The rank is a kind of "inverse" of the cumulative hierarchy of sets function R1: given a set, it returns an ordinal number telling us the smallest layer of the hierarchy to which the set belongs. Based on Definition 9.14 of [TakeutiZaring] p. 79. Theorem rankid 5783 illustrates the "inverse" concept. Another nice theorem showing the relationship is rankr1a 5788.
Assertion
Ref Expression
df-rank |- rank = {<.x, y>. | y = |^|{z e. On | x e. (R1` suc z)}}
Distinct variable group:   x,y,z

Detailed syntax breakdown of Definition df-rank
StepHypRef Expression
1 crnk 5749 . 2 class rank
2 vy . . . . 5 set y
32cv 1297 . . . 4 class y
4 vx . . . . . . . 8 set x
54cv 1297 . . . . . . 7 class x
6 vz . . . . . . . . . 10 set z
76cv 1297 . . . . . . . . 9 class z
87csuc 3659 . . . . . . . 8 class suc z
9 cr1 5748 . . . . . . . 8 class R1
108, 9cfv 3998 . . . . . . 7 class (R1` suc z)
115, 10wcel 1300 . . . . . 6 wff x e. (R1` suc z)
12 con0 3657 . . . . . 6 class On
1311, 6, 12crab 2108 . . . . 5 class {z e. On | x e. (R1` suc z)}
1413cint 3214 . . . 4 class |^|{z e. On | x e. (R1` suc z)}
153, 14wceq 1298 . . 3 wff y = |^|{z e. On | x e. (R1` suc z)}
1615, 4, 2copab 3395 . 2 class {<.x, y>. | y = |^|{z e. On | x e. (R1` suc z)}}
171, 16wceq 1298 1 wff rank = {<.x, y>. | y = |^|{z e. On | x e. (R1` suc z)}}
Colors of variables: wff set class
This definition is referenced by:  rankval 5779
Copyright terms: Public domain