HomeHome Metamath Proof Explorer < Previous   Next >
Bad symbols? Use Firefox
(or GIF version for IE).

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

Color key:    Metamath Proof Explorer  Metamath Proof Explorer
(1-8782)
  Hilbert Space Explorer  Hilbert Space Explorer
(8783-10363)
  User Sandboxes  User Sandboxes
(10364-10752)
 

Statement List for Metamath Proof Explorer - 8201-8300 - Page 83 of 108
TypeLabelDescription
Statement
 
Syntaxcba 8201 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 8202 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 8203 Extend class notation with zero vector in a normed complex vector space.
class 0v
 
Syntaxcnsb 8204 Extend class notation with vector subtraction in a normed complex vector space.
class v
 
Syntaxcnm 8205 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 8206 Extend class notation with the class of the induced metrics on normed complex vector spaces.
class IndMet
 
Definitiondf-nv 8207 Define the class of all normed complex vector spaces.
NrmCVec = {g, s, n(g, s CVec n:ran g–→ x ran g(((nx) = 0 → x = (Id ‘g)) y (n ‘(ysx)) = ((abs ‘y) · (nx)) y ran g(n ‘(xgy)) ≤ ((nx) + (ny))))}
 
Theoremnvss 8208 Structure of the class of all normed complex vectors spaces.
NrmCVec ((V × V) × V)
 
Theoremnvvcop 8209 A normed complex vector space is a vector space.
(G, S, N NrmCVec → G, S CVec)
 
Definitiondf-va 8210 Define vector addition on a normed complex vector space.
+v = (1st 1st )
 
Definitiondf-ba 8211 Define the base set of a normed complex vector space.
Base = {x, yy = ran ( +vx)}
 
Definitiondf-sm 8212 Define scalar multiplication on a normed complex vector space.
·s = (2nd 1st )
 
Definitiondf-0v 8213 Define the zero vector in a normed complex vector space.
0v = (Id +v )
 
Definitiondf-vs 8214 Define vector subtraction on a normed complex vector space.
v = ( /g +v )
 
Definitiondf-nm 8215 Define the norm function in a normed complex vector space.
norm = 2nd
 
Definitiondf-ims 8216 Define the induced metric on a normed complex vector space.
IndMet = {u, d(u NrmCVec d = ((norm ‘u) ( −vu)))}
 
Theoremnvrel 8217 The class of all normed complex vectors spaces is a relation.
Rel NrmCVec
 
Theoremvafval 8218 Value of the function for the vector addition (group) operation on a normed complex vector space.
G = ( +vU)       G = (1st ‘(1stU))
 
Theorembafval 8219 Value of the function for the base set of a normed complex vector space.
X = (Base ‘U)    &   G = ( +vU)       X = ran G
 
Theoremsmfval 8220 Value of the function for the scalar multiplication operation on a normed complex vector space.
S = ( ·sU)       S = (2nd ‘(1stU))
 
Theorem0vfval 8221 Value of the function for the zero vector on a normed complex vector space.
G = ( +vU)    &   Z = (0vU)       Z = (Id ‘G)
 
Theoremnmfval 8222 Value of the norm function in a normed complex vector space.
N = (norm ‘U)       N = (2ndU)
 
Theoremnvop2 8223 A normed complex vector space is an ordered pair of a vector space and a norm operation.
W = (1stU)    &   N = (norm ‘U)       (U NrmCVec → U = W, N)
 
Theoremnvvop 8224 The vector space component of a normed complex vector space is an ordered pair of the underlying group and a scalar product.
W = (1stU)    &   G = ( +vU)    &   S = ( ·sU)       (U NrmCVec → W = G, S)
 
Theoremisnvlem 8225 Lemma for isnv 8227.
 
Theoremnvex 8226 The components of a normed complex vector space are sets.
(G, S, N NrmCVec → (G V S V N V))
 
Theoremisnv 8227 The predicate "is a normed complex vector space."
X = ran G    &   Z = (Id ‘G)       (G, S, N NrmCVec ↔ (G, S CVec N:X–→ x X (((Nx) = 0 → x = Z) y (N ‘(ySx)) = ((abs ‘y) · (Nx)) y X (N ‘(xGy)) ≤ ((Nx) + (Ny)))))
 
