HomeHome Intuitionistic Logic Explorer
Theorem List (p. 85 of 166)
< Previous  Next >
Bad symbols? Try the
GIF version.

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

Theorem List for Intuitionistic Logic Explorer - 8401-8500   *Has distinct variable group(s)
TypeLabelDescription
Statement
 
Theorempnpcan 8401 Cancellation law for mixed addition and subtraction. (Contributed by NM, 4-Mar-2005.) (Revised by Mario Carneiro, 27-May-2016.)
((𝐴 ∈ ℂ ∧ 𝐵 ∈ ℂ ∧ 𝐶 ∈ ℂ) → ((𝐴 + 𝐵) − (𝐴 + 𝐶)) = (𝐵𝐶))
 
Theorempnpcan2 8402 Cancellation law for mixed addition and subtraction. (Contributed by Scott Fenton, 9-Jun-2006.)
((𝐴 ∈ ℂ ∧ 𝐵 ∈ ℂ ∧ 𝐶 ∈ ℂ) → ((𝐴 + 𝐶) − (𝐵 + 𝐶)) = (𝐴𝐵))
 
Theorempnncan 8403 Cancellation law for mixed addition and subtraction. (Contributed by NM, 30-Jun-2005.) (Revised by Mario Carneiro, 27-May-2016.)
((𝐴 ∈ ℂ ∧ 𝐵 ∈ ℂ ∧ 𝐶 ∈ ℂ) → ((𝐴 + 𝐵) − (𝐴𝐶)) = (𝐵 + 𝐶))
 
Theoremppncan 8404 Cancellation law for mixed addition and subtraction. (Contributed by NM, 30-Jun-2005.)
((𝐴 ∈ ℂ ∧ 𝐵 ∈ ℂ ∧ 𝐶 ∈ ℂ) → ((𝐴 + 𝐵) + (𝐶𝐵)) = (𝐴 + 𝐶))
 
Theoremaddsub4 8405 Rearrangement of 4 terms in a mixed addition and subtraction. (Contributed by NM, 4-Mar-2005.)
(((𝐴 ∈ ℂ ∧ 𝐵 ∈ ℂ) ∧ (𝐶 ∈ ℂ ∧ 𝐷 ∈ ℂ)) → ((𝐴 + 𝐵) − (𝐶 + 𝐷)) = ((𝐴𝐶) + (𝐵𝐷)))
 
Theoremsubadd4 8406 Rearrangement of 4 terms in a mixed addition and subtraction. (Contributed by NM, 24-Aug-2006.)
(((𝐴 ∈ ℂ ∧ 𝐵 ∈ ℂ) ∧ (𝐶 ∈ ℂ ∧ 𝐷 ∈ ℂ)) → ((𝐴𝐵) − (𝐶𝐷)) = ((𝐴 + 𝐷) − (𝐵 + 𝐶)))
 
Theoremsub4 8407 Rearrangement of 4 terms in a subtraction. (Contributed by NM, 23-Nov-2007.)
(((𝐴 ∈ ℂ ∧ 𝐵 ∈ ℂ) ∧ (𝐶 ∈ ℂ ∧ 𝐷 ∈ ℂ)) → ((𝐴𝐵) − (𝐶𝐷)) = ((𝐴𝐶) − (𝐵𝐷)))
 
Theoremneg0 8408 Minus 0 equals 0. (Contributed by NM, 17-Jan-1997.)
-0 = 0
 
Theoremnegid 8409 Addition of a number and its negative. (Contributed by NM, 14-Mar-2005.)
(𝐴 ∈ ℂ → (𝐴 + -𝐴) = 0)
 
Theoremnegsub 8410 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.)
((𝐴 ∈ ℂ ∧ 𝐵 ∈ ℂ) → (𝐴 + -𝐵) = (𝐴𝐵))
 
Theoremsubneg 8411 Relationship between subtraction and negative. (Contributed by NM, 10-May-2004.) (Revised by Mario Carneiro, 27-May-2016.)
((𝐴 ∈ ℂ ∧ 𝐵 ∈ ℂ) → (𝐴 − -𝐵) = (𝐴 + 𝐵))
 
