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

Color key:    Metamath Proof Explorer  Metamath Proof Explorer
(1-8789)
  Hilbert Space Explorer  Hilbert Space Explorer
(8790-10370)
  User Sandboxes  User Sandboxes
(10371-10783)
 

Statement List for Metamath Proof Explorer - 8901-9000 - Page 90 of 108
TypeLabelDescription
Statement
 
Theoremhvnegid 8901 Addition of negative of a vector to itself.
|- A e. H~   =>   |- (A +h (-u1 .h A)) = 0h
 
Theoremhv2neg 8902 Two ways to express the negative of a vector.
|- A e. H~   =>   |- (0h -h A) = (-u1 .h A)
 
Theoremhvm1negt 8903 Convert minus one times a scalar product to the negative of the scalar.
|- ((A e. CC /\ B e. H~) -> (-u1 .h (A .h B)) = (-uA .h B))
 
Theoremhvaddsubvalt 8904 Value of vector addition in terms of vector subtraction.
|- ((A e. H~ /\ B e. H~) -> (A +h B) = (A -h (-u1 .h B)))
 
Theoremhvadd23t 8905 Commutative/associative law.
|- ((A e. H~ /\ B e. H~ /\ C e. H~) -> ((A +h B) +h C) = ((A +h C) +h B))
 
Theoremhvadd12t 8906 Commutative/associative law.
|- ((A e. H~ /\ B e. H~ /\ C e. H~) -> (A +h (B +h C)) = (B +h (A +h C)))
 
Theoremhvadd4t 8907 Hilbert vector space addition law.
|- (((A e. H~ /\ B e. H~) /\ (C e. H~ /\ D e. H~)) -> ((A +h B) +h (C +h D)) = ((A +h C) +h (B +h D)))
 
Theoremhvsub4t 8908 Hilbert vector space addition/subtraction law.
|- (((A e. H~ /\ B e. H~) /\ (C e. H~ /\ D e. H~)) -> ((A +h B) -h (C +h D)) = ((A -h C) +h (B -h D)))
 
Theoremhvaddsub12t 8909 Commutative/associative law.
|- ((A e. H~ /\ B e. H~ /\ C e. H~) -> (A +h (B -h C)) = (B +h (A -h C)))
 
Theoremhvpncant 8910 Addition/subtraction cancellation law for vectors in Hilbert space.
|- ((A e. H~ /\ B e. H~) -> ((A +h B) -h B) = A)
 
Theoremhvpncan2t 8911 Addition/subtraction cancellation law for vectors in Hilbert space.
|- ((A e. H~ /\ B e. H~) -> ((A +h B) -h A) = B)
 
Theoremhvaddsubasst 8912 Associativity of sum and difference of Hilbert space vectors.
|- ((A e. H~ /\ B e. H~ /\ C e. H~) -> ((A +h B) -h C) = (A +h (B -h C)))
 
Theoremhvpncan3t 8913 Subtraction and addition of equal Hilbert space vectors..
|- ((A e. H~ /\ B e. H~) -> (A +h (B -h A)) = B)
 
Theoremhvmulcomt 8914 Scalar multiplication commutative law.
|- ((A e. CC /\ B e. CC /\ C e. H~) -> (A .h (B .h C)) = (B .h (A .h C)))
 
Theoremhvmulass 8915 Scalar multiplication associative law.
|- A e. CC   &   |- B e. CC   &   |- C e. H~   =>   |- ((A x. B) .h C) = (A .h (B .h C))
 
Theoremhvmulcom 8916 Scalar multiplication commutative law.
|- A e. CC   &   |- B e. CC   &   |- C e. H~   =>   |- (A .h (B .h C)) = (B .h (A .h C))
 
Theoremhvmul2neg 8917 Double negative in scalar multiplication.
|- A e. CC   &   |- B e. CC   &   |- C e. H~   =>   |- (-uA .h (-uB .h C)) = (A .h (B .h C))
 
Theoremhvsubdistr1t 8918 Scalar multiplication distributive law for subtraction.
|- ((A e. CC /\ B e. H~ /\ C e. H~) -> (A .h (B -h C)) = ((A .h B) -h (A .h C)))
 
Theoremhvsubdistr2t 8919 Scalar multiplication distributive law for subtraction.
|- ((A e. CC /\ B e. CC /\ C e. H~) -> ((A - B) .h C) = ((A .h C) -h (B .h C)))
 
Theoremhvdistr1 8920 Scalar multiplication distributive law.
|- A e. CC   &   |- B e. H~   &   |- C e. H~   =>   |- (A .h (B +h C)) = ((A .h B) +h (A .h C))
 
Theoremhvsubdistr1 8921 Scalar multiplication distributive law.
|- A e. CC   &   |- B e. H~   &   |- C e. H~   =>   |- (A .h (B -h C)) = ((A .h B) -h (A .h C))
 
Theoremhvass 8922 Hilbert vector space associative law.
|- A e. H~   &   |- B e. H~   &   |- C e. H~   =>   |- ((A +h B) +h C) = (A +h (B +h C))
 
Theoremhvadd23 8923 Hilbert vector space commutative/associative law.
|- A e. H~   &   |- B e. H~   &   |- C e. H~   =>   |- ((A +h B) +h C) = ((A +h C) +h B)
 
