HomeHome Intuitionistic Logic Explorer
Theorem List (p. 74 of 102)
< Previous  Next >
Browser slow? Try the
Unicode version.

Mirrors  >  Metamath Home Page  >  ILE Home Page  >  Theorem List Contents  >  Recent Proofs       This page: Page List

Theorem List for Intuitionistic Logic Explorer - 7301-7400   *Has distinct variable group(s)
TypeLabelDescription
Statement
 
Theoremsubsub23i 7301 Swap subtrahend and result of subtraction. (Contributed by NM, 7-Oct-1999.)
 |-  A  e.  CC   &    |-  B  e.  CC   &    |-  C  e.  CC   =>    |-  (
 ( A  -  B )  =  C  <->  ( A  -  C )  =  B )
 
Theoremaddsubassi 7302 Associative-type law for subtraction and addition. (Contributed by NM, 16-Sep-1999.)
 |-  A  e.  CC   &    |-  B  e.  CC   &    |-  C  e.  CC   =>    |-  (
 ( A  +  B )  -  C )  =  ( A  +  ( B  -  C ) )
 
Theoremaddsubi 7303 Law for subtraction and addition. (Contributed by NM, 6-Aug-2003.)
 |-  A  e.  CC   &    |-  B  e.  CC   &    |-  C  e.  CC   =>    |-  (
 ( A  +  B )  -  C )  =  ( ( A  -  C )  +  B )
 
Theoremsubcani 7304 Cancellation law for subtraction. (Contributed by NM, 8-Feb-2005.)
 |-  A  e.  CC   &    |-  B  e.  CC   &    |-  C  e.  CC   =>    |-  (
 ( A  -  B )  =  ( A  -  C )  <->  B  =  C )
 
Theoremsubcan2i 7305 Cancellation law for subtraction. (Contributed by NM, 8-Feb-2005.)
 |-  A  e.  CC   &    |-  B  e.  CC   &    |-  C  e.  CC   =>    |-  (
 ( A  -  C )  =  ( B  -  C )  <->  A  =  B )
 
Theorempnncani 7306 Cancellation law for mixed addition and subtraction. (Contributed by NM, 14-Jan-2006.)
 |-  A  e.  CC   &    |-  B  e.  CC   &    |-  C  e.  CC   =>    |-  (
 ( A  +  B )  -  ( A  -  C ) )  =  ( B  +  C )
 
Theoremaddsub4i 7307 Rearrangement of 4 terms in a mixed addition and subtraction. (Contributed by NM, 17-Oct-1999.)
 |-  A  e.  CC   &    |-  B  e.  CC   &    |-  C  e.  CC   &    |-  D  e.  CC   =>    |-  ( ( A  +  B )  -  ( C  +  D )
 )  =  ( ( A  -  C )  +  ( B  -  D ) )
 
Theorem0reALT 7308 Alternate proof of 0re 7027. (Contributed by NM, 19-Feb-2005.) (Proof modification is discouraged.) (New usage is discouraged.)
 |-  0  e.  RR
 
Theoremnegcld 7309 Closure law for negative. (Contributed by Mario Carneiro, 27-May-2016.)
 |-  ( ph  ->  A  e.  CC )   =>    |-  ( ph  ->  -u A  e.  CC )
 
Theoremsubidd 7310 Subtraction of a number from itself. (Contributed by Mario Carneiro, 27-May-2016.)
 |-  ( ph  ->  A  e.  CC )   =>    |-  ( ph  ->  ( A  -  A )  =  0 )
 
Theoremsubid1d 7311 Identity law for subtraction. (Contributed by Mario Carneiro, 27-May-2016.)
 |-  ( ph  ->  A  e.  CC )   =>    |-  ( ph  ->  ( A  -  0 )  =  A )
 
Theoremnegidd 7312 Addition of a number and its negative. (Contributed by Mario Carneiro, 27-May-2016.)
 |-  ( ph  ->  A  e.  CC )   =>    |-  ( ph  ->  ( A  +  -u A )  =  0 )
 
Theoremnegnegd 7313 A number is equal to the negative of its negative. Theorem I.4 of [Apostol] p. 18. (Contributed by Mario Carneiro, 27-May-2016.)
 |-  ( ph  ->  A  e.  CC )   =>    |-  ( ph  ->  -u -u A  =  A )
 
Theoremnegeq0d 7314 A number is zero iff its negative is zero. (Contributed by Mario Carneiro, 27-May-2016.)
 |-  ( ph  ->  A  e.  CC )   =>    |-  ( ph  ->  ( A  =  0  <->  -u A  =  0 ) )
 