Theoremnegneg 8412 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.)
(𝐴 ∈ ℂ → --𝐴 = 𝐴)
 
Theoremneg11 8413 Negative is one-to-one. (Contributed by NM, 8-Feb-2005.) (Revised by Mario Carneiro, 27-May-2016.)
((𝐴 ∈ ℂ ∧ 𝐵 ∈ ℂ) → (-𝐴 = -𝐵𝐴 = 𝐵))
 
Theoremnegcon1 8414 Negative contraposition law. (Contributed by NM, 9-May-2004.)
((𝐴 ∈ ℂ ∧ 𝐵 ∈ ℂ) → (-𝐴 = 𝐵 ↔ -𝐵 = 𝐴))
 
Theoremnegcon2 8415 Negative contraposition law. (Contributed by NM, 14-Nov-2004.)
((𝐴 ∈ ℂ ∧ 𝐵 ∈ ℂ) → (𝐴 = -𝐵𝐵 = -𝐴))
 
Theoremnegeq0 8416 A number is zero iff its negative is zero. (Contributed by NM, 12-Jul-2005.) (Revised by Mario Carneiro, 27-May-2016.)
(𝐴 ∈ ℂ → (𝐴 = 0 ↔ -𝐴 = 0))
 
Theoremsubcan 8417 Cancellation law for subtraction. (Contributed by NM, 8-Feb-2005.) (Revised by Mario Carneiro, 27-May-2016.)
((𝐴 ∈ ℂ ∧ 𝐵 ∈ ℂ ∧ 𝐶 ∈ ℂ) → ((𝐴𝐵) = (𝐴𝐶) ↔ 𝐵 = 𝐶))
 
Theoremnegsubdi 8418 Distribution of negative over subtraction. (Contributed by NM, 15-Nov-2004.) (Proof shortened by Mario Carneiro, 27-May-2016.)
((𝐴 ∈ ℂ ∧ 𝐵 ∈ ℂ) → -(𝐴𝐵) = (-𝐴 + 𝐵))
 
Theoremnegdi 8419 Distribution of negative over addition. (Contributed by NM, 10-May-2004.) (Proof shortened by Mario Carneiro, 27-May-2016.)
((𝐴 ∈ ℂ ∧ 𝐵 ∈ ℂ) → -(𝐴 + 𝐵) = (-𝐴 + -𝐵))
 
Theoremnegdi2 8420 Distribution of negative over addition. (Contributed by NM, 1-Jan-2006.)
((𝐴 ∈ ℂ ∧ 𝐵 ∈ ℂ) → -(𝐴 + 𝐵) = (-𝐴𝐵))
 
Theoremnegsubdi2 8421 Distribution of negative over subtraction. (Contributed by NM, 4-Oct-1999.)
((𝐴 ∈ ℂ ∧ 𝐵 ∈ ℂ) → -(𝐴𝐵) = (𝐵𝐴))
 
Theoremneg2sub 8422 Relationship between subtraction and negative. (Contributed by Paul Chapman, 8-Oct-2007.)
((𝐴 ∈ ℂ ∧ 𝐵 ∈ ℂ) → (-𝐴 − -𝐵) = (𝐵𝐴))
 
Theoremrenegcl 8423 Closure law for negative of reals. (Contributed by NM, 20-Jan-1997.)
(𝐴 ∈ ℝ → -𝐴 ∈ ℝ)
 
Theoremrenegcli 8424 Closure law for negative of reals. (Note: this inference proof style and the deduction theorem usage in renegcl 8423 is deprecated, but is retained for its demonstration value.) (Contributed by NM, 17-Jan-1997.) (Proof shortened by Andrew Salmon, 22-Oct-2011.)
𝐴 ∈ ℝ       -𝐴 ∈ ℝ
 
Theoremresubcli 8425 Closure law for subtraction of reals. (Contributed by NM, 17-Jan-1997.) (Revised by Mario Carneiro, 27-May-2016.)
𝐴 ∈ ℝ    &   𝐵 ∈ ℝ       (𝐴𝐵) ∈ ℝ
 
