HomeHome Intuitionistic Logic Explorer
Theorem List (p. 95 of 133)
< 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 - 9401-9500   *Has distinct variable group(s)
TypeLabelDescription
Statement
 
Theoremlbzbi 9401* If a set of reals is bounded below, it is bounded below by an integer. (Contributed by Paul Chapman, 21-Mar-2011.)
(𝐴 ⊆ ℝ → (∃𝑥 ∈ ℝ ∀𝑦𝐴 𝑥𝑦 ↔ ∃𝑥 ∈ ℤ ∀𝑦𝐴 𝑥𝑦))
 
Theoremnn01to3 9402 A (nonnegative) integer between 1 and 3 must be 1, 2 or 3. (Contributed by Alexander van der Vekens, 13-Sep-2018.)
((𝑁 ∈ ℕ0 ∧ 1 ≤ 𝑁𝑁 ≤ 3) → (𝑁 = 1 ∨ 𝑁 = 2 ∨ 𝑁 = 3))
 
Theoremnn0ge2m1nnALT 9403 Alternate proof of nn0ge2m1nn 9030: If a nonnegative integer is greater than or equal to two, the integer decreased by 1 is a positive integer. This version is proved using eluz2 9325, a theorem for upper sets of integers, which are defined later than the positive and nonnegative integers. This proof is, however, much shorter than the proof of nn0ge2m1nn 9030. (Contributed by Alexander van der Vekens, 1-Aug-2018.) (New usage is discouraged.) (Proof modification is discouraged.)
((𝑁 ∈ ℕ0 ∧ 2 ≤ 𝑁) → (𝑁 − 1) ∈ ℕ)
 
4.4.12  Rational numbers (as a subset of complex numbers)
 
Syntaxcq 9404 Extend class notation to include the class of rationals.
class
 
Definitiondf-q 9405 Define the set of rational numbers. Based on definition of rationals in [Apostol] p. 22. See elq 9407 for the relation "is rational." (Contributed by NM, 8-Jan-2002.)
ℚ = ( / “ (ℤ × ℕ))
 
Theoremdivfnzn 9406 Division restricted to ℤ × ℕ is a function. Given excluded middle, it would be easy to prove this for ℂ × (ℂ ∖ {0}). The key difference is that an element of is apart from zero, whereas being an element of ℂ ∖ {0} implies being not equal to zero. (Contributed by Jim Kingdon, 19-Mar-2020.)
( / ↾ (ℤ × ℕ)) Fn (ℤ × ℕ)
 
Theoremelq 9407* Membership in the set of rationals. (Contributed by NM, 8-Jan-2002.) (Revised by Mario Carneiro, 28-Jan-2014.)
(𝐴 ∈ ℚ ↔ ∃𝑥 ∈ ℤ ∃𝑦 ∈ ℕ 𝐴 = (𝑥 / 𝑦))
 
Theoremqmulz 9408* If 𝐴 is rational, then some integer multiple of it is an integer. (Contributed by NM, 7-Nov-2008.) (Revised by Mario Carneiro, 22-Jul-2014.)
(𝐴 ∈ ℚ → ∃𝑥 ∈ ℕ (𝐴 · 𝑥) ∈ ℤ)
 
Theoremznq 9409 The ratio of an integer and a positive integer is a rational number. (Contributed by NM, 12-Jan-2002.)
((𝐴 ∈ ℤ ∧ 𝐵 ∈ ℕ) → (𝐴 / 𝐵) ∈ ℚ)
 
Theoremqre 9410 A rational number is a real number. (Contributed by NM, 14-Nov-2002.)
(𝐴 ∈ ℚ → 𝐴 ∈ ℝ)
 
Theoremzq 9411 An integer is a rational number. (Contributed by NM, 9-Jan-2002.)
(𝐴 ∈ ℤ → 𝐴 ∈ ℚ)
 
Theoremzssq 9412 The integers are a subset of the rationals. (Contributed by NM, 9-Jan-2002.)
ℤ ⊆ ℚ
 
