HomeHome Metamath Proof Explorer < Previous   Next >
Browser slow? Try the
Unicode version.

Jump to page: Contents + 1 1-100 2 101-200 3 201-300 4 301-400 5 401-500 6 501-600 7 601-700 8 701-800 9 801-900 10 901-1000 11 1001-1100 12 1101-1200 13 1201-1300 14 1301-1400 15 1401-1500 16 1501-1600 17 1601-1700 18 1701-1800 19 1801-1900 20 1901-2000 21 2001-2100 22 2101-2200 23 2201-2300 24 2301-2400 25 2401-2500 26 2501-2600 27 2601-2700 28 2701-2800 29 2801-2900 30 2901-3000 31 3001-3100 32 3101-3200 33 3201-3300 34 3301-3400 35 3401-3500 36 3501-3600 37 3601-3700 38 3701-3800 39 3801-3900 40 3901-4000 41 4001-4100 42 4101-4200 43 4201-4300 44 4301-4400 45 4401-4500 46 4501-4600 47 4601-4700 48 4701-4800 49 4801-4900 50 4901-5000 51 5001-5100 52 5101-5200 53 5201-5300 54 5301-5400 55 5401-5500 56 5501-5600 57 5601-5700 58 5701-5800 59 5801-5900 60 5901-6000 61 6001-6100 62 6101-6200 63 6201-6300 64 6301-6400 65 6401-6500 66 6501-6600 67 6601-6700 68 6701-6800 69 6801-6900 70 6901-7000 71 7001-7100 72 7101-7200 73 7201-7300 74 7301-7400 75 7401-7500 76 7501-7600 77 7601-7700 78 7701-7800 79 7801-7900 80 7901-8000 81 8001-8100 82 8101-8200 83 8201-8300 84 8301-8400 85 8401-8500 86 8501-8600 87 8601-8700 88 8701-8800 89 8801-8900 90 8901-9000 91 9001-9100 92 9101-9200 93 9201-9300 94 9301-9400 95 9401-9500 96 9501-9600 97 9601-9700 98 9701-9800 99 9801-9900 100 9901-10000 101 10001-10100 102 10101-10200 103 10201-10300 104 10301-10400 105 10401-10500 106 10501-10600 107 10601-10700 108 10701-10800 109 10801-10900 110 10901-11000 111 11001-11100 112 11101-11200 113 11201-11300 114 11301-11400 115 11401-11500 116 11501-11600 117 11601-11700 118 11701-11800 119 11801-11900 120 11901-12000 121 12001-12100 122 12101-12200 123 12201-12229

Color key:    Metamath Proof Explorer  Metamath Proof Explorer
(1-9062)
  Hilbert Space Explorer  Hilbert Space Explorer
(9063-10650)
  Users' Mathboxes  Users' Mathboxes
(10651-12229)
 

Statement List for Metamath Proof Explorer - 8601-8700 - Page 87 of 123
TypeLabelDescription
Statement
 
Theoremsm1cnilem 8601 Lemma for sm1cni 8602.
 
Theoremsm1cni 8602 Scalar multiplication is continuous in its first operand.
|- X = (BaseSet` U)   &   |- S = (.s`
 U)   &   |- C = (abs o. - )   &   |- D = (IndMet` U)   &   |- J = (Open` C)   &   |- K = (Open` D)   &   |- F = {<.w, v>. | (w e. CC /\ v = (wSA))}   &   |- U e. NrmCVec   &   |- A e. X   =>   |- F e. (J Cn K)
 
Inner product
 
Syntaxcip 8603 Extend class notation with the class inner product functions.
class .i
 
Definitiondf-ip 8604 Define a function that maps a complex normed vector space to its inner product operation in case its norm satisfies the parallelogram identity (otherwise the operation is still defined, but not meaningful). Based on Exercise 4(a) of [ReedSimon] p. 63 and Theorem 6.44 of [Ponnusamy] p. 361. Vector addition is (1st` w), the scalar product is (2nd` w), and the norm is n.
|- .i = {<.<.w, n>., p>. | (<.w, n>. e. NrmCVec /\ p = {<.<.x, y>., z>. | ((x e. dom n /\ y e. dom n) /\ z = (sum_k e. (1...4)((i^k) x. ((n` (x(1st` w)((i^k)(2nd` w)y)))^2)) / 4))})}
 
Theoremipval2lem1 8605 Lemma for ipval3 8613.
 