Theoremresubcl 8426 Closure law for subtraction of reals. (Contributed by NM, 20-Jan-1997.)
((𝐴 ∈ ℝ ∧ 𝐵 ∈ ℝ) → (𝐴𝐵) ∈ ℝ)
 
Theoremnegreb 8427 The negative of a real is real. (Contributed by NM, 11-Aug-1999.) (Revised by Mario Carneiro, 14-Jul-2014.)
(𝐴 ∈ ℂ → (-𝐴 ∈ ℝ ↔ 𝐴 ∈ ℝ))
 
Theorempeano2cnm 8428 "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.)
(𝑁 ∈ ℂ → (𝑁 − 1) ∈ ℂ)
 
Theorempeano2rem 8429 "Reverse" second Peano postulate analog for reals. (Contributed by NM, 6-Feb-2007.)
(𝑁 ∈ ℝ → (𝑁 − 1) ∈ ℝ)
 
Theoremnegcli 8430 Closure law for negative. (Contributed by NM, 26-Nov-1994.)
𝐴 ∈ ℂ       -𝐴 ∈ ℂ
 
Theoremnegidi 8431 Addition of a number and its negative. (Contributed by NM, 26-Nov-1994.)
𝐴 ∈ ℂ       (𝐴 + -𝐴) = 0
 
Theoremnegnegi 8432 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.)
𝐴 ∈ ℂ       --𝐴 = 𝐴
 
Theoremsubidi 8433 Subtraction of a number from itself. (Contributed by NM, 26-Nov-1994.)
𝐴 ∈ ℂ       (𝐴𝐴) = 0
 
Theoremsubid1i 8434 Identity law for subtraction. (Contributed by NM, 29-May-1999.)
𝐴 ∈ ℂ       (𝐴 − 0) = 𝐴
 
Theoremnegne0bi 8435 A number is nonzero iff its negative is nonzero. (Contributed by NM, 10-Aug-1999.)
𝐴 ∈ ℂ       (𝐴 ≠ 0 ↔ -𝐴 ≠ 0)
 
Theoremnegrebi 8436 The negative of a real is real. (Contributed by NM, 11-Aug-1999.)
𝐴 ∈ ℂ       (-𝐴 ∈ ℝ ↔ 𝐴 ∈ ℝ)
 
Theoremnegne0i 8437 The negative of a nonzero number is nonzero. (Contributed by NM, 30-Jul-2004.)
𝐴 ∈ ℂ    &   𝐴 ≠ 0       -𝐴 ≠ 0
 
Theoremsubcli 8438 Closure law for subtraction. (Contributed by NM, 26-Nov-1994.) (Revised by Mario Carneiro, 21-Dec-2013.)
𝐴 ∈ ℂ    &   𝐵 ∈ ℂ       (𝐴𝐵) ∈ ℂ
 
Theorempncan3i 8439 Subtraction and addition of equals. (Contributed by NM, 26-Nov-1994.)
𝐴 ∈ ℂ    &   𝐵 ∈ ℂ       (𝐴 + (𝐵𝐴)) = 𝐵
 
Theoremnegsubi 8440 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.)
𝐴 ∈ ℂ    &   𝐵 ∈ ℂ       (𝐴 + -𝐵) = (𝐴𝐵)
 
Theoremsubnegi 8441 Relationship between subtraction and negative. (Contributed by NM, 1-Dec-2005.)
𝐴 ∈ ℂ    &   𝐵 ∈ ℂ       (𝐴 − -𝐵) = (𝐴 + 𝐵)
 
Theoremsubeq0i 8442 If the difference between two numbers is zero, they are equal. (Contributed by NM, 8-May-1999.)
𝐴 ∈ ℂ    &   𝐵 ∈ ℂ       ((𝐴𝐵) = 0 ↔ 𝐴 = 𝐵)
 
