HomeHome Intuitionistic Logic Explorer
Theorem List (p. 81 of 132)
< 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
 
Theoremsubidi 8001 Subtraction of a number from itself. (Contributed by NM, 26-Nov-1994.)
 |-  A  e.  CC   =>    |-  ( A  -  A )  =  0
 
Theoremsubid1i 8002 Identity law for subtraction. (Contributed by NM, 29-May-1999.)
 |-  A  e.  CC   =>    |-  ( A  -  0 )  =  A
 
Theoremnegne0bi 8003 A number is nonzero iff its negative is nonzero. (Contributed by NM, 10-Aug-1999.)
 |-  A  e.  CC   =>    |-  ( A  =/=  0 
 <->  -u A  =/=  0
 )
 
Theoremnegrebi 8004 The negative of a real is real. (Contributed by NM, 11-Aug-1999.)
 |-  A  e.  CC   =>    |-  ( -u A  e.  RR  <->  A  e.  RR )
 
Theoremnegne0i 8005 The negative of a nonzero number is nonzero. (Contributed by NM, 30-Jul-2004.)
 |-  A  e.  CC   &    |-  A  =/=  0   =>    |-  -u A  =/=  0
 
Theoremsubcli 8006 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 8007 Subtraction and addition of equals. (Contributed by NM, 26-Nov-1994.)
 |-  A  e.  CC   &    |-  B  e.  CC   =>    |-  ( A  +  ( B  -  A ) )  =  B
 
Theoremnegsubi 8008 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 8009 Relationship between subtraction and negative. (Contributed by NM, 1-Dec-2005.)
 |-  A  e.  CC   &    |-  B  e.  CC   =>    |-  ( A  -  -u B )  =  ( A  +  B )
 
Theoremsubeq0i 8010 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 8011 Negative is one-to-one. (Contributed by NM, 1-Aug-1999.)
 |-  A  e.  CC   &    |-  B  e.  CC   =>    |-  ( -u A  =  -u B 
 <->  A  =  B )
 
Theoremnegcon1i 8012 Negative contraposition law. (Contributed by NM, 25-Aug-1999.)
 |-  A  e.  CC   &    |-  B  e.  CC   =>    |-  ( -u A  =  B  <->  -u B  =  A )
 
Theoremnegcon2i 8013 Negative contraposition law. (Contributed by NM, 25-Aug-1999.)
 |-  A  e.  CC   &    |-  B  e.  CC   =>    |-  ( A  =  -u B 
 <->  B  =  -u A )
 
Theoremnegdii 8014 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 8015 Distribution of negative over subtraction. (Contributed by NM, 6-Aug-1999.)
 |-  A  e.  CC   &    |-  B  e.  CC   =>    |-  -u ( A  -  B )  =  ( -u A  +  B )
 
Theoremnegsubdi2i 8016 Distribution of negative over subtraction. (Contributed by NM, 1-Oct-1999.)
 |-  A  e.  CC   &    |-  B  e.  CC   =>    |-  -u ( A  -  B )  =  ( B  -  A )
 
Theoremsubaddi 8017 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 8018 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 8019 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
 
Theoremsubsub23i 8020 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 8021 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 8022 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 8023 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 8024 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 8025 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 8026 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 8027 Alternate proof of 0re 7734. (Contributed by NM, 19-Feb-2005.) (Proof modification is discouraged.) (New usage is discouraged.)
 |-  0  e.  RR
 
Theoremnegcld 8028 Closure law for negative. (Contributed by Mario Carneiro, 27-May-2016.)
 |-  ( ph  ->  A  e.  CC )   =>    |-  ( ph  ->  -u A  e.  CC )
 
Theoremsubidd 8029 Subtraction of a number from itself. (Contributed by Mario Carneiro, 27-May-2016.)
 |-  ( ph  ->  A  e.  CC )   =>    |-  ( ph  ->  ( A  -  A )  =  0 )
 
Theoremsubid1d 8030 Identity law for subtraction. (Contributed by Mario Carneiro, 27-May-2016.)
 |-  ( ph  ->  A  e.  CC )   =>    |-  ( ph  ->  ( A  -  0 )  =  A )
 
