HomeHome Intuitionistic Logic Explorer
Theorem List (p. 81 of 140)
< 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 - 8001-8100   *Has distinct variable group(s)
TypeLabelDescription
Statement
 
Theoremltleii 8001 'Less than' implies 'less than or equal to' (inference). (Contributed by NM, 22-Aug-1999.)
 |-  A  e.  RR   &    |-  B  e.  RR   &    |-  A  <  B   =>    |-  A  <_  B
 
Theoremltnei 8002 'Less than' implies not equal. (Contributed by NM, 28-Jul-1999.)
 |-  A  e.  RR   &    |-  B  e.  RR   =>    |-  ( A  <  B  ->  B  =/=  A )
 
Theoremlttri 8003 'Less than' is transitive. Theorem I.17 of [Apostol] p. 20. (Contributed by NM, 14-May-1999.)
 |-  A  e.  RR   &    |-  B  e.  RR   &    |-  C  e.  RR   =>    |-  (
 ( A  <  B  /\  B  <  C ) 
 ->  A  <  C )
 
Theoremlelttri 8004 'Less than or equal to', 'less than' transitive law. (Contributed by NM, 14-May-1999.)
 |-  A  e.  RR   &    |-  B  e.  RR   &    |-  C  e.  RR   =>    |-  (
 ( A  <_  B  /\  B  <  C ) 
 ->  A  <  C )
 
Theoremltletri 8005 'Less than', 'less than or equal to' transitive law. (Contributed by NM, 14-May-1999.)
 |-  A  e.  RR   &    |-  B  e.  RR   &    |-  C  e.  RR   =>    |-  (
 ( A  <  B  /\  B  <_  C )  ->  A  <  C )
 
Theoremletri 8006 'Less than or equal to' is transitive. (Contributed by NM, 14-May-1999.)
 |-  A  e.  RR   &    |-  B  e.  RR   &    |-  C  e.  RR   =>    |-  (
 ( A  <_  B  /\  B  <_  C )  ->  A  <_  C )
 
Theoremle2tri3i 8007 Extended trichotomy law for 'less than or equal to'. (Contributed by NM, 14-Aug-2000.)
 |-  A  e.  RR   &    |-  B  e.  RR   &    |-  C  e.  RR   =>    |-  (
 ( A  <_  B  /\  B  <_  C  /\  C  <_  A )  <->  ( A  =  B  /\  B  =  C  /\  C  =  A ) )
 
Theoremmulgt0i 8008 The product of two positive numbers is positive. (Contributed by NM, 16-May-1999.)
 |-  A  e.  RR   &    |-  B  e.  RR   =>    |-  ( ( 0  <  A  /\  0  <  B )  ->  0  <  ( A  x.  B ) )
 
Theoremmulgt0ii 8009 The product of two positive numbers is positive. (Contributed by NM, 18-May-1999.)
 |-  A  e.  RR   &    |-  B  e.  RR   &    |-  0  <  A   &    |-  0  <  B   =>    |-  0  <  ( A  x.  B )
 
Theoremltnrd 8010 'Less than' is irreflexive. (Contributed by Mario Carneiro, 27-May-2016.)
 |-  ( ph  ->  A  e.  RR )   =>    |-  ( ph  ->  -.  A  <  A )
 
Theoremgtned 8011 'Less than' implies not equal. See also gtapd 8535 which is the same but for apartness. (Contributed by Mario Carneiro, 27-May-2016.)
 |-  ( ph  ->  A  e.  RR )   &    |-  ( ph  ->  A  <  B )   =>    |-  ( ph  ->  B  =/=  A )
 
Theoremltned 8012 'Greater than' implies not equal. (Contributed by Mario Carneiro, 27-May-2016.)
 |-  ( ph  ->  A  e.  RR )   &    |-  ( ph  ->  A  <  B )   =>    |-  ( ph  ->  A  =/=  B )
 