Theoremneg11i 8443 Negative is one-to-one. (Contributed by NM, 1-Aug-1999.)
𝐴 ∈ ℂ    &   𝐵 ∈ ℂ       (-𝐴 = -𝐵𝐴 = 𝐵)
 
Theoremnegcon1i 8444 Negative contraposition law. (Contributed by NM, 25-Aug-1999.)
𝐴 ∈ ℂ    &   𝐵 ∈ ℂ       (-𝐴 = 𝐵 ↔ -𝐵 = 𝐴)
 
Theoremnegcon2i 8445 Negative contraposition law. (Contributed by NM, 25-Aug-1999.)
𝐴 ∈ ℂ    &   𝐵 ∈ ℂ       (𝐴 = -𝐵𝐵 = -𝐴)
 
Theoremnegdii 8446 Distribution of negative over addition. (Contributed by NM, 28-Jul-1999.) (Proof shortened by Andrew Salmon, 19-Nov-2011.)
𝐴 ∈ ℂ    &   𝐵 ∈ ℂ       -(𝐴 + 𝐵) = (-𝐴 + -𝐵)
 
Theoremnegsubdii 8447 Distribution of negative over subtraction. (Contributed by NM, 6-Aug-1999.)
𝐴 ∈ ℂ    &   𝐵 ∈ ℂ       -(𝐴𝐵) = (-𝐴 + 𝐵)
 
Theoremnegsubdi2i 8448 Distribution of negative over subtraction. (Contributed by NM, 1-Oct-1999.)
𝐴 ∈ ℂ    &   𝐵 ∈ ℂ       -(𝐴𝐵) = (𝐵𝐴)
 
Theoremsubaddi 8449 Relationship between subtraction and addition. (Contributed by NM, 26-Nov-1994.) (Revised by Mario Carneiro, 21-Dec-2013.)
𝐴 ∈ ℂ    &   𝐵 ∈ ℂ    &   𝐶 ∈ ℂ       ((𝐴𝐵) = 𝐶 ↔ (𝐵 + 𝐶) = 𝐴)
 
Theoremsubadd2i 8450 Relationship between subtraction and addition. (Contributed by NM, 15-Dec-2006.)
𝐴 ∈ ℂ    &   𝐵 ∈ ℂ    &   𝐶 ∈ ℂ       ((𝐴𝐵) = 𝐶 ↔ (𝐶 + 𝐵) = 𝐴)
 
Theoremsubaddrii 8451 Relationship between subtraction and addition. (Contributed by NM, 16-Dec-2006.)
𝐴 ∈ ℂ    &   𝐵 ∈ ℂ    &   𝐶 ∈ ℂ    &   (𝐵 + 𝐶) = 𝐴       (𝐴𝐵) = 𝐶
 
Theoremsubsub23i 8452 Swap subtrahend and result of subtraction. (Contributed by NM, 7-Oct-1999.)
𝐴 ∈ ℂ    &   𝐵 ∈ ℂ    &   𝐶 ∈ ℂ       ((𝐴𝐵) = 𝐶 ↔ (𝐴𝐶) = 𝐵)
 
Theoremaddsubassi 8453 Associative-type law for subtraction and addition. (Contributed by NM, 16-Sep-1999.)
𝐴 ∈ ℂ    &   𝐵 ∈ ℂ    &   𝐶 ∈ ℂ       ((𝐴 + 𝐵) − 𝐶) = (𝐴 + (𝐵𝐶))
 
Theoremaddsubi 8454 Law for subtraction and addition. (Contributed by NM, 6-Aug-2003.)
𝐴 ∈ ℂ    &   𝐵 ∈ ℂ    &   𝐶 ∈ ℂ       ((𝐴 + 𝐵) − 𝐶) = ((𝐴𝐶) + 𝐵)
 
Theoremsubcani 8455 Cancellation law for subtraction. (Contributed by NM, 8-Feb-2005.)
𝐴 ∈ ℂ    &   𝐵 ∈ ℂ    &   𝐶 ∈ ℂ       ((𝐴𝐵) = (𝐴𝐶) ↔ 𝐵 = 𝐶)
 
