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

Color key:    Metamath Proof Explorer  Metamath Proof Explorer
(1-8795)
  Hilbert Space Explorer  Hilbert Space Explorer
(8796-10377)
  User Sandboxes  User Sandboxes
(10378-10774)
 

Statement List for Metamath Proof Explorer - 5401-5500 - Page 55 of 108
TypeLabelDescription
Statement
 
Theorempncan3t 5401 Subtraction and addition of equals.
|- ((A e. CC /\ B e. CC) -> (A + (B - A)) = B)
 
Theorempncan3 5402 Subtraction and addition of equals.
|- A e. CC   &   |- B e. CC   =>   |- (A + (B - A)) = B
 
Theoremnegidt 5403 Addition of a number and its negative.
|- (A e. CC -> (A + -uA) = 0)
 
Theoremnegid 5404 Addition of a number and its negative.
|- A e. CC   =>   |- (A + -uA) = 0
 
Theoremnegsub 5405 Relationship between subtraction and negative. Theorem I.3 of [Apostol] p. 18.
|- A e. CC   &   |- B e. CC   =>   |- (A + -uB) = (A - B)
 
Theoremnegsubt 5406 Relationship between subtraction and negative. Theorem I.3 of [Apostol] p. 18.
|- ((A e. CC /\ B e. CC) -> (A + -uB) = (A - B))
 
Theoremaddsubasst 5407 Associative-type law for addition and subtraction.
|- ((A e. CC /\ B e. CC /\ C e. CC) -> ((A + B) - C) = (A + (B - C)))
 
Theoremaddsubt 5408 Law for addition and subtraction.
|- ((A e. CC /\ B e. CC /\ C e. CC) -> ((A + B) - C) = ((A - C) + B))
 
Theoremsubadd23t 5409 Commutative/associative law for addition and subtraction.
|- ((A e. CC /\ B e. CC /\ C e. CC) -> ((A - B) + C) = (A + (C - B)))
 
Theoremaddsub12t 5410 Commutative/associative law for addition and subtraction.
|- ((A e. CC /\ B e. CC /\ C e. CC) -> (A + (B - C)) = (B + (A - C)))
 
Theoremaddsubass 5411 Associative-type law for subtraction and addition.
|- A e. CC   &   |- B e. CC   &   |- C e. CC   =>   |- ((A + B) - C) = (A + (B - C))
 
Theoremaddsub 5412 Law for subtraction and addition.
|- A e. CC   &   |- B e. CC   &   |- C e. CC   =>   |- ((A + B) - C) = ((A - C) + B)
 
Theorem2addsubt 5413 Law for subtraction and addition.
|- (((A e. CC /\ B e. CC) /\ (C e. CC /\ D e. CC)) -> (((A + B) + C) - D) = (((A + C) - D) + B))
 
Theoremnegneg 5414 A number is equal to the negative of its negative. Theorem I.4 of [Apostol] p. 18.
|- A e. CC   =>   |- -u-uA = A
 
Theoremsubid 5415 Subtraction of a number from itself.
|- A e. CC   =>   |- (A - A) = 0
 
Theoremsubid1 5416 Identity law for subtraction.
|- A e. CC   =>   |- (A - 0) = A
 
Theoremnegnegt 5417 A number is equal to the negative of its negative. Theorem I.4 of [Apostol] p. 18.
|- (A e. CC -> -u-uA = A)
 
Theoremsubnegt 5418 Relationship between subtraction and negative.
|- ((A e. CC /\ B e. CC) -> (A - -uB) = (A + B))
 
Theoremsubidt 5419 Subtraction of a number from itself.
|- (A e. CC -> (A - A) = 0)
 
Theoremsubid1t 5420 Identity law for subtraction.
|- (A e. CC -> (A - 0) = A)
 
Theorempncant 5421 Cancellation law for subtraction.
|- ((A e. CC /\ B e. CC) -> ((A + B) - B) = A)
 
Theorempncan2t 5422 Cancellation law for subtraction.
|- ((A e. CC /\ B e. CC) -> ((A + B) - A) = B)
 
Theoremnpcant 5423 Cancellation law for subtraction.
|- ((A e. CC /\ B e. CC) -> ((A - B) + B) = A)
 
Theoremnpncant 5424 Cancellation law for subtraction.
|- ((A e. CC /\ B e. CC /\ C e. CC) -> ((A - B) + (B - C)) = (A - C))
 
Theoremnppcant 5425 Cancellation law for subtraction.
|- ((A e. CC /\ B e. CC /\ C e. CC) -> (((A - B) + C) + B) = (A + C))
 
Theoremsubcan2t 5426 Cancellation law for subtraction.
|- ((A e. CC /\ B e. CC /\ C e. CC) -> ((A - C) = (B - C) <-> A = B))
 
Theoremsubeq0t 5427 If the difference between two numbers is zero, they are equal.
|- ((A e. CC /\ B e. CC) -> ((A - B) = 0 <-> A = B))
 
Theoremsubneg 5428 Relationship between subtraction and negative.
|- A e. CC   &   |- B e. CC   =>   |- (A - -uB) = (A + B)
 
Theoremsubeq0 5429 If the difference between two numbers is zero, they are equal.
|- A e. CC   &   |- B e. CC   =>   |- ((A - B) = 0 <-> A = B)
 
