HomeHome Intuitionistic Logic Explorer
Theorem List (p. 86 of 142)
< 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 - 8501-8600   *Has distinct variable group(s)
TypeLabelDescription
Statement
 
Definitiondf-ap 8501* Define complex apartness. Definition 6.1 of [Geuvers], p. 17.

Two numbers are considered apart if it is possible to separate them. One common usage is that we can divide by a number if it is apart from zero (see for example recclap 8596 which says that a number apart from zero has a reciprocal).

The defining characteristics of an apartness are irreflexivity (apirr 8524), symmetry (apsym 8525), and cotransitivity (apcotr 8526). Apartness implies negated equality, as seen at apne 8542, and the converse would also follow if we assumed excluded middle.

In addition, apartness of complex numbers is tight, which means that two numbers which are not apart are equal (apti 8541).

(Contributed by Jim Kingdon, 26-Jan-2020.)

# = {⟨𝑥, 𝑦⟩ ∣ ∃𝑟 ∈ ℝ ∃𝑠 ∈ ℝ ∃𝑡 ∈ ℝ ∃𝑢 ∈ ℝ ((𝑥 = (𝑟 + (i · 𝑠)) ∧ 𝑦 = (𝑡 + (i · 𝑢))) ∧ (𝑟 # 𝑡𝑠 # 𝑢))}
 
Theoremixi 8502 i times itself is minus 1. (Contributed by NM, 6-May-1999.) (Proof shortened by Andrew Salmon, 19-Nov-2011.)
(i · i) = -1
 
Theoreminelr 8503 The imaginary unit i is not a real number. (Contributed by NM, 6-May-1999.)
¬ i ∈ ℝ
 
Theoremrimul 8504 A real number times the imaginary unit is real only if the number is 0. (Contributed by NM, 28-May-1999.) (Revised by Mario Carneiro, 27-May-2016.)
((𝐴 ∈ ℝ ∧ (i · 𝐴) ∈ ℝ) → 𝐴 = 0)
 
Theoremrereim 8505 Decomposition of a real number into real part (itself) and imaginary part (zero). (Contributed by Jim Kingdon, 30-Jan-2020.)
(((𝐴 ∈ ℝ ∧ 𝐵 ∈ ℝ) ∧ (𝐶 ∈ ℝ ∧ 𝐴 = (𝐵 + (i · 𝐶)))) → (𝐵 = 𝐴𝐶 = 0))
 