Theoremsubcan2i 8456 Cancellation law for subtraction. (Contributed by NM, 8-Feb-2005.)
𝐴 ∈ ℂ    &   𝐵 ∈ ℂ    &   𝐶 ∈ ℂ       ((𝐴𝐶) = (𝐵𝐶) ↔ 𝐴 = 𝐵)
 
Theorempnncani 8457 Cancellation law for mixed addition and subtraction. (Contributed by NM, 14-Jan-2006.)
𝐴 ∈ ℂ    &   𝐵 ∈ ℂ    &   𝐶 ∈ ℂ       ((𝐴 + 𝐵) − (𝐴𝐶)) = (𝐵 + 𝐶)
 
Theoremaddsub4i 8458 Rearrangement of 4 terms in a mixed addition and subtraction. (Contributed by NM, 17-Oct-1999.)
𝐴 ∈ ℂ    &   𝐵 ∈ ℂ    &   𝐶 ∈ ℂ    &   𝐷 ∈ ℂ       ((𝐴 + 𝐵) − (𝐶 + 𝐷)) = ((𝐴𝐶) + (𝐵𝐷))
 
Theorem0reALT 8459 Alternate proof of 0re 8162. (Contributed by NM, 19-Feb-2005.) (Proof modification is discouraged.) (New usage is discouraged.)
0 ∈ ℝ
 
Theoremnegcld 8460 Closure law for negative. (Contributed by Mario Carneiro, 27-May-2016.)
(𝜑𝐴 ∈ ℂ)       (𝜑 → -𝐴 ∈ ℂ)
 
Theoremsubidd 8461 Subtraction of a number from itself. (Contributed by Mario Carneiro, 27-May-2016.)
(𝜑𝐴 ∈ ℂ)       (𝜑 → (𝐴𝐴) = 0)
 
Theoremsubid1d 8462 Identity law for subtraction. (Contributed by Mario Carneiro, 27-May-2016.)
(𝜑𝐴 ∈ ℂ)       (𝜑 → (𝐴 − 0) = 𝐴)
 
Theoremnegidd 8463 Addition of a number and its negative. (Contributed by Mario Carneiro, 27-May-2016.)
(𝜑𝐴 ∈ ℂ)       (𝜑 → (𝐴 + -𝐴) = 0)
 
Theoremnegnegd 8464 A number is equal to the negative of its negative. Theorem I.4 of [Apostol] p. 18. (Contributed by Mario Carneiro, 27-May-2016.)
(𝜑𝐴 ∈ ℂ)       (𝜑 → --𝐴 = 𝐴)
 
Theoremnegeq0d 8465 A number is zero iff its negative is zero. (Contributed by Mario Carneiro, 27-May-2016.)
(𝜑𝐴 ∈ ℂ)       (𝜑 → (𝐴 = 0 ↔ -𝐴 = 0))
 
Theoremnegne0bd 8466 A number is nonzero iff its negative is nonzero. (Contributed by Mario Carneiro, 27-May-2016.)
(𝜑𝐴 ∈ ℂ)       (𝜑 → (𝐴 ≠ 0 ↔ -𝐴 ≠ 0))
 
Theoremnegcon1d 8467 Contraposition law for unary minus. Deduction form of negcon1 8414. (Contributed by David Moews, 28-Feb-2017.)
(𝜑𝐴 ∈ ℂ)    &   (𝜑𝐵 ∈ ℂ)       (𝜑 → (-𝐴 = 𝐵 ↔ -𝐵 = 𝐴))
 
Theoremnegcon1ad 8468 Contraposition law for unary minus. One-way deduction form of negcon1 8414. (Contributed by David Moews, 28-Feb-2017.)
(𝜑𝐴 ∈ ℂ)    &   (𝜑 → -𝐴 = 𝐵)       (𝜑 → -𝐵 = 𝐴)
 
Theoremneg11ad 8469 The negatives of two complex numbers are equal iff they are equal. Deduction form of neg11 8413. Generalization of neg11d 8485. (Contributed by David Moews, 28-Feb-2017.)
(𝜑𝐴 ∈ ℂ)    &   (𝜑𝐵 ∈ ℂ)       (𝜑 → (-𝐴 = -𝐵𝐴 = 𝐵))
 