Theoremnegne0bd 7315 A number is nonzero iff its negative is nonzero. (Contributed by Mario Carneiro, 27-May-2016.)
 |-  ( ph  ->  A  e.  CC )   =>    |-  ( ph  ->  ( A  =/=  0  <->  -u A  =/=  0
 ) )
 
Theoremnegcon1d 7316 Contraposition law for unary minus. Deduction form of negcon1 7263. (Contributed by David Moews, 28-Feb-2017.)
 |-  ( ph  ->  A  e.  CC )   &    |-  ( ph  ->  B  e.  CC )   =>    |-  ( ph  ->  (
 -u A  =  B  <->  -u B  =  A )
 )
 
Theoremnegcon1ad 7317 Contraposition law for unary minus. One-way deduction form of negcon1 7263. (Contributed by David Moews, 28-Feb-2017.)
 |-  ( ph  ->  A  e.  CC )   &    |-  ( ph  ->  -u A  =  B )   =>    |-  ( ph  ->  -u B  =  A )
 
Theoremneg11ad 7318 The negatives of two complex numbers are equal iff they are equal. Deduction form of neg11 7262. Generalization of neg11d 7334. (Contributed by David Moews, 28-Feb-2017.)
 |-  ( ph  ->  A  e.  CC )   &    |-  ( ph  ->  B  e.  CC )   =>    |-  ( ph  ->  (
 -u A  =  -u B 
 <->  A  =  B ) )
 
Theoremnegned 7319 If two complex numbers are unequal, so are their negatives. Contrapositive of neg11d 7334. (Contributed by David Moews, 28-Feb-2017.)
 |-  ( ph  ->  A  e.  CC )   &    |-  ( ph  ->  B  e.  CC )   &    |-  ( ph  ->  A  =/=  B )   =>    |-  ( ph  ->  -u A  =/=  -u B )
 
Theoremnegne0d 7320 The negative of a nonzero number is nonzero. (Contributed by Mario Carneiro, 27-May-2016.)
 |-  ( ph  ->  A  e.  CC )   &    |-  ( ph  ->  A  =/=  0 )   =>    |-  ( ph  ->  -u A  =/=  0 )
 
Theoremnegrebd 7321 The negative of a real is real. (Contributed by Mario Carneiro, 28-May-2016.)
 |-  ( ph  ->  A  e.  CC )   &    |-  ( ph  ->  -u A  e.  RR )   =>    |-  ( ph  ->  A  e.  RR )
 
Theoremsubcld 7322 Closure law for subtraction. (Contributed by Mario Carneiro, 27-May-2016.)
 |-  ( ph  ->  A  e.  CC )   &    |-  ( ph  ->  B  e.  CC )   =>    |-  ( ph  ->  ( A  -  B )  e.  CC )
 
Theorempncand 7323 Cancellation law for subtraction. (Contributed by Mario Carneiro, 27-May-2016.)
 |-  ( ph  ->  A  e.  CC )   &    |-  ( ph  ->  B  e.  CC )   =>    |-  ( ph  ->  ( ( A  +  B )  -  B )  =  A )
 
Theorempncan2d 7324 Cancellation law for subtraction. (Contributed by Mario Carneiro, 27-May-2016.)
 |-  ( ph  ->  A  e.  CC )   &    |-  ( ph  ->  B  e.  CC )   =>    |-  ( ph  ->  ( ( A  +  B )  -  A )  =  B )
 
Theorempncan3d 7325 Subtraction and addition of equals. (Contributed by Mario Carneiro, 27-May-2016.)
 |-  ( ph  ->  A  e.  CC )   &    |-  ( ph  ->  B  e.  CC )   =>    |-  ( ph  ->  ( A  +  ( B  -  A ) )  =  B )
 
Theoremnpcand 7326 Cancellation law for subtraction. (Contributed by Mario Carneiro, 27-May-2016.)
 |-  ( ph  ->  A  e.  CC )   &    |-  ( ph  ->  B  e.  CC )   =>    |-  ( ph  ->  ( ( A  -  B )  +  B )  =  A )
 
Theoremnncand 7327 Cancellation law for subtraction. (Contributed by Mario Carneiro, 27-May-2016.)
 |-  ( ph  ->  A  e.  CC )   &    |-  ( ph  ->  B  e.  CC )   =>    |-  ( ph  ->  ( A  -  ( A  -  B ) )  =  B )
 
Theoremnegsubd 7328 Relationship between subtraction and negative. Theorem I.3 of [Apostol] p. 18. (Contributed by Mario Carneiro, 27-May-2016.)
 |-  ( ph  ->  A  e.  CC )   &    |-  ( ph  ->  B  e.  CC )   =>    |-  ( ph  ->  ( A  +  -u B )  =  ( A  -  B ) )
 
