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

Definition df-nmo 9540
Description: Define the norm of an operator between two normed complex vector spaces. This definition produces an operator norm function for each pair of vector spaces <.u, w>.. Based on definition of linear operator norm in [AkhiezerGlazman] p. 39, although we define it for all operators for convenience. It isn't necessarily meaningful for nonlinear operators, since it doesn't take into account operator values at vectors with norm greater than 1. See Equation 2 of [Kreyszig] p. 92 for a definition that does (although it ignores the value at the zero vector). However, operator norms are rarely if ever used for nonlinear operators.
Assertion
Ref Expression
df-nmo |- normOp = {<.<.u, w>., n>. | ((u e. NrmCVec /\ w e. NrmCVec) /\ n = {<.t, y>. | (t:(BaseSet` u)-->(BaseSet` w) /\ y = sup({x | E.z e. (BaseSet` u)(((norm` u)` z) <_ 1 /\ x = ((norm` w)` (t` z)))}, RR*, < ))})}
Distinct variable group:   t,n,u,w,x,y,z

Detailed syntax breakdown of Definition df-nmo
StepHypRef Expression
1 cnmo 9536 . 2 class normOp
2 vu . . . . . . 7 set u
32cv 1135 . . . . . 6 class u
4 cnv 9330 . . . . . 6 class NrmCVec
53, 4wcel 1138 . . . . 5 wff u e. NrmCVec
6 vw . . . . . . 7 set w
76cv 1135 . . . . . 6 class w
87, 4wcel 1138 . . . . 5 wff w e. NrmCVec
95, 8wa 239 . . . 4 wff (u e. NrmCVec /\ w e. NrmCVec)
10 vn . . . . . 6 set n
1110cv 1135 . . . . 5 class n
12 cba 9332 . . . . . . . . 9 class BaseSet
133, 12cfv 3809 . . . . . . . 8 class (BaseSet` u)
147, 12cfv 3809 . . . . . . . 8 class (BaseSet` w)
15 vt . . . . . . . . 9 set t
1615cv 1135 . . . . . . . 8 class t
1713, 14, 16wf 3805 . . . . . . 7 wff t:(BaseSet` u)-->(BaseSet` w)
18 vy . . . . . . . . 9 set y
1918cv 1135 . . . . . . . 8 class y
20 vz . . . . . . . . . . . . . . 15 set z
2120cv 1135 . . . . . . . . . . . . . 14 class z
22 cnm 9336 . . . . . . . . . . . . . . 15 class norm
233, 22cfv 3809 . . . . . . . . . . . . . 14 class (norm`
u)
2421, 23cfv 3809 . . . . . . . . . . . . 13 class ((norm` u)` z)
25 c1 6183 . . . . . . . . . . . . 13 class 1
26 cle 6244 . . . . . . . . . . . . 13 class <_
2724, 25, 26wbr 3158 . . . . . . . . . . . 12 wff ((norm` u)` z) <_ 1
28 vx . . . . . . . . . . . . . 14 set x
2928cv 1135 . . . . . . . . . . . . 13 class x
3021, 16cfv 3809 . . . . . . . . . . . . . 14 class (t` z)
317, 22cfv 3809 . . . . . . . . . . . . . 14 class (norm`
w)
3230, 31cfv 3809 . . . . . . . . . . . . 13 class ((norm` w)` (t` z))
3329, 32wceq 1136 . . . . . . . . . . . 12 wff x = ((norm`
w)` (t` z))
3427, 33wa 239 . . . . . . . . . . 11 wff (((norm` u)` z) <_ 1 /\ x = ((norm` w)` (t` z)))
3534, 20, 13wrex 1940 . . . . . . . . . 10 wff E.z e. (BaseSet` u)(((norm` u)` z) <_ 1 /\ x = ((norm` w)` (t` z)))
3635, 28cab 1708 . . . . . . . . 9 class {x | E.z e. (BaseSet` u)(((norm` u)` z) <_ 1 /\ x = ((norm` w)` (t` z)))}
37 cxr 6448 . . . . . . . . 9 class RR*
38 clt 6449 . . . . . . . . 9 class <
3936, 37, 38csup 5473 . . . . . . . 8 class sup({x | E.z e. (BaseSet` u)(((norm` u)` z) <_ 1 /\ x = ((norm` w)` (t` z)))}, RR*, < )
4019, 39wceq 1136 . . . . . . 7 wff y = sup({x | E.z e. (BaseSet` u)(((norm` u)` z) <_ 1 /\ x = ((norm` w)` (t` z)))}, RR*, < )
4117, 40wa 239 . . . . . 6 wff (t:(BaseSet` u)-->(BaseSet` w) /\ y = sup({x | E.z e. (BaseSet` u)(((norm` u)` z) <_ 1 /\ x = ((norm` w)` (t` z)))}, RR*, < ))
4241, 15, 18copab 3213 . . . . 5 class {<.t, y>. | (t:(BaseSet` u)-->(BaseSet` w) /\ y = sup({x | E.z e. (BaseSet` u)(((norm` u)` z) <_ 1 /\ x = ((norm` w)` (t` z)))}, RR*, < ))}
4311, 42wceq 1136 . . . 4 wff n = {<.t, y>. | (t:(BaseSet` u)-->(BaseSet` w) /\ y = sup({x | E.z e. (BaseSet` u)(((norm` u)` z) <_ 1 /\ x = ((norm` w)` (t` z)))}, RR*, < ))}
449, 43wa 239 . . 3 wff ((u e. NrmCVec /\ w e. NrmCVec) /\ n = {<.t, y>. | (t:(BaseSet` u)-->(BaseSet` w) /\ y = sup({x | E.z e. (BaseSet` u)(((norm` u)` z) <_ 1 /\ x = ((norm` w)` (t` z)))}, RR*, < ))})
4544, 2, 6, 10copab2 4696 . 2 class {<.<.u, w>., n>. | ((u e. NrmCVec /\ w e. NrmCVec) /\ n = {<.t, y>. | (t:(BaseSet` u)-->(BaseSet` w) /\ y = sup({x | E.z e. (BaseSet` u)(((norm` u)` z) <_ 1 /\ x = ((norm` w)` (t` z)))}, RR*, < ))})}
461, 45wceq 1136 1 wff normOp = {<.<.u, w>., n>. | ((u e. NrmCVec /\ w e. NrmCVec) /\ n = {<.t, y>. | (t:(BaseSet` u)-->(BaseSet` w) /\ y = sup({x | E.z e. (BaseSet` u)(((norm` u)` z) <_ 1 /\ x = ((norm` w)` (t` z)))}, RR*, < ))})}
Colors of variables: wff set class
This definition is referenced by:  nmofval 9559
Copyright terms: Public domain