Theoremnegned 8470 If two complex numbers are unequal, so are their negatives. Contrapositive of neg11d 8485. (Contributed by David Moews, 28-Feb-2017.)
(𝜑𝐴 ∈ ℂ)    &   (𝜑𝐵 ∈ ℂ)    &   (𝜑𝐴𝐵)       (𝜑 → -𝐴 ≠ -𝐵)
 
Theoremnegne0d 8471 The negative of a nonzero number is nonzero. See also negap0d 8794 which is similar but for apart from zero rather than not equal to zero. (Contributed by Mario Carneiro, 27-May-2016.)
(𝜑𝐴 ∈ ℂ)    &   (𝜑𝐴 ≠ 0)       (𝜑 → -𝐴 ≠ 0)
 
Theoremnegrebd 8472 The negative of a real is real. (Contributed by Mario Carneiro, 28-May-2016.)
(𝜑𝐴 ∈ ℂ)    &   (𝜑 → -𝐴 ∈ ℝ)       (𝜑𝐴 ∈ ℝ)
 
Theoremsubcld 8473 Closure law for subtraction. (Contributed by Mario Carneiro, 27-May-2016.)
(𝜑𝐴 ∈ ℂ)    &   (𝜑𝐵 ∈ ℂ)       (𝜑 → (𝐴𝐵) ∈ ℂ)
 
Theorempncand 8474 Cancellation law for subtraction. (Contributed by Mario Carneiro, 27-May-2016.)
(𝜑𝐴 ∈ ℂ)    &   (𝜑𝐵 ∈ ℂ)       (𝜑 → ((𝐴 + 𝐵) − 𝐵) = 𝐴)
 
Theorempncan2d 8475 Cancellation law for subtraction. (Contributed by Mario Carneiro, 27-May-2016.)
(𝜑𝐴 ∈ ℂ)    &   (𝜑𝐵 ∈ ℂ)       (𝜑 → ((𝐴 + 𝐵) − 𝐴) = 𝐵)
 
Theorempncan3d 8476 Subtraction and addition of equals. (Contributed by Mario Carneiro, 27-May-2016.)
(𝜑𝐴 ∈ ℂ)    &   (𝜑𝐵 ∈ ℂ)       (𝜑 → (𝐴 + (𝐵𝐴)) = 𝐵)
 
Theoremnpcand 8477 Cancellation law for subtraction. (Contributed by Mario Carneiro, 27-May-2016.)
(𝜑𝐴 ∈ ℂ)    &   (𝜑𝐵 ∈ ℂ)       (𝜑 → ((𝐴𝐵) + 𝐵) = 𝐴)
 
Theoremnncand 8478 Cancellation law for subtraction. (Contributed by Mario Carneiro, 27-May-2016.)
(𝜑𝐴 ∈ ℂ)    &   (𝜑𝐵 ∈ ℂ)       (𝜑 → (𝐴 − (𝐴𝐵)) = 𝐵)
 
Theoremnegsubd 8479 Relationship between subtraction and negative. Theorem I.3 of [Apostol] p. 18. (Contributed by Mario Carneiro, 27-May-2016.)
(𝜑𝐴 ∈ ℂ)    &   (𝜑𝐵 ∈ ℂ)       (𝜑 → (𝐴 + -𝐵) = (𝐴𝐵))
 
Theoremsubnegd 8480 Relationship between subtraction and negative. (Contributed by Mario Carneiro, 27-May-2016.)
(𝜑𝐴 ∈ ℂ)    &   (𝜑𝐵 ∈ ℂ)       (𝜑 → (𝐴 − -𝐵) = (𝐴 + 𝐵))
 
Theoremsubeq0d 8481 If the difference between two numbers is zero, they are equal. (Contributed by Mario Carneiro, 27-May-2016.)
(𝜑𝐴 ∈ ℂ)    &   (𝜑𝐵 ∈ ℂ)    &   (𝜑 → (𝐴𝐵) = 0)       (𝜑𝐴 = 𝐵)
 