Theoremlttri3d 8013 Tightness of real apartness. (Contributed by Mario Carneiro, 27-May-2016.)
 |-  ( ph  ->  A  e.  RR )   &    |-  ( ph  ->  B  e.  RR )   =>    |-  ( ph  ->  ( A  =  B  <->  ( -.  A  <  B  /\  -.  B  <  A ) ) )
 
Theoremletri3d 8014 Tightness of real apartness. (Contributed by Mario Carneiro, 27-May-2016.)
 |-  ( ph  ->  A  e.  RR )   &    |-  ( ph  ->  B  e.  RR )   =>    |-  ( ph  ->  ( A  =  B  <->  ( A  <_  B 
 /\  B  <_  A ) ) )
 
Theoremeqleltd 8015 Equality in terms of 'less than or equal to', 'less than'. (Contributed by NM, 7-Apr-2001.)
 |-  ( ph  ->  A  e.  RR )   &    |-  ( ph  ->  B  e.  RR )   =>    |-  ( ph  ->  ( A  =  B  <->  ( A  <_  B 
 /\  -.  A  <  B ) ) )
 
Theoremlenltd 8016 'Less than or equal to' in terms of 'less than'. (Contributed by Mario Carneiro, 27-May-2016.)
 |-  ( ph  ->  A  e.  RR )   &    |-  ( ph  ->  B  e.  RR )   =>    |-  ( ph  ->  ( A  <_  B  <->  -.  B  <  A ) )
 
Theoremltled 8017 'Less than' implies 'less than or equal to'. (Contributed by Mario Carneiro, 27-May-2016.)
 |-  ( ph  ->  A  e.  RR )   &    |-  ( ph  ->  B  e.  RR )   &    |-  ( ph  ->  A  <  B )   =>    |-  ( ph  ->  A  <_  B )
 
Theoremltnsymd 8018 'Less than' implies 'less than or equal to'. (Contributed by Mario Carneiro, 27-May-2016.)
 |-  ( ph  ->  A  e.  RR )   &    |-  ( ph  ->  B  e.  RR )   &    |-  ( ph  ->  A  <  B )   =>    |-  ( ph  ->  -.  B  <  A )
 
Theoremnltled 8019 'Not less than ' implies 'less than or equal to'. (Contributed by Glauco Siliprandi, 11-Dec-2019.)
 |-  ( ph  ->  A  e.  RR )   &    |-  ( ph  ->  B  e.  RR )   &    |-  ( ph  ->  -.  B  <  A )   =>    |-  ( ph  ->  A  <_  B )
 
Theoremlensymd 8020 'Less than or equal to' implies 'not less than'. (Contributed by Glauco Siliprandi, 11-Dec-2019.)
 |-  ( ph  ->  A  e.  RR )   &    |-  ( ph  ->  B  e.  RR )   &    |-  ( ph  ->  A  <_  B )   =>    |-  ( ph  ->  -.  B  <  A )
 
Theoremmulgt0d 8021 The product of two positive numbers is positive. (Contributed by Mario Carneiro, 27-May-2016.)
 |-  ( ph  ->  A  e.  RR )   &    |-  ( ph  ->  B  e.  RR )   &    |-  ( ph  ->  0  <  A )   &    |-  ( ph  ->  0  <  B )   =>    |-  ( ph  ->  0  <  ( A  x.  B ) )
 
Theoremletrd 8022 Transitive law deduction for 'less than or equal to'. (Contributed by NM, 20-May-2005.)
 |-  ( ph  ->  A  e.  RR )   &    |-  ( ph  ->  B  e.  RR )   &    |-  ( ph  ->  C  e.  RR )   &    |-  ( ph  ->  A  <_  B )   &    |-  ( ph  ->  B 
 <_  C )   =>    |-  ( ph  ->  A  <_  C )
 
Theoremlelttrd 8023 Transitive law deduction for 'less than or equal to', 'less than'. (Contributed by NM, 8-Jan-2006.)
 |-  ( ph  ->  A  e.  RR )   &    |-  ( ph  ->  B  e.  RR )   &    |-  ( ph  ->  C  e.  RR )   &    |-  ( ph  ->  A  <_  B )   &    |-  ( ph  ->  B  <  C )   =>    |-  ( ph  ->  A  <  C )
 
