HomeHome Intuitionistic Logic Explorer
Theorem List (p. 73 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 - 7201-7300   *Has distinct variable group(s)
TypeLabelDescription
Statement
 
Theorem0cnALT 7201 Alternate proof of 0cn 7019. (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 7202* 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 7203* 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 7204 Equality theorem for negatives. (Contributed by NM, 10-Feb-1995.)
 |-  ( A  =  B  -> 
 -u A  =  -u B )
 
Theoremnegeqi 7205 Equality inference for negatives. (Contributed by NM, 14-Feb-1995.)
 |-  A  =  B   =>    |-  -u A  =  -u B
 
Theoremnegeqd 7206 Equality deduction for negatives. (Contributed by NM, 14-May-1999.)
 |-  ( ph  ->  A  =  B )   =>    |-  ( ph  ->  -u A  =  -u B )
 
Theoremnfnegd 7207 Deduction version of nfneg 7208. (Contributed by NM, 29-Feb-2008.) (Revised by Mario Carneiro, 15-Oct-2016.)
 |-  ( ph  ->  F/_ x A )   =>    |-  ( ph  ->  F/_ x -u A )
 
Theoremnfneg 7208 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 7209 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 7210 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 7211 Closure law for negative. (Contributed by NM, 6-Aug-2003.)
 |-  ( A  e.  CC  -> 
 -u A  e.  CC )
 
Theoremnegicn 7212  -u _i is a complex number (common case). (Contributed by David A. Wheeler, 7-Dec-2018.)
 |-  -u _i  e.  CC
 
Theoremsubf 7213 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
 
Theoremsubadd 7214 Relationship between subtraction and addition. (Contributed by NM, 20-Jan-1997.) (Revised by Mario Carneiro, 21-Dec-2013.)
 |-  ( ( A  e.  CC  /\  B  e.  CC  /\  C  e.  CC )  ->  ( ( A  -  B )  =  C  <->  ( B  +  C )  =  A ) )
 
Theoremsubadd2 7215 Relationship between subtraction and addition. (Contributed by Scott Fenton, 5-Jul-2013.) (Proof shortened by Mario Carneiro, 27-May-2016.)
 |-  ( ( A  e.  CC  /\  B  e.  CC  /\  C  e.  CC )  ->  ( ( A  -  B )  =  C  <->  ( C  +  B )  =  A ) )
 
Theoremsubsub23 7216 Swap subtrahend and result of subtraction. (Contributed by NM, 14-Dec-2007.)
 |-  ( ( A  e.  CC  /\  B  e.  CC  /\  C  e.  CC )  ->  ( ( A  -  B )  =  C  <->  ( A  -  C )  =  B ) )
 
Theorempncan 7217 Cancellation law for subtraction. (Contributed by NM, 10-May-2004.) (Revised by Mario Carneiro, 27-May-2016.)
 |-  ( ( A  e.  CC  /\  B  e.  CC )  ->  ( ( A  +  B )  -  B )  =  A )
 
Theorempncan2 7218 Cancellation law for subtraction. (Contributed by NM, 17-Apr-2005.)
 |-  ( ( A  e.  CC  /\  B  e.  CC )  ->  ( ( A  +  B )  -  A )  =  B )
 
Theorempncan3 7219 Subtraction and addition of equals. (Contributed by NM, 14-Mar-2005.)
 |-  ( ( A  e.  CC  /\  B  e.  CC )  ->  ( A  +  ( B  -  A ) )  =  B )
 
Theoremnpcan 7220 Cancellation law for subtraction. (Contributed by NM, 10-May-2004.) (Revised by Mario Carneiro, 27-May-2016.)
 |-  ( ( A  e.  CC  /\  B  e.  CC )  ->  ( ( A  -  B )  +  B )  =  A )
 
Theoremaddsubass 7221 Associative-type law for addition and subtraction. (Contributed by NM, 6-Aug-2003.) (Revised by Mario Carneiro, 27-May-2016.)
 |-  ( ( A  e.  CC  /\  B  e.  CC  /\  C  e.  CC )  ->  ( ( A  +  B )  -  C )  =  ( A  +  ( B  -  C ) ) )
 
Theoremaddsub 7222 Law for addition and subtraction. (Contributed by NM, 19-Aug-2001.) (Proof shortened by Andrew Salmon, 22-Oct-2011.)
 |-  ( ( A  e.  CC  /\  B  e.  CC  /\  C  e.  CC )  ->  ( ( A  +  B )  -  C )  =  ( ( A  -  C )  +  B ) )
 
Theoremsubadd23 7223 Commutative/associative law for addition and subtraction. (Contributed by NM, 1-Feb-2007.)
 |-  ( ( A  e.  CC  /\  B  e.  CC  /\  C  e.  CC )  ->  ( ( A  -  B )  +  C )  =  ( A  +  ( C  -  B ) ) )
 
Theoremaddsub12 7224 Commutative/associative law for addition and subtraction. (Contributed by NM, 8-Feb-2005.)
 |-  ( ( A  e.  CC  /\  B  e.  CC  /\  C  e.  CC )  ->  ( A  +  ( B  -  C ) )  =  ( B  +  ( A  -  C ) ) )
 
Theorem2addsub 7225 Law for subtraction and addition. (Contributed by NM, 20-Nov-2005.)
 |-  ( ( ( A  e.  CC  /\  B  e.  CC )  /\  ( C  e.  CC  /\  D  e.  CC ) )  ->  ( ( ( A  +  B )  +  C )  -  D )  =  ( (
 ( A  +  C )  -  D )  +  B ) )
 
Theoremaddsubeq4 7226 Relation between sums and differences. (Contributed by Jeff Madsen, 17-Jun-2010.)
 |-  ( ( ( A  e.  CC  /\  B  e.  CC )  /\  ( C  e.  CC  /\  D  e.  CC ) )  ->  ( ( A  +  B )  =  ( C  +  D )  <->  ( C  -  A )  =  ( B  -  D ) ) )
 
Theorempncan3oi 7227 Subtraction and addition of equals. Almost but not exactly the same as pncan3i 7288 and pncan 7217, this order happens often when applying "operations to both sides" so create a theorem specifically for it. A deduction version of this is available as pncand 7323. (Contributed by David A. Wheeler, 11-Oct-2018.)
 |-  A  e.  CC   &    |-  B  e.  CC   =>    |-  ( ( A  +  B )  -  B )  =  A
 
Theoremmvrraddi 7228 Move RHS right addition to LHS. (Contributed by David A. Wheeler, 11-Oct-2018.)
 |-  B  e.  CC   &    |-  C  e.  CC   &    |-  A  =  ( B  +  C )   =>    |-  ( A  -  C )  =  B
 
Theoremmvlladdi 7229 Move LHS left addition to RHS. (Contributed by David A. Wheeler, 11-Oct-2018.)
 |-  A  e.  CC   &    |-  B  e.  CC   &    |-  ( A  +  B )  =  C   =>    |-  B  =  ( C  -  A )
 
Theoremsubid 7230 Subtraction of a number from itself. (Contributed by NM, 8-Oct-1999.) (Revised by Mario Carneiro, 27-May-2016.)
 |-  ( A  e.  CC  ->  ( A  -  A )  =  0 )
 
Theoremsubid1 7231 Identity law for subtraction. (Contributed by NM, 9-May-2004.) (Revised by Mario Carneiro, 27-May-2016.)
 |-  ( A  e.  CC  ->  ( A  -  0
 )  =  A )
 
Theoremnpncan 7232 Cancellation law for subtraction. (Contributed by NM, 8-Feb-2005.)
 |-  ( ( A  e.  CC  /\  B  e.  CC  /\  C  e.  CC )  ->  ( ( A  -  B )  +  ( B  -  C ) )  =  ( A  -  C ) )
 
Theoremnppcan 7233 Cancellation law for subtraction. (Contributed by NM, 1-Sep-2005.)
 |-  ( ( A  e.  CC  /\  B  e.  CC  /\  C  e.  CC )  ->  ( ( ( A  -  B )  +  C )  +  B )  =  ( A  +  C ) )
 
Theoremnnpcan 7234 Cancellation law for subtraction: ((a-b)-c)+b = a-c holds for complex numbers a,b,c. (Contributed by Alexander van der Vekens, 24-Mar-2018.)
 |-  ( ( A  e.  CC  /\  B  e.  CC  /\  C  e.  CC )  ->  ( ( ( A  -  B )  -  C )  +  B )  =  ( A  -  C ) )
 
Theoremnppcan3 7235 Cancellation law for subtraction. (Contributed by Mario Carneiro, 14-Sep-2015.)
 |-  ( ( A  e.  CC  /\  B  e.  CC  /\  C  e.  CC )  ->  ( ( A  -  B )  +  ( C  +  B )
 )  =  ( A  +  C ) )
 
Theoremsubcan2 7236 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 ) )
 
