HomeHome Intuitionistic Logic Explorer
Theorem List (p. 76 of 108)
< 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 - 7501-7600   *Has distinct variable group(s)
TypeLabelDescription
Statement
 
Theoremmulneg12 7501 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 7502 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 7503 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 7504 Product with minus one is negative. (Contributed by NM, 16-Nov-1999.)
 |-  ( A  e.  CC  ->  ( -u 1  x.  A )  =  -u A )
 
Theoremmulsub 7505 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 7506 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 7507 Product with minus one is negative. (Contributed by NM, 31-Jul-1999.)
 |-  A  e.  CC   =>    |-  ( -u 1  x.  A )  =  -u A
 
Theoremmulneg1i 7508 Product with negative is negative of product. Theorem I.12 of [Apostol] p. 18. (Contributed by NM, 10-Feb-1995.) (Revised by Mario Carneiro, 27-May-2016.)
 |-  A  e.  CC   &    |-  B  e.  CC   =>    |-  ( -u A  x.  B )  =  -u ( A  x.  B )
 
Theoremmulneg2i 7509 Product with negative is negative of product. (Contributed by NM, 31-Jul-1999.) (Revised by Mario Carneiro, 27-May-2016.)
 |-  A  e.  CC   &    |-  B  e.  CC   =>    |-  ( A  x.  -u B )  =  -u ( A  x.  B )
 
Theoremmul2negi 7510 Product of two negatives. Theorem I.12 of [Apostol] p. 18. (Contributed by NM, 14-Feb-1995.) (Revised by Mario Carneiro, 27-May-2016.)
 |-  A  e.  CC   &    |-  B  e.  CC   =>    |-  ( -u A  x.  -u B )  =  ( A  x.  B )
 
Theoremsubdii 7511 Distribution of multiplication over subtraction. Theorem I.5 of [Apostol] p. 18. (Contributed by NM, 26-Nov-1994.)
 |-  A  e.  CC   &    |-  B  e.  CC   &    |-  C  e.  CC   =>    |-  ( A  x.  ( B  -  C ) )  =  ( ( A  x.  B )  -  ( A  x.  C ) )
 
Theoremsubdiri 7512 Distribution of multiplication over subtraction. Theorem I.5 of [Apostol] p. 18. (Contributed by NM, 8-May-1999.)
 |-  A  e.  CC   &    |-  B  e.  CC   &    |-  C  e.  CC   =>    |-  (
 ( A  -  B )  x.  C )  =  ( ( A  x.  C )  -  ( B  x.  C ) )
 
Theoremmuladdi 7513 Product of two sums. (Contributed by NM, 17-May-1999.)
 |-  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 ) ) )
 
Theoremmulm1d 7514 Product with minus one is negative. (Contributed by Mario Carneiro, 27-May-2016.)
 |-  ( ph  ->  A  e.  CC )   =>    |-  ( ph  ->  ( -u 1  x.  A )  =  -u A )
 
Theoremmulneg1d 7515 Product with negative is negative of product. Theorem I.12 of [Apostol] p. 18. (Contributed by Mario Carneiro, 27-May-2016.)
 |-  ( ph  ->  A  e.  CC )   &    |-  ( ph  ->  B  e.  CC )   =>    |-  ( ph  ->  (
 -u A  x.  B )  =  -u ( A  x.  B ) )
 
Theoremmulneg2d 7516 Product with negative is negative of product. (Contributed by Mario Carneiro, 27-May-2016.)
 |-  ( ph  ->  A  e.  CC )   &    |-  ( ph  ->  B  e.  CC )   =>    |-  ( ph  ->  ( A  x.  -u B )  =  -u ( A  x.  B ) )
 
Theoremmul2negd 7517 Product of two negatives. Theorem I.12 of [Apostol] p. 18. (Contributed by Mario Carneiro, 27-May-2016.)
 |-  ( ph  ->  A  e.  CC )   &    |-  ( ph  ->  B  e.  CC )   =>    |-  ( ph  ->  (
 -u A  x.  -u B )  =  ( A  x.  B ) )
 
