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

Definition df-nmo 8275
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:(Base` u)-->(Base` w) /\ y = sup({x | E.z e. (Base` 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 8271 . 2 class normOp
2 vu . . . . . . 7 set u
32cv 1098 . . . . . 6 class u
4 cnv 8084 . . . . . 6 class NrmCVec
53, 4wcel 1105 . . . . 5 wff u e. NrmCVec
6 vw . . . . . . 7 set w
76cv 1098 . . . . . 6 class w
87, 4wcel 1105 . . . . 5 wff w e. NrmCVec
95, 8wa 223 . . . 4 wff (u e. NrmCVec /\ w e. NrmCVec)
10 vn . . . . . 6 set n
1110cv 1098 . . . . 5 class n
12 cba 8086 . . . . . . . . 9 class Base
133, 12cfv 3145 . . . . . . . 8 class (Base` u)
147, 12cfv 3145 . . . . . . . 8 class (Base` w)
15 vt . . . . . . . . 9 set t
1615cv 1098 . . . . . . . 8 class t
1713, 14, 16wf 3141 . . . . . . 7 wff t:(Base` u)-->(Base` w)
18 vy . . . . . . . . 9 set y
1918cv 1098 . . . . . . . 8 class y
20 vz . . . . . . . . . . . . . . 15 set z
2120cv 1098 . . . . . . . . . . . . . 14 class z
22 cnm 8090 . . . . . . . . . . . . . . 15 class norm
233, 22cfv 3145 . . . . . . . . . . . . . 14 class (norm`
u)
2421, 23cfv 3145 . . . . . . . . . . . . 13 class ((norm` u)` z)
25 c1 5158 . . . . . . . . . . . . 13 class 1
26 cle 5218 . . . . . . . . . . . . 13 class <_
2724, 25, 26wbr 2587 . . . . . . . . . . . 12 wff ((norm` u)` z) <_ 1
28 vx . . . . . . . . . . . . . 14 set x
2928cv 1098 . . . . . . . . . . . . 13 class x
3021, 16cfv 3145 . . . . . . . . . . . . . 14 class (t` z)
317, 22cfv 3145 . . . . . . . . . . . . . 14 class (norm`
w)
3230, 31cfv 3145 . . . . . . . . . . . . 13 class ((norm` w)` (t` z))
3329, 32wceq 1099 . . . . . . . . . . . 12 wff x = ((norm`
w)` (t` z))
3427, 33wa 223 . . . . . . . . . . 11 wff (((norm` u)` z) <_ 1 /\ x = ((norm` w)` (t` z)))
3534, 20, 13wrex 1622 . . . . . . . . . 10 wff E.z e. (Base` u)(((norm` u)` z) <_ 1 /\ x = ((norm` w)` (t` z)))
3635, 28cab 1440 . . . . . . . . 9 class {x | E.z e. (Base` u)(((norm`
u)` z) <_ 1 /\ x = ((norm` w)` (t` z)))}
37 cxr 5408 . . . . . . . . 9 class RR*
38 clt 5409 . . . . . . . . 9 class <
3936, 37, 38csup 4499 . . . . . . . 8 class sup({x | E.z e. (Base` u)(((norm` u)` z) <_ 1 /\ x = ((norm` w)` (t` z)))}, RR*, < )
4019, 39wceq 1099 . . . . . . 7 wff y = sup({x | E.z e. (Base` u)(((norm`
u)` z) <_ 1 /\ x = ((norm` w)` (t` z)))}, RR*, < )
4117, 40wa 223 . . . . . 6 wff (t:(Base` u)-->(Base` w) /\ y = sup({x | E.z e. (Base` u)(((norm`
u)` z) <_ 1 /\ x = ((norm` w)` (t` z)))}, RR*, < ))
4241, 15, 18copab 2634 . . . . 5 class {<.t, y>. | (t:(Base` u)-->(Base` w) /\ y = sup({x | E.z e. (Base` u)(((norm` u)` z) <_ 1 /\ x = ((norm` w)` (t` z)))}, RR*, < ))}
4311, 42wceq 1099 . . . 4 wff n = {<.t, y>. | (t:(Base` u)-->(Base` w) /\ y = sup({x | E.z e. (Base` u)(((norm`
u)` z) <_ 1 /\ x = ((norm` w)` (t` z)))}, RR*, < ))}
449, 43wa 223 . . 3 wff ((u e. NrmCVec /\ w e. NrmCVec) /\ n = {<.t, y>. | (t:(Base` u)-->(Base` w) /\ y = sup({x | E.z e. (Base` u)(((norm`
u)` z) <_ 1 /\ x = ((norm` w)` (t` z)))}, RR*, < ))})
4544, 2, 6, 10copab2 3903 . 2 class {<.<.u, w>., n>. | ((u e. NrmCVec /\ w e. NrmCVec) /\ n = {<.t, y>. | (t:(Base` u)-->(Base` w) /\ y = sup({x | E.z e. (Base` u)(((norm` u)` z) <_ 1 /\ x = ((norm` w)` (t` z)))}, RR*, < ))})}
461, 45wceq 1099 1 wff normOp = {<.<.u, w>., n>. | ((u e. NrmCVec /\ w e. NrmCVec) /\ n = {<.t, y>. | (t:(Base` u)-->(Base` w) /\ y = sup({x | E.z e. (Base` u)(((norm` u)` z) <_ 1 /\ x = ((norm` w)` (t` z)))}, RR*, < ))})}
Colors of variables: wff set class
This definition is referenced by:  nmofval 8292
Copyright terms: Public domain