Theoremipfval 8606 The inner product function on a normed complex vector space. The definition is meaningful for vector spaces that are also inner product spaces, i.e. satisfy the parallelogram law.
|- X = (BaseSet` U)   &   |- G = (+v`
 U)   &   |- S = (.s` U)   &   |- N = (norm` U)   &   |- P = (.i` U)   =>   |- (U e. NrmCVec -> P = {<.<.x, y>., z>. | ((x e. X /\ y e. X) /\ z = (sum_k e. (1...4)((i^k) x. ((N` (xG((i^k)Sy)))^2)) / 4))})
 
Theoremipval 8607 Value of the inner product. The definition is meaningful for normed complex vector spaces that are also inner product spaces, i.e. satisfy the parallelogram law, although for convenience we define it for any normed complex vector space. The vector (group) addition operation is G, the scalar product is S, the norm is N, and the set of vectors is X. Equation 6.45 of [Ponnusamy] p. 361.
|- X = (BaseSet` U)   &   |- G = (+v`
 U)   &   |- S = (.s` U)   &   |- N = (norm` U)   &   |- P = (.i` U)   =>   |- ((U e. NrmCVec /\ A e. X /\ B e. X) -> (APB) = (sum_k e. (1...4)((i^k) x. ((N` (AG((i^k)SB)))^2)) / 4))
 
Theoremipval2lem2 8608 Lemma for ipval3 8613.
 
Theoremipval2lem3 8609 Lemma for ipval3 8613.
 
Theoremipval2lem4 8610 Lemma for ipval3 8613.
 
Theoremipval2 8611 Expansion of the inner product value ipval 8607. Warning: The HTML proof page is 0.5MB in size.
|- X = (BaseSet` U)   &   |- G = (+v`
 U)   &   |- S = (.s` U)   &   |- N = (norm` U)   &   |- P = (.i` U)   =>   |- ((U e. NrmCVec /\ A e. X /\ B e. X) -> (APB) = (((((N` (AGB))^2) - ((N` (AG(-u1SB)))^2)) + (i x. (((N` (AG(iSB)))^2) - ((N` (AG(-uiSB)))^2)))) / 4))
 
Theorem4ipval2 8612 Four times the inner product value ipval3 8613, useful for simplifying certain proofs.
|- X = (BaseSet` U)   &   |- G = (+v`
 U)   &   |- S = (.s` U)   &   |- N = (norm` U)   &   |- P = (.i` U)   =>   |- ((U e. NrmCVec /\ A e. X /\ B e. X) -> (4 x. (APB)) = ((((N` (AGB))^2) - ((N` (AG(-u1SB)))^2)) + (i x. (((N` (AG(iSB)))^2) - ((N` (AG(-uiSB)))^2)))))
 
Theoremipval3 8613 Expansion of the inner product value ipval 8607.
|- X = (BaseSet` U)   &   |- G = (+v`
 U)   &   |- S = (.s` U)   &   |- N = (norm` U)   &   |- P = (.i` U)   &   |- M = (-v` U)   =>   |- ((U e. NrmCVec /\ A e. X /\ B e. X) -> (APB) = (((((N` (AGB))^2) - ((N` (AMB))^2)) + (i x. (((N` (AG(iSB)))^2) - ((N` (AM(iSB)))^2)))) / 4))
 
Theoremipval2lem5 8614 Lemma for ipval3 8613.
 
Theoremipval2lem6 8615 Lemma for ipval3 8613.
 
Theorem4ipval3 8616 Four times the inner product value ipval3 8613, useful for simplifying certain proofs.
|- X = (BaseSet` U)   &   |- G = (+v`
 U)   &   |- S = (.s` U)   &   |- N = (norm` U)   &   |- P = (.i` U)   &   |- M = (-v` U)   =>   |- ((U e. NrmCVec /\ A e. X /\ B e. X) -> (4 x. (APB)) = ((((N` (AGB))^2) - ((N` (AMB))^2)) + (i x. (((N` (AG(iSB)))^2) - ((N` (AM(iSB)))^2)))))
 
Theoremipid 8617 The inner product of a vector with itself is the square of the vector's norm. Equation I4 of [Ponnusamy] p. 362.
|- X = (BaseSet` U)   &   |- N = (norm` U)   &   |- P = (.i` U)   =>   |- ((U e. NrmCVec /\ A e. X) -> (APA) = ((N` A)^2))
 
Theoremipnm 8618 Norm expressed in terms of inner product.
|- X = (BaseSet` U)   &   |- N = (norm` U)   &   |- P = (.i` U)   =>   |- ((U e. NrmCVec /\ A e. X) -> (N` A) = (sqr` (APA)))
 
Theoremipcl 8619 An inner product is a complex number.
|- X = (BaseSet` U)   &   |- P = (.i`
 U)   =>   |- ((U e. NrmCVec /\ A e. X /\ B e. X) -> (APB) e. CC)
 
Theoremipf 8620 Mapping for the inner product operation.
|- X = (BaseSet` U)   &   |- P = (.i`
 U)   =>   |- (U e. NrmCVec -> P:(X X. X)-->CC)
 
Theoremipcj 8621 The complex conjugate of an inner product reverses its arguments. Equation I1 of [Ponnusamy] p. 362.
|- X = (BaseSet` U)   &   |- P = (.i`
 U)   =>   |- ((U e. NrmCVec /\ A e. X /\ B e. X) -> (*` (APB)) = (BPA))
 