Theoremnn0ssq 9413 The nonnegative integers are a subset of the rationals. (Contributed by NM, 31-Jul-2004.)
0 ⊆ ℚ
 
Theoremnnssq 9414 The positive integers are a subset of the rationals. (Contributed by NM, 31-Jul-2004.)
ℕ ⊆ ℚ
 
Theoremqssre 9415 The rationals are a subset of the reals. (Contributed by NM, 9-Jan-2002.)
ℚ ⊆ ℝ
 
Theoremqsscn 9416 The rationals are a subset of the complex numbers. (Contributed by NM, 2-Aug-2004.)
ℚ ⊆ ℂ
 
Theoremqex 9417 The set of rational numbers exists. (Contributed by NM, 30-Jul-2004.) (Revised by Mario Carneiro, 17-Nov-2014.)
ℚ ∈ V
 
Theoremnnq 9418 A positive integer is rational. (Contributed by NM, 17-Nov-2004.)
(𝐴 ∈ ℕ → 𝐴 ∈ ℚ)
 
Theoremqcn 9419 A rational number is a complex number. (Contributed by NM, 2-Aug-2004.)
(𝐴 ∈ ℚ → 𝐴 ∈ ℂ)
 
Theoremqaddcl 9420 Closure of addition of rationals. (Contributed by NM, 1-Aug-2004.)
((𝐴 ∈ ℚ ∧ 𝐵 ∈ ℚ) → (𝐴 + 𝐵) ∈ ℚ)
 
Theoremqnegcl 9421 Closure law for the negative of a rational. (Contributed by NM, 2-Aug-2004.) (Revised by Mario Carneiro, 15-Sep-2014.)
(𝐴 ∈ ℚ → -𝐴 ∈ ℚ)
 
Theoremqmulcl 9422 Closure of multiplication of rationals. (Contributed by NM, 1-Aug-2004.)
((𝐴 ∈ ℚ ∧ 𝐵 ∈ ℚ) → (𝐴 · 𝐵) ∈ ℚ)
 
Theoremqsubcl 9423 Closure of subtraction of rationals. (Contributed by NM, 2-Aug-2004.)
((𝐴 ∈ ℚ ∧ 𝐵 ∈ ℚ) → (𝐴𝐵) ∈ ℚ)
 
