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

Definition df-shft 7754
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 shftval 7759 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 7753 . 2 class shift
2 vg . . . . 5 set g
32cv 1297 . . . 4 class g
4 vy . . . . . . . 8 set y
54cv 1297 . . . . . . 7 class y
6 cc 6384 . . . . . . 7 class CC
75, 6wcel 1300 . . . . . 6 wff y e. CC
8 vz . . . . . . . 8 set z
98cv 1297 . . . . . . 7 class z
10 vx . . . . . . . . . 10 set x
1110cv 1297 . . . . . . . . 9 class x
12 cmin 6445 . . . . . . . . 9 class -
135, 11, 12co 4884 . . . . . . . 8 class (y - x)
14 vf . . . . . . . . 9 set f
1514cv 1297 . . . . . . . 8 class f
1613, 15cfv 3998 . . . . . . 7 class (f` (y - x))
179, 16wceq 1298 . . . . . 6 wff z = (f` (y - x))
187, 17wa 240 . . . . 5 wff (y e. CC /\ z = (f` (y - x)))
1918, 4, 8copab 3395 . . . 4 class {<.y, z>. | (y e. CC /\ z = (f` (y - x)))}
203, 19wceq 1298 . . 3 wff g = {<.y, z>. | (y e. CC /\ z = (f` (y - x)))}
2120, 14, 10, 2copab2 4885 . 2 class {<.<.f, x>., g>. | g = {<.y, z>. | (y e. CC /\ z = (f` (y - x)))}}
221, 21wceq 1298 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 7755
Copyright terms: Public domain