HomeHome Intuitionistic Logic Explorer
Theorem List (p. 87 of 140)
< 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 - 8601-8700   *Has distinct variable group(s)
TypeLabelDescription
Statement
 
Theoremdiveqap1 8601 Equality in terms of unit ratio. (Contributed by Jim Kingdon, 25-Feb-2020.)
((𝐴 ∈ ℂ ∧ 𝐵 ∈ ℂ ∧ 𝐵 # 0) → ((𝐴 / 𝐵) = 1 ↔ 𝐴 = 𝐵))
 
Theoremdivnegap 8602 Move negative sign inside of a division. (Contributed by Jim Kingdon, 25-Feb-2020.)
((𝐴 ∈ ℂ ∧ 𝐵 ∈ ℂ ∧ 𝐵 # 0) → -(𝐴 / 𝐵) = (-𝐴 / 𝐵))
 
Theoremmuldivdirap 8603 Distribution of division over addition with a multiplication. (Contributed by Jim Kingdon, 11-Nov-2021.)
((𝐴 ∈ ℂ ∧ 𝐵 ∈ ℂ ∧ (𝐶 ∈ ℂ ∧ 𝐶 # 0)) → (((𝐶 · 𝐴) + 𝐵) / 𝐶) = (𝐴 + (𝐵 / 𝐶)))
 
Theoremdivsubdirap 8604 Distribution of division over subtraction. (Contributed by NM, 4-Mar-2005.)
((𝐴 ∈ ℂ ∧ 𝐵 ∈ ℂ ∧ (𝐶 ∈ ℂ ∧ 𝐶 # 0)) → ((𝐴𝐵) / 𝐶) = ((𝐴 / 𝐶) − (𝐵 / 𝐶)))
 
Theoremrecrecap 8605 A number is equal to the reciprocal of its reciprocal. (Contributed by Jim Kingdon, 25-Feb-2020.)
((𝐴 ∈ ℂ ∧ 𝐴 # 0) → (1 / (1 / 𝐴)) = 𝐴)
 
Theoremrec11ap 8606 Reciprocal is one-to-one. (Contributed by Jim Kingdon, 25-Feb-2020.)
(((𝐴 ∈ ℂ ∧ 𝐴 # 0) ∧ (𝐵 ∈ ℂ ∧ 𝐵 # 0)) → ((1 / 𝐴) = (1 / 𝐵) ↔ 𝐴 = 𝐵))
 
Theoremrec11rap 8607 Mutual reciprocals. (Contributed by Jim Kingdon, 25-Feb-2020.)
(((𝐴 ∈ ℂ ∧ 𝐴 # 0) ∧ (𝐵 ∈ ℂ ∧ 𝐵 # 0)) → ((1 / 𝐴) = 𝐵 ↔ (1 / 𝐵) = 𝐴))
 
Theoremdivmuldivap 8608 Multiplication of two ratios. (Contributed by Jim Kingdon, 25-Feb-2020.)
(((𝐴 ∈ ℂ ∧ 𝐵 ∈ ℂ) ∧ ((𝐶 ∈ ℂ ∧ 𝐶 # 0) ∧ (𝐷 ∈ ℂ ∧ 𝐷 # 0))) → ((𝐴 / 𝐶) · (𝐵 / 𝐷)) = ((𝐴 · 𝐵) / (𝐶 · 𝐷)))
 
Theoremdivdivdivap 8609 Division of two ratios. Theorem I.15 of [Apostol] p. 18. (Contributed by Jim Kingdon, 25-Feb-2020.)
(((𝐴 ∈ ℂ ∧ (𝐵 ∈ ℂ ∧ 𝐵 # 0)) ∧ ((𝐶 ∈ ℂ ∧ 𝐶 # 0) ∧ (𝐷 ∈ ℂ ∧ 𝐷 # 0))) → ((𝐴 / 𝐵) / (𝐶 / 𝐷)) = ((𝐴 · 𝐷) / (𝐵 · 𝐶)))
 
Theoremdivcanap5 8610 Cancellation of common factor in a ratio. (Contributed by Jim Kingdon, 25-Feb-2020.)
((𝐴 ∈ ℂ ∧ (𝐵 ∈ ℂ ∧ 𝐵 # 0) ∧ (𝐶 ∈ ℂ ∧ 𝐶 # 0)) → ((𝐶 · 𝐴) / (𝐶 · 𝐵)) = (𝐴 / 𝐵))
 
Theoremdivmul13ap 8611 Swap the denominators in the product of two ratios. (Contributed by Jim Kingdon, 26-Feb-2020.)
(((𝐴 ∈ ℂ ∧ 𝐵 ∈ ℂ) ∧ ((𝐶 ∈ ℂ ∧ 𝐶 # 0) ∧ (𝐷 ∈ ℂ ∧ 𝐷 # 0))) → ((𝐴 / 𝐶) · (𝐵 / 𝐷)) = ((𝐵 / 𝐶) · (𝐴 / 𝐷)))
 
Theoremdivmul24ap 8612 Swap the numerators in the product of two ratios. (Contributed by Jim Kingdon, 26-Feb-2020.)
(((𝐴 ∈ ℂ ∧ 𝐵 ∈ ℂ) ∧ ((𝐶 ∈ ℂ ∧ 𝐶 # 0) ∧ (𝐷 ∈ ℂ ∧ 𝐷 # 0))) → ((𝐴 / 𝐶) · (𝐵 / 𝐷)) = ((𝐴 / 𝐷) · (𝐵 / 𝐶)))
 
Theoremdivmuleqap 8613 Cross-multiply in an equality of ratios. (Contributed by Jim Kingdon, 26-Feb-2020.)
(((𝐴 ∈ ℂ ∧ 𝐵 ∈ ℂ) ∧ ((𝐶 ∈ ℂ ∧ 𝐶 # 0) ∧ (𝐷 ∈ ℂ ∧ 𝐷 # 0))) → ((𝐴 / 𝐶) = (𝐵 / 𝐷) ↔ (𝐴 · 𝐷) = (𝐵 · 𝐶)))
 
Theoremrecdivap 8614 The reciprocal of a ratio. (Contributed by Jim Kingdon, 26-Feb-2020.)
(((𝐴 ∈ ℂ ∧ 𝐴 # 0) ∧ (𝐵 ∈ ℂ ∧ 𝐵 # 0)) → (1 / (𝐴 / 𝐵)) = (𝐵 / 𝐴))
 
Theoremdivcanap6 8615 Cancellation of inverted fractions. (Contributed by Jim Kingdon, 26-Feb-2020.)
(((𝐴 ∈ ℂ ∧ 𝐴 # 0) ∧ (𝐵 ∈ ℂ ∧ 𝐵 # 0)) → ((𝐴 / 𝐵) · (𝐵 / 𝐴)) = 1)
 
Theoremdivdiv32ap 8616 Swap denominators in a division. (Contributed by Jim Kingdon, 26-Feb-2020.)
((𝐴 ∈ ℂ ∧ (𝐵 ∈ ℂ ∧ 𝐵 # 0) ∧ (𝐶 ∈ ℂ ∧ 𝐶 # 0)) → ((𝐴 / 𝐵) / 𝐶) = ((𝐴 / 𝐶) / 𝐵))
 
Theoremdivcanap7 8617 Cancel equal divisors in a division. (Contributed by Jim Kingdon, 26-Feb-2020.)
((𝐴 ∈ ℂ ∧ (𝐵 ∈ ℂ ∧ 𝐵 # 0) ∧ (𝐶 ∈ ℂ ∧ 𝐶 # 0)) → ((𝐴 / 𝐶) / (𝐵 / 𝐶)) = (𝐴 / 𝐵))
 
Theoremdmdcanap 8618 Cancellation law for division and multiplication. (Contributed by Jim Kingdon, 26-Feb-2020.)
(((𝐴 ∈ ℂ ∧ 𝐴 # 0) ∧ (𝐵 ∈ ℂ ∧ 𝐵 # 0) ∧ 𝐶 ∈ ℂ) → ((𝐴 / 𝐵) · (𝐶 / 𝐴)) = (𝐶 / 𝐵))
 
Theoremdivdivap1 8619 Division into a fraction. (Contributed by Jim Kingdon, 26-Feb-2020.)
((𝐴 ∈ ℂ ∧ (𝐵 ∈ ℂ ∧ 𝐵 # 0) ∧ (𝐶 ∈ ℂ ∧ 𝐶 # 0)) → ((𝐴 / 𝐵) / 𝐶) = (𝐴 / (𝐵 · 𝐶)))
 
Theoremdivdivap2 8620 Division by a fraction. (Contributed by Jim Kingdon, 26-Feb-2020.)
((𝐴 ∈ ℂ ∧ (𝐵 ∈ ℂ ∧ 𝐵 # 0) ∧ (𝐶 ∈ ℂ ∧ 𝐶 # 0)) → (𝐴 / (𝐵 / 𝐶)) = ((𝐴 · 𝐶) / 𝐵))
 
Theoremrecdivap2 8621 Division into a reciprocal. (Contributed by Jim Kingdon, 26-Feb-2020.)
(((𝐴 ∈ ℂ ∧ 𝐴 # 0) ∧ (𝐵 ∈ ℂ ∧ 𝐵 # 0)) → ((1 / 𝐴) / 𝐵) = (1 / (𝐴 · 𝐵)))
 
Theoremddcanap 8622 Cancellation in a double division. (Contributed by Jim Kingdon, 26-Feb-2020.)
(((𝐴 ∈ ℂ ∧ 𝐴 # 0) ∧ (𝐵 ∈ ℂ ∧ 𝐵 # 0)) → (𝐴 / (𝐴 / 𝐵)) = 𝐵)
 
Theoremdivadddivap 8623 Addition of two ratios. (Contributed by Jim Kingdon, 26-Feb-2020.)
(((𝐴 ∈ ℂ ∧ 𝐵 ∈ ℂ) ∧ ((𝐶 ∈ ℂ ∧ 𝐶 # 0) ∧ (𝐷 ∈ ℂ ∧ 𝐷 # 0))) → ((𝐴 / 𝐶) + (𝐵 / 𝐷)) = (((𝐴 · 𝐷) + (𝐵 · 𝐶)) / (𝐶 · 𝐷)))
 
Theoremdivsubdivap 8624 Subtraction of two ratios. (Contributed by Jim Kingdon, 26-Feb-2020.)
(((𝐴 ∈ ℂ ∧ 𝐵 ∈ ℂ) ∧ ((𝐶 ∈ ℂ ∧ 𝐶 # 0) ∧ (𝐷 ∈ ℂ ∧ 𝐷 # 0))) → ((𝐴 / 𝐶) − (𝐵 / 𝐷)) = (((𝐴 · 𝐷) − (𝐵 · 𝐶)) / (𝐶 · 𝐷)))
 
Theoremconjmulap 8625 Two numbers whose reciprocals sum to 1 are called "conjugates" and satisfy this relationship. (Contributed by Jim Kingdon, 26-Feb-2020.)
(((𝑃 ∈ ℂ ∧ 𝑃 # 0) ∧ (𝑄 ∈ ℂ ∧ 𝑄 # 0)) → (((1 / 𝑃) + (1 / 𝑄)) = 1 ↔ ((𝑃 − 1) · (𝑄 − 1)) = 1))
 
Theoremrerecclap 8626 Closure law for reciprocal. (Contributed by Jim Kingdon, 26-Feb-2020.)
((𝐴 ∈ ℝ ∧ 𝐴 # 0) → (1 / 𝐴) ∈ ℝ)
 
Theoremredivclap 8627 Closure law for division of reals. (Contributed by Jim Kingdon, 26-Feb-2020.)
((𝐴 ∈ ℝ ∧ 𝐵 ∈ ℝ ∧ 𝐵 # 0) → (𝐴 / 𝐵) ∈ ℝ)
 
Theoremeqneg 8628 A number equal to its negative is zero. (Contributed by NM, 12-Jul-2005.) (Revised by Mario Carneiro, 27-May-2016.)
(𝐴 ∈ ℂ → (𝐴 = -𝐴𝐴 = 0))
 
Theoremeqnegd 8629 A complex number equals its negative iff it is zero. Deduction form of eqneg 8628. (Contributed by David Moews, 28-Feb-2017.)
(𝜑𝐴 ∈ ℂ)       (𝜑 → (𝐴 = -𝐴𝐴 = 0))
 
Theoremeqnegad 8630 If a complex number equals its own negative, it is zero. One-way deduction form of eqneg 8628. (Contributed by David Moews, 28-Feb-2017.)
(𝜑𝐴 ∈ ℂ)    &   (𝜑𝐴 = -𝐴)       (𝜑𝐴 = 0)
 
Theoremdiv2negap 8631 Quotient of two negatives. (Contributed by Jim Kingdon, 27-Feb-2020.)
((𝐴 ∈ ℂ ∧ 𝐵 ∈ ℂ ∧ 𝐵 # 0) → (-𝐴 / -𝐵) = (𝐴 / 𝐵))
 
Theoremdivneg2ap 8632 Move negative sign inside of a division. (Contributed by Jim Kingdon, 27-Feb-2020.)
((𝐴 ∈ ℂ ∧ 𝐵 ∈ ℂ ∧ 𝐵 # 0) → -(𝐴 / 𝐵) = (𝐴 / -𝐵))
 
Theoremrecclapzi 8633 Closure law for reciprocal. (Contributed by Jim Kingdon, 27-Feb-2020.)
𝐴 ∈ ℂ       (𝐴 # 0 → (1 / 𝐴) ∈ ℂ)
 
Theoremrecap0apzi 8634 The reciprocal of a number apart from zero is apart from zero. (Contributed by Jim Kingdon, 27-Feb-2020.)
𝐴 ∈ ℂ       (𝐴 # 0 → (1 / 𝐴) # 0)
 
Theoremrecidapzi 8635 Multiplication of a number and its reciprocal. (Contributed by Jim Kingdon, 27-Feb-2020.)
𝐴 ∈ ℂ       (𝐴 # 0 → (𝐴 · (1 / 𝐴)) = 1)
 
Theoremdiv1i 8636 A number divided by 1 is itself. (Contributed by NM, 9-Jan-2002.)
𝐴 ∈ ℂ       (𝐴 / 1) = 𝐴
 
Theoremeqnegi 8637 A number equal to its negative is zero. (Contributed by NM, 29-May-1999.)
𝐴 ∈ ℂ       (𝐴 = -𝐴𝐴 = 0)
 
Theoremrecclapi 8638 Closure law for reciprocal. (Contributed by NM, 30-Apr-2005.)
𝐴 ∈ ℂ    &   𝐴 # 0       (1 / 𝐴) ∈ ℂ
 
Theoremrecidapi 8639 Multiplication of a number and its reciprocal. (Contributed by NM, 9-Feb-1995.)
𝐴 ∈ ℂ    &   𝐴 # 0       (𝐴 · (1 / 𝐴)) = 1
 
Theoremrecrecapi 8640 A number is equal to the reciprocal of its reciprocal. Theorem I.10 of [Apostol] p. 18. (Contributed by NM, 9-Feb-1995.)
𝐴 ∈ ℂ    &   𝐴 # 0       (1 / (1 / 𝐴)) = 𝐴
 
Theoremdividapi 8641 A number divided by itself is one. (Contributed by NM, 9-Feb-1995.)
𝐴 ∈ ℂ    &   𝐴 # 0       (𝐴 / 𝐴) = 1
 
Theoremdiv0api 8642 Division into zero is zero. (Contributed by NM, 12-Aug-1999.)
𝐴 ∈ ℂ    &   𝐴 # 0       (0 / 𝐴) = 0
 
Theoremdivclapzi 8643 Closure law for division. (Contributed by Jim Kingdon, 27-Feb-2020.)
𝐴 ∈ ℂ    &   𝐵 ∈ ℂ       (𝐵 # 0 → (𝐴 / 𝐵) ∈ ℂ)
 
Theoremdivcanap1zi 8644 A cancellation law for division. (Contributed by Jim Kingdon, 27-Feb-2020.)
𝐴 ∈ ℂ    &   𝐵 ∈ ℂ       (𝐵 # 0 → ((𝐴 / 𝐵) · 𝐵) = 𝐴)
 
Theoremdivcanap2zi 8645 A cancellation law for division. (Contributed by Jim Kingdon, 27-Feb-2020.)
𝐴 ∈ ℂ    &   𝐵 ∈ ℂ       (𝐵 # 0 → (𝐵 · (𝐴 / 𝐵)) = 𝐴)
 
Theoremdivrecapzi 8646 Relationship between division and reciprocal. (Contributed by Jim Kingdon, 27-Feb-2020.)
𝐴 ∈ ℂ    &   𝐵 ∈ ℂ       (𝐵 # 0 → (𝐴 / 𝐵) = (𝐴 · (1 / 𝐵)))
 
Theoremdivcanap3zi 8647 A cancellation law for division. (Contributed by Jim Kingdon, 27-Feb-2020.)
𝐴 ∈ ℂ    &   𝐵 ∈ ℂ       (𝐵 # 0 → ((𝐵 · 𝐴) / 𝐵) = 𝐴)
 
Theoremdivcanap4zi 8648 A cancellation law for division. (Contributed by Jim Kingdon, 27-Feb-2020.)
𝐴 ∈ ℂ    &   𝐵 ∈ ℂ       (𝐵 # 0 → ((𝐴 · 𝐵) / 𝐵) = 𝐴)
 
Theoremrec11api 8649 Reciprocal is one-to-one. (Contributed by Jim Kingdon, 28-Feb-2020.)
𝐴 ∈ ℂ    &   𝐵 ∈ ℂ       ((𝐴 # 0 ∧ 𝐵 # 0) → ((1 / 𝐴) = (1 / 𝐵) ↔ 𝐴 = 𝐵))
 
Theoremdivclapi 8650 Closure law for division. (Contributed by Jim Kingdon, 28-Feb-2020.)
𝐴 ∈ ℂ    &   𝐵 ∈ ℂ    &   𝐵 # 0       (𝐴 / 𝐵) ∈ ℂ
 
Theoremdivcanap2i 8651 A cancellation law for division. (Contributed by Jim Kingdon, 28-Feb-2020.)
𝐴 ∈ ℂ    &   𝐵 ∈ ℂ    &   𝐵 # 0       (𝐵 · (𝐴 / 𝐵)) = 𝐴
 
Theoremdivcanap1i 8652 A cancellation law for division. (Contributed by Jim Kingdon, 28-Feb-2020.)
𝐴 ∈ ℂ    &   𝐵 ∈ ℂ    &   𝐵 # 0       ((𝐴 / 𝐵) · 𝐵) = 𝐴
 
Theoremdivrecapi 8653 Relationship between division and reciprocal. (Contributed by Jim Kingdon, 28-Feb-2020.)
𝐴 ∈ ℂ    &   𝐵 ∈ ℂ    &   𝐵 # 0       (𝐴 / 𝐵) = (𝐴 · (1 / 𝐵))
 
Theoremdivcanap3i 8654 A cancellation law for division. (Contributed by Jim Kingdon, 28-Feb-2020.)
𝐴 ∈ ℂ    &   𝐵 ∈ ℂ    &   𝐵 # 0       ((𝐵 · 𝐴) / 𝐵) = 𝐴
 
Theoremdivcanap4i 8655 A cancellation law for division. (Contributed by Jim Kingdon, 28-Feb-2020.)
𝐴 ∈ ℂ    &   𝐵 ∈ ℂ    &   𝐵 # 0       ((𝐴 · 𝐵) / 𝐵) = 𝐴
 
Theoremdivap0i 8656 The ratio of numbers apart from zero is apart from zero. (Contributed by Jim Kingdon, 28-Feb-2020.)
𝐴 ∈ ℂ    &   𝐵 ∈ ℂ    &   𝐴 # 0    &   𝐵 # 0       (𝐴 / 𝐵) # 0
 
Theoremrec11apii 8657 Reciprocal is one-to-one. (Contributed by Jim Kingdon, 28-Feb-2020.)
𝐴 ∈ ℂ    &   𝐵 ∈ ℂ    &   𝐴 # 0    &   𝐵 # 0       ((1 / 𝐴) = (1 / 𝐵) ↔ 𝐴 = 𝐵)
 
Theoremdivassapzi 8658 An associative law for division. (Contributed by Jim Kingdon, 28-Feb-2020.)
𝐴 ∈ ℂ    &   𝐵 ∈ ℂ    &   𝐶 ∈ ℂ       (𝐶 # 0 → ((𝐴 · 𝐵) / 𝐶) = (𝐴 · (𝐵 / 𝐶)))
 
Theoremdivmulapzi 8659 Relationship between division and multiplication. (Contributed by Jim Kingdon, 28-Feb-2020.)
𝐴 ∈ ℂ    &   𝐵 ∈ ℂ    &   𝐶 ∈ ℂ       (𝐵 # 0 → ((𝐴 / 𝐵) = 𝐶 ↔ (𝐵 · 𝐶) = 𝐴))
 
Theoremdivdirapzi 8660 Distribution of division over addition. (Contributed by Jim Kingdon, 28-Feb-2020.)
𝐴 ∈ ℂ    &   𝐵 ∈ ℂ    &   𝐶 ∈ ℂ       (𝐶 # 0 → ((𝐴 + 𝐵) / 𝐶) = ((𝐴 / 𝐶) + (𝐵 / 𝐶)))
 
Theoremdivdiv23apzi 8661 Swap denominators in a division. (Contributed by Jim Kingdon, 28-Feb-2020.)
𝐴 ∈ ℂ    &   𝐵 ∈ ℂ    &   𝐶 ∈ ℂ       ((𝐵 # 0 ∧ 𝐶 # 0) → ((𝐴 / 𝐵) / 𝐶) = ((𝐴 / 𝐶) / 𝐵))
 
Theoremdivmulapi 8662 Relationship between division and multiplication. (Contributed by Jim Kingdon, 29-Feb-2020.)
𝐴 ∈ ℂ    &   𝐵 ∈ ℂ    &   𝐶 ∈ ℂ    &   𝐵 # 0       ((𝐴 / 𝐵) = 𝐶 ↔ (𝐵 · 𝐶) = 𝐴)
 
Theoremdivdiv32api 8663 Swap denominators in a division. (Contributed by Jim Kingdon, 29-Feb-2020.)
𝐴 ∈ ℂ    &   𝐵 ∈ ℂ    &   𝐶 ∈ ℂ    &   𝐵 # 0    &   𝐶 # 0       ((𝐴 / 𝐵) / 𝐶) = ((𝐴 / 𝐶) / 𝐵)
 
Theoremdivassapi 8664 An associative law for division. (Contributed by Jim Kingdon, 9-Mar-2020.)
𝐴 ∈ ℂ    &   𝐵 ∈ ℂ    &   𝐶 ∈ ℂ    &   𝐶 # 0       ((𝐴 · 𝐵) / 𝐶) = (𝐴 · (𝐵 / 𝐶))
 
Theoremdivdirapi 8665 Distribution of division over addition. (Contributed by Jim Kingdon, 9-Mar-2020.)
𝐴 ∈ ℂ    &   𝐵 ∈ ℂ    &   𝐶 ∈ ℂ    &   𝐶 # 0       ((𝐴 + 𝐵) / 𝐶) = ((𝐴 / 𝐶) + (𝐵 / 𝐶))
 
Theoremdiv23api 8666 A commutative/associative law for division. (Contributed by Jim Kingdon, 9-Mar-2020.)
𝐴 ∈ ℂ    &   𝐵 ∈ ℂ    &   𝐶 ∈ ℂ    &   𝐶 # 0       ((𝐴 · 𝐵) / 𝐶) = ((𝐴 / 𝐶) · 𝐵)
 
Theoremdiv11api 8667 One-to-one relationship for division. (Contributed by Jim Kingdon, 9-Mar-2020.)
𝐴 ∈ ℂ    &   𝐵 ∈ ℂ    &   𝐶 ∈ ℂ    &   𝐶 # 0       ((𝐴 / 𝐶) = (𝐵 / 𝐶) ↔ 𝐴 = 𝐵)
 
Theoremdivmuldivapi 8668 Multiplication of two ratios. (Contributed by Jim Kingdon, 9-Mar-2020.)
𝐴 ∈ ℂ    &   𝐵 ∈ ℂ    &   𝐶 ∈ ℂ    &   𝐷 ∈ ℂ    &   𝐵 # 0    &   𝐷 # 0       ((𝐴 / 𝐵) · (𝐶 / 𝐷)) = ((𝐴 · 𝐶) / (𝐵 · 𝐷))
 
Theoremdivmul13api 8669 Swap denominators of two ratios. (Contributed by Jim Kingdon, 9-Mar-2020.)
𝐴 ∈ ℂ    &   𝐵 ∈ ℂ    &   𝐶 ∈ ℂ    &   𝐷 ∈ ℂ    &   𝐵 # 0    &   𝐷 # 0       ((𝐴 / 𝐵) · (𝐶 / 𝐷)) = ((𝐶 / 𝐵) · (𝐴 / 𝐷))
 
Theoremdivadddivapi 8670 Addition of two ratios. (Contributed by Jim Kingdon, 9-Mar-2020.)
𝐴 ∈ ℂ    &   𝐵 ∈ ℂ    &   𝐶 ∈ ℂ    &   𝐷 ∈ ℂ    &   𝐵 # 0    &   𝐷 # 0       ((𝐴 / 𝐵) + (𝐶 / 𝐷)) = (((𝐴 · 𝐷) + (𝐶 · 𝐵)) / (𝐵 · 𝐷))
 
Theoremdivdivdivapi 8671 Division of two ratios. (Contributed by Jim Kingdon, 9-Mar-2020.)
𝐴 ∈ ℂ    &   𝐵 ∈ ℂ    &   𝐶 ∈ ℂ    &   𝐷 ∈ ℂ    &   𝐵 # 0    &   𝐷 # 0    &   𝐶 # 0       ((𝐴 / 𝐵) / (𝐶 / 𝐷)) = ((𝐴 · 𝐷) / (𝐵 · 𝐶))
 
Theoremrerecclapzi 8672 Closure law for reciprocal. (Contributed by Jim Kingdon, 9-Mar-2020.)
𝐴 ∈ ℝ       (𝐴 # 0 → (1 / 𝐴) ∈ ℝ)
 
Theoremrerecclapi 8673 Closure law for reciprocal. (Contributed by Jim Kingdon, 9-Mar-2020.)
𝐴 ∈ ℝ    &   𝐴 # 0       (1 / 𝐴) ∈ ℝ
 
Theoremredivclapzi 8674 Closure law for division of reals. (Contributed by Jim Kingdon, 9-Mar-2020.)
𝐴 ∈ ℝ    &   𝐵 ∈ ℝ       (𝐵 # 0 → (𝐴 / 𝐵) ∈ ℝ)
 
Theoremredivclapi 8675 Closure law for division of reals. (Contributed by Jim Kingdon, 9-Mar-2020.)
𝐴 ∈ ℝ    &   𝐵 ∈ ℝ    &   𝐵 # 0       (𝐴 / 𝐵) ∈ ℝ
 
Theoremdiv1d 8676 A number divided by 1 is itself. (Contributed by Mario Carneiro, 27-May-2016.)
(𝜑𝐴 ∈ ℂ)       (𝜑 → (𝐴 / 1) = 𝐴)
 
Theoremrecclapd 8677 Closure law for reciprocal. (Contributed by Jim Kingdon, 3-Mar-2020.)
(𝜑𝐴 ∈ ℂ)    &   (𝜑𝐴 # 0)       (𝜑 → (1 / 𝐴) ∈ ℂ)
 
Theoremrecap0d 8678 The reciprocal of a number apart from zero is apart from zero. (Contributed by Jim Kingdon, 3-Mar-2020.)
(𝜑𝐴 ∈ ℂ)    &   (𝜑𝐴 # 0)       (𝜑 → (1 / 𝐴) # 0)
 
Theoremrecidapd 8679 Multiplication of a number and its reciprocal. (Contributed by Jim Kingdon, 3-Mar-2020.)
(𝜑𝐴 ∈ ℂ)    &   (𝜑𝐴 # 0)       (𝜑 → (𝐴 · (1 / 𝐴)) = 1)
 
Theoremrecidap2d 8680 Multiplication of a number and its reciprocal. (Contributed by Jim Kingdon, 3-Mar-2020.)
(𝜑𝐴 ∈ ℂ)    &   (𝜑𝐴 # 0)       (𝜑 → ((1 / 𝐴) · 𝐴) = 1)
 
Theoremrecrecapd 8681 A number is equal to the reciprocal of its reciprocal. (Contributed by Jim Kingdon, 3-Mar-2020.)
(𝜑𝐴 ∈ ℂ)    &   (𝜑𝐴 # 0)       (𝜑 → (1 / (1 / 𝐴)) = 𝐴)
 
Theoremdividapd 8682 A number divided by itself is one. (Contributed by Jim Kingdon, 3-Mar-2020.)
(𝜑𝐴 ∈ ℂ)    &   (𝜑𝐴 # 0)       (𝜑 → (𝐴 / 𝐴) = 1)
 
Theoremdiv0apd 8683 Division into zero is zero. (Contributed by Jim Kingdon, 3-Mar-2020.)
(𝜑𝐴 ∈ ℂ)    &   (𝜑𝐴 # 0)       (𝜑 → (0 / 𝐴) = 0)
 
Theoremapmul1 8684 Multiplication of both sides of complex apartness by a complex number apart from zero. (Contributed by Jim Kingdon, 20-Mar-2020.)
((𝐴 ∈ ℂ ∧ 𝐵 ∈ ℂ ∧ (𝐶 ∈ ℂ ∧ 𝐶 # 0)) → (𝐴 # 𝐵 ↔ (𝐴 · 𝐶) # (𝐵 · 𝐶)))
 
Theoremapmul2 8685 Multiplication of both sides of complex apartness by a complex number apart from zero. (Contributed by Jim Kingdon, 6-Jan-2023.)
((𝐴 ∈ ℂ ∧ 𝐵 ∈ ℂ ∧ (𝐶 ∈ ℂ ∧ 𝐶 # 0)) → (𝐴 # 𝐵 ↔ (𝐶 · 𝐴) # (𝐶 · 𝐵)))
 
Theoremdivclapd 8686 Closure law for division. (Contributed by Jim Kingdon, 29-Feb-2020.)
(𝜑𝐴 ∈ ℂ)    &   (𝜑𝐵 ∈ ℂ)    &   (𝜑𝐵 # 0)       (𝜑 → (𝐴 / 𝐵) ∈ ℂ)
 
Theoremdivcanap1d 8687 A cancellation law for division. (Contributed by Jim Kingdon, 29-Feb-2020.)
(𝜑𝐴 ∈ ℂ)    &   (𝜑𝐵 ∈ ℂ)    &   (𝜑𝐵 # 0)       (𝜑 → ((𝐴 / 𝐵) · 𝐵) = 𝐴)
 
Theoremdivcanap2d 8688 A cancellation law for division. (Contributed by Jim Kingdon, 29-Feb-2020.)
(𝜑𝐴 ∈ ℂ)    &   (𝜑𝐵 ∈ ℂ)    &   (𝜑𝐵 # 0)       (𝜑 → (𝐵 · (𝐴 / 𝐵)) = 𝐴)
 
Theoremdivrecapd 8689 Relationship between division and reciprocal. Theorem I.9 of [Apostol] p. 18. (Contributed by Jim Kingdon, 29-Feb-2020.)
(𝜑𝐴 ∈ ℂ)    &   (𝜑𝐵 ∈ ℂ)    &   (𝜑𝐵 # 0)       (𝜑 → (𝐴 / 𝐵) = (𝐴 · (1 / 𝐵)))
 
Theoremdivrecap2d 8690 Relationship between division and reciprocal. (Contributed by Jim Kingdon, 29-Feb-2020.)
(𝜑𝐴 ∈ ℂ)    &   (𝜑𝐵 ∈ ℂ)    &   (𝜑𝐵 # 0)       (𝜑 → (𝐴 / 𝐵) = ((1 / 𝐵) · 𝐴))
 
Theoremdivcanap3d 8691 A cancellation law for division. (Contributed by Jim Kingdon, 29-Feb-2020.)
(𝜑𝐴 ∈ ℂ)    &   (𝜑𝐵 ∈ ℂ)    &   (𝜑𝐵 # 0)       (𝜑 → ((𝐵 · 𝐴) / 𝐵) = 𝐴)
 
Theoremdivcanap4d 8692 A cancellation law for division. (Contributed by Jim Kingdon, 29-Feb-2020.)
(𝜑𝐴 ∈ ℂ)    &   (𝜑𝐵 ∈ ℂ)    &   (𝜑𝐵 # 0)       (𝜑 → ((𝐴 · 𝐵) / 𝐵) = 𝐴)
 
Theoremdiveqap0d 8693 If a ratio is zero, the numerator is zero. (Contributed by Jim Kingdon, 19-Mar-2020.)
(𝜑𝐴 ∈ ℂ)    &   (𝜑𝐵 ∈ ℂ)    &   (𝜑𝐵 # 0)    &   (𝜑 → (𝐴 / 𝐵) = 0)       (𝜑𝐴 = 0)
 
Theoremdiveqap1d 8694 Equality in terms of unit ratio. (Contributed by Jim Kingdon, 19-Mar-2020.)
(𝜑𝐴 ∈ ℂ)    &   (𝜑𝐵 ∈ ℂ)    &   (𝜑𝐵 # 0)    &   (𝜑 → (𝐴 / 𝐵) = 1)       (𝜑𝐴 = 𝐵)
 
Theoremdiveqap1ad 8695 The quotient of two complex numbers is one iff they are equal. Deduction form of diveqap1 8601. Generalization of diveqap1d 8694. (Contributed by Jim Kingdon, 19-Mar-2020.)
(𝜑𝐴 ∈ ℂ)    &   (𝜑𝐵 ∈ ℂ)    &   (𝜑𝐵 # 0)       (𝜑 → ((𝐴 / 𝐵) = 1 ↔ 𝐴 = 𝐵))
 
Theoremdiveqap0ad 8696 A fraction of complex numbers is zero iff its numerator is. Deduction form of diveqap0 8578. (Contributed by Jim Kingdon, 19-Mar-2020.)
(𝜑𝐴 ∈ ℂ)    &   (𝜑𝐵 ∈ ℂ)    &   (𝜑𝐵 # 0)       (𝜑 → ((𝐴 / 𝐵) = 0 ↔ 𝐴 = 0))
 
Theoremdivap1d 8697 If two complex numbers are apart, their quotient is apart from one. (Contributed by Jim Kingdon, 20-Mar-2020.)
(𝜑𝐴 ∈ ℂ)    &   (𝜑𝐵 ∈ ℂ)    &   (𝜑𝐵 # 0)    &   (𝜑𝐴 # 𝐵)       (𝜑 → (𝐴 / 𝐵) # 1)
 
Theoremdivap0bd 8698 A ratio is zero iff the numerator is zero. (Contributed by Jim Kingdon, 19-Mar-2020.)
(𝜑𝐴 ∈ ℂ)    &   (𝜑𝐵 ∈ ℂ)    &   (𝜑𝐵 # 0)       (𝜑 → (𝐴 # 0 ↔ (𝐴 / 𝐵) # 0))
 
Theoremdivnegapd 8699 Move negative sign inside of a division. (Contributed by Jim Kingdon, 19-Mar-2020.)
(𝜑𝐴 ∈ ℂ)    &   (𝜑𝐵 ∈ ℂ)    &   (𝜑𝐵 # 0)       (𝜑 → -(𝐴 / 𝐵) = (-𝐴 / 𝐵))
 
Theoremdivneg2apd 8700 Move negative sign inside of a division. (Contributed by Jim Kingdon, 19-Mar-2020.)
(𝜑𝐴 ∈ ℂ)    &   (𝜑𝐵 ∈ ℂ)    &   (𝜑𝐵 # 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-13960
  Copyright terms: Public domain < Previous  Next >