Theoremsubnegd 7329 Relationship between subtraction and negative. (Contributed by Mario Carneiro, 27-May-2016.)
 |-  ( ph  ->  A  e.  CC )   &    |-  ( ph  ->  B  e.  CC )   =>    |-  ( ph  ->  ( A  -  -u B )  =  ( A  +  B ) )
 
Theoremsubeq0d 7330 If the difference between two numbers is zero, they are equal. (Contributed by Mario Carneiro, 27-May-2016.)
 |-  ( ph  ->  A  e.  CC )   &    |-  ( ph  ->  B  e.  CC )   &    |-  ( ph  ->  ( A  -  B )  =  0
 )   =>    |-  ( ph  ->  A  =  B )
 
Theoremsubne0d 7331 Two unequal numbers have nonzero difference. See also subap0d 7631 which is the same thing for apartness rather than negated equality. (Contributed by Mario Carneiro, 1-Jan-2017.)
 |-  ( ph  ->  A  e.  CC )   &    |-  ( ph  ->  B  e.  CC )   &    |-  ( ph  ->  A  =/=  B )   =>    |-  ( ph  ->  ( A  -  B )  =/=  0 )
 
Theoremsubeq0ad 7332 The difference of two complex numbers is zero iff they are equal. Deduction form of subeq0 7237. Generalization of subeq0d 7330. (Contributed by David Moews, 28-Feb-2017.)
 |-  ( ph  ->  A  e.  CC )   &    |-  ( ph  ->  B  e.  CC )   =>    |-  ( ph  ->  ( ( A  -  B )  =  0  <->  A  =  B ) )
 
Theoremsubne0ad 7333 If the difference of two complex numbers is nonzero, they are unequal. Converse of subne0d 7331. Contrapositive of subeq0bd 7377. (Contributed by David Moews, 28-Feb-2017.)
 |-  ( ph  ->  A  e.  CC )   &    |-  ( ph  ->  B  e.  CC )   &    |-  ( ph  ->  ( A  -  B )  =/=  0
 )   =>    |-  ( ph  ->  A  =/=  B )
 
Theoremneg11d 7334 If the difference between two numbers is zero, they are equal. (Contributed by Mario Carneiro, 27-May-2016.)
 |-  ( ph  ->  A  e.  CC )   &    |-  ( ph  ->  B  e.  CC )   &    |-  ( ph  ->  -u A  =  -u B )   =>    |-  ( ph  ->  A  =  B )
 
Theoremnegdid 7335 Distribution of negative over addition. (Contributed by Mario Carneiro, 27-May-2016.)
 |-  ( ph  ->  A  e.  CC )   &    |-  ( ph  ->  B  e.  CC )   =>    |-  ( ph  ->  -u ( A  +  B )  =  ( -u A  +  -u B ) )
 
Theoremnegdi2d 7336 Distribution of negative over addition. (Contributed by Mario Carneiro, 27-May-2016.)
 |-  ( ph  ->  A  e.  CC )   &    |-  ( ph  ->  B  e.  CC )   =>    |-  ( ph  ->  -u ( A  +  B )  =  ( -u A  -  B ) )
 
Theoremnegsubdid 7337 Distribution of negative over subtraction. (Contributed by Mario Carneiro, 27-May-2016.)
 |-  ( ph  ->  A  e.  CC )   &    |-  ( ph  ->  B  e.  CC )   =>    |-  ( ph  ->  -u ( A  -  B )  =  ( -u A  +  B ) )
 
Theoremnegsubdi2d 7338 Distribution of negative over subtraction. (Contributed by Mario Carneiro, 27-May-2016.)
 |-  ( ph  ->  A  e.  CC )   &    |-  ( ph  ->  B  e.  CC )   =>    |-  ( ph  ->  -u ( A  -  B )  =  ( B  -  A ) )
 
Theoremneg2subd 7339 Relationship between subtraction and negative. (Contributed by Mario Carneiro, 27-May-2016.)
 |-  ( ph  ->  A  e.  CC )   &    |-  ( ph  ->  B  e.  CC )   =>    |-  ( ph  ->  (
 -u A  -  -u B )  =  ( B  -  A ) )
 
Theoremsubaddd 7340 Relationship between subtraction and addition. (Contributed by Mario Carneiro, 27-May-2016.)
 |-  ( ph  ->  A  e.  CC )   &    |-  ( ph  ->  B  e.  CC )   &    |-  ( ph  ->  C  e.  CC )   =>    |-  ( ph  ->  (
 ( A  -  B )  =  C  <->  ( B  +  C )  =  A ) )
 