Theoremsubdid 7518 Distribution of multiplication over subtraction. Theorem I.5 of [Apostol] p. 18. (Contributed by Mario Carneiro, 27-May-2016.)
 |-  ( ph  ->  A  e.  CC )   &    |-  ( ph  ->  B  e.  CC )   &    |-  ( ph  ->  C  e.  CC )   =>    |-  ( ph  ->  ( A  x.  ( B  -  C ) )  =  ( ( A  x.  B )  -  ( A  x.  C ) ) )
 
Theoremsubdird 7519 Distribution of multiplication over subtraction. Theorem I.5 of [Apostol] p. 18. (Contributed by Mario Carneiro, 27-May-2016.)
 |-  ( ph  ->  A  e.  CC )   &    |-  ( ph  ->  B  e.  CC )   &    |-  ( ph  ->  C  e.  CC )   =>    |-  ( ph  ->  (
 ( A  -  B )  x.  C )  =  ( ( A  x.  C )  -  ( B  x.  C ) ) )
 
Theoremmuladdd 7520 Product of two sums. (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 )  x.  ( C  +  D ) )  =  ( ( ( A  x.  C )  +  ( D  x.  B ) )  +  (
 ( A  x.  D )  +  ( C  x.  B ) ) ) )
 
Theoremmulsubd 7521 Product of two 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 )  x.  ( C  -  D ) )  =  ( ( ( A  x.  C )  +  ( D  x.  B ) )  -  (
 ( A  x.  D )  +  ( C  x.  B ) ) ) )
 
Theoremmulsubfacd 7522 Multiplication followed by the subtraction of a factor. (Contributed by Alexander van der Vekens, 28-Aug-2018.)
 |-  ( ph  ->  A  e.  CC )   &    |-  ( ph  ->  B  e.  CC )   =>    |-  ( ph  ->  ( ( A  x.  B )  -  B )  =  ( ( A  -  1 )  x.  B ) )
 
3.3.4  Ordering on reals (cont.)
 
Theoremltadd2 7523 Addition to both sides of 'less than'. (Contributed by NM, 12-Nov-1999.) (Revised by Mario Carneiro, 27-May-2016.)
 |-  ( ( A  e.  RR  /\  B  e.  RR  /\  C  e.  RR )  ->  ( A  <  B  <->  ( C  +  A )  <  ( C  +  B ) ) )
 
Theoremltadd2i 7524 Addition to both sides of 'less than'. (Contributed by NM, 21-Jan-1997.)
 |-  A  e.  RR   &    |-  B  e.  RR   &    |-  C  e.  RR   =>    |-  ( A  <  B  <->  ( C  +  A )  <  ( C  +  B ) )
 
Theoremltadd2d 7525 Addition to both sides of 'less than'. (Contributed by Mario Carneiro, 27-May-2016.)
 |-  ( ph  ->  A  e.  RR )   &    |-  ( ph  ->  B  e.  RR )   &    |-  ( ph  ->  C  e.  RR )   =>    |-  ( ph  ->  ( A  <  B  <->  ( C  +  A )  <  ( C  +  B ) ) )
 
Theoremltadd2dd 7526 Addition to both sides of 'less than'. (Contributed by Mario Carneiro, 30-May-2016.)
 |-  ( ph  ->  A  e.  RR )   &    |-  ( ph  ->  B  e.  RR )   &    |-  ( ph  ->  C  e.  RR )   &    |-  ( ph  ->  A  <  B )   =>    |-  ( ph  ->  ( C  +  A )  <  ( C  +  B ) )
 
Theoremltletrd 7527 Transitive law deduction for 'less than', 'less than or equal to'. (Contributed by NM, 9-Jan-2006.)
 |-  ( ph  ->  A  e.  RR )   &    |-  ( ph  ->  B  e.  RR )   &    |-  ( ph  ->  C  e.  RR )   &    |-  ( ph  ->  A  <  B )   &    |-  ( ph  ->  B 
 <_  C )   =>    |-  ( ph  ->  A  <  C )
 
Theoremltaddneg 7528 Adding a negative number to another number decreases it. (Contributed by Glauco Siliprandi, 11-Dec-2019.)
 |-  ( ( A  e.  RR  /\  B  e.  RR )  ->  ( A  <  0  <-> 
 ( B  +  A )  <  B ) )
 