Theoremhvsubass 8924 Hilbert vector space associative law for subtraction.
|- A e. H~   &   |- B e. H~   &   |- C e. H~   =>   |- ((A -h B) -h C) = (A -h (B +h C))
 
Theoremhvsub23 8925 Hilbert vector space commutative/associative law.
|- A e. H~   &   |- B e. H~   &   |- C e. H~   =>   |- ((A -h B) -h C) = ((A -h C) -h B)
 
Theoremhvadd12 8926 Hilbert vector space commutative/associative law.
|- A e. H~   &   |- B e. H~   &   |- C e. H~   =>   |- (A +h (B +h C)) = (B +h (A +h C))
 
Theoremhvadd4 8927 Hilbert vector space addition law.
|- A e. H~   &   |- B e. H~   &   |- C e. H~   &   |- D e. H~   =>   |- ((A +h B) +h (C +h D)) = ((A +h C) +h (B +h D))
 
Theoremhvsubsub4 8928 Hilbert vector space addition law.
|- A e. H~   &   |- B e. H~   &   |- C e. H~   &   |- D e. H~   =>   |- ((A -h B) -h (C -h D)) = ((A -h C) -h (B -h D))
 
Theoremhvsubsub4t 8929 Hilbert vector space addition/subtraction law.
|- (((A e. H~ /\ B e. H~) /\ (C e. H~ /\ D e. H~)) -> ((A -h B) -h (C -h D)) = ((A -h C) -h (B -h D)))
 
Theoremhv2timest 8930 Two times a vector.
|- (A e. H~ -> (2 .h A) = (A +h A))
 
Theoremhvnegdi 8931 Distribution of negative over subtraction.
|- A e. H~   &   |- B e. H~   =>   |- (-u1 .h (A -h B)) = (B -h A)
 
Theoremhvsubeq0 8932 If the difference between two vectors is zero, they are equal.
|- A e. H~   &   |- B e. H~   =>   |- ((A -h B) = 0h <-> A = B)
 
Theoremhvsubcan2 8933 Vector cancellation law.
|- A e. H~   &   |- B e. H~   =>   |- ((A +h B) +h (A -h B)) = (2 .h A)
 
Theoremhvaddcan 8934 Cancellation law for vector addition.
|- A e. H~   &   |- B e. H~   &   |- C e. H~   =>   |- ((A +h B) = (A +h C) <-> B = C)
 
Theoremhvsubadd 8935 Relationship between vector subtraction and addition.
|- A e. H~   &   |- B e. H~   &   |- C e. H~   =>   |- ((A -h B) = C <-> (B +h C) = A)
 
Theoremhvnegdit 8936 Distribution of negative over subtraction.
|- ((A e. H~ /\ B e. H~) -> (-u1 .h (A -h B)) = (B -h A))
 
Theoremhvsubeq0t 8937 If the difference between two vectors is zero, they are equal.
|- ((A e. H~ /\ B e. H~) -> ((A -h B) = 0h <-> A = B))
 
Theoremhvaddeq0t 8938 If the sum of two vectors is zero, one is the negative of the other.
|- ((A e. H~ /\ B e. H~) -> ((A +h B) = 0h <-> A = (-u1 .h B)))
 
Theoremhvaddcant 8939 Cancellation law for vector addition.
|- ((A e. H~ /\ B e. H~ /\ C e. H~) -> ((A +h B) = (A +h C) <-> B = C))
 
Theoremhvaddcan2t 8940 Cancellation law for vector addition.
|- ((A e. H~ /\ B e. H~ /\ C e. H~) -> ((A +h C) = (B +h C) <-> A = B))
 
Theoremhvmulcant 8941 Cancellation law for scalar multiplication.
|- (((A e. CC /\ B e. H~ /\ C e. H~) /\ A =/= 0) -> ((A .h B) = (A .h C) <-> B = C))
 
Theoremhvmulcan2t 8942 Cancellation law for scalar multiplication.
|- (((A e. CC /\ B e. CC /\ C e. H~) /\ C =/= 0h) -> ((A .h C) = (B .h C) <-> A = B))
 
Theoremhvsubcant 8943 Cancellation law for vector addition.
|- ((A e. H~ /\ B e. H~ /\ C e. H~) -> ((A -h B) = (A -h C) <-> B = C))
 
Theoremhvsubcan2t 8944 Cancellation law for vector addition.
|- ((A e. H~ /\ B e. H~ /\ C e. H~) -> ((A -h C) = (B -h C) <-> A = B))
 
Theoremhvsub0t 8945 Subtraction of a zero vector.
|- (A e. H~ -> (A -h 0h) = A)
 
Theoremhvsubaddt 8946 Relationship between vector subtraction and addition.
|- ((A e. H~ /\ B e. H~ /\ C e. H~) -> ((A -h B) = C <-> (B +h C) = A))
 
Theoremhvaddsub4t 8947 Hilbert vector space addition/subtraction law.
|- (((A e. H~ /\ B e. H~) /\ (C e. H~ /\ D e. H~)) -> ((A +h B) = (C +h D) <-> (A -h C) = (D -h B)))
 
Inner product postulates for a Hilbert space
 
Axiomax-hfi 8948 Inner product maps pairs from H~ to CC.
|- .ih :