Theoremlttrd 8024 Transitive law deduction for 'less than'. (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 )
 
Theorem0lt1 8025 0 is less than 1. Theorem I.21 of [Apostol] p. 20. Part of definition 11.2.7(vi) of [HoTT], p. (varies). (Contributed by NM, 17-Jan-1997.)
 |-  0  <  1
 
Theoremltntri 8026 Negative trichotomy property for real numbers. It is well known that we cannot prove real number trichotomy,  A  <  B  \/  A  =  B  \/  B  <  A. Does that mean there is a pair of real numbers where none of those hold (that is, where we can refute each of those three relationships)? Actually, no, as shown here. This is another example of distinguishing between being unable to prove something, or being able to refute it. (Contributed by Jim Kingdon, 13-Aug-2023.)
 |-  ( ( A  e.  RR  /\  B  e.  RR )  ->  -.  ( -.  A  <  B  /\  -.  A  =  B  /\  -.  B  <  A ) )
 
4.2.5  Initial properties of the complex numbers
 
Theoremmul12 8027 Commutative/associative law for multiplication. (Contributed by NM, 30-Apr-2005.)
 |-  ( ( A  e.  CC  /\  B  e.  CC  /\  C  e.  CC )  ->  ( A  x.  ( B  x.  C ) )  =  ( B  x.  ( A  x.  C ) ) )
 
Theoremmul32 8028 Commutative/associative law. (Contributed by NM, 8-Oct-1999.)
 |-  ( ( A  e.  CC  /\  B  e.  CC  /\  C  e.  CC )  ->  ( ( A  x.  B )  x.  C )  =  ( ( A  x.  C )  x.  B ) )
 
Theoremmul31 8029 Commutative/associative law. (Contributed by Scott Fenton, 3-Jan-2013.)
 |-  ( ( A  e.  CC  /\  B  e.  CC  /\  C  e.  CC )  ->  ( ( A  x.  B )  x.  C )  =  ( ( C  x.  B )  x.  A ) )
 
Theoremmul4 8030 Rearrangement of 4 factors. (Contributed by NM, 8-Oct-1999.)
 |-  ( ( ( 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 ) ) )
 
Theoremmuladd11 8031 A simple product of sums expansion. (Contributed by NM, 21-Feb-2005.)
 |-  ( ( A  e.  CC  /\  B  e.  CC )  ->  ( ( 1  +  A )  x.  ( 1  +  B ) )  =  (
 ( 1  +  A )  +  ( B  +  ( A  x.  B ) ) ) )
 
Theorem1p1times 8032 Two times a number. (Contributed by NM, 18-May-1999.) (Revised by Mario Carneiro, 27-May-2016.)
 |-  ( A  e.  CC  ->  ( ( 1  +  1 )  x.  A )  =  ( A  +  A ) )
 
Theorempeano2cn 8033 A theorem for complex numbers analogous the second Peano postulate peano2 4572. (Contributed by NM, 17-Aug-2005.)
 |-  ( A  e.  CC  ->  ( A  +  1 )  e.  CC )
 
Theorempeano2re 8034 A theorem for reals analogous the second Peano postulate peano2 4572. (Contributed by NM, 5-Jul-2005.)
 |-  ( A  e.  RR  ->  ( A  +  1 )  e.  RR )
 
Theoremaddcom 8035 Addition commutes. (Contributed by Jim Kingdon, 17-Jan-2020.)
 |-  ( ( A  e.  CC  /\  B  e.  CC )  ->  ( A  +  B )  =  ( B  +  A )
 )
 
Theoremaddid1 8036  0 is an additive identity. (Contributed by Jim Kingdon, 16-Jan-2020.)
 |-  ( A  e.  CC  ->  ( A  +  0 )  =  A )
 
Theoremaddid2 8037  0 is a left identity for addition. (Contributed by Scott Fenton, 3-Jan-2013.)
 |-  ( A  e.  CC  ->  ( 0  +  A )  =  A )
 