Theoremipipcj 8622 An inner product times its conjugate.
|- X = (BaseSet` U)   &   |- P = (.i`
 U)   =>   |- ((U e. NrmCVec /\ A e. X /\ B e. X) -> ((APB) x. (BPA)) = ((abs`
 (APB))^2))
 
Theoremiporthcom 8623 Orthogonality (meaning inner product is 0) is commutative.
|- X = (BaseSet` U)   &   |- P = (.i`
 U)   =>   |- ((U e. NrmCVec /\ A e. X /\ B e. X) -> ((APB) = 0 <-> (BPA) = 0))
 
Theoremip0r 8624 Inner product with a zero second argument.
|- X = (BaseSet` U)   &   |- Z = (0v`
 U)   &   |- P = (.i` U)   =>   |- ((U e. NrmCVec /\ A e. X) -> (APZ) = 0)
 
Theoremip0l 8625 Inner product with a zero first argument. Part of proof of Theorem 6.44 of [Ponnusamy] p. 361.
|- X = (BaseSet` U)   &   |- Z = (0v`
 U)   &   |- P = (.i` U)   =>   |- ((U e. NrmCVec /\ A e. X) -> (ZPA) = 0)
 
Theoremipz 8626 The inner product of a vector with itself is zero iff the vector is zero. Part of Definition 3.1-1 of [Kreyszig] p. 129.
|- X = (BaseSet` U)   &   |- Z = (0v`
 U)   &   |- P = (.i` U)   =>   |- ((U e. NrmCVec /\ A e. X) -> ((APA) = 0 <-> A = Z))
 
Theoremip1cnilem1 8627 Lemma for ip1cni 8633.
 
Theoremip1cnilem2 8628 Lemma for ip1cni 8633.
 
Theoremip1cnilem3 8629 Lemma for ip1cni 8633.
 
Theoremip1cnilem4 8630 Lemma for ip1cni 8633.
 
Theoremip1cnilem5 8631 Lemma for ip1cni 8633.
 
Theoremip1cnilem6 8632 Lemma for ip1cni 8633.
 
Theoremip1cni 8633 Inner product is continuous in its first operand.
|- X = (BaseSet` U)   &   |- G = (+v`
 U)   &   |- P = (.i` U)   &   |- C = (IndMet` U)   &   |- D = (abs o. - )   &   |- J = (Open` C)   &   |- K = (Open` D)   &   |- F = {<.w, v>. | (w e. X /\ v = (wPA))}   &   |- U e. NrmCVec   &   |- A e. X   =>   |- F e. (J Cn K)
 
Subspaces
 
Syntaxcss 8634 Extend class notation with the class of all subspaces of complex normed vector spaces.
class SubSp
 
Definitiondf-ssp 8635 Define the class of all subspaces of complex normed vector spaces.
|- SubSp = {<.u, s>. | (u e. NrmCVec /\ s = {w e. NrmCVec | ((+v` w) (_ (+v` u) /\ (.s` w) (_ (.s` u) /\ (norm` w) (_ (norm` u))})}
 
Theoremsspval 8636 The set of all subspaces of a normed complex vector space.
|- G = (+v`
 U)   &   |- S = (.s` U)   &   |- N = (norm` U)   &   |- H = (SubSp` U)   =>   |- (U e. NrmCVec -> H = {w e. NrmCVec | ((+v`
 w) (_ G /\ (.s` w) (_ S /\ (norm` w) (_ N)})
 
Theoremisssp 8637 The predicate "is a subspace."
|- G = (+v`
 U)   &   |- F = (+v` W)   &   |- S = (.s` U)   &   |- R = (.s` W)   &   |- N = (norm` U)   &   |- M = (norm` W)   &   |- H = (SubSp` U)   =>   |- (U e. NrmCVec -> (W e. H <-> (W e. NrmCVec /\ (F (_ G /\ R (_ S /\ M (_ N))))
 
Theoremsspid 8638 A normed complex vector space is a subspace of itself.
|- H = (SubSp` U)   =>   |- (U e. NrmCVec -> U e. H)
 
Theoremsspnv 8639 A subspace is a normed complex vector space.
|- H = (SubSp` U)   =>   |- ((U e. NrmCVec /\ W e. H) -> W e. NrmCVec)
 
Theoremsspba 8640 The base set of a subspace is included in the parent base set.
|- X = (BaseSet` U)   &   |- Y = (BaseSet` W)   &   |- H = (SubSp` U)   =>   |- ((U e. NrmCVec /\ W e. H) -> Y (_ X)
 
Theoremsspg 8641 Vector addition on a subspace is a restriction of vector addition on the parent space.
|- Y = (BaseSet` W)   &   |- G = (+v`
 U)   &   |- F = (+v` W)   &   |- H = (SubSp` U)   =>   |- ((U e. NrmCVec /\ W e. H) -> F = (G |` (Y X. Y)))
 
Theoremsspgval 8642 Vector addition on a subspace in terms of vector addition on the parent space.
|- Y = (BaseSet` W)   &   |- G = (+v`
 U)   &   |- F = (+v` W)   &   |- H = (SubSp` U)   =>   |- (((U e. NrmCVec /\ W e. H) /\ (A e. Y /\ B e. Y)) -> (AFB) = (AGB))
 
Theoremssps 8643 Scalar multiplication on a subspace is a restriction of scalar multiplication on the parent space.
|- Y = (BaseSet` W)   &   |- S = (.s`
 U)   &   |- R = (.s` W)   &   |- H = (SubSp` U)   =>   |- ((U e. NrmCVec /\ W e. H) -> R = (S |` (CC X. Y)))
 
Theoremsspsval 8644 Scalar multiplication on a subspace in terms of scalar multiplication on the parent space.
|- Y = (BaseSet` W)   &   |- S = (.s`
 U)   &   |- R = (.s` W)   &   |- H = (SubSp` U)   =>   |- (((U e. NrmCVec /\ W e. H) /\ (A e. CC /\ B e. Y)) -> (ARB) = (ASB))
 
Theoremsspmlem 8645 Lemma for sspm 8647 and others.
 
Theoremsspmval 8646 Vector addition on a subspace in terms of vector addition on the parent space.
|- Y = (BaseSet` W)   &   |- M = (-v`
 U)   &   |- L = (-v` W)   &   |- H = (SubSp` U)   =>   |- (((U e. NrmCVec /\ W e. H) /\ (A e. Y /\ B e. Y)) -> (ALB) = (AMB))
 
Theoremsspm 8647 Vector subtraction on a subspace is a restriction of vector subtraction on the parent space.
|- Y = (BaseSet` W)   &   |- M = (-v`
 U)   &   |- L = (-v` W)   &   |- H = (SubSp` U)   =>   |- ((U e. NrmCVec /\ W e. H) -> L = (M |` (Y X. Y)))
 
Theoremsspz 8648 The zero vector of a subspace is the same as the parent's.
|- Z = (0v`
 U)   &   |- Q = (0v` W)   &   |- H = (SubSp` U)   =>   |- ((U e. NrmCVec /\ W e. H) -> Q = Z)
 
Theoremsspn 8649 The norm on a subspace is a restriction of the norm on the parent space.
|- Y = (BaseSet` W)   &   |- N = (norm` U)   &   |- M = (norm` W)   &   |- H = (SubSp` U)   =>   |- ((U e. NrmCVec /\ W e. H) -> M = (N |` Y))
 
Theoremsspnval 8650 The norm on a subspace in terms of the norm on the parent space.
|- Y = (BaseSet` W)   &   |- N = (norm` U)   &   |- M = (norm` W)   &   |- H = (SubSp` U)   =>   |- ((U e. NrmCVec /\ W e. H /\ A e. Y) -> (M` A) = (N` A))
 
Theoremsspival 8651 The inner product on a subspace in terms of the inner product on the parent space.
|- Y = (BaseSet` W)   &   |- P = (.i`
 U)   &   |- Q = (.i` W)   &   |- H = (SubSp` U)   =>   |- (((U e. NrmCVec /\ W e. H) /\ (A e. Y /\ B e. Y)) -> (AQB) = (APB))
 
Theoremsspi 8652 The inner product on a subspace is a restriction of the inner product on the parent space.
|- Y = (BaseSet` W)   &   |- P = (.i`
 U)   &   |- Q = (.i` W)   &   |- H = (SubSp` U)   =>   |- ((U e. NrmCVec /\ W e. H) -> Q = (P |` (Y X. Y)))
 
Theoremsspimsval 8653 The induced metric on a subspace in terms of the induced metric on the parent space.
|- Y = (BaseSet` W)   &   |- D = (IndMet` U)   &   |- C = (IndMet` W)   &   |- H = (SubSp` U)   =>   |- (((U e. NrmCVec /\ W e. H) /\ (A e. Y /\ B e. Y)) -> (ACB) = (ADB))
 
Theoremsspims 8654 The induced metric on a subspace is a restriction of the induced metric on the parent space.
|- Y = (BaseSet` W)   &   |- D = (IndMet` U)   &   |- C = (IndMet` W)   &   |- H = (SubSp` U)   =>   |- ((U e. NrmCVec /\ W e. H) -> C = (D |` (Y X. Y)))
 
Operators on complex vector spaces
 
Definitions and basic properties
 
Syntaxclno 8655 Extend class notation with the class of linear operators on normed complex vector spaces.
class LnOp
 
Syntaxcnmo 8656 Extend class notation with the class of operator norms on normed complex vector spaces.
class normOp
 
Syntaxcblo 8657 Extend class notation with the class of bounded linear operators on normed complex vector spaces.
class BLnOp
 
Syntaxc0o 8658 Extend class notation with the class of zero operators on normed complex vector spaces.
class 0op
 
Definitiondf-lno 8659 Define the class of linear operators between two normed complex vector spaces. In the literature, an operator may be a partial function, i.e. the domain of an operator is not necessarily the entire vector space. However, since the domain of a linear operator is a vector subspace, we define it with a complete function for convenience and will use subset relations to specify the partial function case.
|- LnOp = {<.<.u, w>., o>. | ((u e. NrmCVec /\ w e. NrmCVec) /\ o = {t | (t:(BaseSet` u)-->(BaseSet` w) /\ A.x e. (BaseSet` u)A.y e. CC A.z e. (BaseSet` u)(t` (x(+v`
 u)(y(.s` u)z))) = ((t` x)(+v` w)(y(.s` w)(t` z))))})}
 
Definitiondf-nmo 8660 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.
|- 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*, < ))})}
 
Definitiondf-blo 8661 Define the class of bounded linear operators between two normed complex vector spaces.
|- BLnOp = {<.<.u, w>., o>. | ((u e. NrmCVec /\ w e. NrmCVec) /\ o = {t e. (u LnOp w) | ((unormOpw)` t) < +oo})}
 
Definitiondf-0o 8662 Define the zero operator between two normed complex vector spaces.
|- 0op = {<.<.u, w>., o>. | ((u e. NrmCVec /\ w e. NrmCVec) /\ o = ((BaseSet` u) X. {(0v` w)}))}
 
Syntaxcaj 8663 Adjoint of an operator.
class adj
 
Syntaxchmo 8664 Set of Hermitional (self-adjoint) operators.
class HmOp
 
Definitiondf-aj 8665 Define the adjoint of an operator (if it exists). The domain of UadjW is the set of all operators from U to W that have an adjoint. Definition 3.9-1 of [Kreyszig] p. 196, although we don't require that U and W be Hilbert spaces nor that the operators be linear. Although we define it for any normed vector space for convenience, the definition is meaningful only for inner product spaces.
|- adj = {<.<.u, w>., a>. | ((u e. NrmCVec /\ w e. NrmCVec) /\ a = {<.t, s>. | (t:(BaseSet` u)-->(BaseSet` w) /\ s:(BaseSet` w)-->(BaseSet` u) /\ A.x e. (BaseSet` u)A.y e. (BaseSet` w)((t` x)(.i` w)y) = (x(.i` u)(s` y)))})}
 
Definitiondf-hmo 8666 Define the set of Hermitian (self-adjoint) operators on a normed complex vector space (normally a Hilbert space). Although we define it for any normed vector space for convenience, the definition is meaningful only for inner product spaces.
|- HmOp = {<.u, o>. | (u e. NrmCVec /\ o = {t e. dom ( uadju) | ((uadju)` t) = t})}
 
Theoremlnoval 8667 The set of linear operators between two normed complex vector spaces.
|- X = (BaseSet` U)   &   |- Y = (BaseSet` W)   &   |- G = (+v`
 U)   &   |- H = (+v` W)   &   |- R = (.s` U)   &   |- S = (.s` W)   &   |- L = (U LnOp W)   =>   |- ((U e. NrmCVec /\ W e. NrmCVec) -> L = {t | (t:X-->Y /\ A.x e. X A.y e. CC A.z e. X (t` (xG(yRz))) = ((t` x)H(yS(t` z))))})
 
Theoremislno 8668 The predicate "is a linear operator."
|- X = (BaseSet` U)   &   |- Y = (BaseSet` W)   &   |- G = (+v`
 U)   &   |- H = (+v` W)   &   |- R = (.s` U)   &   |- S = (.s` W)   &   |- L = (U LnOp W)   =>   |- ((U e. NrmCVec /\ W e. NrmCVec) -> (T e. L <-> (T:X-->Y /\ A.x e. X A.y e. CC A.z e. X (T` (xG(yRz))) = ((T` x)H(yS(T` z))))))
 
Theoremlnolin 8669 Basic linearity property of a linear operator.
|- X = (BaseSet` U)   &   |- Y = (BaseSet` W)   &   |- G = (+v`
 U)   &   |- H = (+v` W)   &   |- R = (.s` U)   &   |- S = (.s` W)   &   |- L = (U LnOp W)   =>   |- (((U e. NrmCVec /\ W e. NrmCVec /\ T e. L) /\ (A e. X /\ B e. CC /\ C e. X)) -> (T` (AG(BRC))) = ((T` A)H(BS(T` C))))
 
Theoremlnof 8670 A linear operator is a mapping.
|- X = (BaseSet` U)   &   |- Y = (BaseSet` W)   &   |- L = (U LnOp W)   =>   |- ((U e. NrmCVec /\ W e. NrmCVec /\ T e. L) -> T:X-->Y)
 
Theoremlno0 8671 The value of a linear operator at zero is zero.
|- X = (BaseSet` U)   &   |- Y = (BaseSet` W)   &   |- Q = (0v`
 U)   &   |- Z = (0v` W)   &   |- L = (U LnOp W)   =>   |- ((U e. NrmCVec /\ W e. NrmCVec /\ T e. L) -> (T` Q) = Z)
 
Theoremlnocoi 8672 The composition of two linear operators is linear.
|- L = (U LnOp W)   &   |- M = (W LnOp X)   &   |- N = (U LnOp X)   &   |- U e. NrmCVec   &   |- W e. NrmCVec   &   |- X e. NrmCVec   &   |- S e. L   &   |- T e. M   =>   |- (T o. S) e. N
 
Theoremlnoadd 8673 Addition property of a linear operator.
|- X = (BaseSet` U)   &   |- G = (+v`
 U)   &   |- H = (+v` W)   &   |- L = (U LnOp W)   =>   |- (((U e. NrmCVec /\ W e. NrmCVec /\ T e. L) /\ (A e. X /\ B e. X)) -> (T` (AGB)) = ((T` A)H(T` B)))
 
Theoremlnosub 8674 Subtraction property of a linear operator.
|- X = (BaseSet` U)   &   |- M = (-v`
 U)   &   |- N = (-v` W)   &   |- L = (U LnOp W)   =>   |- (((U e. NrmCVec /\ W e. NrmCVec /\ T e. L) /\ (A e. X /\ B e. X)) -> (T` (AMB)) = ((T` A)N(T` B)))
 
Theoremlnomul 8675 Scalar multiplication property of a linear operator.
|- X = (BaseSet` U)   &   |- R = (.s`
 U)   &   |- S = (.s` W)   &   |- L = (U LnOp W)   =>   |- (((U e. NrmCVec /\ W e. NrmCVec /\ T e. L) /\ (A e. CC /\ B e. X)) -> (T` (ARB)) = (AS(T` B)))
 
Theoremnvcnpi3 8676 Epsilon-delta property of a linear operator continuous at a point.)
|- X = (BaseSet` U)   &   |- M = (norm` U)   &   |- N = (norm` W)   &   |- R = (-v` U)   &   |- C = (IndMet` U)   &   |- D = (IndMet` W)   &   |- J = (Open` C)   &   |- K = (Open` D)   &   |- L = (U LnOp W)   &   |- T e. L   =>   |- (((U e. NrmCVec /\ W e. NrmCVec /\ P e. X) /\ (T e. ((J CnP K)` P) /\ A e. RR /\ 0 < A)) -> E.x e. RR (0 < x /\ A.y e. X ((M` (yRP)) <_ x -> (N` (T` (yRP))) <_ A)))
 
Theoremnvcnpi4 8677 Epsilon-delta property of a linear operator continuous at a point.)
|- X = (BaseSet` U)   &   |- M = (norm` U)   &   |- N = (norm` W)   &   |- R = (-v` U)   &   |- C = (IndMet` U)   &   |- D = (IndMet` W)   &   |- J = (Open` C)   &   |- K = (Open` D)   &   |- L = (U LnOp W)   &   |- T e. L   =>   |- (((U e. NrmCVec /\ W e. NrmCVec /\ P e. X) /\ (T e. ((J CnP K)` P) /\ A e. RR /\ 0 < A)) -> E.x e. RR (0 < x /\ A.y e. X ((M` (PRy)) <_ x -> (N` (T` (PRy))) <_ A)))
 
Theoremnvo00 8678 Two ways to express a zero operator.
|- X = (BaseSet` U)   =>   |- ((U e. NrmCVec /\ T:X-->Y) -> (T = (X X. {Z}) <-> ran T = {Z}))
 
Theoremnmofval 8679 The operator norm function.
|- X = (BaseSet` U)   &   |- Y = (BaseSet` W)   &   |- L = (norm` U)   &   |- M = (norm` W)   &   |- N = (UnormOpW)   =>   |- ((U e. NrmCVec /\ W e. NrmCVec) -> N = {<.t, y>. | (t:X-->Y /\ y = sup({x | E.z e. X ((L` z) <_ 1 /\ x = (M` (t` z)))}, RR*, < ))})
 
