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

Definition df-fl 4622
Description: Define the floor (greatest integer) function. See flleltt 4625 for its basic property and flclt 4624 for its closure.
Assertion
Ref Expression
df-fl |- floor = {<.x, y>. | (x e. RR /\ y = U.{z e. ZZ | (z <_ x /\ x < (z + 1))})}
Distinct variable group(s):   x,y,z

Detailed syntax breakdown of Definition df-fl
StepHypRef Expression
1 cfl 4621 . 2 class floor
2 vx . . . . . 6 set x
32cv 1089 . . . . 5 class x
4 cr 4027 . . . . 5 class RR
53, 4wcel 1092 . . . 4 wff x e. RR
6 vy . . . . . 6 set y
76cv 1089 . . . . 5 class y
8 vz . . . . . . . . . 10 set z
98cv 1089 . . . . . . . . 9 class z
10 cle 4092 . . . . . . . . 9 class <_
119, 3, 10wbr 2054 . . . . . . . 8 wff z <_ x
12 c1 4029 . . . . . . . . . 10 class 1
13 caddc 4031 . . . . . . . . . 10 class +
149, 12, 13co 3001 . . . . . . . . 9 class (z + 1)
15 clt 4033 . . . . . . . . 9 class <
163, 14, 15wbr 2054 . . . . . . . 8 wff x < (z + 1)
1711, 16wa 196 . . . . . . 7 wff (z <_ x /\ x < (z + 1))
18 cz 4095 . . . . . . 7 class ZZ
1917, 8, 18crab 1204 . . . . . 6 class {z e. ZZ | (z <_ x /\ x < (z + 1))}
2019cuni 1919 . . . . 5 class U.{z e. ZZ | (z <_ x /\ x < (z + 1))}
217, 20wceq 1091 . . . 4 wff y = U.{z e. ZZ | (z <_ x /\ x < (z + 1))}
225, 21wa 196 . . 3 wff (x e. RR /\ y = U.{z e. ZZ | (z <_ x /\ x < (z + 1))})
2322, 2, 6copab 2055 . 2 class {<.x, y>. | (x e. RR /\ y = U.{z e. ZZ | (z <_ x /\ x < (z + 1))})}
241, 23wceq 1091 1 wff floor = {<.x, y>. | (x e. RR /\ y = U.{z e. ZZ | (z <_ x /\ x < (z + 1))})}
Colors of variables: wff set class
This definition is referenced by:  flvalt 4623
metamath.org