Theoremisnvi 8228 Properties that determine a normed complex vector space.
X = ran G    &   Z = (Id ‘G)    &   G, S CVec    &   N:X–→    &   ((x X (Nx) = 0) → x = Z)    &   ((y x X) → (N ‘(ySx)) = ((abs ‘y) · (Nx)))    &   ((x X y X) → (N ‘(xGy)) ≤ ((Nx) + (Ny)))    &   U = G, S, N       U NrmCVec
 
Theoremnvi 8229 The properties of a normed complex vector space, which is a vector space accompanied by a norm.
X = (Base ‘U)    &   G = ( +vU)    &   S = ( ·sU)    &   Z = (0vU)    &   N = (norm ‘U)       (U NrmCVec → (G, S CVec N:X–→ x X (((Nx) = 0 → x = Z) y (N ‘(ySx)) = ((abs ‘y) · (Nx)) y X (N ‘(xGy)) ≤ ((Nx) + (Ny)))))
 
Theoremnvvc 8230 The vector space component of a normed complex vector space.
W = (1stU)       (U NrmCVec → W CVec)
 
Theoremnvabl 8231 The vector addition operation of a normed complex vector space is an Abelian group.
G = ( +vU)       (U NrmCVec → G Abel)
 
Theoremnvgrp 8232 The vector addition operation of a normed complex vector space is a group.
G = ( +vU)       (U NrmCVec → G Grp)
 
Theoremnvgf 8233 Mapping for the vector addition operation.
X = (Base ‘U)    &   G = ( +vU)       (U NrmCVec → G:(X × X)–→X)
 
Theoremnvsf 8234 Mapping for the scalar multiplication operation.
X = (Base ‘U)    &   S = ( ·sU)       (U NrmCVec → S:( × X)–→X)
 
Theoremnvgcl 8235 Closure law for the vector addition (group) operation of a normed complex vector space.
X = (Base ‘U)    &   G = ( +vU)       ((U NrmCVec A X B X) → (AGB) X)
 
Theoremnvcom 8236 The vector addition (group) operation is commutative.
X = (Base ‘U)    &   G = ( +vU)       ((U NrmCVec A X B X) → (AGB) = (BGA))
 
Theoremnvass 8237 The vector addition (group) operation is associative.
X = (Base ‘U)    &   G = ( +vU)       ((U NrmCVec (A X B X C X)) → ((AGB)GC) = (AG(BGC)))
 
Theoremnvadd12 8238 Commutative/associative law for vector addition.
X = (Base ‘U)    &   G = ( +vU)       ((U NrmCVec (A X B X C X)) → (AG(BGC)) = (BG(AGC)))
 
Theoremnvadd23 8239 Commutative/associative law for vector addition.
X = (Base ‘U)    &   G = ( +vU)       ((U NrmCVec (A X B X C X)) → ((AGB)GC) = ((AGC)GB))
 
Theoremnvrcan 8240 Right cancellation law for vector addition.
X = (Base ‘U)    &   G = ( +vU)       ((U NrmCVec (A X B X C X)) → ((AGC) = (BGC) ↔ A = B))
 
Theoremnvlcan 8241 Left cancellation law for vector addition.
X = (Base ‘U)    &   G = ( +vU)       ((U NrmCVec (A X B X C X)) → ((CGA) = (CGB) ↔ A = B))
 
Theoremnvadd4 8242 Rearrangement of 4 terms in a vector sum.
X = (Base ‘U)    &   G = ( +vU)       ((U NrmCVec (A X B X) (C X D X)) → ((AGB)G(CGD)) = ((AGC)G(BGD)))
 
Theoremnvscl 8243 Closure law for the scalar product operation of a normed complex vector space.
X = (Base ‘U)    &   S = ( ·sU)       ((U NrmCVec A B X) → (ASB) X)
 
Theoremnvsid 8244 Identity element for the scalar product of a normed complex vector space.
X = (Base ‘U)    &   S = ( ·sU)       ((U NrmCVec A X) → (1SA) = A)
 
Theoremnvsass 8245 Associative law for the scalar product of a normed complex vector space.
X = (Base ‘U)    &   S = ( ·sU)       ((U NrmCVec (A B C X)) → ((A · B)SC) = (AS(BSC)))
 
Theoremnvscom 8246 Commutative law for the scalar product of a normed complex vector space.
X = (Base ‘U)    &   S = ( ·sU)       ((U NrmCVec (A B C X)) → (AS(BSC)) = (BS(ASC)))
 