Theoremsubadd2d 7341 Relationship between subtraction and addition. (Contributed by Mario Carneiro, 27-May-2016.)
 |-  ( ph  ->  A  e.  CC )   &    |-  ( ph  ->  B  e.  CC )   &    |-  ( ph  ->  C  e.  CC )   =>    |-  ( ph  ->  (
 ( A  -  B )  =  C  <->  ( C  +  B )  =  A ) )
 
Theoremaddsubassd 7342 Associative-type law for subtraction and addition. (Contributed by Mario Carneiro, 27-May-2016.)
 |-  ( ph  ->  A  e.  CC )   &    |-  ( ph  ->  B  e.  CC )   &    |-  ( ph  ->  C  e.  CC )   =>    |-  ( ph  ->  (
 ( A  +  B )  -  C )  =  ( A  +  ( B  -  C ) ) )
 
Theoremaddsubd 7343 Law for subtraction and addition. (Contributed by Mario Carneiro, 27-May-2016.)
 |-  ( ph  ->  A  e.  CC )   &    |-  ( ph  ->  B  e.  CC )   &    |-  ( ph  ->  C  e.  CC )   =>    |-  ( ph  ->  (
 ( A  +  B )  -  C )  =  ( ( A  -  C )  +  B ) )
 
Theoremsubadd23d 7344 Commutative/associative law for addition and subtraction. (Contributed by Mario Carneiro, 27-May-2016.)
 |-  ( ph  ->  A  e.  CC )   &    |-  ( ph  ->  B  e.  CC )   &    |-  ( ph  ->  C  e.  CC )   =>    |-  ( ph  ->  (
 ( A  -  B )  +  C )  =  ( A  +  ( C  -  B ) ) )
 
Theoremaddsub12d 7345 Commutative/associative law for addition and subtraction. (Contributed by Mario Carneiro, 27-May-2016.)
 |-  ( ph  ->  A  e.  CC )   &    |-  ( ph  ->  B  e.  CC )   &    |-  ( ph  ->  C  e.  CC )   =>    |-  ( ph  ->  ( A  +  ( B  -  C ) )  =  ( B  +  ( A  -  C ) ) )
 
Theoremnpncand 7346 Cancellation law for subtraction. (Contributed by Mario Carneiro, 27-May-2016.)
 |-  ( ph  ->  A  e.  CC )   &    |-  ( ph  ->  B  e.  CC )   &    |-  ( ph  ->  C  e.  CC )   =>    |-  ( ph  ->  (
 ( A  -  B )  +  ( B  -  C ) )  =  ( A  -  C ) )
 
Theoremnppcand 7347 Cancellation law for subtraction. (Contributed by Mario Carneiro, 27-May-2016.)
 |-  ( ph  ->  A  e.  CC )   &    |-  ( ph  ->  B  e.  CC )   &    |-  ( ph  ->  C  e.  CC )   =>    |-  ( ph  ->  (
 ( ( A  -  B )  +  C )  +  B )  =  ( A  +  C ) )
 
Theoremnppcan2d 7348 Cancellation law for subtraction. (Contributed by Mario Carneiro, 27-May-2016.)
 |-  ( ph  ->  A  e.  CC )   &    |-  ( ph  ->  B  e.  CC )   &    |-  ( ph  ->  C  e.  CC )   =>    |-  ( ph  ->  (
 ( A  -  ( B  +  C )
 )  +  C )  =  ( A  -  B ) )
 
Theoremnppcan3d 7349 Cancellation law for subtraction. (Contributed by Mario Carneiro, 27-May-2016.)
 |-  ( ph  ->  A  e.  CC )   &    |-  ( ph  ->  B  e.  CC )   &    |-  ( ph  ->  C  e.  CC )   =>    |-  ( ph  ->  (
 ( A  -  B )  +  ( C  +  B ) )  =  ( A  +  C ) )
 
Theoremsubsubd 7350 Law for double subtraction. (Contributed by Mario Carneiro, 27-May-2016.)
 |-  ( ph  ->  A  e.  CC )   &    |-  ( ph  ->  B  e.  CC )   &    |-  ( ph  ->  C  e.  CC )   =>    |-  ( ph  ->  ( A  -  ( B  -  C ) )  =  ( ( A  -  B )  +  C ) )
 
Theoremsubsub2d 7351 Law for double subtraction. (Contributed by Mario Carneiro, 27-May-2016.)
 |-  ( ph  ->  A  e.  CC )   &    |-  ( ph  ->  B  e.  CC )   &    |-  ( ph  ->  C  e.  CC )   =>    |-  ( ph  ->  ( A  -  ( B  -  C ) )  =  ( A  +  ( C  -  B ) ) )
 