Theoremreaddcan 8038 Cancellation law for addition over the reals. (Contributed by Scott Fenton, 3-Jan-2013.)
 |-  ( ( A  e.  RR  /\  B  e.  RR  /\  C  e.  RR )  ->  ( ( C  +  A )  =  ( C  +  B )  <->  A  =  B ) )
 
Theorem00id 8039  0 is its own additive identity. (Contributed by Scott Fenton, 3-Jan-2013.)
 |-  ( 0  +  0 )  =  0
 
Theoremaddid1i 8040  0 is an additive identity. (Contributed by NM, 23-Nov-1994.) (Revised by Scott Fenton, 3-Jan-2013.)
 |-  A  e.  CC   =>    |-  ( A  +  0 )  =  A
 
Theoremaddid2i 8041  0 is a left identity for addition. (Contributed by NM, 3-Jan-2013.)
 |-  A  e.  CC   =>    |-  ( 0  +  A )  =  A
 
Theoremaddcomi 8042 Addition commutes. Based on ideas by Eric Schmidt. (Contributed by Scott Fenton, 3-Jan-2013.)
 |-  A  e.  CC   &    |-  B  e.  CC   =>    |-  ( A  +  B )  =  ( B  +  A )
 
Theoremaddcomli 8043 Addition commutes. (Contributed by Mario Carneiro, 19-Apr-2015.)
 |-  A  e.  CC   &    |-  B  e.  CC   &    |-  ( A  +  B )  =  C   =>    |-  ( B  +  A )  =  C
 
Theoremmul12i 8044 Commutative/associative law that swaps the first two factors in a triple product. (Contributed by NM, 11-May-1999.) (Proof shortened by Andrew Salmon, 19-Nov-2011.)
 |-  A  e.  CC   &    |-  B  e.  CC   &    |-  C  e.  CC   =>    |-  ( A  x.  ( B  x.  C ) )  =  ( B  x.  ( A  x.  C ) )
 
Theoremmul32i 8045 Commutative/associative law that swaps the last two factors in a triple product. (Contributed by NM, 11-May-1999.)
 |-  A  e.  CC   &    |-  B  e.  CC   &    |-  C  e.  CC   =>    |-  (
 ( A  x.  B )  x.  C )  =  ( ( A  x.  C )  x.  B )
 
Theoremmul4i 8046 Rearrangement of 4 factors. (Contributed by NM, 16-Feb-1995.)
 |-  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 ) )
 
Theoremaddid1d 8047  0 is an additive identity. (Contributed by Mario Carneiro, 27-May-2016.)
 |-  ( ph  ->  A  e.  CC )   =>    |-  ( ph  ->  ( A  +  0 )  =  A )
 
Theoremaddid2d 8048  0 is a left identity for addition. (Contributed by Mario Carneiro, 27-May-2016.)
 |-  ( ph  ->  A  e.  CC )   =>    |-  ( ph  ->  (
 0  +  A )  =  A )
 
Theoremaddcomd 8049 Addition commutes. Based on ideas by Eric Schmidt. (Contributed by Scott Fenton, 3-Jan-2013.) (Revised by Mario Carneiro, 27-May-2016.)
 |-  ( ph  ->  A  e.  CC )   &    |-  ( ph  ->  B  e.  CC )   =>    |-  ( ph  ->  ( A  +  B )  =  ( B  +  A ) )
 
Theoremmul12d 8050 Commutative/associative law that swaps the first two factors in a triple product. (Contributed by Mario Carneiro, 27-May-2016.)
 |-  ( ph  ->  A  e.  CC )   &    |-  ( ph  ->  B  e.  CC )   &    |-  ( ph  ->  C  e.  CC )   =>    |-  ( ph  ->  ( A  x.  ( B  x.  C ) )  =  ( B  x.  ( A  x.  C ) ) )
 
