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

Definition df-rank 4790
Description: Define the rank function. See rankval 4814, rankval2 4816, rankval3 4827, or rankval4 4848 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 4818 illustrates the "inverse" concept. Another nice theorem showing the relationship is rankr1a 4823.
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 4788 . 2 class rank
2 vy . . . . 5 set y
32cv 991 . . . 4 class y
4 vx . . . . . . . 8 set x
54cv 991 . . . . . . 7 class x
6 vz . . . . . . . . . 10 set z
76cv 991 . . . . . . . . 9 class z
87csuc 2977 . . . . . . . 8 class suc z
9 cr1 4787 . . . . . . . 8 class R1
108, 9cfv 3263 . . . . . . 7 class (R1` suc z)
115, 10wcel 994 . . . . . 6 wff x e. (R1` suc z)
12 con0 2975 . . . . . 6 class On
1311, 6, 12crab 1694 . . . . 5 class {z e. On | x e. (R1` suc z)}
1413cint 2600 . . . 4 class |^|{z e. On | x e. (R1` suc z)}
153, 14wceq 992 . . 3 wff y = |^|{z e. On | x e. (R1` suc z)}
1615, 4, 2copab 2740 . 2 class {<.x, y>. | y = |^|{z e. On | x e. (R1` suc z)}}
171, 16wceq 992 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 4814
Copyright terms: Public domain