Theoremnvdi 8247 Distributive law for the scalar product of a complex vector space.
X = (Base ‘U)    &   G = ( +vU)    &   S = ( ·sU)       ((U NrmCVec (A B X C X)) → (AS(BGC)) = ((ASB)G(ASC)))
 
Theoremnvdir 8248 Distributive law for the scalar product of a complex vector space.
X = (Base ‘U)    &   G = ( +vU)    &   S = ( ·sU)       ((U NrmCVec (A B C X)) → ((A + B)SC) = ((ASC)G(BSC)))
 
Theoremnv2 8249 A vector plus itself is two times the vector.
X = (Base ‘U)    &   G = ( +vU)    &   S = ( ·sU)       ((U NrmCVec A X) → (AGA) = (2SA))
 
Theoremvsfval 8250 Value of the function for the vector subtraction operation on a normed complex vector space.
G = ( +vU)    &   M = ( −vU)       M = ( /gG)
 
Theoremnvzcl 8251 Closure law for the zero vector of a normed complex vector space.
X = (Base ‘U)    &   Z = (0vU)       (U NrmCVec → Z X)
 
Theoremnv0rid 8252 The zero vector is a right identity element.
X = (Base ‘U)    &   G = ( +vU)    &   Z = (0vU)       ((U NrmCVec A X) → (AGZ) = A)
 
Theoremnv0lid 8253 The zero vector is a left identity element.
X = (Base ‘U)    &   G = ( +vU)    &   Z = (0vU)       ((U NrmCVec A X) → (ZGA) = A)
 
Theoremnv0 8254 Zero times a vector is the zero vector.
X = (Base ‘U)    &   S = ( ·sU)    &   Z = (0vU)       ((U NrmCVec A X) → (0SA) = Z)
 
Theoremnvsz 8255 Anything times the zero vector is the zero vector.
S = ( ·sU)    &   Z = (0vU)       ((U NrmCVec A ) → (ASZ) = Z)
 
Theoremnvinv 8256 Minus 1 times a vector is the underlying group's inverse element. Equation 2 of [Kreyszig] p. 51.
X = (Base ‘U)    &   G = ( +vU)    &   S = ( ·sU)    &   M = (inv ‘G)       ((U NrmCVec A X) → (-1SA) = (MA))
 
Theoreminvfval 8257 Function for the negative of a vector on a normed complex vector space, in terms of the underlying addition group inverse. (We currently do not have a separate notation for the negative of a vector.)
G = ( +vU)    &   S = ( ·sU)    &   N = (S (2nd ({-1} × V)))       (U NrmCVec → N = (inv ‘G))
 
Theoremnvm 8258 Vector subtraction in terms of group division operation.
X = (Base ‘U)    &   G = ( +vU)    &   M = ( −vU)    &   N = ( /gG)       ((U NrmCVec A X B X) → (AMB) = (ANB))
 
Theoremnvmval 8259 Value of vector subtraction on a normed complex vector space.
X = (Base ‘U)    &   G = ( +vU)    &   S = ( ·sU)    &   M = ( −vU)       ((U NrmCVec A X B X) → (AMB) = (AG(-1SB)))
 
Theoremnvmfval 8260 Value of the function for the vector subtraction operation on a normed complex vector space.
X = (Base ‘U)    &   G = ( +vU)    &   S = ( ·sU)    &   M = ( −vU)       (U NrmCVec → M = {x, y, z((x X y X) z = (xG(-1Sy)))})
 
Theoremnvzs 8261 Two ways to express the negative of a vector.
X = (Base ‘U)    &   M = ( −vU)    &   S = ( ·sU)    &   Z = (0vU)       ((U NrmCVec A X) → (ZMA) = (-1SA))
 
Theoremnvmf 8262 Mapping for the vector subtraction operation.
X = (Base ‘U)    &   M = ( −vU)       (U NrmCVec → M:(X × X)–→X)
 
Theoremnvmcl 8263 Closure law for the vector subtraction operation of a normed complex vector space.
X = (Base ‘U)    &   M = ( −vU)       ((U NrmCVec A X B X) → (AMB) X)
 
Theoremnvnnncan1 8264 Vector space analog of nnncan1t 5479.
X = (Base ‘U)    &   M = ( −vU)       ((U NrmCVec (A X B X C X)) → ((AMB)M(AMC)) = (CMB))
 