Theoremsubeq0 7237 If the difference between two numbers is zero, they are equal. (Contributed by NM, 16-Nov-1999.)
 |-  ( ( A  e.  CC  /\  B  e.  CC )  ->  ( ( A  -  B )  =  0  <->  A  =  B ) )
 
Theoremnpncan2 7238 Cancellation law for subtraction. (Contributed by Scott Fenton, 21-Jun-2013.)
 |-  ( ( A  e.  CC  /\  B  e.  CC )  ->  ( ( A  -  B )  +  ( B  -  A ) )  =  0
 )
 
Theoremsubsub2 7239 Law for double subtraction. (Contributed by NM, 30-Jun-2005.) (Revised by Mario Carneiro, 27-May-2016.)
 |-  ( ( A  e.  CC  /\  B  e.  CC  /\  C  e.  CC )  ->  ( A  -  ( B  -  C ) )  =  ( A  +  ( C  -  B ) ) )
 
Theoremnncan 7240 Cancellation law for subtraction. (Contributed by NM, 21-Jun-2005.) (Proof shortened by Andrew Salmon, 19-Nov-2011.)
 |-  ( ( A  e.  CC  /\  B  e.  CC )  ->  ( A  -  ( A  -  B ) )  =  B )
 
Theoremsubsub 7241 Law for double subtraction. (Contributed by NM, 13-May-2004.)
 |-  ( ( A  e.  CC  /\  B  e.  CC  /\  C  e.  CC )  ->  ( A  -  ( B  -  C ) )  =  ( ( A  -  B )  +  C ) )
 
