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-12300 124 12301-12400 125 12401-12500 126 12501-12600 127 12601-12700 128 12701-12800 129 12801-12900 130 12901-13000 131 13001-13100 132 13101-13200 133 13201-13300 134 13301-13400 135 13401-13500 136 13501-13600 137 13601-13700 138 13701-13800 139 13801-13900 140 13901-14000 141 14001-14100 142 14101-14200 143 14201-14300 144 14301-14400 145 14401-14500 146 14501-14600 147 14601-14700 148 14701-14800 149 14801-14900 150 14901-15000 151 15001-15100 152 15101-15200 153 15201-15300 154 15301-15400 155 15401-15500 156 15501-15600 157 15601-15700 158 15701-15800 159 15801-15900 160 15901-16000 161 16001-16100 162 16101-16200 163 16201-16300 164 16301-16400 165 16401-16500 166 16501-16600 167 16601-16700 168 16701-16800 169 16801-16900 170 16901-17000 171 17001-17100 172 17101-17200 173 17201-17300 174 17301-17400 175 17401-17411

Color key:    Metamath Proof Explorer  Metamath Proof Explorer
(1-10419)
  Hilbert Space Explorer  Hilbert Space Explorer
(10420-12013)
  Users' Mathboxes  Users' Mathboxes
(12014-17411)
 

Statement List for Metamath Proof Explorer - 11501-11600 - Page 116 of 175
TypeLabelDescription
Statement
 
Theoremhmdmadj 11501 Every Hermitian operator has an adjoint.
|- (T e. HrmOp -> T e. dom adjh)
 