Theoremnvnnncan2 8265 Vector space analog of nnncan2t 5480.
X = (Base ‘U)    &   M = ( −vU)       ((U NrmCVec (A X B X C X)) → ((AMC)M(BMC)) = (AMB))
 
Theoremnvmdi 8266 Distributive law for scalar product over subtraction.
X = (Base ‘U)    &   M = ( −vU)    &   S = ( ·sU)       ((U NrmCVec (A B X C X)) → (AS(BMC)) = ((ASB)M(ASC)))
 
Theoremnvnegneg 8267 Double negative of a vector.
X = (Base ‘U)    &   S = ( ·sU)       ((U NrmCVec A X) → (-1S(-1SA)) = A)
 
Theoremnvmul0or 8268 If a scalar product is zero, one of its factors must be zero.
X = (Base ‘U)    &   S = ( ·sU)    &   Z = (0vU)       ((U NrmCVec A B X) → ((ASB) = Z ↔ (A = 0 B = Z)))
 
Theoremnvrinv 8269 A vector minus itself.
X = (Base ‘U)    &   G = ( +vU)    &   S = ( ·sU)    &   Z = (0vU)       ((U NrmCVec A X) → (AG(-1SA)) = Z)
 
Theoremnvlinv 8270 Minus a vector plus itself.
X = (Base ‘U)    &   G = ( +vU)    &   S = ( ·sU)    &   Z = (0vU)       ((U NrmCVec A X) → ((-1SA)GA) = Z)
 
Theoremnvsubadd 8271 Relationship between vector subtraction and addition.
X = (Base ‘U)    &   G = ( +vU)    &   M = ( −vU)       ((U NrmCVec (A X B X C X)) → ((AMB) = C ↔ (BGC) = A))
 
Theoremnvpncan2 8272 Cancellation law for vector subtraction.
X = (Base ‘U)    &   G = ( +vU)    &   M = ( −vU)       ((U NrmCVec A X B X) → ((AGB)MA) = B)
 
Theoremnvpncan 8273 Cancellation law for vector subtraction.
X = (Base ‘U)    &   G = ( +vU)    &   M = ( −vU)       ((U NrmCVec A X B X) → ((AGB)MB) = A)
 
Theoremnvaddsubass 8274 Associative-type law for vector addition and subtraction.
X = (Base ‘U)    &   G = ( +vU)    &   M = ( −vU)       ((U NrmCVec (A X B X C X)) → ((AGB)MC) = (AG(BMC)))
 
Theoremnvaddsub 8275 Commutative/associative law for vector addition and subtraction.
X = (Base ‘U)    &   G = ( +vU)    &   M = ( −vU)       ((U NrmCVec (A X B X C X)) → ((AGB)MC) = ((AMC)GB))
 
Theoremnvnpcan 8276 Cancellation law for a normed complex vector space.
X = (Base ‘U)    &   G = ( +vU)    &   M = ( −vU)       ((U NrmCVec A X B X) → ((AMB)GB) = A)
 
Theoremnvaddsub4 8277 Rearrangement of 4 terms in a mixed vector addition and subtraction.
X = (Base ‘U)    &   G = ( +vU)    &   M = ( −vU)       ((U NrmCVec (A X B X) (C X D X)) → ((AGB)M(CGD)) = ((AMC)G(BMD)))
 
Theoremnvsubsub23 8278 Swap subtrahend and result of vector subtraction.
X = (Base ‘U)    &   M = ( −vU)       ((U NrmCVec (A X B X C X)) → ((AMB) = C ↔ (AMC) = B))
 
Theoremnvnncan 8279 Cancellation law for a normed complex vector space.
X = (Base ‘U)    &   M = ( −vU)       ((U NrmCVec A X B X) → (AM(AMB)) = B)
 
Theoremnvmeq0 8280 The difference between two vectors is zero iff they are equal.
X = (Base ‘U)    &   M = ( −vU)    &   Z = (0vU)       ((U NrmCVec A X B X) → ((AMB) = ZA = B))
 
Theoremnvmid 8281 A vector minus itself is the zero vector.
X = (Base ‘U)    &   M = ( −vU)    &   Z = (0vU)       ((U NrmCVec A X) → (AMA) = Z)
 
Theoremnvf 8282