Theoremnppcan2 7242 Cancellation law for subtraction. (Contributed by NM, 29-Sep-2005.)
 |-  ( ( A  e.  CC  /\  B  e.  CC  /\  C  e.  CC )  ->  ( ( A  -  ( B  +  C ) )  +  C )  =  ( A  -  B ) )
 
Theoremsubsub3 7243 Law for double subtraction. (Contributed by NM, 27-Jul-2005.)
 |-  ( ( A  e.  CC  /\  B  e.  CC  /\  C  e.  CC )  ->  ( A  -  ( B  -  C ) )  =  ( ( A  +  C )  -  B ) )
 
Theoremsubsub4 7244 Law for double subtraction. (Contributed by NM, 19-Aug-2005.) (Revised by Mario Carneiro, 27-May-2016.)
 |-  ( ( A  e.  CC  /\  B  e.  CC  /\  C  e.  CC )  ->  ( ( A  -  B )  -  C )  =  ( A  -  ( B  +  C ) ) )
 
Theoremsub32 7245 Swap the second and third terms in a double subtraction. (Contributed by NM, 19-Aug-2005.)
 |-  ( ( A  e.  CC  /\  B  e.  CC  /\  C  e.  CC )  ->  ( ( A  -  B )  -  C )  =  ( ( A  -  C )  -  B ) )
 
Theoremnnncan 7246 Cancellation law for subtraction. (Contributed by NM, 4-Sep-2005.)
 |-  ( ( A  e.  CC  /\  B  e.  CC  /\  C  e.  CC )  ->  ( ( A  -  ( B  -  C ) )  -  C )  =  ( A  -  B ) )
 