Theoremmul32d 8051 Commutative/associative law that swaps the last two factors in a triple product. (Contributed by Mario Carneiro, 27-May-2016.)
 |-  ( ph  ->  A  e.  CC )   &    |-  ( ph  ->  B  e.  CC )   &    |-  ( ph  ->  C  e.  CC )   =>    |-  ( ph  ->  (
 ( A  x.  B )  x.  C )  =  ( ( A  x.  C )  x.  B ) )
 
Theoremmul31d 8052 Commutative/associative law. (Contributed by Mario Carneiro, 27-May-2016.)
 |-  ( ph  ->  A  e.  CC )   &    |-  ( ph  ->  B  e.  CC )   &    |-  ( ph  ->  C  e.  CC )   =>    |-  ( ph  ->  (
 ( A  x.  B )  x.  C )  =  ( ( C  x.  B )  x.  A ) )
 
Theoremmul4d 8053 Rearrangement of 4 factors. (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  x.  B )  x.  ( C  x.  D ) )  =  ( ( A  x.  C )  x.  ( B  x.  D ) ) )
 
Theoremmuladd11r 8054 A simple product of sums expansion. (Contributed by AV, 30-Jul-2021.)
 |-  ( ( A  e.  CC  /\  B  e.  CC )  ->  ( ( A  +  1 )  x.  ( B  +  1 ) )  =  ( ( ( A  x.  B )  +  ( A  +  B )
 )  +  1 ) )
 
Theoremcomraddd 8055 Commute RHS addition, in deduction form. (Contributed by David A. Wheeler, 11-Oct-2018.)
 |-  ( ph  ->  B  e.  CC )   &    |-  ( ph  ->  C  e.  CC )   &    |-  ( ph  ->  A  =  ( B  +  C ) )   =>    |-  ( ph  ->  A  =  ( C  +  B ) )
 
4.3  Real and complex numbers - basic operations
 
4.3.1  Addition
 
Theoremadd12 8056 Commutative/associative law that swaps the first two terms in a triple sum. (Contributed by NM, 11-May-2004.)
 |-  ( ( A  e.  CC  /\  B  e.  CC  /\  C  e.  CC )  ->  ( A  +  ( B  +  C )
 )  =  ( B  +  ( A  +  C ) ) )
 
Theoremadd32 8057 Commutative/associative law that swaps the last two terms in a triple sum. (Contributed by NM, 13-Nov-1999.)
 |-  ( ( A  e.  CC  /\  B  e.  CC  /\  C  e.  CC )  ->  ( ( A  +  B )  +  C )  =  ( ( A  +  C )  +  B ) )
 
Theoremadd32r 8058 Commutative/associative law that swaps the last two terms in a triple sum, rearranging the parentheses. (Contributed by Paul Chapman, 18-May-2007.)
 |-  ( ( A  e.  CC  /\  B  e.  CC  /\  C  e.  CC )  ->  ( A  +  ( B  +  C )
 )  =  ( ( A  +  C )  +  B ) )
 
Theoremadd4 8059 Rearrangement of 4 terms in a sum. (Contributed by NM, 13-Nov-1999.) (Proof shortened by Andrew Salmon, 22-Oct-2011.)
 |-  ( ( ( A  e.  CC  /\  B  e.  CC )  /\  ( C  e.  CC  /\  D  e.  CC ) )  ->  ( ( A  +  B )  +  ( C  +  D )
 )  =  ( ( A  +  C )  +  ( B  +  D ) ) )
 
Theoremadd42 8060 Rearrangement of 4 terms in a sum. (Contributed by NM, 12-May-2005.)
 |-  ( ( ( A  e.  CC  /\  B  e.  CC )  /\  ( C  e.  CC  /\  D  e.  CC ) )  ->  ( ( A  +  B )  +  ( C  +  D )
 )  =  ( ( A  +  C )  +  ( D  +  B ) ) )
 
Theoremadd12i 8061 Commutative/associative law that swaps the first two terms in a triple sum. (Contributed by NM, 21-Jan-1997.)
 |-  A  e.  CC   &    |-  B  e.  CC   &    |-  C  e.  CC   =>    |-  ( A  +  ( B  +  C ) )  =  ( B  +  ( A  +  C )
 )
 
