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-10789

Color key:    Metamath Proof Explorer  Metamath Proof Explorer
(1-8792)
  Hilbert Space Explorer  Hilbert Space Explorer
(8793-10373)
  User Sandboxes  User Sandboxes
(10374-10789)
 

Statement List for Metamath Proof Explorer - 8201-8300 - Page 83 of 108
TypeLabelDescription
Statement
 
Theoremisvclem 8201 Lemma for isvc 8205.
 
Theoremvcoprnelem 8202 Lemma for vcoprne 8203.
 
Theoremvcoprne 8203 The operations of a complex vector space cannot be identical.
|- (<.G, S>. e. CVec -> G =/= S)
 
Theoremvcex 8204 The components of a complex vector space are sets.
|- (<.G, S>. e. CVec -> (G e. V /\ S e. V))
 
Theoremisvc 8205 The predicate "is a complex vector space."
|- X = ran G   =>   |- (<.G, S>. e. CVec <-> (G e. Abel /\ S:(CC X. X)-->X /\ A.x e. X ((1Sx) = x /\ A.y e. CC (A.z e. X (yS(xGz)) = ((ySx)G(ySz)) /\ A.z e. CC (((y + z)Sx) = ((ySx)G(zSx)) /\ ((y x. z)Sx) = (yS(zSx)))))))
 
Theoremisvci 8206 Properties that determine a complex vector space.
|- G e. Abel   &   |- dom G = (X X. X)   &   |- S:(CC X. X)-->X   &   |- (x e. X -> (1Sx) = x)   &   |- ((y e. CC /\ x e. X /\ z e. X) -> (yS(xGz)) = ((ySx)G(ySz)))   &   |- ((y e. CC /\ z e. CC /\ x e. X) -> ((y + z)Sx) = ((ySx)G(zSx)))   &   |- ((y e. CC /\ z e. CC /\ x e. X) -> ((y x. z)Sx) = (yS(zSx)))   &   |- W = <.G, S>.   =>   |- W e. CVec
 
Examples of complex vector spaces
 
Theoremcnvc 8207 The set of complex numbers is a complex vector space. The vector operation is +, and the scalar product is x..
|- <. + , x. >. e. CVec
 
Normed complex vector spaces
 
Definition and basic properties
 
Syntaxcnv 8208 Extend class notation with the class of all normed complex vector spaces.
class NrmCVec
 
Syntaxcpv 8209 Extend class notation with vector addition in a normed complex vector space. In the literature, the subscript "v" is omitted, but we need it to avoid ambiguity with complex number addition + caddc 5239.
class +v
 
Syntaxcba 8210 Extend class notation with the base set of a normed complex vector space. (Note that Base is capitalized because, once it is fixed for a particular vector space U, it is not a function, unlike e.g. norm. This is our typical convention.)
class Base
 
Syntaxcns 8211 Extend class notation with scalar multiplication in a normed complex vector space. In the literature scalar multiplication is usually indicated by juxtaposition, but we need an explicit symbol to prevent ambiguity.
class .s
 
Syntaxcn0v 8212 Extend class notation with zero vector in a normed complex vector space.
class 0v
 
Syntaxcnsb 8213 Extend class notation with vector subtraction in a normed complex vector space.
class -v
 
Syntaxcnm 8214 Extend class notation with the norm function in a normed complex vector space. In the literature, the norm of A is usually written "|| A ||", but we use function notation to take advantage of our existing theorems about functions.
class norm
 
Syntaxcims 8215 Extend class notation with the class of the induced metrics on normed complex vector spaces.
class IndMet
 
Definitiondf-nv 8216 Define the class of all normed complex vector spaces.
|- NrmCVec = {<.<.g, s>., n>. | (<.g, s>. e. CVec /\ n:ran g-->RR /\ A.x e. ran g(((n` x) = 0 -> x = (Id` g)) /\ A.y e. CC (n` (ysx)) = ((abs` y) x. (n` x)) /\ A.y e. ran g(n` (xgy)) <_ ((n` x) + (n` y))))}
 