Theoremsubne0d 8482 Two unequal numbers have nonzero difference. See also subap0d 8807 which is the same thing for apartness rather than negated equality. (Contributed by Mario Carneiro, 1-Jan-2017.)
(𝜑𝐴 ∈ ℂ)    &   (𝜑𝐵 ∈ ℂ)    &   (𝜑𝐴𝐵)       (𝜑 → (𝐴𝐵) ≠ 0)
 
Theoremsubeq0ad 8483 The difference of two complex numbers is zero iff they are equal. Deduction form of subeq0 8388. Generalization of subeq0d 8481. (Contributed by David Moews, 28-Feb-2017.)
(𝜑𝐴 ∈ ℂ)    &   (𝜑𝐵 ∈ ℂ)       (𝜑 → ((𝐴𝐵) = 0 ↔ 𝐴 = 𝐵))
 
Theoremsubne0ad 8484 If the difference of two complex numbers is nonzero, they are unequal. Converse of subne0d 8482. Contrapositive of subeq0bd 8541. (Contributed by David Moews, 28-Feb-2017.)
(𝜑𝐴 ∈ ℂ)    &   (𝜑𝐵 ∈ ℂ)    &   (𝜑 → (𝐴𝐵) ≠ 0)       (𝜑𝐴𝐵)
 
Theoremneg11d 8485 If the difference between two numbers is zero, they are equal. (Contributed by Mario Carneiro, 27-May-2016.)
(𝜑𝐴 ∈ ℂ)    &   (𝜑𝐵 ∈ ℂ)    &   (𝜑 → -𝐴 = -𝐵)       (𝜑𝐴 = 𝐵)
 
Theoremnegdid 8486 Distribution of negative over addition. (Contributed by Mario Carneiro, 27-May-2016.)
(𝜑𝐴 ∈ ℂ)    &   (𝜑𝐵 ∈ ℂ)       (𝜑 → -(𝐴 + 𝐵) = (-𝐴 + -𝐵))
 
Theoremnegdi2d 8487 Distribution of negative over addition. (Contributed by Mario Carneiro, 27-May-2016.)
(𝜑𝐴 ∈ ℂ)    &   (𝜑𝐵 ∈ ℂ)       (𝜑 → -(𝐴 + 𝐵) = (-𝐴𝐵))
 
Theoremnegsubdid 8488 Distribution of negative over subtraction. (Contributed by Mario Carneiro, 27-May-2016.)
(𝜑𝐴 ∈ ℂ)    &   (𝜑𝐵 ∈ ℂ)       (𝜑 → -(𝐴𝐵) = (-𝐴 + 𝐵))
 
Theoremnegsubdi2d 8489 Distribution of negative over subtraction. (Contributed by Mario Carneiro, 27-May-2016.)
(𝜑𝐴 ∈ ℂ)    &   (𝜑𝐵 ∈ ℂ)       (𝜑 → -(𝐴𝐵) = (𝐵𝐴))
 
Theoremneg2subd 8490 Relationship between subtraction and negative. (Contributed by Mario Carneiro, 27-May-2016.)
(𝜑𝐴 ∈ ℂ)    &   (𝜑𝐵 ∈ ℂ)       (𝜑 → (-𝐴 − -𝐵) = (𝐵𝐴))
 
Theoremsubaddd 8491 Relationship between subtraction and addition. (Contributed by Mario Carneiro, 27-May-2016.)
(𝜑𝐴 ∈ ℂ)    &   (𝜑𝐵 ∈ ℂ)    &   (𝜑𝐶 ∈ ℂ)       (𝜑 → ((𝐴𝐵) = 𝐶 ↔ (𝐵 + 𝐶) = 𝐴))
 
Theoremsubadd2d 8492 Relationship between subtraction and addition. (Contributed by Mario Carneiro, 27-May-2016.)
(𝜑𝐴 ∈ ℂ)    &   (𝜑𝐵 ∈ ℂ)    &   (𝜑𝐶 ∈ ℂ)       (𝜑 → ((𝐴𝐵) = 𝐶 ↔ (𝐶 + 𝐵) = 𝐴))
 