Theoremhmopadj2 11502 An operator is Hermitian iff it is self-adjoint. Definition of Hermitian in [Halmos] p. 41.
|- (T e. dom adjh -> (T e. HrmOp <-> (adjh` T) = T))
 
Theoremhmoplin 11503 A Hermitian operator is linear.
|- (T e. HrmOp -> T e. LinOp)
 
Theorembraval 11504 The bra of a vector, expressed as <.A | in Dirac notation. See df-bra 11413.
|- (A e. ~H -> (bra` A) = {<.x, y>. | (x e. ~H /\ y = (x .ih A))})
 
Theorembravalval 11505 A bra-ket juxtaposition, expressed as <.A | B>. in Dirac notation, equals the inner product of the vectors. Based on definition of bra in [Prugovecki] p. 186.
|- ((A e. ~H /\ B e. ~H) -> ((bra` A)` B) = (B .ih A))
 
Theorembraadd 11506 Linearity property of bra for addition.
|- ((A e. ~H /\ B e. ~H /\ C e. ~H) -> ((bra` A)` (B +h C)) = (((bra` A)` B) + ((bra` A)` C)))
 
Theorembramul 11507 Linearity property of bra for multiplication.
|- ((A e. ~H /\ B e. CC /\ C e. ~H) -> ((bra` A)` (B .h C)) = (B x. ((bra` A)` C)))
 
Theorembrafn 11508 The bra function is a functional.
|- (A e. ~H -> (bra` A):~H-->CC)
 
Theorembralnfn 11509 The Dirac bra function is a linear functional.
|- (A e. ~H -> (bra` A) e. LinFn)
 
Theorembracl 11510 Closure of the bra function.
|- ((A e. ~H /\ B e. ~H) -> ((bra` A)` B) e. CC)
 
Theorembra0 11511 The Dirac bra of the zero vector.
|- (bra` 0h) = (~H X. {0})
 
Theorembrafnmul 11512 Anti-linearity property of bra functional for multiplication.
|- ((A e. CC /\ B e. ~H) -> (bra` (A .h B)) = ((*` A) .fn (bra` B)))
 
Theoremkbval 11513 The outer product of two vectors, expressed as | A>. <.B | in Dirac notation. See df-kb 11414.
|- ((A e. ~H /\ B e. ~H) -> (A ketbra B) = {<.x, y>. | (x e. ~H /\ y = ((x .ih B) .h A))})
 
Theoremkbop 11514 The outer product of two vectors, expressed as | A>. <.B | in Dirac notation, is an operator.
|- ((A e. ~H /\ B e. ~H) -> (A ketbra B):~H-->~H)
 
Theoremkbvalval 11515 The value of the operator resulting from the outer product | A>. <.B | of two vectors. Equation 8.1 of [Prugovecki] p. 376.
|- ((A e. ~H /\ B e. ~H /\ C e. ~H) -> ((A ketbra B)` C) = ((C .ih B) .h A))
 
Theoremkbmul 11516 Multiplication property of outer product.
|- ((A e. CC /\ B e. ~H /\ C e. ~H) -> ((A .h B) ketbra C) = (B ketbra ((*` A) .h C)))
 
Theoremkbpj 11517 If a vector A has norm 1, the outer product | A>. <.A | is the projector onto the subspace spanned by A. http://en.wikipedia.org/wiki/Bra-ket#Linear%5Foperators.
|- ((A e. ~H /\ (normh` A) = 1) -> (A ketbra A) = (proj` (span` {A})))
 
Theoremeleigvec 11518 Membership in the set of eigenvectors of a Hilbert space operator.
|- (T:~H-->~H -> (A e. (eigvec` T) <-> (A e. ~H /\ A =/= 0h /\ E.x e. CC (T` A) = (x .h A))))
 
Theoremeleigvec2 11519 Membership in the set of eigenvectors of a Hilbert space operator.
|- (T:~H-->~H -> (A e. (eigvec` T) <-> (A e. ~H /\ A =/= 0h /\ (T` A) e. (span` {A}))))
 
Theoremeleigveccl 11520 Closure of an eigenvector of a Hilbert space operator.
|- ((T:~H-->~H /\ A e. (eigvec` T)) -> A e. ~H)
 
Theoremeigval1 11521 The eigenvalue of an eigenvector of a Hilbert space operator.
|- ((T:~H-->~H /\ A e. (eigvec` T)) -> ((eigval` T)` A) = (((T` A) .ih A) / ((normh` A)^2)))
 
Theoremeigvalcl 11522 An eigenvalue is a complex number.
|- ((T:~H-->~H /\ A e. (eigvec` T)) -> ((eigval` T)` A) e. CC)
 
Theoremeigvec1 11523 Property of an eigenvector.
|- ((T:~H-->~H /\ A e. (eigvec` T)) -> ((T` A) = (((eigval` T)` A) .h A) /\ A =/= 0h))
 
Theoremeighmre 11524 The eigenvalues of a Hermitian operator are real. Equation 1.30 of [Hughes] p. 49.
|- ((T e. HrmOp /\ A e. (eigvec` T)) -> ((eigval` T)` A) e. RR)
 
Theoremeighmorth 11525 Eigenvectors of a Hermitian operator with distinct eigenvalues are orthogonal. Equation 1.31 of [Hughes] p. 49.
|- (((T e. HrmOp /\ A e. (eigvec` T)) /\ (B e. (eigvec` T) /\ ((eigval` T)` A) =/= ((eigval` T)` B))) -> (A .ih B) = 0)
 
Theoremnmopnegi 11526 Value of the norm of the negative of a Hilbert space operator. Unlike nmophmi 11598, the operator does not have to be bounded.
|- T:~H-->~H   =>   |- (normop` (-u1 .op T)) = (normop` T)
 
Theoremlnop0 11527 The value of a linear Hilbert space operator at zero is zero. Remark in [Beran] p. 99.
|- (T e. LinOp -> (T` 0h) = 0h)
 
Theoremlnopmul 11528 Multiplicative property of a linear Hilbert space operator.
|- ((T e. LinOp /\ A e. CC /\ B e. ~H) -> (T` (A .h B)) = (A .h (T` B)))
 
Theoremlnopli 11529 Basic scalar product property of a linear Hilbert space operator.
|- T e. LinOp   =>   |- ((A e. CC /\ B e. ~H /\ C e. ~H) -> (T` ((A .h B) +h C)) = ((A .h (T` B)) +h (T` C)))
 
Theoremlnopfi 11530 A linear Hilbert space operator is a Hilbert space operator.
|- T e. LinOp   =>   |- T:~H-->~H
 
Theoremlnop0i 11531 The value of a linear Hilbert space operator at zero is zero. Remark in [Beran] p. 99.
|- T e. LinOp   =>   |- (T` 0h) = 0h
 
Theoremlnopaddi 11532 Additive property of a linear Hilbert space operator.
|- T e. LinOp   =>   |- ((A e. ~H /\ B e. ~H) -> (T` (A +h B)) = ((T` A) +h (T` B)))
 
Theoremlnopmuli 11533 Multiplicative property of a linear Hilbert space operator.
|- T e. LinOp   =>   |- ((A e. CC /\ B e. ~H) -> (T` (A .h B)) = (A .h (T` B)))
 
Theoremlnopaddmuli 11534 Sum/product property of a linear Hilbert space operator.
|- T e. LinOp   =>   |- ((A e. CC /\ B e. ~H /\ C e. ~H) -> (T` (B +h (A .h C))) = ((T` B) +h (A .h (T` C))))
 
Theoremlnopsubi 11535 Subtraction property for a linear Hilbert space operator.
|- T e. LinOp   =>   |- ((A e. ~H /\ B e. ~H) -> (T` (A -h B)) = ((T` A) -h (T` B)))
 
Theoremlnopsubmuli 11536 Subtraction/product property of a linear Hilbert space operator.
|- T e. LinOp   =>   |- ((A e. CC /\ B e. ~H /\ C e. ~H) -> (T` (B -h (A .h C))) = ((T` B) -h (A .h (T` C))))
 
Theoremlnopmulsubi 11537 Product/subtraction property of a linear Hilbert space operator.
|- T e. LinOp   =>   |- ((A e. CC /\ B e. ~H /\ C e. ~H) -> (T` ((A .h B) -h C)) = ((A .h (T` B)) -h (T` C)))
 
Theoremhomco2 11538 Move a scalar product out of a composition of operators. The operator T must be linear, unlike homco1 11364 that works for any operators.
|- ((A e. CC /\ T e. LinOp /\ U:~H-->~H) -> (T o. (A .op U)) = (A .op (T o. U)))
 
Theoremidunop 11539 The identity function (restricted to Hilbert space) is a unitary operator.
|- ( _I |` ~H) e. UniOp
 
Theorem0cnop 11540 The identically zero function is a continuous Hilbert space operator.
|- 0hop e. ConOp
 
Theorem0cnfn 11541 The identically zero function is a continuous Hilbert space functional.
|- (~H X. {0}) e. ConFn
 
Theoremidcnop 11542 The identity function (restricted to Hilbert space) is a continuous operator.
|- ( _I |` ~H) e. ConOp
 
Theoremidhmop 11543 The Hilbert space identity operator is a Hermitian operator.
|- Iop e. HrmOp
 
Theorem0hmop 11544 The identically zero function is a Hermitian operator.
|- 0hop e. HrmOp
 
Theorem0lnop 11545 The identically zero function is a linear Hilbert space operator.
|- 0hop e. LinOp
 
Theorem0lnfn 11546 The identically zero function is a linear Hilbert space functional.
|- (~H X. {0}) e. LinFn
 
Theoremnmop0 11547 The norm of the zero operator is zero.
|- (normop` 0hop) = 0
 
Theoremnmfn0 11548 The norm of the identically zero functional is zero.
|- (normfn` (~H X. {0})) = 0
 
TheoremhmopbdopiHIL 11549 A Hermitian operator is a bounded linear operator (Hellinger-Toeplitz Theorem).
|- T e. HrmOp   =>   |- T e. BndLinOp
 
TheoremhmopbdoptHIL 11550 A Hermitian operator is a bounded linear operator (Hellinger-Toeplitz Theorem).
|- (T e. HrmOp -> T e. BndLinOp)
 
Theoremhoddii 11551 Distributive law for Hilbert space operator difference. (Interestingly, the reverse distributive law hocsubdiri 11343 does not require linearity.)
|- R e. LinOp   &   |- S:~H-->~H   &   |- T:~H-->~H   =>   |- (R o. (S -op T)) = ((R o. S) -op (R o. T))
 
Theoremhoddi 11552 Distributive law for Hilbert space operator difference. (Interestingly, the reverse distributive law hocsubdiri 11343 does not require linearity.)
|- ((R e. LinOp /\ S:~H-->~H /\ T:~H-->~H) -> (R o. (S -op T)) = ((R o. S) -op (R o. T)))
 
Theoremnmop0h 11553 The norm of any operator on the trivial Hilbert space is zero. (This is the reason we need ~H =/= 0H in nmopun 11576.)
|- ((~H = 0H /\ T:~H-->~H) -> (normop` T) = 0)
 
Theoremidlnop 11554 The identity function (restricted to Hilbert space) is a linear operator.
|- ( _I |` ~H) e. LinOp
 
Theorem0bdop 11555 The identically zero operator is bounded.
|- 0hop e. BndLinOp
 
Theoremadj0 11556 Adjoint of the zero operator.
|- (adjh` 0hop) = 0hop
 
Theoremnmlnop0iALT 11557 A linear operator with a zero norm is identically zero.
|- T e. LinOp   =>   |- ((normop` T) = 0 <-> T = 0hop)
 
Theoremnmlnop0iHIL 11558 A linear operator with a zero norm is identically zero.
|- T e. LinOp   =>   |- ((normop` T) = 0 <-> T = 0hop)
 
Theoremnmlnopgt0i 11559 A linear Hilbert space operator that is not identically zero has a positive norm.
|- T e. LinOp   =>   |- (T =/= 0hop <-> 0 < (normop` T))
 
Theoremnmlnop0 11560 A linear operator with a zero norm is identically zero.
|- (T e. LinOp -> ((normop` T) = 0 <-> T = 0hop))
 
Theoremnmlnopne0 11561 A linear operator with a nonzero norm is nonzero.
|- (T e. LinOp -> ((normop` T) =/= 0 <-> T =/= 0hop))
 
Theoremlnopmi 11562 The scalar product of a linear operator is a linear operator.
|- T e. LinOp   =>   |- (A e. CC -> (A .op T) e. LinOp)
 
Theoremlnophsi 11563 The sum of two linear operators is linear.
|- S e. LinOp   &   |- T e. LinOp   =>   |- (S +op T) e. LinOp
 
Theoremlnophdi 11564 The difference of two linear operators is linear.
|- S e. LinOp   &   |- T e. LinOp   =>   |- (S -op T) e. LinOp
 
Theoremlnopcoi 11565 The composition of two linear operators is linear.
|- S e. LinOp   &   |- T e. LinOp   =>   |- (S o. T) e. LinOp
 
Theoremlnopco0i 11566 The composition of a linear operator with one whose norm is zero.
|- S e. LinOp   &   |- T e. LinOp   =>   |- ((normop` T) = 0 -> (normop` (S o. T)) = 0)
 
Theoremlnopeq0lem1 11567 Lemma for lnopeq0i 11569. Apply the generalized polarization identity polid2i 10657 to the quadratic form ((T` x), x).
 
Theoremlnopeq0lem2 11568 Lemma for lnopeq0i 11569.
 
Theoremlnopeq0i 11569 A condition implying that a linear Hilbert space operator is identically zero. Unlike ho01i 11391 for arbitrary operators, when the operator is linear we need to consider only the values of the quadratic form (T` x) .ih x).
|- T e. LinOp   =>   |- (A.x e. ~H ((T` x) .ih x) = 0 <-> T = 0hop)
 
Theoremlnopeqi 11570 Two linear Hilbert space operators are equal iff their quadratic forms are equal.
|- T e. LinOp   &   |- U e. LinOp   =>   |- (A.x e. ~H ((T` x) .ih x) = ((U` x) .ih x) <-> T = U)
 
Theoremlnopeq 11571 Two linear Hilbert space operators are equal iff their quadratic forms are equal.
|- ((T e. LinOp /\ U e. LinOp) -> (A.x e. ~H ((T` x) .ih x) = ((U` x) .ih x) <-> T = U))
 
Theoremlnopunilem1 11572 Lemma for lnopunii 11574.
 
Theoremlnopunilem2 11573 Lemma for lnopunii 11574.
 
Theoremlnopunii 11574 If a linear operator (whose range is ~H) is idempotent in the norm, the operator is unitary. Similar to theorem in [AkhiezerGlazman] p. 73.
|- T e. LinOp   &   |- T:~H-onto->~H   &   |- A.x e. ~H (normh` (T` x)) = (normh` x)   =>   |- T e. UniOp
 
Theoremelunop2 11575 An operator is unitary iff it is linear, onto, and idempotent in the norm. Similar to theorem in [AkhiezerGlazman] p. 73, and its converse.
|- (T e. UniOp <-> (T e. LinOp /\ T:~H-onto->~H /\ A.x e. ~H (normh` (T` x)) = (normh` x)))
 
Theoremnmopun 11576 Norm of a unitary Hilbert space operator.
|- ((~H =/= 0H /\ T e. UniOp) -> (normop` T) = 1)
 
Theoremunopbd 11577 A unitary operator is a bounded linear operator.
|- (T e. UniOp -> T e. BndLinOp)
 
Theoremlnophmlem1 11578 Lemma for lnophmi 11580.
 
Theoremlnophmlem2 11579 Lemma for lnophmi 11580. Warning: The HTML proof page is 1/2 megabyte in size.
 
Theoremlnophmi 11580 A linear operator is Hermitian if x .ih (T` x) takes only real values. Remark in [ReedSimon] p. 195.
|- T e. LinOp   &   |- A.x e. ~H (x .ih (T` x)) e. RR   =>   |- T e. HrmOp
 
Theoremlnophm 11581 A linear operator is Hermitian if x .ih (T` x) takes only real values. Remark in [ReedSimon] p. 195.
|- ((T e. LinOp /\ A.x e. ~H (x .ih (T` x)) e. RR) -> T e. HrmOp)
 
Theoremhmops 11582 The sum of two Hermitian operators is Hermitian.
|- ((T e. HrmOp /\ U e. HrmOp) -> (T +op U) e. HrmOp)
 
Theoremhmopm 11583 The scalar product of a Hermitian operator with a real is Hermitian.
|- ((A e. RR /\ T e. HrmOp) -> (A .op T) e. HrmOp)
 
Theoremhmopd 11584 The difference of two Hermitian operators is Hermitian.
|- ((T e. HrmOp /\ U e. HrmOp) -> (T -op U) e. HrmOp)
 
Theoremhmopco 11585 The composition of two commuting Hermitian operators is Hermitian.
|- ((T e. HrmOp /\ U e. HrmOp /\ (T o. U) = (U o. T)) -> (T o. U) e. HrmOp)
 
Theoremnmbdoplbi 11586 A lower bound for the norm of a bounded linear operator.
|- T e. BndLinOp   =>   |- (A e. ~H -> (normh` (T` A)) <_ ((normop` T) x. (normh` A)))
 
Theoremnmbdoplb 11587 A lower bound for the norm of a bounded linear Hilbert space operator.
|- ((T e. BndLinOp /\ A e. ~H) -> (normh` (T` A)) <_ ((normop` T) x. (normh` A)))
 
Theoremnmcopexlem1 11588 Lemma for nmcopexi 11594 (Theorem 3.5(i) of [Beran] p. 99). A sufficient condition for the norm of an operator to be real, based on its definition and the properties of supremum. Compared to Beran, we use a direct proof instead of a proof by contradiction.
 
Theoremnmcopexlem2 11589 Lemma for nmcopexi 11594. Apply definition of continuity. Note that we use 1 instead of 0.5 that Beran uses for epsilon (e = 0.5 in his proof).
 
Theoremnmcopexlem3 11590 Lemma for nmcopexi 11594. Move 1 / n out of the norm, using linearity.
 
Theoremnmcopexlem4 11591 Lemma for nmcopexi 11594. Properties of the infimum of a collection of integers whose reciprocals are less than a real number y (which will later become the "epsilon" of the epsilon/delta continuity definition df-cnop 11403). Note that `' < in the fourth hypothesis signifies infimum. (This lemma involves only real numbers and is independent of Hilbert space. The first two hypotheses aren't used.)
 
Theoremnmcopexlem5 11592 Lemma for nmcopexi 11594.
 
Theoremnmcopexlem6 11593 Lemma for nmcopexi 11594. Combine lemmas to obtain the result (with hypotheses to be eliminated).
 
Theoremnmcopexi 11594 The norm of a continuous linear Hilbert space operator exists. Theorem 3.5(i) of [Beran] p. 99.
|- T e. LinOp   &   |- T e. ConOp   =>   |- (normop` T) e. RR
 
Theoremnmcoplbi 11595 A lower bound for the norm of a continuous linear operator. Theorem 3.5(ii) of [Beran] p. 99.
|- T e. LinOp   &   |- T e. ConOp   =>   |- (A e. ~H -> (normh` (T` A)) <_ ((normop` T) x. (normh` A)))
 
Theoremnmcopex 11596 The norm of a continuous linear Hilbert space operator exists. Theorem 3.5(i) of [Beran] p. 99.
|- ((T e. LinOp /\ T e. ConOp) -> (normop` T) e. RR)
 
Theoremnmcoplb 11597 A lower bound for the norm of a continuous linear Hilbert space operator. Theorem 3.5(ii) of [Beran] p. 99.
|- ((T e. LinOp /\ T e. ConOp /\ A e. ~H) -> (normh` (T` A)) <_ ((normop` T) x. (normh` A)))
 
Theoremnmophmi 11598 The norm of the scalar product of a bounded linear operator.
|- T e. BndLinOp   =>   |- (A e. CC -> (normop` (A .op T)) = ((abs` A) x. (normop` T)))
 
Theorembdophmi 11599 The scalar product of a bounded linear operator is a bounded linear operator.
|- T e. BndLinOp   =>   |- (A e. CC -> (A .op T) e. BndLinOp)
 
Theoremlnopconi 11600 A condition equivalent to "T is continuous" when T is linear. Theorem 3.5(iii) of [Beran] p. 99.
|- T e. LinOp   =>   |- (T e. ConOp <-> E.x e. RR A.y e. ~H (normh` (T` y)) <_ (x x. (normh` y)))

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