Theoremadd32i 8062 Commutative/associative law that swaps the last two terms in a triple sum. (Contributed by NM, 21-Jan-1997.)
 |-  A  e.  CC   &    |-  B  e.  CC   &    |-  C  e.  CC   =>    |-  (
 ( A  +  B )  +  C )  =  ( ( A  +  C )  +  B )
 
Theoremadd4i 8063 Rearrangement of 4 terms in a sum. (Contributed by NM, 9-May-1999.)
 |-  A  e.  CC   &    |-  B  e.  CC   &    |-  C  e.  CC   &    |-  D  e.  CC   =>    |-  ( ( A  +  B )  +  ( C  +  D )
 )  =  ( ( A  +  C )  +  ( B  +  D ) )
 
Theoremadd42i 8064 Rearrangement of 4 terms in a sum. (Contributed by NM, 22-Aug-1999.)
 |-  A  e.  CC   &    |-  B  e.  CC   &    |-  C  e.  CC   &    |-  D  e.  CC   =>    |-  ( ( A  +  B )  +  ( C  +  D )
 )  =  ( ( A  +  C )  +  ( D  +  B ) )
 
Theoremadd12d 8065 Commutative/associative law that swaps the first two terms in a triple sum. (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 )
 ) )
 
Theoremadd32d 8066 Commutative/associative law that swaps the last two terms in a triple sum. (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 ) )
 
Theoremadd4d 8067 Rearrangement of 4 terms in a sum. (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 )
 ) )
 
Theoremadd42d 8068 Rearrangement of 4 terms in a sum. (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 )
 ) )
 
4.3.2  Subtraction
 
Syntaxcmin 8069 Extend class notation to include subtraction.
 class  -
 
Syntaxcneg 8070 Extend class notation to include unary minus. The symbol  -u is not a class by itself but part of a compound class definition. We do this rather than making it a formal function since it is so commonly used. Note: We use different symbols for unary minus ( -u) and subtraction cmin 8069 ( -) to prevent syntax ambiguity. For example, looking at the syntax definition co 5842, if we used the same symbol then " (  -  A  -  B ) " could mean either " -  A " minus " B", or it could represent the (meaningless) operation of classes " - " and " -  B " connected with "operation" " A". On the other hand, " ( -u A  -  B ) " is unambiguous.
 class  -u A
 
Definitiondf-sub 8071* Define subtraction. Theorem subval 8090 shows its value (and describes how this definition works), Theorem subaddi 8185 relates it to addition, and Theorems subcli 8174 and resubcli 8161 prove its closure laws. (Contributed by NM, 26-Nov-1994.)
 |- 
 -  =  ( x  e.  CC ,  y  e.  CC  |->  ( iota_ z  e. 
 CC  ( y  +  z )  =  x ) )
 
Definitiondf-neg 8072 Define the negative of a number (unary minus). We use different symbols for unary minus ( -u) and subtraction ( -) to prevent syntax ambiguity. See cneg 8070 for a discussion of this. (Contributed by NM, 10-Feb-1995.)
 |-  -u A  =  (
 0  -  A )
 
Theoremcnegexlem1 8073 Addition cancellation of a real number from two complex numbers. Lemma for cnegex 8076. (Contributed by Eric Schmidt, 22-May-2007.)
 |-  ( ( A  e.  RR  /\  B  e.  CC  /\  C  e.  CC )  ->  ( ( A  +  B )  =  ( A  +  C )  <->  B  =  C ) )
 