Theoremnegidd 8031 Addition of a number and its negative. (Contributed by Mario Carneiro, 27-May-2016.)
 |-  ( ph  ->  A  e.  CC )   =>    |-  ( ph  ->  ( A  +  -u A )  =  0 )
 
Theoremnegnegd 8032 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 8033 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 8034 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 8035 Contraposition law for unary minus. Deduction form of negcon1 7982. (Contributed by David Moews, 28-Feb-2017.)
 |-  ( ph  ->  A  e.  CC )   &    |-  ( ph  ->  B  e.  CC )   =>    |-  ( ph  ->  (
 -u A  =  B  <->  -u B  =  A )
 )
 
Theoremnegcon1ad 8036 Contraposition law for unary minus. One-way deduction form of negcon1 7982. (Contributed by David Moews, 28-Feb-2017.)
 |-  ( ph  ->  A  e.  CC )   &    |-  ( ph  ->  -u A  =  B )   =>    |-  ( ph  ->  -u B  =  A )
 
Theoremneg11ad 8037 The negatives of two complex numbers are equal iff they are equal. Deduction form of neg11 7981. Generalization of neg11d 8053. (Contributed by David Moews, 28-Feb-2017.)
 |-  ( ph  ->  A  e.  CC )   &    |-  ( ph  ->  B  e.  CC )   =>    |-  ( ph  ->  (
 -u A  =  -u B 
 <->  A  =  B ) )
 
Theoremnegned 8038 If two complex numbers are unequal, so are their negatives. Contrapositive of neg11d 8053. (Contributed by David Moews, 28-Feb-2017.)
 |-  ( ph  ->  A  e.  CC )   &    |-  ( ph  ->  B  e.  CC )   &    |-  ( ph  ->  A  =/=  B )   =>    |-  ( ph  ->  -u A  =/=  -u B )
 
Theoremnegne0d 8039 The negative of a nonzero number is nonzero. See also negap0d 8360 which is similar but for apart from zero rather than not equal to zero. (Contributed by Mario Carneiro, 27-May-2016.)
 |-  ( ph  ->  A  e.  CC )   &    |-  ( ph  ->  A  =/=  0 )   =>    |-  ( ph  ->  -u A  =/=  0 )
 
Theoremnegrebd 8040 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 8041 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 8042 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 8043 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 8044 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 8045 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 8046 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 8047 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 8048 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 8049 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 8050 Two unequal numbers have nonzero difference. See also subap0d 8373 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 8051 The difference of two complex numbers is zero iff they are equal. Deduction form of subeq0 7956. Generalization of subeq0d 8049. (Contributed by David Moews, 28-Feb-2017.)
 |-  ( ph  ->  A  e.  CC )   &    |-  ( ph  ->  B  e.  CC )   =>    |-  ( ph  ->  ( ( A  -  B )  =  0  <->  A  =  B ) )
 
Theoremsubne0ad 8052 If the difference of two complex numbers is nonzero, they are unequal. Converse of subne0d 8050. Contrapositive of subeq0bd 8109. (Contributed by David Moews, 28-Feb-2017.)
 |-  ( ph  ->  A  e.  CC )   &    |-  ( ph  ->  B  e.  CC )   &    |-  ( ph  ->  ( A  -  B )  =/=  0
 )   =>    |-  ( ph  ->  A  =/=  B )
 
Theoremneg11d 8053 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 8054 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 8055 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 8056 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 8057 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 8058 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 8059 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 8060 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 8061 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 8062 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 8063 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 8064 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 8065 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 8066 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 8067 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 8068 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 8069 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 8070 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 8071 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 8072 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 8073 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 8074 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 8075 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 8076 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 8077 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 8078 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 8079 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 8080 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 8081 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 8082 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 8083 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 8084 Cancellation law for subtraction. Deduction form of subcan 7985. Generalization of subcand 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 )  <->  B  =  C ) )
 
Theoremsubneintrd 8085 Introducing subtraction on both sides of a statement of inequality. Contrapositive of subcand 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 ) )
 
