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

Definition df-rank 4616
Description: Define the rank function. See rankval 4640, rankval2 4642, rankval3 4653, or rankval4 4674 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 4644 illustrates the "inverse" concept. Another nice theorem showing the relationship is rankr1a 4649.
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 4614 . 2 class rank
2 vy . . . . 5 set y
32cv 952 . . . 4 class y
4 vx . . . . . . . 8 set x
54cv 952 . . . . . . 7 class x
6 vz . . . . . . . . . 10 set z
76cv 952 . . . . . . . . 9 class z
87csuc 2940 . . . . . . . 8 class suc z
9 cr1 4613 . . . . . . . 8 class R1
108, 9cfv 3172 . . . . . . 7 class (R1` suc z)
115, 10wcel 955 . . . . . 6 wff x e. (R1` suc z)
12 con0 2938 . . . . . 6 class On
1311, 6, 12crab 1640 . . . . 5 class {z e. On | x e. (R1` suc z)}
1413cint 2523 . . . 4 class |^|{z e. On | x e. (R1` suc z)}
153, 14wceq 953 . . 3 wff y = |^|{z e. On | x e. (R1` suc z)}
1615, 4, 2copab 2656 . 2 class {<.x, y>. | y = |^|{z e. On | x e. (R1` suc z)}}
171, 16wceq 953 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 4640
Copyright terms: Public domain