Theoremaddsubassd 8493 Associative-type law for subtraction and addition. (Contributed by Mario Carneiro, 27-May-2016.)
(𝜑𝐴 ∈ ℂ)    &   (𝜑𝐵 ∈ ℂ)    &   (𝜑𝐶 ∈ ℂ)       (𝜑 → ((𝐴 + 𝐵) − 𝐶) = (𝐴 + (𝐵𝐶)))
 
Theoremaddsubd 8494 Law for subtraction and addition. (Contributed by Mario Carneiro, 27-May-2016.)
(𝜑𝐴 ∈ ℂ)    &   (𝜑𝐵 ∈ ℂ)    &   (𝜑𝐶 ∈ ℂ)       (𝜑 → ((𝐴 + 𝐵) − 𝐶) = ((𝐴𝐶) + 𝐵))
 
Theoremsubadd23d 8495 Commutative/associative law for addition and subtraction. (Contributed by Mario Carneiro, 27-May-2016.)
(𝜑𝐴 ∈ ℂ)    &   (𝜑𝐵 ∈ ℂ)    &   (𝜑𝐶 ∈ ℂ)       (𝜑 → ((𝐴𝐵) + 𝐶) = (𝐴 + (𝐶𝐵)))
 
Theoremaddsub12d 8496 Commutative/associative law for addition and subtraction. (Contributed by Mario Carneiro, 27-May-2016.)
(𝜑𝐴 ∈ ℂ)    &   (𝜑𝐵 ∈ ℂ)    &   (𝜑𝐶 ∈ ℂ)       (𝜑 → (𝐴 + (𝐵𝐶)) = (𝐵 + (𝐴𝐶)))
 
Theoremnpncand 8497 Cancellation law for subtraction. (Contributed by Mario Carneiro, 27-May-2016.)
(𝜑𝐴 ∈ ℂ)    &   (𝜑𝐵 ∈ ℂ)    &   (𝜑𝐶 ∈ ℂ)       (𝜑 → ((𝐴𝐵) + (𝐵𝐶)) = (𝐴𝐶))
 
Theoremnppcand 8498 Cancellation law for subtraction. (Contributed by Mario Carneiro, 27-May-2016.)
(𝜑𝐴 ∈ ℂ)    &   (𝜑𝐵 ∈ ℂ)    &   (𝜑𝐶 ∈ ℂ)       (𝜑 → (((𝐴𝐵) + 𝐶) + 𝐵) = (𝐴 + 𝐶))
 
Theoremnppcan2d 8499 Cancellation law for subtraction. (Contributed by Mario Carneiro, 27-May-2016.)
(𝜑𝐴 ∈ ℂ)    &   (𝜑𝐵 ∈ ℂ)    &   (𝜑𝐶 ∈ ℂ)       (𝜑 → ((𝐴 − (𝐵 + 𝐶)) + 𝐶) = (𝐴𝐵))
 
Theoremnppcan3d 8500 Cancellation law for subtraction. (Contributed by Mario Carneiro, 27-May-2016.)
(𝜑𝐴 ∈ ℂ)    &   (𝜑𝐵 ∈ ℂ)    &   (𝜑𝐶 ∈ ℂ)       (𝜑 → ((𝐴𝐵) + (𝐶 + 𝐵)) = (𝐴 + 𝐶))
    < 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-14000 141 14001-14100 142 14101-14200 143 14201-14300 144 14301-14400 145 14401-14500 146 14501-14600 147 14601-14700 148 14701-14800 149 14801-14900 150 14901-15000 151 15001-15100 152 15101-15200 153 15201-15300 154 15301-15400 155 15401-15500 156 15501-15600 157 15601-15700 158 15701-15800 159 15801-15900 160 15901-16000 161 16001-16100 162 16101-16200 163 16201-16300 164 16301-16400 165 16401-16500 166 16501-16566
  Copyright terms: Public domain < Previous  Next >