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

Definition df-shft 6342
Description: Define a function shifter. This operation offsets the value argument of a function (ordinarily on a subset of CC) and produces a new function on CC. See shftvalt 6347 for its value.
Assertion
Ref Expression
df-shft |- shift = {<.<.f, x>., g>. | g = {<.y, z>. | (y e. CC /\ z = (f` (y - x)))}}
Distinct variable group:   x,y,z,f,g

Detailed syntax breakdown of Definition df-shft
StepHypRef Expression
1 cshi 6341 . 2 class shift
2 vg . . . . 5 set g
32cv 957 . . . 4 class g
4 vy . . . . . . . 8 set y
54cv 957 . . . . . . 7 class y
6 cc 5244 . . . . . . 7 class CC
75, 6wcel 960 . . . . . 6 wff y e. CC
8 vz . . . . . . . 8 set z
98cv 957 . . . . . . 7 class z
10 vx . . . . . . . . . 10 set x
1110cv 957 . . . . . . . . 9 class x
12 cmin 5304 . . . . . . . . 9 class -
135, 11, 12co 3969 . . . . . . . 8 class (y - x)
14 vf . . . . . . . . 9 set f
1514cv 957 . . . . . . . 8 class f
1613, 15cfv 3188 . . . . . . 7 class (f` (y - x))
179, 16wceq 958 . . . . . 6 wff z = (f` (y - x))
187, 17wa 223 . . . . 5 wff (y e. CC /\ z = (f` (y - x)))
1918, 4, 8copab 2671 . . . 4 class {<.y, z>. | (y e. CC /\ z = (f` (y - x)))}
203, 19wceq 958 . . 3 wff g = {<.y, z>. | (y e. CC /\ z = (f` (y - x)))}
2120, 14, 10, 2copab2 3970 . 2 class {<.<.f, x>., g>. | g = {<.y, z>. | (y e. CC /\ z = (f` (y - x)))}}
221, 21wceq 958 1 wff shift = {<.<.f, x>., g>. | g = {<.y, z>. | (y e. CC /\ z = (f` (y - x)))}}
Colors of variables: wff set class
This definition is referenced by:  shftfval 6343
Copyright terms: Public domain