Theoremnmoval 8680 The operator norm function.
|- X = (BaseSet` U)   &   |- Y = (BaseSet` W)   &   |- L = (norm` U)   &   |- M = (norm` W)   &   |- N = (UnormOpW)   =>   |- ((U e. NrmCVec /\ W e. NrmCVec /\ T:X-->Y) -> (N` T) = sup({x | E.z e. X ((L` z) <_ 1 /\ x = (M` (T` z)))}, RR*, < ))
 
Theoremnmosetre 8681 The set in the supremum of the operator norm definition df-nmo 8660 is a set of reals.
|- Y = (BaseSet` W)   &   |- N = (norm` W)   =>   |- ((W e. NrmCVec /\ T:X-->Y) -> {x | E.z e. X ((M` z) <_ 1 /\ x = (N` (T` z)))} (_ RR)
 
Theoremnmosetn0 8682 The set in the supremum of the operator norm definition df-nmo 8660 is nonempty.
|- X = (BaseSet` U)   &   |- Z = (0v`
 U)   &   |- M = (norm` U)   =>   |- (U e. NrmCVec -> (N` (T` Z)) e. {x | E.y e. X ((M` y) <_ 1 /\ x = (N` (T` y)))})
 
Theoremnmoxr 8683 The norm of an operator is an extended real.
|- X = (BaseSet` U)   &   |- Y = (BaseSet` W)   &   |- N = (UnormOpW)   =>   |- ((U e. NrmCVec /\ W e. NrmCVec /\ T:X-->Y) -> (N` T) e. RR*)
 
Theoremnmoge0 8684 The norm of an operator is nonnegative.
|- X = (BaseSet` U)   &   |- Y = (BaseSet` W)   &   |- N = (UnormOpW)   =>   |- ((U e. NrmCVec /\ W e. NrmCVec /\ T:X-->Y) -> 0 <_ (N` T))
 
Theoremnmorepnf 8685 The norm of an operator is either real or plus infinity.
|- X = (BaseSet` U)   &   |- Y = (BaseSet` W)   &   |- N = (UnormOpW)   =>   |- ((U e. NrmCVec /\ W e. NrmCVec /\ T:X-->Y) -> ((N` T) e. RR <-> (N` T) =/= +oo))
 
Theoremnmoreltpnf 8686 The norm of any operator is real iff it is less than plus infinity.
|- X = (BaseSet` U)   &   |- Y = (BaseSet` W)   &   |- N = (UnormOpW)   =>   |- ((U e. NrmCVec /\ W e. NrmCVec /\ T:X-->Y) -> ((N` T) e. RR <-> (N` T) < +oo))
 
Theoremnmogtmnf 8687 The norm of an operator is greater than minus infinity.
|- X = (BaseSet` U)   &   |- Y = (BaseSet` W)   &   |- N = (UnormOpW)   =>   |- ((U e. NrmCVec /\ W e. NrmCVec /\ T:X-->Y) -> -oo < (N` T))
 
Theoremnmolb 8688 A lower bound for an operator norm.
|- X = (BaseSet` U)   &   |- Y = (BaseSet` W)   &   |- L = (norm` U)   &   |- M = (norm` W)   &   |- N = (UnormOpW)   =>   |- (((U e. NrmCVec /\ W e. NrmCVec /\ T:X-->Y) /\ (A e. X /\ (L` A) <_ 1)) -> (M` (T` A)) <_ (N` T))
 
Theoremnmoubi 8689 An upper bound for an operator norm.
|- X = (BaseSet` U)   &   |- Y = (BaseSet` W)   &   |- L = (norm` U)   &   |- M = (norm` W)   &   |- N = (UnormOpW)   &   |- U e. NrmCVec   &   |- W e. NrmCVec   =>   |- ((T:X-->Y /\ A e. RR* /\ A.x e. X ((L` x) <_ 1 -> (M` (T` x)) <_ A)) -> (N` T) <_ A)
 
Theoremnmoub3i 8690 An upper bound for an operator norm.
|- X = (BaseSet` U)   &   |- Y = (BaseSet` W)   &   |- L = (norm` U)   &   |- M = (norm` W)   &   |- N = (UnormOpW)   &   |- U e. NrmCVec   &   |- W e. NrmCVec   =>   |- ((T:X-->Y /\ A e. RR /\ A.x e. X (M` (T` x)) <_ (A x. (L` x))) -> (N` T) <_ (abs` A))
 
Theoremnmoub2i 8691 An upper bound for an operator norm.
|- X = (BaseSet` U)   &   |- Y = (BaseSet` W)   &   |- L = (norm` U)   &   |- M = (norm` W)   &   |- N = (UnormOpW)   &   |- U e. NrmCVec   &   |- W e. NrmCVec   =>   |- ((T:X-->Y /\ (A e. RR /\ 0 <_ A) /\ A.x e. X (M` (T` x)) <_ (A x. (L` x))) -> (N` T) <_ A)
 
Theoremnmobndi 8692 Two ways to express that an operator is bounded.
|- X = (BaseSet` U)   &   |- Y = (BaseSet` W)   &   |- L = (norm` U)   &   |- M = (norm` W)   &   |- N = (UnormOpW)   &   |- U e. NrmCVec   &   |- W e. NrmCVec   =>   |- (T:X-->Y -> ((N` T) e. RR <-> E.r e. RR A.y e. X ((L` y) <_ 1 -> (M` (T` y)) <_ r)))
 
Theoremnmounbi 8693 Two ways two express that an operator is unbounded.
|- X = (BaseSet` U)   &   |- Y = (BaseSet` W)   &   |- L = (norm` U)   &   |- M = (norm` W)   &   |- N = (UnormOpW)   &   |- U e. NrmCVec   &   |- W e. NrmCVec   =>   |- (T:X-->Y -> ((N` T) = +oo <-> A.r e. RR E.y e. X ((L` y) <_ 1 /\ r < (M` (T` y)))))
 
Theoremnmounbseqi 8694 An unbounded operator determines an unbounded sequence.
|- X = (BaseSet` U)   &   |- Y = (BaseSet` W)   &   |- L = (norm` U)   &   |- M = (norm` W)   &   |- N = (UnormOpW)   &   |- U e. NrmCVec   &   |- W e. NrmCVec   =>   |- ((T:X-->Y /\ (N` T) = +oo) -> E.f(f:NN-->X /\ A.k e. NN ((L` (f` k)) <_ 1 /\ k < (M` (T` (f` k))))))
 
Theoremnmobndseqi 8695 A bounded sequence determines a bounded operator.
|- X = (BaseSet` U)   &   |- Y = (BaseSet` W)   &   |- L = (norm` U)   &   |- M = (norm` W)   &   |- N = (UnormOpW)   &   |- U e. NrmCVec   &   |- W e. NrmCVec   =>   |- ((T:X-->Y /\ A.f((f:NN-->X /\ A.k e. NN (L` (f` k)) <_ 1) -> E.k e. NN (M` (T` (f` k))) <_ k)) -> (N` T) e. RR)
 
Theorembloval 8696 The class of bounded linear operators between two normed complex vector spaces.
|- N = (UnormOpW)   &   |- L = (U LnOp W)   &   |- B = (U BLnOp W)   =>   |- ((U e. NrmCVec /\ W e. NrmCVec) -> B = {t e. L | (N` t) < +oo})
 
Theoremisblo 8697 The predicate "is a bounded linear operator."
|- N = (UnormOpW)   &   |- L = (U LnOp W)   &   |- B = (U BLnOp W)   =>   |- ((U e. NrmCVec /\ W e. NrmCVec) -> (T e. B <-> (T e. L /\ (N` T) < +oo)))
 
Theoremisblo2 8698 The predicate "is a bounded linear operator."
|- N = (UnormOpW)   &   |- L = (U LnOp W)   &   |- B = (U BLnOp W)   =>   |- ((U e. NrmCVec /\ W e. NrmCVec) -> (T e. B <-> (T e. L /\ (N` T) e. RR)))
 
Theorembloln 8699 A bounded operator is a linear operator.
|- L = (U LnOp W)   &   |- B = (U BLnOp W)   =>   |- ((U e. NrmCVec /\ W e. NrmCVec /\ T e. B) -> T e. L)
 
Theoremblof 8700 A bounded operator is an operator.
|- X = (BaseSet` U)   &   |- Y = (BaseSet` W)   &   |- B = (U BLnOp W)   =>   |- ((U e. NrmCVec /\ W e. NrmCVec /\ T e. B) -> T:X-->Y)

MPE Home   Contents Copyright terms: Public domain < Previous  Next >