Theoremnvss 8217 Structure of the class of all normed complex vectors spaces.
|- NrmCVec (_ ((V X. V) X. V)
 
Theoremnvvcop 8218 A normed complex vector space is a vector space.
|- (<.<.G, S>., N>. e. NrmCVec -> <.G, S>. e. CVec)
 
Definitiondf-va 8219 Define vector addition on a normed complex vector space.
|- +v = (1st o. 1st)
 
Definitiondf-ba 8220 Define the base set of a normed complex vector space.
|- Base = {<.x, y>. | y = ran (+v`
 x)}
 
Definitiondf-sm 8221 Define scalar multiplication on a normed complex vector space.
|- .s = (2nd o. 1st)
 
Definitiondf-0v 8222 Define the zero vector in a normed complex vector space.
|- 0v = (Id o. +v)
 
Definitiondf-vs 8223 Define vector subtraction on a normed complex vector space.
|- -v = ( /g o. +v)
 
Definitiondf-nm 8224 Define the norm function in a normed complex vector space.
|- norm = 2nd
 
Definitiondf-ims 8225 Define the induced metric on a normed complex vector space.
|- IndMet = {<.u, d>. | (u e. NrmCVec /\ d = ((norm` u) o. (-v` u)))}
 
Theoremnvrel 8226 The class of all normed complex vectors spaces is a relation.
|- Rel NrmCVec
 
Theoremvafval 8227 Value of the function for the vector addition (group) operation on a normed complex vector space.
|- G = (+v`
 U)   =>   |- G = (1st` (1st`
 U))
 
Theorembafval 8228 Value of the function for the base set of a normed complex vector space.
|- X = (Base` U)   &   |- G = (+v` U)   =>   |- X = ran G
 
Theoremsmfval 8229 Value of the function for the scalar multiplication operation on a normed complex vector space.
|- S = (.s`
 U)   =>   |- S = (2nd` (1st`
 U))
 
Theorem0vfval 8230 Value of the function for the zero vector on a normed complex vector space.
|- G = (+v`
 U)   &   |- Z = (0v` U)   =>   |- Z = (Id` G)
 
Theoremnmfval 8231 Value of the norm function in a normed complex vector space.
|- N = (norm` U)   =>   |- N = (2nd`
 U)
 
Theoremnvop2 8232 A normed complex vector space is an ordered pair of a vector space and a norm operation.
|- W = (1st`
 U)   &   |- N = (norm` U)   =>   |- (U e. NrmCVec -> U = <.W, N>.)
 
Theoremnvvop 8233 The vector space component of a normed complex vector space is an ordered pair of the underlying group and a scalar product.
|- W = (1st`
 U)   &   |- G = (+v` U)   &   |- S = (.s` U)   =>   |- (U e. NrmCVec -> W = <.G, S>.)
 
Theoremisnvlem 8234 Lemma for isnv 8236.
 
Theoremnvex 8235 The components of a normed complex vector space are sets.
|- (<.<.G, S>., N>. e. NrmCVec -> (G e. V /\ S e. V /\ N e. V))
 
Theoremisnv 8236 The predicate "is a normed complex vector space."
|- X = ran G   &   |- Z = (Id` G)   =>   |- (<.<.G, S>., N>. e. NrmCVec <-> (<.G, S>. e. CVec /\ N:X-->RR /\ A.x e. X (((N` x) = 0 -> x = Z) /\ A.y e. CC (N` (ySx)) = ((abs` y) x. (N` x)) /\ A.y e. X (N` (xGy)) <_ ((N` x) + (N` y)))))
 
Theoremisnvi 8237 Properties that determine a normed complex vector space.
|- X = ran G   &   |- Z = (Id` G)   &   |- <.G, S>. e. CVec   &   |- N:X-->RR   &   |- ((x e. X /\ (N` x) = 0) -> x = Z)   &   |- ((y e. CC /\ x e. X) -> (N` (ySx)) = ((abs` y) x. (N` x)))   &   |- ((x e. X /\ y e. X) -> (N` (xGy)) <_ ((N` x) + (N` y)))   &   |- U = <.<.G, S>., N>.   =>   |- U e. NrmCVec
 
Theoremnvi 8238 The properties of a normed complex vector space, which is a vector space accompanied by a norm.
|- X = (Base` U)   &   |- G = (+v` U)   &   |- S = (.s` U)   &   |- Z = (0v` U)   &   |- N = (norm` U)   =>   |- (U e. NrmCVec -> (<.G, S>. e. CVec /\ N:X-->RR /\ A.x e. X (((N` x) = 0 -> x = Z) /\ A.y e. CC (N` (ySx)) = ((abs` y) x. (N` x)) /\ A.y e. X (N` (xGy)) <_ ((N` x) + (N` y)))))
 
Theoremnvvc 8239 The vector space component of a normed complex vector space.
|- W = (1st`
 U)   =>   |- (U e. NrmCVec -> W e. CVec)
 
Theoremnvabl 8240 The vector addition operation of a normed complex vector space is an Abelian group.
|- G = (+v`
 U)   =>   |- (U e. NrmCVec -> G e. Abel)
 
Theoremnvgrp 8241 The vector addition operation of a normed complex vector space is a group.
|- G = (+v`
 U)   =>   |- (U e. NrmCVec -> G e. Grp)
 
Theoremnvgf 8242 Mapping for the vector addition operation.
|- X = (Base` U)   &   |- G = (+v` U)   =>   |- (U e. NrmCVec -> G:(X X. X)-->X)
 
Theoremnvsf 8243 Mapping for the scalar multiplication operation.
|- X = (Base` U)   &   |- S = (.s` U)   =>   |- (U e. NrmCVec -> S:(CC X. X)-->X)
 
Theoremnvgcl 8244 Closure law for the vector addition (group) operation of a normed complex vector space.
|- X = (Base` U)   &   |- G = (+v` U)   =>   |- ((U e. NrmCVec /\ A e. X /\ B e. X) -> (AGB) e. X)
 
Theoremnvcom 8245 The vector addition (group) operation is commutative.
|- X = (Base` U)   &   |- G = (+v` U)   =>   |- ((U e. NrmCVec /\ A e. X /\ B e. X) -> (AGB) = (BGA))
 
Theoremnvass 8246 The vector addition (group) operation is associative.
|- X = (Base` U)   &   |- G = (+v` U)   =>   |- ((U e. NrmCVec /\ (A e. X /\ B e. X /\ C e. X)) -> ((AGB)GC) = (AG(BGC)))
 
Theoremnvadd12 8247 Commutative/associative law for vector addition.
|- X = (Base` U)   &   |- G = (+v` U)   =>   |- ((U e. NrmCVec /\ (A e. X /\ B e. X /\ C e. X)) -> (AG(BGC)) = (BG(AGC)))
 
Theoremnvadd23 8248 Commutative/associative law for vector addition.
|- X = (Base` U)   &   |- G = (+v` U)   =>   |- ((U e. NrmCVec /\ (A e. X /\ B e. X /\ C e. X)) -> ((AGB)GC) = ((AGC)GB))
 
Theoremnvrcan 8249 Right cancellation law for vector addition.
|- X = (Base` U)   &   |- G = (+v` U)   =>   |- ((U e. NrmCVec /\ (A e. X /\