Theoremnnncan1 7247 Cancellation law for subtraction. (Contributed by NM, 8-Feb-2005.) (Proof shortened by Andrew Salmon, 19-Nov-2011.)
 |-  ( ( A  e.  CC  /\  B  e.  CC  /\  C  e.  CC )  ->  ( ( A  -  B )  -  ( A  -  C ) )  =  ( C  -  B ) )
 
Theoremnnncan2 7248 Cancellation law for subtraction. (Contributed by NM, 1-Oct-2005.)
 |-  ( ( A  e.  CC  /\  B  e.  CC  /\  C  e.  CC )  ->  ( ( A  -  C )  -  ( B  -  C ) )  =  ( A  -  B ) )
 
Theoremnpncan3 7249 Cancellation law for subtraction. (Contributed by Scott Fenton, 23-Jun-2013.) (Proof shortened by Mario Carneiro, 27-May-2016.)
 |-  ( ( A  e.  CC  /\  B  e.  CC  /\  C  e.  CC )  ->  ( ( A  -  B )  +  ( C  -  A ) )  =  ( C  -  B ) )
 
Theorempnpcan 7250 Cancellation law for mixed addition and subtraction. (Contributed by NM, 4-Mar-2005.) (Revised by Mario Carneiro, 27-May-2016.)
 |-  ( ( A  e.  CC  /\  B  e.  CC  /\  C  e.  CC )  ->  ( ( A  +  B )  -  ( A  +  C )
 )  =  ( B  -  C ) )
 
Theorempnpcan2 7251 Cancellation law for mixed addition and subtraction. (Contributed by Scott Fenton, 9-Jun-2006.)
 |-  ( ( A  e.  CC  /\  B  e.  CC  /\  C  e.  CC )  ->  ( ( A  +  C )  -  ( B  +  C )
 )  =  ( A  -  B ) )
 
Theorempnncan 7252 Cancellation law for mixed addition and subtraction. (Contributed by NM, 30-Jun-2005.) (Revised by Mario Carneiro, 27-May-2016.)
 |-  ( ( A  e.  CC  /\  B  e.  CC  /\  C  e.  CC )  ->  ( ( A  +  B )  -  ( A  -  C ) )  =  ( B  +  C ) )
 
Theoremppncan 7253 Cancellation law for mixed addition and subtraction. (Contributed by NM, 30-Jun-2005.)
 |-  ( ( A  e.  CC  /\  B  e.  CC  /\  C  e.  CC )  ->  ( ( A  +  B )  +  ( C  -  B ) )  =  ( A  +  C ) )
 
Theoremaddsub4 7254 Rearrangement of 4 terms in a mixed addition and subtraction. (Contributed by NM, 4-Mar-2005.)
 |-  ( ( ( A  e.  CC  /\  B  e.  CC )  /\  ( C  e.  CC  /\  D  e.  CC ) )  ->  ( ( A  +  B )  -  ( C  +  D )
 )  =  ( ( A  -  C )  +  ( B  -  D ) ) )
 
Theoremsubadd4 7255 Rearrangement of 4 terms in a mixed addition and subtraction. (Contributed by NM, 24-Aug-2006.)
 |-  ( ( ( A  e.  CC  /\  B  e.  CC )  /\  ( C  e.  CC  /\  D  e.  CC ) )  ->  ( ( A  -  B )  -  ( C  -  D ) )  =  ( ( A  +  D )  -  ( B  +  C ) ) )
 
Theoremsub4 7256 Rearrangement of 4 terms in a subtraction. (Contributed by NM, 23-Nov-2007.)
 |-  ( ( ( A  e.  CC  /\  B  e.  CC )  /\  ( C  e.  CC  /\  D  e.  CC ) )  ->  ( ( A  -  B )  -  ( C  -  D ) )  =  ( ( A  -  C )  -  ( B  -  D ) ) )
 