Theoremltaddnegr 7529 Adding a negative number to another number decreases it. (Contributed by AV, 19-Mar-2021.)
 |-  ( ( A  e.  RR  /\  B  e.  RR )  ->  ( A  <  0  <-> 
 ( A  +  B )  <  B ) )
 
Theoremlelttrdi 7530 If a number is less than another number, and the other number is less than or equal to a third number, the first number is less than the third number. (Contributed by Alexander van der Vekens, 24-Mar-2018.)
 |-  ( ph  ->  ( A  e.  RR  /\  B  e.  RR  /\  C  e.  RR ) )   &    |-  ( ph  ->  B 
 <_  C )   =>    |-  ( ph  ->  ( A  <  B  ->  A  <  C ) )
 
Theoremgt0ne0 7531 Positive implies nonzero. (Contributed by NM, 3-Oct-1999.) (Proof shortened by Mario Carneiro, 27-May-2016.)
 |-  ( ( A  e.  RR  /\  0  <  A )  ->  A  =/=  0
 )
 
Theoremlt0ne0 7532 A number which is less than zero is not zero. (Contributed by Stefan O'Rear, 13-Sep-2014.)
 |-  ( ( A  e.  RR  /\  A  <  0
 )  ->  A  =/=  0 )
 
Theoremltadd1 7533 Addition to both sides of 'less than'. Part of definition 11.2.7(vi) of [HoTT], p. (varies). (Contributed by NM, 12-Nov-1999.) (Proof shortened by Mario Carneiro, 27-May-2016.)
 |-  ( ( A  e.  RR  /\  B  e.  RR  /\  C  e.  RR )  ->  ( A  <  B  <->  ( A  +  C )  <  ( B  +  C ) ) )
 
Theoremleadd1 7534 Addition to both sides of 'less than or equal to'. Part of definition 11.2.7(vi) of [HoTT], p. (varies). (Contributed by NM, 18-Oct-1999.) (Proof shortened by Mario Carneiro, 27-May-2016.)
 |-  ( ( A  e.  RR  /\  B  e.  RR  /\  C  e.  RR )  ->  ( A  <_  B  <->  ( A  +  C ) 
 <_  ( B  +  C ) ) )
 
Theoremleadd2 7535 Addition to both sides of 'less than or equal to'. (Contributed by NM, 26-Oct-1999.)
 |-  ( ( A  e.  RR  /\  B  e.  RR  /\  C  e.  RR )  ->  ( A  <_  B  <->  ( C  +  A ) 
 <_  ( C  +  B ) ) )
 
Theoremltsubadd 7536 'Less than' relationship between subtraction and addition. (Contributed by NM, 21-Jan-1997.) (Proof shortened by Mario Carneiro, 27-May-2016.)
 |-  ( ( A  e.  RR  /\  B  e.  RR  /\  C  e.  RR )  ->  ( ( A  -  B )  <  C  <->  A  <  ( C  +  B ) ) )
 
Theoremltsubadd2 7537 'Less than' relationship between subtraction and addition. (Contributed by NM, 21-Jan-1997.)
 |-  ( ( A  e.  RR  /\  B  e.  RR  /\  C  e.  RR )  ->  ( ( A  -  B )  <  C  <->  A  <  ( B  +  C ) ) )
 
Theoremlesubadd 7538 'Less than or equal to' relationship between subtraction and addition. (Contributed by NM, 17-Nov-2004.) (Proof shortened by Mario Carneiro, 27-May-2016.)
 |-  ( ( A  e.  RR  /\  B  e.  RR  /\  C  e.  RR )  ->  ( ( A  -  B )  <_  C  <->  A  <_  ( C  +  B ) ) )
 
Theoremlesubadd2 7539 'Less than or equal to' relationship between subtraction and addition. (Contributed by NM, 10-Aug-1999.)
 |-  ( ( A  e.  RR  /\  B  e.  RR  /\  C  e.  RR )  ->  ( ( A  -  B )  <_  C  <->  A  <_  ( B  +  C ) ) )
 
Theoremltaddsub 7540 'Less than' relationship between addition and subtraction. (Contributed by NM, 17-Nov-2004.)
 |-  ( ( A  e.  RR  /\  B  e.  RR  /\  C  e.  RR )  ->  ( ( A  +  B )  <  C  <->  A  <  ( C  -  B ) ) )
 
Theoremltaddsub2 7541 'Less than' relationship between addition and subtraction. (Contributed by NM, 17-Nov-2004.)
 |-  ( ( A  e.  RR  /\  B  e.  RR  /\  C  e.  RR )  ->  ( ( A  +  B )  <  C  <->  B  <  ( C  -  A ) ) )
 
Theoremleaddsub 7542 'Less than or equal to' relationship between addition and subtraction. (Contributed by NM, 6-Apr-2005.)
 |-  ( ( A  e.  RR  /\  B  e.  RR  /\  C  e.  RR )  ->  ( ( A  +  B )  <_  C  <->  A  <_  ( C  -  B ) ) )
 
Theoremleaddsub2 7543 'Less than or equal to' relationship between and addition and subtraction. (Contributed by NM, 6-Apr-2005.)
 |-  ( ( A  e.  RR  /\  B  e.  RR  /\  C  e.  RR )  ->  ( ( A  +  B )  <_  C  <->  B  <_  ( C  -  A ) ) )
 
Theoremsuble 7544 Swap subtrahends in an inequality. (Contributed by NM, 29-Sep-2005.)
 |-  ( ( A  e.  RR  /\  B  e.  RR  /\  C  e.  RR )  ->  ( ( A  -  B )  <_  C  <->  ( A  -  C )  <_  B ) )
 
Theoremlesub 7545 Swap subtrahends in an inequality. (Contributed by NM, 29-Sep-2005.) (Proof shortened by Andrew Salmon, 19-Nov-2011.)
 |-  ( ( A  e.  RR  /\  B  e.  RR  /\  C  e.  RR )  ->  ( A  <_  ( B  -  C )  <->  C  <_  ( B  -  A ) ) )
 
Theoremltsub23 7546 'Less than' relationship between subtraction and addition. (Contributed by NM, 4-Oct-1999.)
 |-  ( ( A  e.  RR  /\  B  e.  RR  /\  C  e.  RR )  ->  ( ( A  -  B )  <  C  <->  ( A  -  C )  <  B ) )
 
Theoremltsub13 7547 'Less than' relationship between subtraction and addition. (Contributed by NM, 17-Nov-2004.)
 |-  ( ( A  e.  RR  /\  B  e.  RR  /\  C  e.  RR )  ->  ( A  <  ( B  -  C )  <->  C  <  ( B  -  A ) ) )
 
Theoremle2add 7548 Adding both sides of two 'less than or equal to' relations. (Contributed by NM, 17-Apr-2005.) (Proof shortened by Mario Carneiro, 27-May-2016.)
 |-  ( ( ( A  e.  RR  /\  B  e.  RR )  /\  ( C  e.  RR  /\  D  e.  RR ) )  ->  ( ( A  <_  C 
 /\  B  <_  D )  ->  ( A  +  B )  <_  ( C  +  D ) ) )
 
Theoremlt2add 7549 Adding both sides of two 'less than' relations. Theorem I.25 of [Apostol] p. 20. (Contributed by NM, 15-Aug-1999.) (Proof shortened by Mario Carneiro, 27-May-2016.)
 |-  ( ( ( A  e.  RR  /\  B  e.  RR )  /\  ( C  e.  RR  /\  D  e.  RR ) )  ->  ( ( A  <  C 
 /\  B  <  D )  ->  ( A  +  B )  <  ( C  +  D ) ) )
 
Theoremltleadd 7550 Adding both sides of two orderings. (Contributed by NM, 23-Dec-2007.)
 |-  ( ( ( A  e.  RR  /\  B  e.  RR )  /\  ( C  e.  RR  /\  D  e.  RR ) )  ->  ( ( A  <  C 
 /\  B  <_  D )  ->  ( A  +  B )  <  ( C  +  D ) ) )
 
Theoremleltadd 7551 Adding both sides of two orderings. (Contributed by NM, 15-Aug-2008.)
 |-  ( ( ( A  e.  RR  /\  B  e.  RR )  /\  ( C  e.  RR  /\  D  e.  RR ) )  ->  ( ( A  <_  C 
 /\  B  <  D )  ->  ( A  +  B )  <  ( C  +  D ) ) )
 
Theoremaddgt0 7552 The sum of 2 positive numbers is positive. (Contributed by NM, 1-Jun-2005.) (Proof shortened by Andrew Salmon, 19-Nov-2011.)
 |-  ( ( ( A  e.  RR  /\  B  e.  RR )  /\  (
 0  <  A  /\  0  <  B ) ) 
 ->  0  <  ( A  +  B ) )
 
Theoremaddgegt0 7553 The sum of nonnegative and positive numbers is positive. (Contributed by NM, 28-Dec-2005.) (Proof shortened by Andrew Salmon, 19-Nov-2011.)
 |-  ( ( ( A  e.  RR  /\  B  e.  RR )  /\  (
 0  <_  A  /\  0  <  B ) ) 
 ->  0  <  ( A  +  B ) )
 
Theoremaddgtge0 7554 The sum of nonnegative and positive numbers is positive. (Contributed by NM, 28-Dec-2005.) (Proof shortened by Andrew Salmon, 19-Nov-2011.)
 |-  ( ( ( A  e.  RR  /\  B  e.  RR )  /\  (
 0  <  A  /\  0  <_  B ) ) 
 ->  0  <  ( A  +  B ) )
 
Theoremaddge0 7555 The sum of 2 nonnegative numbers is nonnegative. (Contributed by NM, 17-Mar-2005.) (Proof shortened by Andrew Salmon, 19-Nov-2011.)
 |-  ( ( ( A  e.  RR  /\  B  e.  RR )  /\  (
 0  <_  A  /\  0  <_  B ) ) 
 ->  0  <_  ( A  +  B ) )
 
Theoremltaddpos 7556 Adding a positive number to another number increases it. (Contributed by NM, 17-Nov-2004.)
 |-  ( ( A  e.  RR  /\  B  e.  RR )  ->  ( 0  <  A 
 <->  B  <  ( B  +  A ) ) )
 
Theoremltaddpos2 7557 Adding a positive number to another number increases it. (Contributed by NM, 8-Apr-2005.)
 |-  ( ( A  e.  RR  /\  B  e.  RR )  ->  ( 0  <  A 
 <->  B  <  ( A  +  B ) ) )
 
Theoremltsubpos 7558 Subtracting a positive number from another number decreases it. (Contributed by NM, 17-Nov-2004.) (Proof shortened by Andrew Salmon, 19-Nov-2011.)
 |-  ( ( A  e.  RR  /\  B  e.  RR )  ->  ( 0  <  A 
 <->  ( B  -  A )  <  B ) )
 
Theoremposdif 7559 Comparison of two numbers whose difference is positive. (Contributed by NM, 17-Nov-2004.)
 |-  ( ( A  e.  RR  /\  B  e.  RR )  ->  ( A  <  B  <-> 
 0  <  ( B  -  A ) ) )
 
Theoremlesub1 7560 Subtraction from both sides of 'less than or equal to'. (Contributed by NM, 13-May-2004.) (Proof shortened by Mario Carneiro, 27-May-2016.)
 |-  ( ( A  e.  RR  /\  B  e.  RR  /\  C  e.  RR )  ->  ( A  <_  B  <->  ( A  -  C ) 
 <_  ( B  -  C ) ) )
 
Theoremlesub2 7561 Subtraction of both sides of 'less than or equal to'. (Contributed by NM, 29-Sep-2005.) (Revised by Mario Carneiro, 27-May-2016.)
 |-  ( ( A  e.  RR  /\  B  e.  RR  /\  C  e.  RR )  ->  ( A  <_  B  <->  ( C  -  B ) 
 <_  ( C  -  A ) ) )
 
Theoremltsub1 7562 Subtraction from both sides of 'less than'. (Contributed by FL, 3-Jan-2008.) (Proof shortened by Mario Carneiro, 27-May-2016.)
 |-  ( ( A  e.  RR  /\  B  e.  RR  /\  C  e.  RR )  ->  ( A  <  B  <->  ( A  -  C )  <  ( B  -  C ) ) )
 
Theoremltsub2 7563 Subtraction of both sides of 'less than'. (Contributed by NM, 29-Sep-2005.) (Proof shortened by Mario Carneiro, 27-May-2016.)
 |-  ( ( A  e.  RR  /\  B  e.  RR  /\  C  e.  RR )  ->  ( A  <  B  <->  ( C  -  B )  <  ( C  -  A ) ) )
 
Theoremlt2sub 7564 Subtracting both sides of two 'less than' relations. (Contributed by Mario Carneiro, 14-Apr-2016.)
 |-  ( ( ( A  e.  RR  /\  B  e.  RR )  /\  ( C  e.  RR  /\  D  e.  RR ) )  ->  ( ( A  <  C 
 /\  D  <  B )  ->  ( A  -  B )  <  ( C  -  D ) ) )
 
Theoremle2sub 7565 Subtracting both sides of two 'less than or equal to' relations. (Contributed by Mario Carneiro, 14-Apr-2016.)
 |-  ( ( ( A  e.  RR  /\  B  e.  RR )  /\  ( C  e.  RR  /\  D  e.  RR ) )  ->  ( ( A  <_  C 
 /\  D  <_  B )  ->  ( A  -  B )  <_  ( C  -  D ) ) )
 
Theoremltneg 7566 Negative of both sides of 'less than'. Theorem I.23 of [Apostol] p. 20. (Contributed by NM, 27-Aug-1999.) (Proof shortened by Mario Carneiro, 27-May-2016.)
 |-  ( ( A  e.  RR  /\  B  e.  RR )  ->  ( A  <  B  <->  -u B  <  -u A ) )
 
Theoremltnegcon1 7567 Contraposition of negative in 'less than'. (Contributed by NM, 8-Nov-2004.)
 |-  ( ( A  e.  RR  /\  B  e.  RR )  ->  ( -u A  <  B  <->  -u B  <  A ) )
 
Theoremltnegcon2 7568 Contraposition of negative in 'less than'. (Contributed by Mario Carneiro, 25-Feb-2015.)
 |-  ( ( A  e.  RR  /\  B  e.  RR )  ->  ( A  <  -u B  <->  B  <  -u A ) )
 
Theoremleneg 7569 Negative of both sides of 'less than or equal to'. (Contributed by NM, 12-Sep-1999.) (Proof shortened by Mario Carneiro, 27-May-2016.)
 |-  ( ( A  e.  RR  /\  B  e.  RR )  ->  ( A  <_  B  <->  -u B  <_  -u A ) )
 
Theoremlenegcon1 7570 Contraposition of negative in 'less than or equal to'. (Contributed by NM, 10-May-2004.)
 |-  ( ( A  e.  RR  /\  B  e.  RR )  ->  ( -u A  <_  B  <->  -u B  <_  A ) )
 
Theoremlenegcon2 7571 Contraposition of negative in 'less than or equal to'. (Contributed by NM, 8-Oct-2005.)
 |-  ( ( A  e.  RR  /\  B  e.  RR )  ->  ( A  <_  -u B 
 <->  B  <_  -u A ) )
 
Theoremlt0neg1 7572 Comparison of a number and its negative to zero. Theorem I.23 of [Apostol] p. 20. (Contributed by NM, 14-May-1999.)
 |-  ( A  e.  RR  ->  ( A  <  0  <->  0  <  -u A ) )
 
Theoremlt0neg2 7573 Comparison of a number and its negative to zero. (Contributed by NM, 10-May-2004.)
 |-  ( A  e.  RR  ->  ( 0  <  A  <->  -u A  <  0 ) )
 
Theoremle0neg1 7574 Comparison of a number and its negative to zero. (Contributed by NM, 10-May-2004.)
 |-  ( A  e.  RR  ->  ( A  <_  0  <->  0 
 <_  -u A ) )
 
Theoremle0neg2 7575 Comparison of a number and its negative to zero. (Contributed by NM, 24-Aug-1999.)
 |-  ( A  e.  RR  ->  ( 0  <_  A  <->  -u A  <_  0 ) )
 
Theoremaddge01 7576 A number is less than or equal to itself plus a nonnegative number. (Contributed by NM, 21-Feb-2005.)
 |-  ( ( A  e.  RR  /\  B  e.  RR )  ->  ( 0  <_  B 
 <->  A  <_  ( A  +  B ) ) )
 
Theoremaddge02 7577 A number is less than or equal to itself plus a nonnegative number. (Contributed by NM, 27-Jul-2005.)
 |-  ( ( A  e.  RR  /\  B  e.  RR )  ->  ( 0  <_  B 
 <->  A  <_  ( B  +  A ) ) )
 
Theoremadd20 7578 Two nonnegative numbers are zero iff their sum is zero. (Contributed by Jeff Madsen, 2-Sep-2009.) (Proof shortened by Mario Carneiro, 27-May-2016.)
 |-  ( ( ( A  e.  RR  /\  0  <_  A )  /\  ( B  e.  RR  /\  0  <_  B ) )  ->  ( ( A  +  B )  =  0  <->  ( A  =  0  /\  B  =  0 )
 ) )
 
Theoremsubge0 7579 Nonnegative subtraction. (Contributed by NM, 14-Mar-2005.) (Proof shortened by Mario Carneiro, 27-May-2016.)
 |-  ( ( A  e.  RR  /\  B  e.  RR )  ->  ( 0  <_  ( A  -  B ) 
 <->  B  <_  A )
 )
 
Theoremsuble0 7580 Nonpositive subtraction. (Contributed by NM, 20-Mar-2008.) (Proof shortened by Mario Carneiro, 27-May-2016.)
 |-  ( ( A  e.  RR  /\  B  e.  RR )  ->  ( ( A  -  B )  <_ 
 0 
 <->  A  <_  B )
 )
 
Theoremleaddle0 7581 The sum of a real number and a second real number is less then the real number iff the second real number is negative. (Contributed by Alexander van der Vekens, 30-May-2018.)
 |-  ( ( A  e.  RR  /\  B  e.  RR )  ->  ( ( A  +  B )  <_  A 
 <->  B  <_  0 )
 )
 
Theoremsubge02 7582 Nonnegative subtraction. (Contributed by NM, 27-Jul-2005.)
 |-  ( ( A  e.  RR  /\  B  e.  RR )  ->  ( 0  <_  B 
 <->  ( A  -  B )  <_  A ) )
 
Theoremlesub0 7583 Lemma to show a nonnegative number is zero. (Contributed by NM, 8-Oct-1999.) (Proof shortened by Mario Carneiro, 27-May-2016.)
 |-  ( ( A  e.  RR  /\  B  e.  RR )  ->  ( ( 0 
 <_  A  /\  B  <_  ( B  -  A ) )  <->  A  =  0
 ) )
 
Theoremmullt0 7584 The product of two negative numbers is positive. (Contributed by Jeff Hankins, 8-Jun-2009.)
 |-  ( ( ( A  e.  RR  /\  A  <  0 )  /\  ( B  e.  RR  /\  B  <  0 ) )  -> 
 0  <  ( A  x.  B ) )
 
Theorem0le1 7585 0 is less than or equal to 1. (Contributed by Mario Carneiro, 29-Apr-2015.)
 |-  0  <_  1
 
Theoremleidi 7586 'Less than or equal to' is reflexive. (Contributed by NM, 18-Aug-1999.)
 |-  A  e.  RR   =>    |-  A  <_  A
 
Theoremgt0ne0i 7587 Positive means nonzero (useful for ordering theorems involving division). (Contributed by NM, 16-Sep-1999.)
 |-  A  e.  RR   =>    |-  ( 0  <  A  ->  A  =/=  0
 )
 
Theoremgt0ne0ii 7588 Positive implies nonzero. (Contributed by NM, 15-May-1999.)
 |-  A  e.  RR   &    |-  0  <  A   =>    |-  A  =/=  0
 
Theoremaddgt0i 7589 Addition of 2 positive numbers is positive. (Contributed by NM, 16-May-1999.) (Proof shortened by Andrew Salmon, 19-Nov-2011.)
 |-  A  e.  RR   &    |-  B  e.  RR   =>    |-  ( ( 0  <  A  /\  0  <  B )  ->  0  <  ( A  +  B )
 )
 
Theoremaddge0i 7590 Addition of 2 nonnegative numbers is nonnegative. (Contributed by NM, 28-May-1999.) (Proof shortened by Andrew Salmon, 19-Nov-2011.)
 |-  A  e.  RR   &    |-  B  e.  RR   =>    |-  ( ( 0  <_  A  /\  0  <_  B )  ->  0  <_  ( A  +  B )
 )
 
Theoremaddgegt0i 7591 Addition of nonnegative and positive numbers is positive. (Contributed by NM, 25-Sep-1999.) (Revised by Mario Carneiro, 27-May-2016.)
 |-  A  e.  RR   &    |-  B  e.  RR   =>    |-  ( ( 0  <_  A  /\  0  <  B )  ->  0  <  ( A  +  B )
 )
 
Theoremaddgt0ii 7592 Addition of 2 positive numbers is positive. (Contributed by NM, 18-May-1999.)
 |-  A  e.  RR   &    |-  B  e.  RR   &    |-  0  <  A   &    |-  0  <  B   =>    |-  0  <  ( A  +  B )
 
Theoremadd20i 7593 Two nonnegative numbers are zero iff their sum is zero. (Contributed by NM, 28-Jul-1999.)
 |-  A  e.  RR   &    |-  B  e.  RR   =>    |-  ( ( 0  <_  A  /\  0  <_  B )  ->  ( ( A  +  B )  =  0  <->  ( A  =  0  /\  B  =  0 ) ) )
 
Theoremltnegi 7594 Negative of both sides of 'less than'. Theorem I.23 of [Apostol] p. 20. (Contributed by NM, 21-Jan-1997.)
 |-  A  e.  RR   &    |-  B  e.  RR   =>    |-  ( A  <  B  <->  -u B  <  -u A )
 
Theoremlenegi 7595 Negative of both sides of 'less than or equal to'. (Contributed by NM, 1-Aug-1999.)
 |-  A  e.  RR   &    |-  B  e.  RR   =>    |-  ( A  <_  B  <->  -u B  <_  -u A )
 
Theoremltnegcon2i 7596 Contraposition of negative in 'less than'. (Contributed by NM, 14-May-1999.)
 |-  A  e.  RR   &    |-  B  e.  RR   =>    |-  ( A  <  -u B  <->  B  <  -u A )
 
Theoremlesub0i 7597 Lemma to show a nonnegative number is zero. (Contributed by NM, 8-Oct-1999.) (Proof shortened by Andrew Salmon, 19-Nov-2011.)
 |-  A  e.  RR   &    |-  B  e.  RR   =>    |-  ( ( 0  <_  A  /\  B  <_  ( B  -  A ) )  <->  A  =  0 )
 
Theoremltaddposi 7598 Adding a positive number to another number increases it. (Contributed by NM, 25-Aug-1999.)
 |-  A  e.  RR   &    |-  B  e.  RR   =>    |-  ( 0  <  A  <->  B  <  ( B  +  A ) )
 
Theoremposdifi 7599 Comparison of two numbers whose difference is positive. (Contributed by NM, 19-Aug-2001.)
 |-  A  e.  RR   &    |-  B  e.  RR   =>    |-  ( A  <  B  <->  0  <  ( B  -  A ) )
 
Theoremltnegcon1i 7600 Contraposition of negative in 'less than'. (Contributed by NM, 14-May-1999.)
 |-  A  e.  RR   &    |-  B  e.  RR   =>    |-  ( -u A  <  B  <->  -u B  <  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-10200 103 10201-10300 104 10301-10400 105 10401-10500 106 10501-10600 107 10601-10700 108 10701-10795
  Copyright terms: Public domain < Previous  Next >