Theoremcnegexlem2 8074 Existence of a real number which produces a real number when multiplied by  _i. (Hint: zero is such a number, although we don't need to prove that yet). Lemma for cnegex 8076. (Contributed by Eric Schmidt, 22-May-2007.)
 |- 
 E. y  e.  RR  ( _i  x.  y
 )  e.  RR
 
Theoremcnegexlem3 8075* Existence of real number difference. Lemma for cnegex 8076. (Contributed by Eric Schmidt, 22-May-2007.)
 |-  ( ( b  e. 
 RR  /\  y  e.  RR )  ->  E. c  e.  RR  ( b  +  c )  =  y
 )
 
Theoremcnegex 8076* Existence of the negative of a complex number. (Contributed by Eric Schmidt, 21-May-2007.)
 |-  ( A  e.  CC  ->  E. x  e.  CC  ( A  +  x )  =  0 )
 
Theoremcnegex2 8077* Existence of a left inverse for addition. (Contributed by Scott Fenton, 3-Jan-2013.)
 |-  ( A  e.  CC  ->  E. x  e.  CC  ( x  +  A )  =  0 )
 
Theoremaddcan 8078 Cancellation law for addition. Theorem I.1 of [Apostol] p. 18. (Contributed by NM, 22-Nov-1994.) (Proof shortened by Mario Carneiro, 27-May-2016.)
 |-  ( ( A  e.  CC  /\  B  e.  CC  /\  C  e.  CC )  ->  ( ( A  +  B )  =  ( A  +  C )  <->  B  =  C ) )
 
Theoremaddcan2 8079 Cancellation law for addition. (Contributed by NM, 30-Jul-2004.) (Revised by Scott Fenton, 3-Jan-2013.)
 |-  ( ( A  e.  CC  /\  B  e.  CC  /\  C  e.  CC )  ->  ( ( A  +  C )  =  ( B  +  C )  <->  A  =  B ) )
 
Theoremaddcani 8080 Cancellation law for addition. Theorem I.1 of [Apostol] p. 18. (Contributed by NM, 27-Oct-1999.) (Revised by Scott Fenton, 3-Jan-2013.)
 |-  A  e.  CC   &    |-  B  e.  CC   &    |-  C  e.  CC   =>    |-  (
 ( A  +  B )  =  ( A  +  C )  <->  B  =  C )
 
Theoremaddcan2i 8081 Cancellation law for addition. Theorem I.1 of [Apostol] p. 18. (Contributed by NM, 14-May-2003.) (Revised by Scott Fenton, 3-Jan-2013.)
 |-  A  e.  CC   &    |-  B  e.  CC   &    |-  C  e.  CC   =>    |-  (
 ( A  +  C )  =  ( B  +  C )  <->  A  =  B )
 
Theoremaddcand 8082 Cancellation law for addition. Theorem I.1 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 )  =  ( A  +  C )  <->  B  =  C ) )
 
Theoremaddcan2d 8083 Cancellation law for addition. Theorem I.1 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  +  C )  =  ( B  +  C )  <->  A  =  B ) )
 
Theoremaddcanad 8084 Cancelling a term on the left-hand side of a sum in an equality. Consequence of addcand 8082. (Contributed by David Moews, 28-Feb-2017.)
 |-  ( ph  ->  A  e.  CC )   &    |-  ( ph  ->  B  e.  CC )   &    |-  ( ph  ->  C  e.  CC )   &    |-  ( ph  ->  ( A  +  B )  =  ( A  +  C ) )   =>    |-  ( ph  ->  B  =  C )
 
Theoremaddcan2ad 8085 Cancelling a term on the right-hand side of a sum in an equality. Consequence of addcan2d 8083. (Contributed by David Moews, 28-Feb-2017.)
 |-  ( ph  ->  A  e.  CC )   &    |-  ( ph  ->  B  e.  CC )   &    |-  ( ph  ->  C  e.  CC )   &    |-  ( ph  ->  ( A  +  C )  =  ( B  +  C ) )   =>    |-  ( ph  ->  A  =  B )
 
Theoremaddneintrd 8086 Introducing a term on the left-hand side of a sum in a negated equality. Contrapositive of addcanad 8084. Consequence of addcand 8082. (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 ) )
 
Theoremaddneintr2d 8087 Introducing a term on the right-hand side of a sum in a negated equality. Contrapositive of addcan2ad 8085. Consequence of addcan2d 8083. (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 ) )
 
Theorem0cnALT 8088 Alternate proof of 0cn 7891. (Contributed by NM, 19-Feb-2005.) (Revised by Mario Carneiro, 27-May-2016.) (Proof modification is discouraged.) (New usage is discouraged.)
 |-  0  e.  CC
 
