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-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 - 8301-8400 - Page 84 of 108
TypeLabelDescription
Statement
 
Theoremnvop 8301 A complex inner product space in terms of ordered pair components.
|- G = (+v`
 U)   &   |- S = (.s` U)   &   |- N = (norm` U)   =>   |- (U e. NrmCVec -> U = <.<.G, S>., N>.)
 
Theoremnvoprne 8302 The vector addition and scalar product operations are not identical.
|- (<.<.G, S>., N>. e. NrmCVec -> G =/= S)
 
Examples of normed complex vector spaces
 
Theoremcnnv 8303 The set of complex numbers is a normed complex vector space. The vector operation is +, the scalar product is x., and the norm function is abs. (Contributed by Steve Rodriguez, 3-Dec-2006.)
|- U = <.<. + , x. >., abs>.   =>   |- U e. NrmCVec
 
Theoremcnnvg 8304 The vector addition (group) operation of the normed complex vector space of complex numbers.
|- U = <.<. + , x. >., abs>.   =>   |- + = (+v`
 U)
 
Theoremcnnvba 8305 The base set of the normed complex vector space of complex numbers.
|- U = <.<. + , x. >., abs>.   =>   |- CC = (Base` U)
 
Theoremcnnvdemo 8306 Derive the associative law for complex number addition axaddass 5289 to demonstrate the use of cnnv 8303, cnnvg 8304, and cnnvba 8305.
|- ((A e. CC /\ B e. CC /\ C e. CC) -> ((A + B) + C) = (A + (B + C)))
 
Theoremcnnvs 8307 The scalar product operation of the normed complex vector space of complex numbers.
|- U = <.<. + , x. >., abs>.   =>   |- x. = (.s`
 U)
 
Theoremcnnvnm 8308 The norm operation of the normed complex vector space of complex numbers.
|- U = <.<. + , x. >., abs>.   =>   |- abs = (norm` U)
 
Theoremcnnvm 8309 The vector subtraction operation of the normed complex vector space of complex numbers.
|- U = <.<. + , x. >., abs>.   =>   |- - = (-v`
 U)
 
Theoremelimnv 8310 Hypothesis elimination lemma for normed complex vector spaces to assist weak deduction theorem.
|- X = (Base` U)   &   |- Z = (0v` U)   &   |- U e. NrmCVec   =>   |- if(A e. X, A, Z) e. X
 
Theoremelimnvu 8311 Hypothesis elimination lemma for normed complex vector spaces to assist weak deduction theorem.
|- if(U e. NrmCVec, U, <.<. + , x. >., abs>.) e. NrmCVec
 
Induced metric of a normed complex vector space
 
Theoremimsval 8312 Value of the induced metric of a normed complex vector space.
|- M = (-v`
 U)   &   |- N = (norm` U)   &   |- D = (IndMet` U)   =>   |- (U e. NrmCVec -> D = (N o. M))
 
Theoremimsdval 8313 Value of the induced metric (distance function) of a normed complex vector space. Equation 1 of [Kreyszig] p. 59.
|- X = (Base` U)   &   |- M = (-v` U)   &   |- N = (norm` U)   &   |- D = (IndMet` U)   =>   |- ((U e. NrmCVec /\ A e. X /\ B e. X) -> (ADB) = (N` (AMB)))
 
Theoremimsdval2 8314 Value of the distance function of the induced metric of a normed complex vector space. Equation 1 of [Kreyszig] p. 59.
|- X = (Base` U)   &   |- G = (+v` U)   &   |- S = (.s` U)   &   |- N = (norm` U)   &   |- D = (IndMet` U)   =>   |- ((U e. NrmCVec /\ A e. X /\ B e. X) -> (ADB) = (N` (AG(-u1SB))))
 