Theoremneg0 7257 Minus 0 equals 0. (Contributed by NM, 17-Jan-1997.)
 |-  -u 0  =  0
 
Theoremnegid 7258 Addition of a number and its negative. (Contributed by NM, 14-Mar-2005.)
 |-  ( A  e.  CC  ->  ( A  +  -u A )  =  0 )
 
Theoremnegsub 7259 Relationship between subtraction and negative. Theorem I.3 of [Apostol] p. 18. (Contributed by NM, 21-Jan-1997.) (Proof shortened by Mario Carneiro, 27-May-2016.)
 |-  ( ( A  e.  CC  /\  B  e.  CC )  ->  ( A  +  -u B )  =  ( A  -  B ) )
 
Theoremsubneg 7260 Relationship between subtraction and negative. (Contributed by NM, 10-May-2004.) (Revised by Mario Carneiro, 27-May-2016.)
 |-  ( ( A  e.  CC  /\  B  e.  CC )  ->  ( A  -  -u B )  =  ( A  +  B ) )
 
Theoremnegneg 7261 A number is equal to the negative of its negative. Theorem I.4 of [Apostol] p. 18. (Contributed by NM, 12-Jan-2002.) (Revised by Mario Carneiro, 27-May-2016.)
 |-  ( A  e.  CC  -> 
 -u -u A  =  A )
 
Theoremneg11 7262 Negative is one-to-one. (Contributed by NM, 8-Feb-2005.) (Revised by Mario Carneiro, 27-May-2016.)
 |-  ( ( A  e.  CC  /\  B  e.  CC )  ->  ( -u A  =  -u B  <->  A  =  B ) )
 
Theoremnegcon1 7263 Negative contraposition law. (Contributed by NM, 9-May-2004.)
 |-  ( ( A  e.  CC  /\  B  e.  CC )  ->  ( -u A  =  B  <->  -u B  =  A ) )
 
Theoremnegcon2 7264 Negative contraposition law. (Contributed by NM, 14-Nov-2004.)
 |-  ( ( A  e.  CC  /\  B  e.  CC )  ->  ( A  =  -u B  <->  B  =  -u A ) )
 
Theoremnegeq0 7265 A number is zero iff its negative is zero. (Contributed by NM, 12-Jul-2005.) (Revised by Mario Carneiro, 27-May-2016.)
 |-  ( A  e.  CC  ->  ( A  =  0  <->  -u A  =  0 ) )
 
Theoremsubcan 7266 Cancellation law for subtraction. (Contributed by NM, 8-Feb-2005.) (Revised by Mario Carneiro, 27-May-2016.)
 |-  ( ( A  e.  CC  /\  B  e.  CC  /\  C  e.  CC )  ->  ( ( A  -  B )  =  ( A  -  C )  <->  B  =  C ) )
 
Theoremnegsubdi 7267 Distribution of negative over subtraction. (Contributed by NM, 15-Nov-2004.) (Proof shortened by Mario Carneiro, 27-May-2016.)
 |-  ( ( A  e.  CC  /\  B  e.  CC )  ->  -u ( A  -  B )  =  ( -u A  +  B ) )
 
Theoremnegdi 7268 Distribution of negative over addition. (Contributed by NM, 10-May-2004.) (Proof shortened by Mario Carneiro, 27-May-2016.)
 |-  ( ( A  e.  CC  /\  B  e.  CC )  ->  -u ( A  +  B )  =  ( -u A  +  -u B ) )
 
Theoremnegdi2 7269 Distribution of negative over addition. (Contributed by NM, 1-Jan-2006.)
 |-  ( ( A  e.  CC  /\  B  e.  CC )  ->  -u ( A  +  B )  =  ( -u A  -  B ) )
 
Theoremnegsubdi2 7270 Distribution of negative over subtraction. (Contributed by NM, 4-Oct-1999.)
 |-  ( ( A  e.  CC  /\  B  e.  CC )  ->  -u ( A  -  B )  =  ( B  -  A ) )
 