Theoremsubsub3d 7352 Law for double subtraction. (Contributed by Mario Carneiro, 27-May-2016.)
 |-  ( ph  ->  A  e.  CC )   &    |-  ( ph  ->  B  e.  CC )   &    |-  ( ph  ->  C  e.  CC )   =>    |-  ( ph  ->  ( A  -  ( B  -  C ) )  =  ( ( A  +  C )  -  B ) )
 
Theoremsubsub4d 7353 Law for double subtraction. (Contributed by Mario Carneiro, 27-May-2016.)
 |-  ( ph  ->  A  e.  CC )   &    |-  ( ph  ->  B  e.  CC )   &    |-  ( ph  ->  C  e.  CC )   =>    |-  ( ph  ->  (
 ( A  -  B )  -  C )  =  ( A  -  ( B  +  C )
 ) )
 
Theoremsub32d 7354 Swap the second and third terms in a double subtraction. (Contributed by Mario Carneiro, 27-May-2016.)
 |-  ( ph  ->  A  e.  CC )   &    |-  ( ph  ->  B  e.  CC )   &    |-  ( ph  ->  C  e.  CC )   =>    |-  ( ph  ->  (
 ( A  -  B )  -  C )  =  ( ( A  -  C )  -  B ) )
 
Theoremnnncand 7355 Cancellation law for subtraction. (Contributed by Mario Carneiro, 27-May-2016.)
 |-  ( ph  ->  A  e.  CC )   &    |-  ( ph  ->  B  e.  CC )   &    |-  ( ph  ->  C  e.  CC )   =>    |-  ( ph  ->  (
 ( A  -  ( B  -  C ) )  -  C )  =  ( A  -  B ) )
 
Theoremnnncan1d 7356 Cancellation law for subtraction. (Contributed by Mario Carneiro, 27-May-2016.)
 |-  ( ph  ->  A  e.  CC )   &    |-  ( ph  ->  B  e.  CC )   &    |-  ( ph  ->  C  e.  CC )   =>    |-  ( ph  ->  (
 ( A  -  B )  -  ( A  -  C ) )  =  ( C  -  B ) )
 
Theoremnnncan2d 7357 Cancellation law for subtraction. (Contributed by Mario Carneiro, 27-May-2016.)
 |-  ( ph  ->  A  e.  CC )   &    |-  ( ph  ->  B  e.  CC )   &    |-  ( ph  ->  C  e.  CC )   =>    |-  ( ph  ->  (
 ( A  -  C )  -  ( B  -  C ) )  =  ( A  -  B ) )
 
Theoremnpncan3d 7358 Cancellation law for subtraction. (Contributed by Mario Carneiro, 27-May-2016.)
 |-  ( ph  ->  A  e.  CC )   &    |-  ( ph  ->  B  e.  CC )   &    |-  ( ph  ->  C  e.  CC )   =>    |-  ( ph  ->  (
 ( A  -  B )  +  ( C  -  A ) )  =  ( C  -  B ) )
 
Theorempnpcand 7359 Cancellation law for mixed addition and subtraction. (Contributed by Mario Carneiro, 27-May-2016.)
 |-  ( ph  ->  A  e.  CC )   &    |-  ( ph  ->  B  e.  CC )   &    |-  ( ph  ->  C  e.  CC )   =>    |-  ( ph  ->  (
 ( A  +  B )  -  ( A  +  C ) )  =  ( B  -  C ) )
 
Theorempnpcan2d 7360 Cancellation law for mixed addition and subtraction. (Contributed by Mario Carneiro, 27-May-2016.)
 |-  ( ph  ->  A  e.  CC )   &    |-  ( ph  ->  B  e.  CC )   &    |-  ( ph  ->  C  e.  CC )   =>    |-  ( ph  ->  (
 ( A  +  C )  -  ( B  +  C ) )  =  ( A  -  B ) )
 
Theorempnncand 7361 Cancellation law for mixed addition and subtraction. (Contributed by Mario Carneiro, 27-May-2016.)
 |-  ( ph  ->  A  e.  CC )   &    |-  ( ph  ->  B  e.  CC )   &    |-  ( ph  ->  C  e.  CC )   =>    |-  ( ph  ->  (
 ( A  +  B )  -  ( A  -  C ) )  =  ( B  +  C ) )
 
Theoremppncand 7362 Cancellation law for mixed addition and subtraction. (Contributed by Mario Carneiro, 27-May-2016.)
 |-  ( ph  ->  A  e.  CC )   &    |-  ( ph  ->  B  e.  CC )   &    |-  ( ph  ->  C  e.  CC )   =>    |-  ( ph  ->  (
 ( A  +  B )  +  ( C  -  B ) )  =  ( A  +  C ) )
 