Theoremnvnd 8315 The norm of a normed complex vector space expressed in terms of the distance function of its induced metric. Problem 1 of [Kreyszig] p. 63.
|- X = (Base` U)   &   |- Z = (0v` U)   &   |- N = (norm` U)   &   |- D = (IndMet` U)   =>   |- ((U e. NrmCVec /\ A e. X) -> (N` A) = (ADZ))
 
Theoremimsdf 8316 Mapping for the induced metric distance function of a normed complex vector space.
|- X = (Base` U)   &   |- D = (IndMet` U)   =>   |- (U e. NrmCVec -> D:(X X. X)-->RR)
 
Theoremimsba 8317 Base set of the induced metric space of a normed complex vector space.
|- X = (Base` U)   &   |- D = (IndMet` U)   =>   |- (U e. NrmCVec -> X = dom dom D)
 
Theoremimsbai 8318 Base set of the induced metric space of a normed complex vector space.
|- X = (Base` U)   &   |- D = (IndMet` U)   &   |- U e. NrmCVec   =>   |- X = dom dom D
 
Theoremimsmetlem 8319 Lemma for imsmet 8320.
 
Theoremimsmet 8320 The induced metric of a normed complex vector space is a metric space. Part of Definition 2.2-1 of [Kreyszig] p. 58.
|- D = (IndMet` U)   =>   |- (U e. NrmCVec -> D e. Met)
 
Theoremnvelbl 8321 Membership of a vector in a ball.
|- X = (Base` U)   &   |- M = (-v` U)   &   |- N = (norm` U)   &   |- D = (IndMet` U)   =>   |- (((U e. NrmCVec /\ P e. X /\ A e. X) /\ (R e. RR /\ 0 < R)) -> (A e. (P( ball ` D)R) <-> (N` (AMP)) < R))
 
Theoremnvelbl2 8322 Membership of an off-center vector in a ball.
|- X = (Base` U)   &   |- G = (+v` U)   &   |- N = (norm` U)   &   |- D = (IndMet` U)   =>   |- (((U e. NrmCVec /\ P e. X /\ A e. X) /\ (R e. RR /\ 0 < R)) -> ((PGA) e. (P( ball ` D)R) <-> (N` A) < R))
 
Theoremnvcnf 8323 A continuous function is an operation (normed complex vector space version of cnf 7759).
|- X = (Base` U)   &   |- Y = (Base` W)   &   |- C = (IndMet` U)   &   |- D = (IndMet` W)   &   |- J = (Open` C)   &   |- K = (Open` D)   =>   |- ((U e. NrmCVec /\ W e. NrmCVec /\ F e. (J Cn K)) -> F:X-->Y)
 
Theoremnvcnpf 8324 A continuous function is an operation (normed complex vector space version of cnpf 7760).
|- X = (Base` U)   &   |- Y = (Base` W)   &   |- C = (IndMet` U)   &   |- D = (IndMet` W)   &   |- J = (Open` C)   &   |- K = (Open` D)   =>   |- (((U e. NrmCVec /\ W e. NrmCVec /\ P e. X) /\ F e. ((J CnP K)` P)) -> F:X-->Y)
 
Theoremnvcni 8325 Epsilon-delta property of a continuous operator. (Normed complex vector space version of metcni 7891.)
|- X = (Base` U)   &   |- M = (norm` U)   &   |- N = (norm` W)   &   |- R = (-v` U)   &   |- S = (-v` W)   &   |- C = (IndMet` U)   &   |- D = (IndMet` W)   &   |- J = (Open` C)   &   |- K = (Open` D)   =>   |- (((U e. NrmCVec /\ W e. NrmCVec /\ F e. (J Cn K)) /\ (P e. X /\ A e. RR /\ 0 < A)) -> E.x e. RR (0 < x /\ A.y e. X ((M` (PRy)) < x -> (N` ((F` P)S(F` y))) < A)))
 
Theoremnvcni2 8326 Epsilon-delta property of a continuous operator. (Normed complex vector space version of metcni 7891.)
|- X = (Base` U)   &   |- M = (norm` U)   &   |- N = (norm` W)   &   |- R = (-v` U)   &   |- S = (-v` W)   &   |- C = (IndMet` U)   &   |- D = (IndMet` W)   &   |- J = (Open` C)   &   |- K = (Open` D)   =>   |- (((U e. NrmCVec /\ W e. NrmCVec /\ F e. (J Cn K)) /\ (P e. X /\ A e. RR /\ 0 < A)) -> E.x e. RR (0 < x /\ A.y e. X ((M` (PRy)) <_ x -> (N` ((F` P)S(F` y))) <_ A)))
 
Theoremnvcni3 8327 Epsilon-delta property of a continuous operator. (Normed complex vector space version of metcni 7891.)
|- X = (Base` U)   &   |- M = (norm` U)   &   |- N = (norm` W)   &   |- R = (-v` U)   &   |- S = (-v` W)   &   |- C = (IndMet` U)   &   |- D = (IndMet` W)   &   |- J = (Open` C)   &   |- K = (Open` D)   =>   |- (((U e. NrmCVec /\ W e. NrmCVec /\ F e. (J Cn K)) /\ (P e. X /\ A e. RR /\ 0 < A)) -> E.x e. RR (0 < x /\ A.y e. X ((M` (yRP)) < x -> (N` ((F` y)S(F` P))) < A)))
 
Theoremnvlmcl 8328 Closure of the limit of a converging vector sequence.
|- X = (Base` U)   &   |- D = (IndMet` U)   &   |- P e. V   =>   |- ((U e. NrmCVec /\ F(~~>m` D)P) -> P e. X)
 
Theoremnvlmle 8329 If the norm of each member of a converging sequence is less than or equal to a given amount, so is the norm of the convergence value.
|- X = (Base` U)   &   |- N = (norm` U)   &   |- D = (IndMet` U)   &   |- P e. V   =>   |- (((U e. NrmCVec /\ F:NN-->X /\ F(~~>m` D)P) /\ (R e. RR /\ A.k e. NN (N` (F` k)) <_ R)) -> (N` P) <_ R)
 
Theoremcnims 8330 The metric induced on the complex numbers. cnmet 7901 proves that it is a metric. (Contributed by Steve Rodriguez, 5-Dec-2006; revised by nm 15-Jan-2008.)
|- U = <.<. + , x. >., abs>.   &   |- D = (abs o. - )   =>   |- D = (IndMet` U)
 
Theoremsqcn 8331 The square function on complex numbers is continuous.
|- D = (IndMet` <.<. + , x. >., abs>.)   &   |- J = (Open` D)   &   |- F = {<.x, y>. | (x e. CC /\ y = (x^2))}   =>   |- F e. (J Cn J)
 
Theoremsqcn2 8332 The square function on complex numbers is continuous.
|- D = (abs o. - )   &   |- J = (Open` D)   &   |- F = {<.w, v>.