Theoremneg11 5430 Negative is one-to-one.
|- A e. CC   &   |- B e. CC   =>   |- (-uA = -uB <-> A = B)
 
Theoremnegcon1 5431 Negative contraposition law.
|- A e. CC   &   |- B e. CC   =>   |- (-uA = B <-> -uB = A)
 
Theoremnegcon2 5432 Negative contraposition law.
|- A e. CC   &   |- B e. CC   =>   |- (A = -uB <-> B = -uA)
 
Theoremneg11t 5433 Negative is one-to-one.
|- ((A e. CC /\ B e. CC) -> (-uA = -uB <-> A = B))
 
Theoremnegcon1t 5434 Negative contraposition law.
|- ((A e. CC /\ B e. CC) -> (-uA = B <-> -uB = A))
 
Theoremnegcon2t 5435 Negative contraposition law.
|- ((A e. CC /\ B e. CC) -> (A = -uB <-> B = -uA))
 
Theoremsubcant 5436 Cancellation law for subtraction.
|- ((A e. CC /\ B e. CC /\ C e. CC) -> ((A - B) = (A - C) <-> B = C))
 
Theoremsubcan 5437 Cancellation law for subtraction.
|- A e. CC   &   |- B e. CC   &   |- C e. CC   =>   |- ((A - B) = (A - C) <-> B = C)
 
Theoremsubcan2 5438 Cancellation law for subtraction.
|- A e. CC   &   |- B e. CC   &   |- C e. CC   =>   |- ((A - C) = (B - C) <-> A = B)
 
Theoremneg0 5439 Minus 0 equals 0.
|- -u0 = 0
 
Theoremrenegcl 5440 Closure law for negative of reals.
|- A e. RR   =>   |- -uA e. RR
 
Multiplication
 
Theoremmulid2t 5441 Identity law for multiplication. Note: see ax1id 5306 for commuted version.
|- (A e. CC -> (1 x. A) = A)
 
Theoremmul12t 5442 Commutative/associative law for multiplication.
|- ((A e. CC /\ B e. CC /\ C e. CC) -> (A x. (B x. C)) = (B x. (A x. C)))
 
Theoremmul23t 5443 Commutative/associative law.
|- ((A e. CC /\ B e. CC /\ C e. CC) -> ((A x. B) x. C) = ((A x. C) x. B))
 
Theoremmul4t 5444 Rearrangement of 4 factors.
|- (((A e. CC /\ B e. CC) /\ (C e. CC /\ D e. CC)) -> ((A x. B) x. (C x. D)) = ((A x. C) x. (B x. D)))
 
Theoremmuladdt 5445 Product of two sums.
|- (((A e. CC /\ B e. CC) /\ (C e. CC /\ D e. CC)) -> ((A + B) x. (C + D)) = (((A x. C) + (D x. B)) + ((A x. D) + (C x. B))))
 
Theoremmuladd11t 5446 A simple product of sums expansion.
|- ((A e. CC /\ B e. CC) -> ((1 + A) x. (1 + B)) = ((1 + A) + (B + (A x. B))))
 
Theoremmul12 5447 Commutative/associative law that swaps the first two factors in a triple product.
|- A e. CC   &   |- B e. CC   &   |- C e. CC   =>   |- (A x. (B x. C)) = (B x. (A x. C))
 
Theoremmul23 5448 Commutative/associative law that swaps the last two factors in a triple product.
|- A e. CC   &   |- B e. CC   &   |- C e. CC   =>   |- ((A x. B) x. C) = ((A x. C) x. B)
 
Theoremmul4 5449 Rearrangement of 4 factors.
|- A e. CC   &   |- B e. CC   &   |- C e. CC   &   |- D e. CC   =>   |- ((A x. B) x. (C x. D)) = ((A x. C) x. (B x. D))
 
Theoremmuladd 5450 Product of two sums.
|- A e. CC   &   |- B e. CC   &   |- C e. CC   &   |- D e. CC   =>   |- ((A + B) x. (C + D)) = (((A x. C) + (D x. B)) + ((A x. D) + (C x. B)))
 
Theoremsubdit 5451 Distribution of multiplication over subtraction. Theorem I.5 of [Apostol] p. 18.
|- ((A e. CC /\ B e. CC /\ C e. CC) -> (A x. (B - C)) = ((A x. B) - (A x. C)))
 
Theoremsubdirt 5452 Distribution of multiplication over subtraction. Theorem I.5 of [Apostol] p. 18.
|- ((A e. CC /\ B e. CC /\ C e. CC) -> ((A - B) x. C) = ((A x. C) - (B x. C)))
 
Theoremsubdi 5453 Distribution of multiplication over subtraction. Theorem I.5 of [Apostol] p. 18.
|- A e. CC   &   |- B e. CC   &   |- C e. CC   =>   |- (A x. (B - C)) = ((A x. B) - (A x. C))
 
Theoremsubdir 5454 Distribution of multiplication over subtraction. Theorem I.5 of [Apostol] p. 18.
|- A e. CC   &   |- B e. CC   &   |- C e. CC   =>   |- ((A - B) x. C) = ((A x. C) - (B x. C))
 
Theoremmul01 5455 Multiplication by 0. Theorem I.6 of [Apostol] p. 18.
|- A e. CC   =>   |- (