Theoremneg2sub 7271 Relationship between subtraction and negative. (Contributed by Paul Chapman, 8-Oct-2007.)
 |-  ( ( A  e.  CC  /\  B  e.  CC )  ->  ( -u A  -  -u B )  =  ( B  -  A ) )
 
Theoremrenegcl 7272 Closure law for negative of reals. (Contributed by NM, 20-Jan-1997.)
 |-  ( A  e.  RR  -> 
 -u A  e.  RR )
 
Theoremrenegcli 7273 Closure law for negative of reals. (Note: this inference proof style and the deduction theorem usage in renegcl 7272 is deprecated, but is retained for its demonstration value.) (Contributed by NM, 17-Jan-1997.) (Proof shortened by Andrew Salmon, 22-Oct-2011.)
 |-  A  e.  RR   =>    |-  -u A  e.  RR
 
Theoremresubcli 7274 Closure law for subtraction of reals. (Contributed by NM, 17-Jan-1997.) (Revised by Mario Carneiro, 27-May-2016.)
 |-  A  e.  RR   &    |-  B  e.  RR   =>    |-  ( A  -  B )  e.  RR
 
Theoremresubcl 7275 Closure law for subtraction of reals. (Contributed by NM, 20-Jan-1997.)
 |-  ( ( A  e.  RR  /\  B  e.  RR )  ->  ( A  -  B )  e.  RR )
 
Theoremnegreb 7276 The negative of a real is real. (Contributed by NM, 11-Aug-1999.) (Revised by Mario Carneiro, 14-Jul-2014.)
 |-  ( A  e.  CC  ->  ( -u A  e.  RR  <->  A  e.  RR ) )
 
Theorempeano2cnm 7277 "Reverse" second Peano postulate analog for complex numbers: A complex number minus 1 is a complex number. (Contributed by Alexander van der Vekens, 18-Mar-2018.)
 |-  ( N  e.  CC  ->  ( N  -  1
 )  e.  CC )
 
Theorempeano2rem 7278 "Reverse" second Peano postulate analog for reals. (Contributed by NM, 6-Feb-2007.)
 |-  ( N  e.  RR  ->  ( N  -  1
 )  e.  RR )
 
Theoremnegcli 7279 Closure law for negative. (Contributed by NM, 26-Nov-1994.)
 |-  A  e.  CC   =>    |-  -u A  e.  CC
 
Theoremnegidi 7280 Addition of a number and its negative. (Contributed by NM, 26-Nov-1994.)
 |-  A  e.  CC   =>    |-  ( A  +  -u A )  =  0
 
Theoremnegnegi 7281 A number is equal to the negative of its negative. Theorem I.4 of [Apostol] p. 18. (Contributed by NM, 8-Feb-1995.) (Proof shortened by Andrew Salmon, 22-Oct-2011.)
 |-  A  e.  CC   =>    |-  -u -u A  =  A
 
Theoremsubidi 7282 Subtraction of a number from itself. (Contributed by NM, 26-Nov-1994.)
 |-  A  e.  CC   =>    |-  ( A  -  A )  =  0
 
Theoremsubid1i 7283 Identity law for subtraction. (Contributed by NM, 29-May-1999.)
 |-  A  e.  CC   =>    |-  ( A  -  0 )  =  A
 
Theoremnegne0bi 7284 A number is nonzero iff its negative is nonzero. (Contributed by NM, 10-Aug-1999.)
 |-  A  e.  CC   =>    |-  ( A  =/=  0 
 <->  -u A  =/=  0
 )
 
Theoremnegrebi 7285 The negative of a real is real. (Contributed by NM, 11-Aug-1999.)
 |-  A  e.  CC   =>    |-  ( -u A  e.  RR  <->  A  e.  RR )
 
Theoremnegne0i 7286 The negative of a nonzero number is nonzero. (Contributed by NM, 30-Jul-2004.)
 |-  A  e.  CC   &    |-  A  =/=  0   =>    |-  -u A  =/=  0
 