Theoremqapne 9424 Apartness is equivalent to not equal for rationals. (Contributed by Jim Kingdon, 20-Mar-2020.)
((𝐴 ∈ ℚ ∧ 𝐵 ∈ ℚ) → (𝐴 # 𝐵𝐴𝐵))
 
Theoremqltlen 9425 Rational 'Less than' expressed in terms of 'less than or equal to'. Also see ltleap 8387 which is a similar result for real numbers. (Contributed by Jim Kingdon, 11-Oct-2021.)
((𝐴 ∈ ℚ ∧ 𝐵 ∈ ℚ) → (𝐴 < 𝐵 ↔ (𝐴𝐵𝐵𝐴)))
 
Theoremqlttri2 9426 Apartness is equivalent to not equal for rationals. (Contributed by Jim Kingdon, 9-Nov-2021.)
((𝐴 ∈ ℚ ∧ 𝐵 ∈ ℚ) → (𝐴𝐵 ↔ (𝐴 < 𝐵𝐵 < 𝐴)))
 
Theoremqreccl 9427 Closure of reciprocal of rationals. (Contributed by NM, 3-Aug-2004.)
((𝐴 ∈ ℚ ∧ 𝐴 ≠ 0) → (1 / 𝐴) ∈ ℚ)
 
Theoremqdivcl 9428 Closure of division of rationals. (Contributed by NM, 3-Aug-2004.)
((𝐴 ∈ ℚ ∧ 𝐵 ∈ ℚ ∧ 𝐵 ≠ 0) → (𝐴 / 𝐵) ∈ ℚ)
 
Theoremqrevaddcl 9429 Reverse closure law for addition of rationals. (Contributed by NM, 2-Aug-2004.)
(𝐵 ∈ ℚ → ((𝐴 ∈ ℂ ∧ (𝐴 + 𝐵) ∈ ℚ) ↔ 𝐴 ∈ ℚ))
 
Theoremnnrecq 9430 The reciprocal of a positive integer is rational. (Contributed by NM, 17-Nov-2004.)
(𝐴 ∈ ℕ → (1 / 𝐴) ∈ ℚ)
 
Theoremirradd 9431 The sum of an irrational number and a rational number is irrational. (Contributed by NM, 7-Nov-2008.)
((𝐴 ∈ (ℝ ∖ ℚ) ∧ 𝐵 ∈ ℚ) → (𝐴 + 𝐵) ∈ (ℝ ∖ ℚ))
 
Theoremirrmul 9432 The product of a real which is not rational with a nonzero rational is not rational. Note that by "not rational" we mean the negation of "is rational" (whereas "irrational" is often defined to mean apart from any rational number - given excluded middle these two definitions would be equivalent). (Contributed by NM, 7-Nov-2008.)
((𝐴 ∈ (ℝ ∖ ℚ) ∧ 𝐵 ∈ ℚ ∧ 𝐵 ≠ 0) → (𝐴 · 𝐵) ∈ (ℝ ∖ ℚ))
 
4.4.13  Complex numbers as pairs of reals
 
Theoremcnref1o 9433* There is a natural one-to-one mapping from (ℝ × ℝ) to , where we map 𝑥, 𝑦 to (𝑥 + (i · 𝑦)). In our construction of the complex numbers, this is in fact our definition of (see df-c 7619), but in the axiomatic treatment we can only show that there is the expected mapping between these two sets. (Contributed by Mario Carneiro, 16-Jun-2013.) (Revised by Mario Carneiro, 17-Feb-2014.)
𝐹 = (𝑥 ∈ ℝ, 𝑦 ∈ ℝ ↦ (𝑥 + (i · 𝑦)))       𝐹:(ℝ × ℝ)–1-1-onto→ℂ
 
4.5  Order sets
 
4.5.1  Positive reals (as a subset of complex numbers)
 
Syntaxcrp 9434 Extend class notation to include the class of positive reals.
class +
 
Definitiondf-rp 9435 Define the set of positive reals. Definition of positive numbers in [Apostol] p. 20. (Contributed by NM, 27-Oct-2007.)
+ = {𝑥 ∈ ℝ ∣ 0 < 𝑥}
 
Theoremelrp 9436 Membership in the set of positive reals. (Contributed by NM, 27-Oct-2007.)
(𝐴 ∈ ℝ+ ↔ (𝐴 ∈ ℝ ∧ 0 < 𝐴))
 
Theoremelrpii 9437 Membership in the set of positive reals. (Contributed by NM, 23-Feb-2008.)
𝐴 ∈ ℝ    &   0 < 𝐴       𝐴 ∈ ℝ+
 
Theorem1rp 9438 1 is a positive real. (Contributed by Jeff Hankins, 23-Nov-2008.)
1 ∈ ℝ+
 
Theorem2rp 9439 2 is a positive real. (Contributed by Mario Carneiro, 28-May-2016.)
2 ∈ ℝ+
 
Theorem3rp 9440 3 is a positive real. (Contributed by Glauco Siliprandi, 11-Dec-2019.)
3 ∈ ℝ+
 
Theoremrpre 9441 A positive real is a real. (Contributed by NM, 27-Oct-2007.)
(𝐴 ∈ ℝ+𝐴 ∈ ℝ)
 
Theoremrpxr 9442 A positive real is an extended real. (Contributed by Mario Carneiro, 21-Aug-2015.)
(𝐴 ∈ ℝ+𝐴 ∈ ℝ*)
 
Theoremrpcn 9443 A positive real is a complex number. (Contributed by NM, 11-Nov-2008.)
(𝐴 ∈ ℝ+𝐴 ∈ ℂ)
 
Theoremnnrp 9444 A positive integer is a positive real. (Contributed by NM, 28-Nov-2008.)
(𝐴 ∈ ℕ → 𝐴 ∈ ℝ+)
 
Theoremrpssre 9445 The positive reals are a subset of the reals. (Contributed by NM, 24-Feb-2008.)
+ ⊆ ℝ
 
Theoremrpgt0 9446 A positive real is greater than zero. (Contributed by FL, 27-Dec-2007.)
(𝐴 ∈ ℝ+ → 0 < 𝐴)
 
Theoremrpge0 9447 A positive real is greater than or equal to zero. (Contributed by NM, 22-Feb-2008.)
(𝐴 ∈ ℝ+ → 0 ≤ 𝐴)
 
Theoremrpregt0 9448 A positive real is a positive real number. (Contributed by NM, 11-Nov-2008.) (Revised by Mario Carneiro, 31-Jan-2014.)
(𝐴 ∈ ℝ+ → (𝐴 ∈ ℝ ∧ 0 < 𝐴))
 
Theoremrprege0 9449 A positive real is a nonnegative real number. (Contributed by Mario Carneiro, 31-Jan-2014.)
(𝐴 ∈ ℝ+ → (𝐴 ∈ ℝ ∧ 0 ≤ 𝐴))
 
Theoremrpne0 9450 A positive real is nonzero. (Contributed by NM, 18-Jul-2008.)
(𝐴 ∈ ℝ+𝐴 ≠ 0)
 
Theoremrpap0 9451 A positive real is apart from zero. (Contributed by Jim Kingdon, 22-Mar-2020.)
(𝐴 ∈ ℝ+𝐴 # 0)
 
Theoremrprene0 9452 A positive real is a nonzero real number. (Contributed by NM, 11-Nov-2008.)
(𝐴 ∈ ℝ+ → (𝐴 ∈ ℝ ∧ 𝐴 ≠ 0))
 
Theoremrpreap0 9453 A positive real is a real number apart from zero. (Contributed by Jim Kingdon, 22-Mar-2020.)
(𝐴 ∈ ℝ+ → (𝐴 ∈ ℝ ∧ 𝐴 # 0))
 
Theoremrpcnne0 9454 A positive real is a nonzero complex number. (Contributed by NM, 11-Nov-2008.)
(𝐴 ∈ ℝ+ → (𝐴 ∈ ℂ ∧ 𝐴 ≠ 0))
 
Theoremrpcnap0 9455 A positive real is a complex number apart from zero. (Contributed by Jim Kingdon, 22-Mar-2020.)
(𝐴 ∈ ℝ+ → (𝐴 ∈ ℂ ∧ 𝐴 # 0))
 
Theoremralrp 9456 Quantification over positive reals. (Contributed by NM, 12-Feb-2008.)
(∀𝑥 ∈ ℝ+ 𝜑 ↔ ∀𝑥 ∈ ℝ (0 < 𝑥𝜑))
 
Theoremrexrp 9457 Quantification over positive reals. (Contributed by Mario Carneiro, 21-May-2014.)
(∃𝑥 ∈ ℝ+ 𝜑 ↔ ∃𝑥 ∈ ℝ (0 < 𝑥𝜑))
 
Theoremrpaddcl 9458 Closure law for addition of positive reals. Part of Axiom 7 of [Apostol] p. 20. (Contributed by NM, 27-Oct-2007.)
((𝐴 ∈ ℝ+𝐵 ∈ ℝ+) → (𝐴 + 𝐵) ∈ ℝ+)
 
Theoremrpmulcl 9459 Closure law for multiplication of positive reals. Part of Axiom 7 of [Apostol] p. 20. (Contributed by NM, 27-Oct-2007.)
((𝐴 ∈ ℝ+𝐵 ∈ ℝ+) → (𝐴 · 𝐵) ∈ ℝ+)
 
Theoremrpdivcl 9460 Closure law for division of positive reals. (Contributed by FL, 27-Dec-2007.)
((𝐴 ∈ ℝ+𝐵 ∈ ℝ+) → (𝐴 / 𝐵) ∈ ℝ+)
 
Theoremrpreccl 9461 Closure law for reciprocation of positive reals. (Contributed by Jeff Hankins, 23-Nov-2008.)
(𝐴 ∈ ℝ+ → (1 / 𝐴) ∈ ℝ+)
 
Theoremrphalfcl 9462 Closure law for half of a positive real. (Contributed by Mario Carneiro, 31-Jan-2014.)
(𝐴 ∈ ℝ+ → (𝐴 / 2) ∈ ℝ+)
 
Theoremrpgecl 9463 A number greater or equal to a positive real is positive real. (Contributed by Mario Carneiro, 28-May-2016.)
((𝐴 ∈ ℝ+𝐵 ∈ ℝ ∧ 𝐴𝐵) → 𝐵 ∈ ℝ+)
 
Theoremrphalflt 9464 Half of a positive real is less than the original number. (Contributed by Mario Carneiro, 21-May-2014.)
(𝐴 ∈ ℝ+ → (𝐴 / 2) < 𝐴)
 
Theoremrerpdivcl 9465 Closure law for division of a real by a positive real. (Contributed by NM, 10-Nov-2008.)
((𝐴 ∈ ℝ ∧ 𝐵 ∈ ℝ+) → (𝐴 / 𝐵) ∈ ℝ)
 
Theoremge0p1rp 9466 A nonnegative number plus one is a positive number. (Contributed by Mario Carneiro, 5-Oct-2015.)
((𝐴 ∈ ℝ ∧ 0 ≤ 𝐴) → (𝐴 + 1) ∈ ℝ+)
 
Theoremrpnegap 9467 Either a real apart from zero or its negation is a positive real, but not both. (Contributed by Jim Kingdon, 23-Mar-2020.)
((𝐴 ∈ ℝ ∧ 𝐴 # 0) → (𝐴 ∈ ℝ+ ⊻ -𝐴 ∈ ℝ+))
 
Theoremnegelrp 9468 Elementhood of a negation in the positive real numbers. (Contributed by Thierry Arnoux, 19-Sep-2018.)
(𝐴 ∈ ℝ → (-𝐴 ∈ ℝ+𝐴 < 0))
 
Theoremnegelrpd 9469 The negation of a negative number is in the positive real numbers. (Contributed by Glauco Siliprandi, 26-Jun-2021.)
(𝜑𝐴 ∈ ℝ)    &   (𝜑𝐴 < 0)       (𝜑 → -𝐴 ∈ ℝ+)
 
Theorem0nrp 9470 Zero is not a positive real. Axiom 9 of [Apostol] p. 20. (Contributed by NM, 27-Oct-2007.)
¬ 0 ∈ ℝ+
 
Theoremltsubrp 9471 Subtracting a positive real from another number decreases it. (Contributed by FL, 27-Dec-2007.)
((𝐴 ∈ ℝ ∧ 𝐵 ∈ ℝ+) → (𝐴𝐵) < 𝐴)
 
Theoremltaddrp 9472 Adding a positive number to another number increases it. (Contributed by FL, 27-Dec-2007.)
((𝐴 ∈ ℝ ∧ 𝐵 ∈ ℝ+) → 𝐴 < (𝐴 + 𝐵))
 
Theoremdifrp 9473 Two ways to say one number is less than another. (Contributed by Mario Carneiro, 21-May-2014.)
((𝐴 ∈ ℝ ∧ 𝐵 ∈ ℝ) → (𝐴 < 𝐵 ↔ (𝐵𝐴) ∈ ℝ+))
 
Theoremelrpd 9474 Membership in the set of positive reals. (Contributed by Mario Carneiro, 28-May-2016.)
(𝜑𝐴 ∈ ℝ)    &   (𝜑 → 0 < 𝐴)       (𝜑𝐴 ∈ ℝ+)
 
Theoremnnrpd 9475 A positive integer is a positive real. (Contributed by Mario Carneiro, 28-May-2016.)
(𝜑𝐴 ∈ ℕ)       (𝜑𝐴 ∈ ℝ+)
 
Theoremrpred 9476 A positive real is a real. (Contributed by Mario Carneiro, 28-May-2016.)
(𝜑𝐴 ∈ ℝ+)       (𝜑𝐴 ∈ ℝ)
 
Theoremrpxrd 9477 A positive real is an extended real. (Contributed by Mario Carneiro, 28-May-2016.)
(𝜑𝐴 ∈ ℝ+)       (𝜑𝐴 ∈ ℝ*)
 
Theoremrpcnd 9478 A positive real is a complex number. (Contributed by Mario Carneiro, 28-May-2016.)
(𝜑𝐴 ∈ ℝ+)       (𝜑𝐴 ∈ ℂ)
 
Theoremrpgt0d 9479 A positive real is greater than zero. (Contributed by Mario Carneiro, 28-May-2016.)
(𝜑𝐴 ∈ ℝ+)       (𝜑 → 0 < 𝐴)
 
Theoremrpge0d 9480 A positive real is greater than or equal to zero. (Contributed by Mario Carneiro, 28-May-2016.)
(𝜑𝐴 ∈ ℝ+)       (𝜑 → 0 ≤ 𝐴)
 
Theoremrpne0d 9481 A positive real is nonzero. (Contributed by Mario Carneiro, 28-May-2016.)
(𝜑𝐴 ∈ ℝ+)       (𝜑𝐴 ≠ 0)
 
Theoremrpap0d 9482 A positive real is apart from zero. (Contributed by Jim Kingdon, 28-Jul-2021.)
(𝜑𝐴 ∈ ℝ+)       (𝜑𝐴 # 0)
 
Theoremrpregt0d 9483 A positive real is real and greater than zero. (Contributed by Mario Carneiro, 28-May-2016.)
(𝜑𝐴 ∈ ℝ+)       (𝜑 → (𝐴 ∈ ℝ ∧ 0 < 𝐴))
 
Theoremrprege0d 9484 A positive real is real and greater or equal to zero. (Contributed by Mario Carneiro, 28-May-2016.)
(𝜑𝐴 ∈ ℝ+)       (𝜑 → (𝐴 ∈ ℝ ∧ 0 ≤ 𝐴))
 
Theoremrprene0d 9485 A positive real is a nonzero real number. (Contributed by Mario Carneiro, 28-May-2016.)
(𝜑𝐴 ∈ ℝ+)       (𝜑 → (𝐴 ∈ ℝ ∧ 𝐴 ≠ 0))
 
Theoremrpcnne0d 9486 A positive real is a nonzero complex number. (Contributed by Mario Carneiro, 28-May-2016.)
(𝜑𝐴 ∈ ℝ+)       (𝜑 → (𝐴 ∈ ℂ ∧ 𝐴 ≠ 0))
 
Theoremrpreccld 9487 Closure law for reciprocation of positive reals. (Contributed by Mario Carneiro, 28-May-2016.)
(𝜑𝐴 ∈ ℝ+)       (𝜑 → (1 / 𝐴) ∈ ℝ+)
 
Theoremrprecred 9488 Closure law for reciprocation of positive reals. (Contributed by Mario Carneiro, 28-May-2016.)
(𝜑𝐴 ∈ ℝ+)       (𝜑 → (1 / 𝐴) ∈ ℝ)
 
Theoremrphalfcld 9489 Closure law for half of a positive real. (Contributed by Mario Carneiro, 28-May-2016.)
(𝜑𝐴 ∈ ℝ+)       (𝜑 → (𝐴 / 2) ∈ ℝ+)
 
Theoremreclt1d 9490 The reciprocal of a positive number less than 1 is greater than 1. (Contributed by Mario Carneiro, 28-May-2016.)
(𝜑𝐴 ∈ ℝ+)       (𝜑 → (𝐴 < 1 ↔ 1 < (1 / 𝐴)))
 
Theoremrecgt1d 9491 The reciprocal of a positive number greater than 1 is less than 1. (Contributed by Mario Carneiro, 28-May-2016.)
(𝜑𝐴 ∈ ℝ+)       (𝜑 → (1 < 𝐴 ↔ (1 / 𝐴) < 1))
 
Theoremrpaddcld 9492 Closure law for addition of positive reals. Part of Axiom 7 of [Apostol] p. 20. (Contributed by Mario Carneiro, 28-May-2016.)
(𝜑𝐴 ∈ ℝ+)    &   (𝜑𝐵 ∈ ℝ+)       (𝜑 → (𝐴 + 𝐵) ∈ ℝ+)
 
Theoremrpmulcld 9493 Closure law for multiplication of positive reals. Part of Axiom 7 of [Apostol] p. 20. (Contributed by Mario Carneiro, 28-May-2016.)
(𝜑𝐴 ∈ ℝ+)    &   (𝜑𝐵 ∈ ℝ+)       (𝜑 → (𝐴 · 𝐵) ∈ ℝ+)
 
Theoremrpdivcld 9494 Closure law for division of positive reals. (Contributed by Mario Carneiro, 28-May-2016.)
(𝜑𝐴 ∈ ℝ+)    &   (𝜑𝐵 ∈ ℝ+)       (𝜑 → (𝐴 / 𝐵) ∈ ℝ+)
 
Theoremltrecd 9495 The reciprocal of both sides of 'less than'. (Contributed by Mario Carneiro, 28-May-2016.)
(𝜑𝐴 ∈ ℝ+)    &   (𝜑𝐵 ∈ ℝ+)       (𝜑 → (𝐴 < 𝐵 ↔ (1 / 𝐵) < (1 / 𝐴)))
 
Theoremlerecd 9496 The reciprocal of both sides of 'less than or equal to'. (Contributed by Mario Carneiro, 28-May-2016.)
(𝜑𝐴 ∈ ℝ+)    &   (𝜑𝐵 ∈ ℝ+)       (𝜑 → (𝐴𝐵 ↔ (1 / 𝐵) ≤ (1 / 𝐴)))
 
Theoremltrec1d 9497 Reciprocal swap in a 'less than' relation. (Contributed by Mario Carneiro, 28-May-2016.)
(𝜑𝐴 ∈ ℝ+)    &   (𝜑𝐵 ∈ ℝ+)    &   (𝜑 → (1 / 𝐴) < 𝐵)       (𝜑 → (1 / 𝐵) < 𝐴)
 
Theoremlerec2d 9498 Reciprocal swap in a 'less than or equal to' relation. (Contributed by Mario Carneiro, 28-May-2016.)
(𝜑𝐴 ∈ ℝ+)    &   (𝜑𝐵 ∈ ℝ+)    &   (𝜑𝐴 ≤ (1 / 𝐵))       (𝜑𝐵 ≤ (1 / 𝐴))
 
Theoremlediv2ad 9499 Division of both sides of 'less than or equal to' into a nonnegative number. (Contributed by Mario Carneiro, 28-May-2016.)
(𝜑𝐴 ∈ ℝ+)    &   (𝜑𝐵 ∈ ℝ+)    &   (𝜑𝐶 ∈ ℝ)    &   (𝜑 → 0 ≤ 𝐶)    &   (𝜑𝐴𝐵)       (𝜑 → (𝐶 / 𝐵) ≤ (𝐶 / 𝐴))
 
Theoremltdiv2d 9500 Division of a positive number by both sides of 'less than'. (Contributed by Mario Carneiro, 28-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-13239
  Copyright terms: Public domain < Previous  Next >