Theoremsubcand 7363 Cancellation law for subtraction. (Contributed by Mario Carneiro, 27-May-2016.)
 |-  ( ph  ->  A  e.  CC )   &    |-  ( ph  ->  B  e.  CC )   &    |-  ( ph  ->  C  e.  CC )   &    |-  ( ph  ->  ( A  -  B )  =  ( A  -  C ) )   =>    |-  ( ph  ->  B  =  C )
 
Theoremsubcan2d 7364 Cancellation law for subtraction. (Contributed by Mario Carneiro, 22-Sep-2016.)
 |-  ( ph  ->  A  e.  CC )   &    |-  ( ph  ->  B  e.  CC )   &    |-  ( ph  ->  C  e.  CC )   &    |-  ( ph  ->  ( A  -  C )  =  ( B  -  C ) )   =>    |-  ( ph  ->  A  =  B )
 
Theoremsubcanad 7365 Cancellation law for subtraction. Deduction form of subcan 7266. Generalization of subcand 7363. (Contributed by David Moews, 28-Feb-2017.)
 |-  ( ph  ->  A  e.  CC )   &    |-  ( ph  ->  B  e.  CC )   &    |-  ( ph  ->  C  e.  CC )   =>    |-  ( ph  ->  (
 ( A  -  B )  =  ( A  -  C )  <->  B  =  C ) )
 
Theoremsubneintrd 7366 Introducing subtraction on both sides of a statement of inequality. Contrapositive of subcand 7363. (Contributed by David Moews, 28-Feb-2017.)
 |-  ( ph  ->  A  e.  CC )   &    |-  ( ph  ->  B  e.  CC )   &    |-  ( ph  ->  C  e.  CC )   &    |-  ( ph  ->  B  =/=  C )   =>    |-  ( ph  ->  ( A  -  B )  =/=  ( A  -  C ) )
 
Theoremsubcan2ad 7367 Cancellation law for subtraction. Deduction form of subcan2 7236. Generalization of subcan2d 7364. (Contributed by David Moews, 28-Feb-2017.)
 |-  ( ph  ->  A  e.  CC )   &    |-  ( ph  ->  B  e.  CC )   &    |-  ( ph  ->  C  e.  CC )   =>    |-  ( ph  ->  (
 ( A  -  C )  =  ( B  -  C )  <->  A  =  B ) )
 
Theoremsubneintr2d 7368 Introducing subtraction on both sides of a statement of inequality. Contrapositive of subcan2d 7364. (Contributed by David Moews, 28-Feb-2017.)
 |-  ( ph  ->  A  e.  CC )   &    |-  ( ph  ->  B  e.  CC )   &    |-  ( ph  ->  C  e.  CC )   &    |-  ( ph  ->  A  =/=  B )   =>    |-  ( ph  ->  ( A  -  C )  =/=  ( B  -  C ) )
 
Theoremaddsub4d 7369 Rearrangement of 4 terms in a mixed addition and subtraction. (Contributed by Mario Carneiro, 27-May-2016.)
 |-  ( ph  ->  A  e.  CC )   &    |-  ( ph  ->  B  e.  CC )   &    |-  ( ph  ->  C  e.  CC )   &    |-  ( ph  ->  D  e.  CC )   =>    |-  ( ph  ->  (
 ( A  +  B )  -  ( C  +  D ) )  =  ( ( A  -  C )  +  ( B  -  D ) ) )
 
Theoremsubadd4d 7370 Rearrangement of 4 terms in a mixed addition and subtraction. (Contributed by Mario Carneiro, 27-May-2016.)
 |-  ( ph  ->  A  e.  CC )   &    |-  ( ph  ->  B  e.  CC )   &    |-  ( ph  ->  C  e.  CC )   &    |-  ( ph  ->  D  e.  CC )   =>    |-  ( ph  ->  (
 ( A  -  B )  -  ( C  -  D ) )  =  ( ( A  +  D )  -  ( B  +  C )
 ) )
 
Theoremsub4d 7371 Rearrangement of 4 terms in a subtraction. (Contributed by Mario Carneiro, 27-May-2016.)
 |-  ( ph  ->  A  e.  CC )   &    |-  ( ph  ->  B  e.  CC )   &    |-  ( ph  ->  C  e.  CC )   &    |-  ( ph  ->  D  e.  CC )   =>    |-  ( ph  ->  (
 ( A  -  B )  -  ( C  -  D ) )  =  ( ( A  -  C )  -  ( B  -  D ) ) )
 