Theoremnegeu 8089* Existential uniqueness of negatives. Theorem I.2 of [Apostol] p. 18. (Contributed by NM, 22-Nov-1994.) (Proof shortened by Mario Carneiro, 27-May-2016.)
 |-  ( ( A  e.  CC  /\  B  e.  CC )  ->  E! x  e. 
 CC  ( A  +  x )  =  B )
 
Theoremsubval 8090* Value of subtraction, which is the (unique) element  x such that  B  +  x  =  A. (Contributed by NM, 4-Aug-2007.) (Revised by Mario Carneiro, 2-Nov-2013.)
 |-  ( ( A  e.  CC  /\  B  e.  CC )  ->  ( A  -  B )  =  ( iota_ x  e.  CC  ( B  +  x )  =  A ) )
 
Theoremnegeq 8091 Equality theorem for negatives. (Contributed by NM, 10-Feb-1995.)
 |-  ( A  =  B  -> 
 -u A  =  -u B )
 
Theoremnegeqi 8092 Equality inference for negatives. (Contributed by NM, 14-Feb-1995.)
 |-  A  =  B   =>    |-  -u A  =  -u B
 
Theoremnegeqd 8093 Equality deduction for negatives. (Contributed by NM, 14-May-1999.)
 |-  ( ph  ->  A  =  B )   =>    |-  ( ph  ->  -u A  =  -u B )
 
Theoremnfnegd 8094 Deduction version of nfneg 8095. (Contributed by NM, 29-Feb-2008.) (Revised by Mario Carneiro, 15-Oct-2016.)
 |-  ( ph  ->  F/_ x A )   =>    |-  ( ph  ->  F/_ x -u A )
 
Theoremnfneg 8095 Bound-variable hypothesis builder for the negative of a complex number. (Contributed by NM, 12-Jun-2005.) (Revised by Mario Carneiro, 15-Oct-2016.)
 |-  F/_ x A   =>    |-  F/_ x -u A
 
Theoremcsbnegg 8096 Move class substitution in and out of the negative of a number. (Contributed by NM, 1-Mar-2008.) (Proof shortened by Andrew Salmon, 22-Oct-2011.)
 |-  ( A  e.  V  -> 
 [_ A  /  x ]_ -u B  =  -u [_ A  /  x ]_ B )
 
Theoremsubcl 8097 Closure law for subtraction. (Contributed by NM, 10-May-1999.) (Revised by Mario Carneiro, 21-Dec-2013.)
 |-  ( ( A  e.  CC  /\  B  e.  CC )  ->  ( A  -  B )  e.  CC )
 
Theoremnegcl 8098 Closure law for negative. (Contributed by NM, 6-Aug-2003.)
 |-  ( A  e.  CC  -> 
 -u A  e.  CC )
 
Theoremnegicn 8099  -u _i is a complex number (common case). (Contributed by David A. Wheeler, 7-Dec-2018.)
 |-  -u _i  e.  CC
 
Theoremsubf 8100 Subtraction is an operation on the complex numbers. (Contributed by NM, 4-Aug-2007.) (Revised by Mario Carneiro, 16-Nov-2013.)
 |- 
 -  : ( CC 
 X.  CC ) --> CC
    < 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-10800 109 10801-10900 110 10901-11000 111 11001-11100 112 11101-11200 113 11201-11300 114 11301-11400 115 11401-11500 116 11501-11600 117 11601-11700 118 11701-11800 119 11801-11900 120 11901-12000 121 12001-12100 122 12101-12200 123 12201-12300 124 12301-12400 125 12401-12500 126 12501-12600 127 12601-12700 128 12701-12800 129 12801-12900 130 12901-13000 131 13001-13100 132 13101-13200 133 13201-13300 134 13301-13400 135 13401-13500 136 13501-13600 137 13601-13700 138 13701-13800 139 13801-13900 140 13901-13960
  Copyright terms: Public domain < Previous  Next >