Theoremsubcan2ad 8086 Cancellation law for subtraction. Deduction form of subcan2 7955. Generalization of subcan2d 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 )  <->  A  =  B ) )
 
Theoremsubneintr2d 8087 Introducing subtraction on both sides of a statement of inequality. Contrapositive of subcan2d 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 ) )
 
Theoremaddsub4d 8088 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 8089 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 8090 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 8091 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 8092 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 ) ) )
 
Theoremsubeqxfrd 8093 Transfer two terms of a subtraction in an equality. (Contributed by Thierry Arnoux, 2-Feb-2020.)
 |-  ( ph  ->  A  e.  CC )   &    |-  ( ph  ->  B  e.  CC )   &    |-  ( ph  ->  C  e.  CC )   &    |-  ( ph  ->  D  e.  CC )   &    |-  ( ph  ->  ( A  -  B )  =  ( C  -  D ) )   =>    |-  ( ph  ->  ( A  -  C )  =  ( B  -  D ) )
 
Theoremmvlraddd 8094 Move LHS right addition to RHS. (Contributed by David A. Wheeler, 15-Oct-2018.)
 |-  ( ph  ->  A  e.  CC )   &    |-  ( ph  ->  B  e.  CC )   &    |-  ( ph  ->  ( A  +  B )  =  C )   =>    |-  ( ph  ->  A  =  ( C  -  B ) )
 
Theoremmvlladdd 8095 Move LHS left addition to RHS. (Contributed by David A. Wheeler, 15-Oct-2018.)
 |-  ( ph  ->  A  e.  CC )   &    |-  ( ph  ->  B  e.  CC )   &    |-  ( ph  ->  ( A  +  B )  =  C )   =>    |-  ( ph  ->  B  =  ( C  -  A ) )
 
Theoremmvrraddd 8096 Move RHS right addition to LHS. (Contributed by David A. Wheeler, 15-Oct-2018.)
 |-  ( ph  ->  B  e.  CC )   &    |-  ( ph  ->  C  e.  CC )   &    |-  ( ph  ->  A  =  ( B  +  C ) )   =>    |-  ( ph  ->  ( A  -  C )  =  B )
 
Theoremmvrladdd 8097 Move RHS left addition to LHS. (Contributed by David A. Wheeler, 11-Oct-2018.)
 |-  ( ph  ->  B  e.  CC )   &    |-  ( ph  ->  C  e.  CC )   &    |-  ( ph  ->  A  =  ( B  +  C ) )   =>    |-  ( ph  ->  ( A  -  B )  =  C )
 
Theoremassraddsubd 8098 Associate RHS addition-subtraction. (Contributed by David A. Wheeler, 15-Oct-2018.)
 |-  ( ph  ->  B  e.  CC )   &    |-  ( ph  ->  C  e.  CC )   &    |-  ( ph  ->  D  e.  CC )   &    |-  ( ph  ->  A  =  ( ( B  +  C )  -  D ) )   =>    |-  ( ph  ->  A  =  ( B  +  ( C  -  D ) ) )
 
Theoremsubaddeqd 8099 Transfer two terms of a subtraction to an addition in an equality. (Contributed by Thierry Arnoux, 2-Feb-2020.)
 |-  ( ph  ->  A  e.  CC )   &    |-  ( ph  ->  B  e.  CC )   &    |-  ( ph  ->  C  e.  CC )   &    |-  ( ph  ->  D  e.  CC )   &    |-  ( ph  ->  ( A  +  B )  =  ( C  +  D ) )   =>    |-  ( ph  ->  ( A  -  D )  =  ( C  -  B ) )
 
Theoremaddlsub 8100 Left-subtraction: Subtraction of the left summand from the result of an addition. (Contributed by BJ, 6-Jun-2019.)
 |-  ( ph  ->  A  e.  CC )   &    |-  ( ph  ->  B  e.  CC )   &    |-  ( ph  ->  C  e.  CC )   =>    |-  ( ph  ->  (
 ( A  +  B )  =  C  <->  A  =  ( C  -  B ) ) )
    < 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-13145
  Copyright terms: Public domain < Previous  Next >