Theorem2addsubd 7372 Law for subtraction and addition. (Contributed by Mario Carneiro, 27-May-2016.)
 |-  ( ph  ->  A  e.  CC )   &    |-  ( ph  ->  B  e.  CC )   &    |-  ( ph  ->  C  e.  CC )   &    |-  ( ph  ->  D  e.  CC )   =>    |-  ( ph  ->  (
 ( ( A  +  B )  +  C )  -  D )  =  ( ( ( A  +  C )  -  D )  +  B ) )
 
Theoremaddsubeq4d 7373 Relation between sums and differences. (Contributed by Mario Carneiro, 27-May-2016.)
 |-  ( ph  ->  A  e.  CC )   &    |-  ( ph  ->  B  e.  CC )   &    |-  ( ph  ->  C  e.  CC )   &    |-  ( ph  ->  D  e.  CC )   =>    |-  ( ph  ->  (
 ( A  +  B )  =  ( C  +  D )  <->  ( C  -  A )  =  ( B  -  D ) ) )
 
Theoremsubeqrev 7374 Reverse the order of subtraction in an equality. (Contributed by Scott Fenton, 8-Jul-2013.)
 |-  ( ( ( A  e.  CC  /\  B  e.  CC )  /\  ( C  e.  CC  /\  D  e.  CC ) )  ->  ( ( A  -  B )  =  ( C  -  D )  <->  ( B  -  A )  =  ( D  -  C ) ) )
 
Theorempncan1 7375 Cancellation law for addition and subtraction with 1. (Contributed by Alexander van der Vekens, 3-Oct-2018.)
 |-  ( A  e.  CC  ->  ( ( A  +  1 )  -  1
 )  =  A )
 
Theoremnpcan1 7376 Cancellation law for subtraction and addition with 1. (Contributed by Alexander van der Vekens, 5-Oct-2018.)
 |-  ( A  e.  CC  ->  ( ( A  -  1 )  +  1
 )  =  A )
 
Theoremsubeq0bd 7377 If two complex numbers are equal, their difference is zero. Consequence of subeq0ad 7332. Converse of subeq0d 7330. Contrapositive of subne0ad 7333. (Contributed by David Moews, 28-Feb-2017.)
 |-  ( ph  ->  A  e.  CC )   &    |-  ( ph  ->  A  =  B )   =>    |-  ( ph  ->  ( A  -  B )  =  0 )
 
Theoremrenegcld 7378 Closure law for negative of reals. (Contributed by Mario Carneiro, 27-May-2016.)
 |-  ( ph  ->  A  e.  RR )   =>    |-  ( ph  ->  -u A  e.  RR )
 
Theoremresubcld 7379 Closure law for subtraction of reals. (Contributed by Mario Carneiro, 27-May-2016.)
 |-  ( ph  ->  A  e.  RR )   &    |-  ( ph  ->  B  e.  RR )   =>    |-  ( ph  ->  ( A  -  B )  e.  RR )
 
3.3.3  Multiplication
 
Theoremkcnktkm1cn 7380 k times k minus 1 is a complex number if k is a complex number. (Contributed by Alexander van der Vekens, 11-Mar-2018.)
 |-  ( K  e.  CC  ->  ( K  x.  ( K  -  1 ) )  e.  CC )
 
Theoremmuladd 7381 Product of two sums. (Contributed by NM, 14-Jan-2006.) (Proof shortened by Andrew Salmon, 19-Nov-2011.)
 |-  ( ( ( 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 ) ) ) )
 
Theoremsubdi 7382 Distribution of multiplication over subtraction. Theorem I.5 of [Apostol] p. 18. (Contributed by NM, 18-Nov-2004.)
 |-  ( ( A  e.  CC  /\  B  e.  CC  /\  C  e.  CC )  ->  ( A  x.  ( B  -  C ) )  =  ( ( A  x.  B )  -  ( A  x.  C ) ) )
 
Theoremsubdir 7383 Distribution of multiplication over subtraction. Theorem I.5 of [Apostol] p. 18. (Contributed by NM, 30-Dec-2005.)
 |-  ( ( A  e.  CC  /\  B  e.  CC  /\  C  e.  CC )  ->  ( ( A  -  B )  x.  C )  =  ( ( A  x.  C )  -  ( B  x.  C ) ) )
 
Theoremmul02 7384 Multiplication by  0. Theorem I.6 of [Apostol] p. 18. (Contributed by NM, 10-Aug-1999.)
 |-  ( A  e.  CC  ->  ( 0  x.  A )  =  0 )
 