Theoremapreap 8506 Complex apartness and real apartness agree on the real numbers. (Contributed by Jim Kingdon, 31-Jan-2020.)
((𝐴 ∈ ℝ ∧ 𝐵 ∈ ℝ) → (𝐴 # 𝐵𝐴 # 𝐵))
 
Theoremreaplt 8507 Real apartness in terms of less than. Part of Definition 11.2.7(vi) of [HoTT], p. (varies). (Contributed by Jim Kingdon, 1-Feb-2020.)
((𝐴 ∈ ℝ ∧ 𝐵 ∈ ℝ) → (𝐴 # 𝐵 ↔ (𝐴 < 𝐵𝐵 < 𝐴)))
 
Theoremreapltxor 8508 Real apartness in terms of less than (exclusive-or version). (Contributed by Jim Kingdon, 23-Mar-2020.)
((𝐴 ∈ ℝ ∧ 𝐵 ∈ ℝ) → (𝐴 # 𝐵 ↔ (𝐴 < 𝐵𝐵 < 𝐴)))
 
Theorem1ap0 8509 One is apart from zero. (Contributed by Jim Kingdon, 24-Feb-2020.)
1 # 0
 
Theoremltmul1a 8510 Multiplication of both sides of 'less than' by a positive number. Theorem I.19 of [Apostol] p. 20. (Contributed by NM, 15-May-1999.) (Revised by Mario Carneiro, 27-May-2016.)
(((𝐴 ∈ ℝ ∧ 𝐵 ∈ ℝ ∧ (𝐶 ∈ ℝ ∧ 0 < 𝐶)) ∧ 𝐴 < 𝐵) → (𝐴 · 𝐶) < (𝐵 · 𝐶))
 
Theoremltmul1 8511 Multiplication of both sides of 'less than' by a positive number. Theorem I.19 of [Apostol] p. 20. Part of Definition 11.2.7(vi) of [HoTT], p. (varies). (Contributed by NM, 13-Feb-2005.) (Revised by Mario Carneiro, 27-May-2016.)
((𝐴 ∈ ℝ ∧ 𝐵 ∈ ℝ ∧ (𝐶 ∈ ℝ ∧ 0 < 𝐶)) → (𝐴 < 𝐵 ↔ (𝐴 · 𝐶) < (𝐵 · 𝐶)))
 
Theoremlemul1 8512 Multiplication of both sides of 'less than or equal to' by a positive number. (Contributed by NM, 21-Feb-2005.)
((𝐴 ∈ ℝ ∧ 𝐵 ∈ ℝ ∧ (𝐶 ∈ ℝ ∧ 0 < 𝐶)) → (𝐴𝐵 ↔ (𝐴 · 𝐶) ≤ (𝐵 · 𝐶)))
 
Theoremreapmul1lem 8513 Lemma for reapmul1 8514. (Contributed by Jim Kingdon, 8-Feb-2020.)
((𝐴 ∈ ℝ ∧ 𝐵 ∈ ℝ ∧ (𝐶 ∈ ℝ ∧ 0 < 𝐶)) → (𝐴 # 𝐵 ↔ (𝐴 · 𝐶) # (𝐵 · 𝐶)))
 
Theoremreapmul1 8514 Multiplication of both sides of real apartness by a real number apart from zero. Special case of apmul1 8705. (Contributed by Jim Kingdon, 8-Feb-2020.)
((𝐴 ∈ ℝ ∧ 𝐵 ∈ ℝ ∧ (𝐶 ∈ ℝ ∧ 𝐶 # 0)) → (𝐴 # 𝐵 ↔ (𝐴 · 𝐶) # (𝐵 · 𝐶)))
 
Theoremreapadd1 8515 Real addition respects apartness. (Contributed by Jim Kingdon, 13-Feb-2020.)
((𝐴 ∈ ℝ ∧ 𝐵 ∈ ℝ ∧ 𝐶 ∈ ℝ) → (𝐴 # 𝐵 ↔ (𝐴 + 𝐶) # (𝐵 + 𝐶)))
 
Theoremreapneg 8516 Real negation respects apartness. (Contributed by Jim Kingdon, 13-Feb-2020.)
((𝐴 ∈ ℝ ∧ 𝐵 ∈ ℝ) → (𝐴 # 𝐵 ↔ -𝐴 # -𝐵))
 
Theoremreapcotr 8517 Real apartness is cotransitive. Part of Definition 11.2.7(v) of [HoTT], p. (varies). (Contributed by Jim Kingdon, 16-Feb-2020.)
((𝐴 ∈ ℝ ∧ 𝐵 ∈ ℝ ∧ 𝐶 ∈ ℝ) → (𝐴 # 𝐵 → (𝐴 # 𝐶𝐵 # 𝐶)))
 
Theoremremulext1 8518 Left extensionality for multiplication. (Contributed by Jim Kingdon, 19-Feb-2020.)
((𝐴 ∈ ℝ ∧ 𝐵 ∈ ℝ ∧ 𝐶 ∈ ℝ) → ((𝐴 · 𝐶) # (𝐵 · 𝐶) → 𝐴 # 𝐵))
 
Theoremremulext2 8519 Right extensionality for real multiplication. (Contributed by Jim Kingdon, 22-Feb-2020.)
((𝐴 ∈ ℝ ∧ 𝐵 ∈ ℝ ∧ 𝐶 ∈ ℝ) → ((𝐶 · 𝐴) # (𝐶 · 𝐵) → 𝐴 # 𝐵))
 
Theoremapsqgt0 8520 The square of a real number apart from zero is positive. (Contributed by Jim Kingdon, 7-Feb-2020.)
((𝐴 ∈ ℝ ∧ 𝐴 # 0) → 0 < (𝐴 · 𝐴))
 
Theoremcru 8521 The representation of complex numbers in terms of real and imaginary parts is unique. Proposition 10-1.3 of [Gleason] p. 130. (Contributed by NM, 9-May-1999.) (Proof shortened by Mario Carneiro, 27-May-2016.)
(((𝐴 ∈ ℝ ∧ 𝐵 ∈ ℝ) ∧ (𝐶 ∈ ℝ ∧ 𝐷 ∈ ℝ)) → ((𝐴 + (i · 𝐵)) = (𝐶 + (i · 𝐷)) ↔ (𝐴 = 𝐶𝐵 = 𝐷)))
 
Theoremapreim 8522 Complex apartness in terms of real and imaginary parts. (Contributed by Jim Kingdon, 12-Feb-2020.)
(((𝐴 ∈ ℝ ∧ 𝐵 ∈ ℝ) ∧ (𝐶 ∈ ℝ ∧ 𝐷 ∈ ℝ)) → ((𝐴 + (i · 𝐵)) # (𝐶 + (i · 𝐷)) ↔ (𝐴 # 𝐶𝐵 # 𝐷)))
 
Theoremmulreim 8523 Complex multiplication in terms of real and imaginary parts. (Contributed by Jim Kingdon, 23-Feb-2020.)
(((𝐴 ∈ ℝ ∧ 𝐵 ∈ ℝ) ∧ (𝐶 ∈ ℝ ∧ 𝐷 ∈ ℝ)) → ((𝐴 + (i · 𝐵)) · (𝐶 + (i · 𝐷))) = (((𝐴 · 𝐶) + -(𝐵 · 𝐷)) + (i · ((𝐶 · 𝐵) + (𝐷 · 𝐴)))))
 
Theoremapirr 8524 Apartness is irreflexive. (Contributed by Jim Kingdon, 16-Feb-2020.)
(𝐴 ∈ ℂ → ¬ 𝐴 # 𝐴)
 
Theoremapsym 8525 Apartness is symmetric. This theorem for real numbers is part of Definition 11.2.7(v) of [HoTT], p. (varies). (Contributed by Jim Kingdon, 16-Feb-2020.)
((𝐴 ∈ ℂ ∧ 𝐵 ∈ ℂ) → (𝐴 # 𝐵𝐵 # 𝐴))
 
Theoremapcotr 8526 Apartness is cotransitive. (Contributed by Jim Kingdon, 16-Feb-2020.)
((𝐴 ∈ ℂ ∧ 𝐵 ∈ ℂ ∧ 𝐶 ∈ ℂ) → (𝐴 # 𝐵 → (𝐴 # 𝐶𝐵 # 𝐶)))
 
Theoremapadd1 8527 Addition respects apartness. Analogue of addcan 8099 for apartness. (Contributed by Jim Kingdon, 13-Feb-2020.)
((𝐴 ∈ ℂ ∧ 𝐵 ∈ ℂ ∧ 𝐶 ∈ ℂ) → (𝐴 # 𝐵 ↔ (𝐴 + 𝐶) # (𝐵 + 𝐶)))
 
Theoremapadd2 8528 Addition respects apartness. (Contributed by Jim Kingdon, 16-Feb-2020.)
((𝐴 ∈ ℂ ∧ 𝐵 ∈ ℂ ∧ 𝐶 ∈ ℂ) → (𝐴 # 𝐵 ↔ (𝐶 + 𝐴) # (𝐶 + 𝐵)))
 
Theoremaddext 8529 Strong extensionality for addition. Given excluded middle, apartness would be equivalent to negated equality and this would follow readily (for all operations) from oveq12 5862. For us, it is proved a different way. (Contributed by Jim Kingdon, 15-Feb-2020.)
(((𝐴 ∈ ℂ ∧ 𝐵 ∈ ℂ) ∧ (𝐶 ∈ ℂ ∧ 𝐷 ∈ ℂ)) → ((𝐴 + 𝐵) # (𝐶 + 𝐷) → (𝐴 # 𝐶𝐵 # 𝐷)))
 
Theoremapneg 8530 Negation respects apartness. (Contributed by Jim Kingdon, 14-Feb-2020.)
((𝐴 ∈ ℂ ∧ 𝐵 ∈ ℂ) → (𝐴 # 𝐵 ↔ -𝐴 # -𝐵))
 
Theoremmulext1 8531 Left extensionality for complex multiplication. (Contributed by Jim Kingdon, 22-Feb-2020.)
((𝐴 ∈ ℂ ∧ 𝐵 ∈ ℂ ∧ 𝐶 ∈ ℂ) → ((𝐴 · 𝐶) # (𝐵 · 𝐶) → 𝐴 # 𝐵))
 
Theoremmulext2 8532 Right extensionality for complex multiplication. (Contributed by Jim Kingdon, 22-Feb-2020.)
((𝐴 ∈ ℂ ∧ 𝐵 ∈ ℂ ∧ 𝐶 ∈ ℂ) → ((𝐶 · 𝐴) # (𝐶 · 𝐵) → 𝐴 # 𝐵))
 
Theoremmulext 8533 Strong extensionality for multiplication. Given excluded middle, apartness would be equivalent to negated equality and this would follow readily (for all operations) from oveq12 5862. For us, it is proved a different way. (Contributed by Jim Kingdon, 23-Feb-2020.)
(((𝐴 ∈ ℂ ∧ 𝐵 ∈ ℂ) ∧ (𝐶 ∈ ℂ ∧ 𝐷 ∈ ℂ)) → ((𝐴 · 𝐵) # (𝐶 · 𝐷) → (𝐴 # 𝐶𝐵 # 𝐷)))
 
Theoremmulap0r 8534 A product apart from zero. Lemma 2.13 of [Geuvers], p. 6. (Contributed by Jim Kingdon, 24-Feb-2020.)
((𝐴 ∈ ℂ ∧ 𝐵 ∈ ℂ ∧ (𝐴 · 𝐵) # 0) → (𝐴 # 0 ∧ 𝐵 # 0))
 
Theoremmsqge0 8535 A square is nonnegative. Lemma 2.35 of [Geuvers], p. 9. (Contributed by NM, 23-May-2007.) (Revised by Mario Carneiro, 27-May-2016.)
(𝐴 ∈ ℝ → 0 ≤ (𝐴 · 𝐴))
 
Theoremmsqge0i 8536 A square is nonnegative. (Contributed by NM, 14-May-1999.) (Proof shortened by Andrew Salmon, 19-Nov-2011.)
𝐴 ∈ ℝ       0 ≤ (𝐴 · 𝐴)
 
Theoremmsqge0d 8537 A square is nonnegative. (Contributed by Mario Carneiro, 27-May-2016.)
(𝜑𝐴 ∈ ℝ)       (𝜑 → 0 ≤ (𝐴 · 𝐴))
 
Theoremmulge0 8538 The product of two nonnegative numbers is nonnegative. (Contributed by NM, 8-Oct-1999.) (Revised by Mario Carneiro, 27-May-2016.)
(((𝐴 ∈ ℝ ∧ 0 ≤ 𝐴) ∧ (𝐵 ∈ ℝ ∧ 0 ≤ 𝐵)) → 0 ≤ (𝐴 · 𝐵))
 
Theoremmulge0i 8539 The product of two nonnegative numbers is nonnegative. (Contributed by NM, 30-Jul-1999.)
𝐴 ∈ ℝ    &   𝐵 ∈ ℝ       ((0 ≤ 𝐴 ∧ 0 ≤ 𝐵) → 0 ≤ (𝐴 · 𝐵))
 
Theoremmulge0d 8540 The product of two nonnegative numbers is nonnegative. (Contributed by Mario Carneiro, 27-May-2016.)
(𝜑𝐴 ∈ ℝ)    &   (𝜑𝐵 ∈ ℝ)    &   (𝜑 → 0 ≤ 𝐴)    &   (𝜑 → 0 ≤ 𝐵)       (𝜑 → 0 ≤ (𝐴 · 𝐵))
 
Theoremapti 8541 Complex apartness is tight. (Contributed by Jim Kingdon, 21-Feb-2020.)
((𝐴 ∈ ℂ ∧ 𝐵 ∈ ℂ) → (𝐴 = 𝐵 ↔ ¬ 𝐴 # 𝐵))
 
Theoremapne 8542 Apartness implies negated equality. We cannot in general prove the converse (as shown at neapmkv 14099), which is the whole point of having separate notations for apartness and negated equality. (Contributed by Jim Kingdon, 21-Feb-2020.)
((𝐴 ∈ ℂ ∧ 𝐵 ∈ ℂ) → (𝐴 # 𝐵𝐴𝐵))
 
Theoremapcon4bid 8543 Contrapositive law deduction for apartness. (Contributed by Jim Kingdon, 31-Jul-2023.)
(𝜑𝐴 ∈ ℂ)    &   (𝜑𝐵 ∈ ℂ)    &   (𝜑𝐶 ∈ ℂ)    &   (𝜑𝐷 ∈ ℂ)    &   (𝜑 → (𝐴 # 𝐵𝐶 # 𝐷))       (𝜑 → (𝐴 = 𝐵𝐶 = 𝐷))
 
Theoremleltap 8544 implies 'less than' is 'apart'. (Contributed by Jim Kingdon, 13-Aug-2021.)
((𝐴 ∈ ℝ ∧ 𝐵 ∈ ℝ ∧ 𝐴𝐵) → (𝐴 < 𝐵𝐵 # 𝐴))
 
Theoremgt0ap0 8545 Positive implies apart from zero. (Contributed by Jim Kingdon, 27-Feb-2020.)
((𝐴 ∈ ℝ ∧ 0 < 𝐴) → 𝐴 # 0)
 
Theoremgt0ap0i 8546 Positive means apart from zero (useful for ordering theorems involving division). (Contributed by Jim Kingdon, 27-Feb-2020.)
𝐴 ∈ ℝ       (0 < 𝐴𝐴 # 0)
 
Theoremgt0ap0ii 8547 Positive implies apart from zero. (Contributed by Jim Kingdon, 27-Feb-2020.)
𝐴 ∈ ℝ    &   0 < 𝐴       𝐴 # 0
 
Theoremgt0ap0d 8548 Positive implies apart from zero. Because of the way we define #, 𝐴 must be an element of , not just *. (Contributed by Jim Kingdon, 27-Feb-2020.)
(𝜑𝐴 ∈ ℝ)    &   (𝜑 → 0 < 𝐴)       (𝜑𝐴 # 0)
 
Theoremnegap0 8549 A number is apart from zero iff its negative is apart from zero. (Contributed by Jim Kingdon, 27-Feb-2020.)
(𝐴 ∈ ℂ → (𝐴 # 0 ↔ -𝐴 # 0))
 
Theoremnegap0d 8550 The negative of a number apart from zero is apart from zero. (Contributed by Jim Kingdon, 25-Feb-2024.)
(𝜑𝐴 ∈ ℂ)    &   (𝜑𝐴 # 0)       (𝜑 → -𝐴 # 0)
 
Theoremltleap 8551 Less than in terms of non-strict order and apartness. (Contributed by Jim Kingdon, 28-Feb-2020.)
((𝐴 ∈ ℝ ∧ 𝐵 ∈ ℝ) → (𝐴 < 𝐵 ↔ (𝐴𝐵𝐴 # 𝐵)))
 
Theoremltap 8552 'Less than' implies apart. (Contributed by Jim Kingdon, 12-Aug-2021.)
((𝐴 ∈ ℝ ∧ 𝐵 ∈ ℝ ∧ 𝐴 < 𝐵) → 𝐵 # 𝐴)
 
Theoremgtapii 8553 'Greater than' implies apart. (Contributed by Jim Kingdon, 12-Aug-2021.)
𝐴 ∈ ℝ    &   𝐵 ∈ ℝ    &   𝐴 < 𝐵       𝐵 # 𝐴
 
Theoremltapii 8554 'Less than' implies apart. (Contributed by Jim Kingdon, 12-Aug-2021.)
𝐴 ∈ ℝ    &   𝐵 ∈ ℝ    &   𝐴 < 𝐵       𝐴 # 𝐵
 
Theoremltapi 8555 'Less than' implies apart. (Contributed by Jim Kingdon, 12-Aug-2021.)
𝐴 ∈ ℝ    &   𝐵 ∈ ℝ       (𝐴 < 𝐵𝐵 # 𝐴)
 
Theoremgtapd 8556 'Greater than' implies apart. (Contributed by Jim Kingdon, 12-Aug-2021.)
(𝜑𝐴 ∈ ℝ)    &   (𝜑𝐵 ∈ ℝ)    &   (𝜑𝐴 < 𝐵)       (𝜑𝐵 # 𝐴)
 
Theoremltapd 8557 'Less than' implies apart. (Contributed by Jim Kingdon, 12-Aug-2021.)
(𝜑𝐴 ∈ ℝ)    &   (𝜑𝐵 ∈ ℝ)    &   (𝜑𝐴 < 𝐵)       (𝜑𝐴 # 𝐵)
 
Theoremleltapd 8558 implies 'less than' is 'apart'. (Contributed by Jim Kingdon, 13-Aug-2021.)
(𝜑𝐴 ∈ ℝ)    &   (𝜑𝐵 ∈ ℝ)    &   (𝜑𝐴𝐵)       (𝜑 → (𝐴 < 𝐵𝐵 # 𝐴))
 
Theoremap0gt0 8559 A nonnegative number is apart from zero if and only if it is positive. (Contributed by Jim Kingdon, 11-Aug-2021.)
((𝐴 ∈ ℝ ∧ 0 ≤ 𝐴) → (𝐴 # 0 ↔ 0 < 𝐴))
 
Theoremap0gt0d 8560 A nonzero nonnegative number is positive. (Contributed by Jim Kingdon, 11-Aug-2021.)
(𝜑𝐴 ∈ ℝ)    &   (𝜑 → 0 ≤ 𝐴)    &   (𝜑𝐴 # 0)       (𝜑 → 0 < 𝐴)
 
Theoremapsub1 8561 Subtraction respects apartness. Analogue of subcan2 8144 for apartness. (Contributed by Jim Kingdon, 6-Jan-2022.)
((𝐴 ∈ ℂ ∧ 𝐵 ∈ ℂ ∧ 𝐶 ∈ ℂ) → (𝐴 # 𝐵 ↔ (𝐴𝐶) # (𝐵𝐶)))
 
Theoremsubap0 8562 Two numbers being apart is equivalent to their difference being apart from zero. (Contributed by Jim Kingdon, 25-Dec-2022.)
((𝐴 ∈ ℂ ∧ 𝐵 ∈ ℂ) → ((𝐴𝐵) # 0 ↔ 𝐴 # 𝐵))
 
Theoremsubap0d 8563 Two numbers apart from each other have difference apart from zero. (Contributed by Jim Kingdon, 12-Aug-2021.) (Proof shortened by BJ, 15-Aug-2024.)
(𝜑𝐴 ∈ ℂ)    &   (𝜑𝐵 ∈ ℂ)    &   (𝜑𝐴 # 𝐵)       (𝜑 → (𝐴𝐵) # 0)
 
Theoremcnstab 8564 Equality of complex numbers is stable. Stability here means ¬ ¬ 𝐴 = 𝐵𝐴 = 𝐵 as defined at df-stab 826. This theorem for real numbers is Proposition 5.2 of [BauerHanson], p. 27. (Contributed by Jim Kingdon, 1-Aug-2023.) (Proof shortened by BJ, 15-Aug-2024.)
((𝐴 ∈ ℂ ∧ 𝐵 ∈ ℂ) → STAB 𝐴 = 𝐵)
 
Theoremaprcl 8565 Reverse closure for apartness. (Contributed by Jim Kingdon, 19-Dec-2023.)
(𝐴 # 𝐵 → (𝐴 ∈ ℂ ∧ 𝐵 ∈ ℂ))
 
Theoremapsscn 8566* The points apart from a given point are complex numbers. (Contributed by Jim Kingdon, 19-Dec-2023.)
{𝑥𝐴𝑥 # 𝐵} ⊆ ℂ
 
Theoremlt0ap0 8567 A number which is less than zero is apart from zero. (Contributed by Jim Kingdon, 25-Feb-2024.)
((𝐴 ∈ ℝ ∧ 𝐴 < 0) → 𝐴 # 0)
 
Theoremlt0ap0d 8568 A real number less than zero is apart from zero. Deduction form. (Contributed by Jim Kingdon, 24-Feb-2024.)
(𝜑𝐴 ∈ ℝ)    &   (𝜑𝐴 < 0)       (𝜑𝐴 # 0)
 
4.3.7  Reciprocals
 
Theoremrecextlem1 8569 Lemma for recexap 8571. (Contributed by Eric Schmidt, 23-May-2007.)
((𝐴 ∈ ℂ ∧ 𝐵 ∈ ℂ) → ((𝐴 + (i · 𝐵)) · (𝐴 − (i · 𝐵))) = ((𝐴 · 𝐴) + (𝐵 · 𝐵)))
 
Theoremrecexaplem2 8570 Lemma for recexap 8571. (Contributed by Jim Kingdon, 20-Feb-2020.)
((𝐴 ∈ ℝ ∧ 𝐵 ∈ ℝ ∧ (𝐴 + (i · 𝐵)) # 0) → ((𝐴 · 𝐴) + (𝐵 · 𝐵)) # 0)
 
Theoremrecexap 8571* Existence of reciprocal of nonzero complex number. (Contributed by Jim Kingdon, 20-Feb-2020.)
((𝐴 ∈ ℂ ∧ 𝐴 # 0) → ∃𝑥 ∈ ℂ (𝐴 · 𝑥) = 1)
 
Theoremmulap0 8572 The product of two numbers apart from zero is apart from zero. Lemma 2.15 of [Geuvers], p. 6. (Contributed by Jim Kingdon, 22-Feb-2020.)
(((𝐴 ∈ ℂ ∧ 𝐴 # 0) ∧ (𝐵 ∈ ℂ ∧ 𝐵 # 0)) → (𝐴 · 𝐵) # 0)
 
Theoremmulap0b 8573 The product of two numbers apart from zero is apart from zero. (Contributed by Jim Kingdon, 24-Feb-2020.)
((𝐴 ∈ ℂ ∧ 𝐵 ∈ ℂ) → ((𝐴 # 0 ∧ 𝐵 # 0) ↔ (𝐴 · 𝐵) # 0))
 
Theoremmulap0i 8574 The product of two numbers apart from zero is apart from zero. (Contributed by Jim Kingdon, 23-Feb-2020.)
𝐴 ∈ ℂ    &   𝐵 ∈ ℂ    &   𝐴 # 0    &   𝐵 # 0       (𝐴 · 𝐵) # 0
 
Theoremmulap0bd 8575 The product of two numbers apart from zero is apart from zero. Exercise 11.11 of [HoTT], p. (varies). (Contributed by Jim Kingdon, 24-Feb-2020.)
(𝜑𝐴 ∈ ℂ)    &   (𝜑𝐵 ∈ ℂ)       (𝜑 → ((𝐴 # 0 ∧ 𝐵 # 0) ↔ (𝐴 · 𝐵) # 0))
 
Theoremmulap0d 8576 The product of two numbers apart from zero is apart from zero. (Contributed by Jim Kingdon, 23-Feb-2020.)
(𝜑𝐴 ∈ ℂ)    &   (𝜑𝐵 ∈ ℂ)    &   (𝜑𝐴 # 0)    &   (𝜑𝐵 # 0)       (𝜑 → (𝐴 · 𝐵) # 0)
 
Theoremmulap0bad 8577 A factor of a complex number apart from zero is apart from zero. Partial converse of mulap0d 8576 and consequence of mulap0bd 8575. (Contributed by Jim Kingdon, 24-Feb-2020.)
(𝜑𝐴 ∈ ℂ)    &   (𝜑𝐵 ∈ ℂ)    &   (𝜑 → (𝐴 · 𝐵) # 0)       (𝜑𝐴 # 0)
 
Theoremmulap0bbd 8578 A factor of a complex number apart from zero is apart from zero. Partial converse of mulap0d 8576 and consequence of mulap0bd 8575. (Contributed by Jim Kingdon, 24-Feb-2020.)
(𝜑𝐴 ∈ ℂ)    &   (𝜑𝐵 ∈ ℂ)    &   (𝜑 → (𝐴 · 𝐵) # 0)       (𝜑𝐵 # 0)
 
Theoremmulcanapd 8579 Cancellation law for multiplication. (Contributed by Jim Kingdon, 21-Feb-2020.)
(𝜑𝐴 ∈ ℂ)    &   (𝜑𝐵 ∈ ℂ)    &   (𝜑𝐶 ∈ ℂ)    &   (𝜑𝐶 # 0)       (𝜑 → ((𝐶 · 𝐴) = (𝐶 · 𝐵) ↔ 𝐴 = 𝐵))
 
Theoremmulcanap2d 8580 Cancellation law for multiplication. (Contributed by Jim Kingdon, 21-Feb-2020.)
(𝜑𝐴 ∈ ℂ)    &   (𝜑𝐵 ∈ ℂ)    &   (𝜑𝐶 ∈ ℂ)    &   (𝜑𝐶 # 0)       (𝜑 → ((𝐴 · 𝐶) = (𝐵 · 𝐶) ↔ 𝐴 = 𝐵))
 
Theoremmulcanapad 8581 Cancellation of a nonzero factor on the left in an equation. One-way deduction form of mulcanapd 8579. (Contributed by Jim Kingdon, 21-Feb-2020.)
(𝜑𝐴 ∈ ℂ)    &   (𝜑𝐵 ∈ ℂ)    &   (𝜑𝐶 ∈ ℂ)    &   (𝜑𝐶 # 0)    &   (𝜑 → (𝐶 · 𝐴) = (𝐶 · 𝐵))       (𝜑𝐴 = 𝐵)
 
Theoremmulcanap2ad 8582 Cancellation of a nonzero factor on the right in an equation. One-way deduction form of mulcanap2d 8580. (Contributed by Jim Kingdon, 21-Feb-2020.)
(𝜑𝐴 ∈ ℂ)    &   (𝜑𝐵 ∈ ℂ)    &   (𝜑𝐶 ∈ ℂ)    &   (𝜑𝐶 # 0)    &   (𝜑 → (𝐴 · 𝐶) = (𝐵 · 𝐶))       (𝜑𝐴 = 𝐵)
 
Theoremmulcanap 8583 Cancellation law for multiplication (full theorem form). (Contributed by Jim Kingdon, 21-Feb-2020.)
((𝐴 ∈ ℂ ∧ 𝐵 ∈ ℂ ∧ (𝐶 ∈ ℂ ∧ 𝐶 # 0)) → ((𝐶 · 𝐴) = (𝐶 · 𝐵) ↔ 𝐴 = 𝐵))
 
Theoremmulcanap2 8584 Cancellation law for multiplication. (Contributed by Jim Kingdon, 21-Feb-2020.)
((𝐴 ∈ ℂ ∧ 𝐵 ∈ ℂ ∧ (𝐶 ∈ ℂ ∧ 𝐶 # 0)) → ((𝐴 · 𝐶) = (𝐵 · 𝐶) ↔ 𝐴 = 𝐵))
 
Theoremmulcanapi 8585 Cancellation law for multiplication. (Contributed by Jim Kingdon, 21-Feb-2020.)
𝐴 ∈ ℂ    &   𝐵 ∈ ℂ    &   𝐶 ∈ ℂ    &   𝐶 # 0       ((𝐶 · 𝐴) = (𝐶 · 𝐵) ↔ 𝐴 = 𝐵)
 
Theoremmuleqadd 8586 Property of numbers whose product equals their sum. Equation 5 of [Kreyszig] p. 12. (Contributed by NM, 13-Nov-2006.)
((𝐴 ∈ ℂ ∧ 𝐵 ∈ ℂ) → ((𝐴 · 𝐵) = (𝐴 + 𝐵) ↔ ((𝐴 − 1) · (𝐵 − 1)) = 1))
 
Theoremreceuap 8587* Existential uniqueness of reciprocals. (Contributed by Jim Kingdon, 21-Feb-2020.)
((𝐴 ∈ ℂ ∧ 𝐵 ∈ ℂ ∧ 𝐵 # 0) → ∃!𝑥 ∈ ℂ (𝐵 · 𝑥) = 𝐴)
 
Theoremmul0eqap 8588 If two numbers are apart from each other and their product is zero, one of them must be zero. (Contributed by Jim Kingdon, 31-Jul-2023.)
(𝜑𝐴 ∈ ℂ)    &   (𝜑𝐵 ∈ ℂ)    &   (𝜑𝐴 # 𝐵)    &   (𝜑 → (𝐴 · 𝐵) = 0)       (𝜑 → (𝐴 = 0 ∨ 𝐵 = 0))
 
4.3.8  Division
 
Syntaxcdiv 8589 Extend class notation to include division.
class /
 
Definitiondf-div 8590* Define division. Theorem divmulap 8592 relates it to multiplication, and divclap 8595 and redivclap 8648 prove its closure laws. (Contributed by NM, 2-Feb-1995.) Use divvalap 8591 instead. (Revised by Mario Carneiro, 1-Apr-2014.) (New usage is discouraged.)
/ = (𝑥 ∈ ℂ, 𝑦 ∈ (ℂ ∖ {0}) ↦ (𝑧 ∈ ℂ (𝑦 · 𝑧) = 𝑥))
 
Theoremdivvalap 8591* Value of division: the (unique) element 𝑥 such that (𝐵 · 𝑥) = 𝐴. This is meaningful only when 𝐵 is apart from zero. (Contributed by Jim Kingdon, 21-Feb-2020.)
((𝐴 ∈ ℂ ∧ 𝐵 ∈ ℂ ∧ 𝐵 # 0) → (𝐴 / 𝐵) = (𝑥 ∈ ℂ (𝐵 · 𝑥) = 𝐴))
 
Theoremdivmulap 8592 Relationship between division and multiplication. (Contributed by Jim Kingdon, 22-Feb-2020.)
((𝐴 ∈ ℂ ∧ 𝐵 ∈ ℂ ∧ (𝐶 ∈ ℂ ∧ 𝐶 # 0)) → ((𝐴 / 𝐶) = 𝐵 ↔ (𝐶 · 𝐵) = 𝐴))
 
Theoremdivmulap2 8593 Relationship between division and multiplication. (Contributed by Jim Kingdon, 22-Feb-2020.)
((𝐴 ∈ ℂ ∧ 𝐵 ∈ ℂ ∧ (𝐶 ∈ ℂ ∧ 𝐶 # 0)) → ((𝐴 / 𝐶) = 𝐵𝐴 = (𝐶 · 𝐵)))
 
Theoremdivmulap3 8594 Relationship between division and multiplication. (Contributed by Jim Kingdon, 22-Feb-2020.)
((𝐴 ∈ ℂ ∧ 𝐵 ∈ ℂ ∧ (𝐶 ∈ ℂ ∧ 𝐶 # 0)) → ((𝐴 / 𝐶) = 𝐵𝐴 = (𝐵 · 𝐶)))
 
Theoremdivclap 8595 Closure law for division. (Contributed by Jim Kingdon, 22-Feb-2020.)
((𝐴 ∈ ℂ ∧ 𝐵 ∈ ℂ ∧ 𝐵 # 0) → (𝐴 / 𝐵) ∈ ℂ)
 
Theoremrecclap 8596 Closure law for reciprocal. (Contributed by Jim Kingdon, 22-Feb-2020.)
((𝐴 ∈ ℂ ∧ 𝐴 # 0) → (1 / 𝐴) ∈ ℂ)
 
Theoremdivcanap2 8597 A cancellation law for division. (Contributed by Jim Kingdon, 22-Feb-2020.)
((𝐴 ∈ ℂ ∧ 𝐵 ∈ ℂ ∧ 𝐵 # 0) → (𝐵 · (𝐴 / 𝐵)) = 𝐴)
 
Theoremdivcanap1 8598 A cancellation law for division. (Contributed by Jim Kingdon, 22-Feb-2020.)
((𝐴 ∈ ℂ ∧ 𝐵 ∈ ℂ ∧ 𝐵 # 0) → ((𝐴 / 𝐵) · 𝐵) = 𝐴)
 
Theoremdiveqap0 8599 A ratio is zero iff the numerator is zero. (Contributed by Jim Kingdon, 22-Feb-2020.)
((𝐴 ∈ ℂ ∧ 𝐵 ∈ ℂ ∧ 𝐵 # 0) → ((𝐴 / 𝐵) = 0 ↔ 𝐴 = 0))
 
Theoremdivap0b 8600 The ratio of numbers apart from zero is apart from zero. (Contributed by Jim Kingdon, 22-Feb-2020.)
((𝐴 ∈ ℂ ∧ 𝐵 ∈ ℂ ∧ 𝐵 # 0) → (𝐴 # 0 ↔ (𝐴 / 𝐵) # 0))
    < 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-14113
  Copyright terms: Public domain < Previous  Next >