Theoremsubcli 7287 Closure law for subtraction. (Contributed by NM, 26-Nov-1994.) (Revised by Mario Carneiro, 21-Dec-2013.)
 |-  A  e.  CC   &    |-  B  e.  CC   =>    |-  ( A  -  B )  e.  CC
 
Theorempncan3i 7288 Subtraction and addition of equals. (Contributed by NM, 26-Nov-1994.)
 |-  A  e.  CC   &    |-  B  e.  CC   =>    |-  ( A  +  ( B  -  A ) )  =  B
 
Theoremnegsubi 7289 Relationship between subtraction and negative. Theorem I.3 of [Apostol] p. 18. (Contributed by NM, 26-Nov-1994.) (Proof shortened by Andrew Salmon, 22-Oct-2011.)
 |-  A  e.  CC   &    |-  B  e.  CC   =>    |-  ( A  +  -u B )  =  ( A  -  B )
 
Theoremsubnegi 7290 Relationship between subtraction and negative. (Contributed by NM, 1-Dec-2005.)
 |-  A  e.  CC   &    |-  B  e.  CC   =>    |-  ( A  -  -u B )  =  ( A  +  B )
 
Theoremsubeq0i 7291 If the difference between two numbers is zero, they are equal. (Contributed by NM, 8-May-1999.)
 |-  A  e.  CC   &    |-  B  e.  CC   =>    |-  ( ( A  -  B )  =  0  <->  A  =  B )
 
Theoremneg11i 7292 Negative is one-to-one. (Contributed by NM, 1-Aug-1999.)
 |-  A  e.  CC   &    |-  B  e.  CC   =>    |-  ( -u A  =  -u B 
 <->  A  =  B )
 
Theoremnegcon1i 7293 Negative contraposition law. (Contributed by NM, 25-Aug-1999.)
 |-  A  e.  CC   &    |-  B  e.  CC   =>    |-  ( -u A  =  B  <->  -u B  =  A )
 
Theoremnegcon2i 7294 Negative contraposition law. (Contributed by NM, 25-Aug-1999.)
 |-  A  e.  CC   &    |-  B  e.  CC   =>    |-  ( A  =  -u B 
 <->  B  =  -u A )
 
Theoremnegdii 7295 Distribution of negative over addition. (Contributed by NM, 28-Jul-1999.) (Proof shortened by Andrew Salmon, 19-Nov-2011.)
 |-  A  e.  CC   &    |-  B  e.  CC   =>    |-  -u ( A  +  B )  =  ( -u A  +  -u B )
 
Theoremnegsubdii 7296 Distribution of negative over subtraction. (Contributed by NM, 6-Aug-1999.)
 |-  A  e.  CC   &    |-  B  e.  CC   =>    |-  -u ( A  -  B )  =  ( -u A  +  B )
 
Theoremnegsubdi2i 7297 Distribution of negative over subtraction. (Contributed by NM, 1-Oct-1999.)
 |-  A  e.  CC   &    |-  B  e.  CC   =>    |-  -u ( A  -  B )  =  ( B  -  A )
 
Theoremsubaddi 7298 Relationship between subtraction and addition. (Contributed by NM, 26-Nov-1994.) (Revised by Mario Carneiro, 21-Dec-2013.)
 |-  A  e.  CC   &    |-  B  e.  CC   &    |-  C  e.  CC   =>    |-  (
 ( A  -  B )  =  C  <->  ( B  +  C )  =  A )
 
Theoremsubadd2i 7299 Relationship between subtraction and addition. (Contributed by NM, 15-Dec-2006.)
 |-  A  e.  CC   &    |-  B  e.  CC   &    |-  C  e.  CC   =>    |-  (
 ( A  -  B )  =  C  <->  ( C  +  B )  =  A )
 
Theoremsubaddrii 7300 Relationship between subtraction and addition. (Contributed by NM, 16-Dec-2006.)
 |-  A  e.  CC   &    |-  B  e.  CC   &    |-  C  e.  CC   &    |-  ( B  +  C )  =  A   =>    |-  ( A  -  B )  =  C
    < 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 >