Theoremmul02lem2 7385 Zero times a real is zero. Although we prove it as a corollary of mul02 7384, the name is for consistency with the Metamath Proof Explorer which proves it before mul02 7384. (Contributed by Scott Fenton, 3-Jan-2013.)
 |-  ( A  e.  RR  ->  ( 0  x.  A )  =  0 )
 
Theoremmul01 7386 Multiplication by  0. Theorem I.6 of [Apostol] p. 18. (Contributed by NM, 15-May-1999.) (Revised by Scott Fenton, 3-Jan-2013.)
 |-  ( A  e.  CC  ->  ( A  x.  0
 )  =  0 )
 
Theoremmul02i 7387 Multiplication by 0. Theorem I.6 of [Apostol] p. 18. (Contributed by NM, 23-Nov-1994.)
 |-  A  e.  CC   =>    |-  ( 0  x.  A )  =  0
 
Theoremmul01i 7388 Multiplication by  0. Theorem I.6 of [Apostol] p. 18. (Contributed by NM, 23-Nov-1994.) (Revised by Scott Fenton, 3-Jan-2013.)
 |-  A  e.  CC   =>    |-  ( A  x.  0 )  =  0
 
Theoremmul02d 7389 Multiplication by 0. Theorem I.6 of [Apostol] p. 18. (Contributed by Mario Carneiro, 27-May-2016.)
 |-  ( ph  ->  A  e.  CC )   =>    |-  ( ph  ->  (
 0  x.  A )  =  0 )
 
Theoremmul01d 7390 Multiplication by  0. Theorem I.6 of [Apostol] p. 18. (Contributed by Mario Carneiro, 27-May-2016.)
 |-  ( ph  ->  A  e.  CC )   =>    |-  ( ph  ->  ( A  x.  0 )  =  0 )
 
Theoremine0 7391 The imaginary unit  _i is not zero. (Contributed by NM, 6-May-1999.)
 |-  _i  =/=  0
 
Theoremmulneg1 7392 Product with negative is negative of product. Theorem I.12 of [Apostol] p. 18. (Contributed by NM, 14-May-1999.) (Proof shortened by Mario Carneiro, 27-May-2016.)
 |-  ( ( A  e.  CC  /\  B  e.  CC )  ->  ( -u A  x.  B )  =  -u ( A  x.  B ) )
 
Theoremmulneg2 7393 The product with a negative is the negative of the product. (Contributed by NM, 30-Jul-2004.)
 |-  ( ( A  e.  CC  /\  B  e.  CC )  ->  ( A  x.  -u B )  =  -u ( A  x.  B ) )
 
Theoremmulneg12 7394 Swap the negative sign in a product. (Contributed by NM, 30-Jul-2004.)
 |-  ( ( A  e.  CC  /\  B  e.  CC )  ->  ( -u A  x.  B )  =  ( A  x.  -u B ) )
 
Theoremmul2neg 7395 Product of two negatives. Theorem I.12 of [Apostol] p. 18. (Contributed by NM, 30-Jul-2004.) (Proof shortened by Andrew Salmon, 19-Nov-2011.)
 |-  ( ( A  e.  CC  /\  B  e.  CC )  ->  ( -u A  x.  -u B )  =  ( A  x.  B ) )
 
Theoremsubmul2 7396 Convert a subtraction to addition using multiplication by a negative. (Contributed by NM, 2-Feb-2007.)
 |-  ( ( A  e.  CC  /\  B  e.  CC  /\  C  e.  CC )  ->  ( A  -  ( B  x.  C ) )  =  ( A  +  ( B  x.  -u C ) ) )
 
Theoremmulm1 7397 Product with minus one is negative. (Contributed by NM, 16-Nov-1999.)
 |-  ( A  e.  CC  ->  ( -u 1  x.  A )  =  -u A )
 
Theoremmulsub 7398 Product of two differences. (Contributed by NM, 14-Jan-2006.)
 |-  ( ( ( 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 ) ) ) )
 
Theoremmulsub2 7399 Swap the order of subtraction in a multiplication. (Contributed by Scott Fenton, 24-Jun-2013.)
 |-  ( ( ( A  e.  CC  /\  B  e.  CC )  /\  ( C  e.  CC  /\  D  e.  CC ) )  ->  ( ( A  -  B )  x.  ( C  -  D ) )  =  ( ( B  -  A )  x.  ( D  -  C ) ) )
 
Theoremmulm1i 7400 Product with minus one is negative. (Contributed by NM, 31-Jul-1999.)
 |-  A  e.  CC   =>    |-  ( -u 1  x.  A )  =  -u A
    < Previous  Next >

Page List
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-10124
  Copyright terms: Public domain < Previous  Next >