HomeHome Intuitionistic Logic Explorer
Theorem List (p. 83 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 - 8201-8300   *Has distinct variable group(s)
TypeLabelDescription
Statement
 
Theoremltleadd 8201 Adding both sides of two orderings. (Contributed by NM, 23-Dec-2007.)
(((𝐴 ∈ ℝ ∧ 𝐵 ∈ ℝ) ∧ (𝐶 ∈ ℝ ∧ 𝐷 ∈ ℝ)) → ((𝐴 < 𝐶𝐵𝐷) → (𝐴 + 𝐵) < (𝐶 + 𝐷)))
 
Theoremleltadd 8202 Adding both sides of two orderings. (Contributed by NM, 15-Aug-2008.)
(((𝐴 ∈ ℝ ∧ 𝐵 ∈ ℝ) ∧ (𝐶 ∈ ℝ ∧ 𝐷 ∈ ℝ)) → ((𝐴𝐶𝐵 < 𝐷) → (𝐴 + 𝐵) < (𝐶 + 𝐷)))
 
Theoremaddgt0 8203 The sum of 2 positive numbers is positive. (Contributed by NM, 1-Jun-2005.) (Proof shortened by Andrew Salmon, 19-Nov-2011.)
(((𝐴 ∈ ℝ ∧ 𝐵 ∈ ℝ) ∧ (0 < 𝐴 ∧ 0 < 𝐵)) → 0 < (𝐴 + 𝐵))
 
Theoremaddgegt0 8204 The sum of nonnegative and positive numbers is positive. (Contributed by NM, 28-Dec-2005.) (Proof shortened by Andrew Salmon, 19-Nov-2011.)
(((𝐴 ∈ ℝ ∧ 𝐵 ∈ ℝ) ∧ (0 ≤ 𝐴 ∧ 0 < 𝐵)) → 0 < (𝐴 + 𝐵))
 
Theoremaddgtge0 8205 The sum of nonnegative and positive numbers is positive. (Contributed by NM, 28-Dec-2005.) (Proof shortened by Andrew Salmon, 19-Nov-2011.)
(((𝐴 ∈ ℝ ∧ 𝐵 ∈ ℝ) ∧ (0 < 𝐴 ∧ 0 ≤ 𝐵)) → 0 < (𝐴 + 𝐵))
 
Theoremaddge0 8206 The sum of 2 nonnegative numbers is nonnegative. (Contributed by NM, 17-Mar-2005.) (Proof shortened by Andrew Salmon, 19-Nov-2011.)
(((𝐴 ∈ ℝ ∧ 𝐵 ∈ ℝ) ∧ (0 ≤ 𝐴 ∧ 0 ≤ 𝐵)) → 0 ≤ (𝐴 + 𝐵))
 
Theoremltaddpos 8207 Adding a positive number to another number increases it. (Contributed by NM, 17-Nov-2004.)
((𝐴 ∈ ℝ ∧ 𝐵 ∈ ℝ) → (0 < 𝐴𝐵 < (𝐵 + 𝐴)))
 
Theoremltaddpos2 8208 Adding a positive number to another number increases it. (Contributed by NM, 8-Apr-2005.)
((𝐴 ∈ ℝ ∧ 𝐵 ∈ ℝ) → (0 < 𝐴𝐵 < (𝐴 + 𝐵)))
 
Theoremltsubpos 8209 Subtracting a positive number from another number decreases it. (Contributed by NM, 17-Nov-2004.) (Proof shortened by Andrew Salmon, 19-Nov-2011.)
((𝐴 ∈ ℝ ∧ 𝐵 ∈ ℝ) → (0 < 𝐴 ↔ (𝐵𝐴) < 𝐵))
 
Theoremposdif 8210 Comparison of two numbers whose difference is positive. (Contributed by NM, 17-Nov-2004.)
((𝐴 ∈ ℝ ∧ 𝐵 ∈ ℝ) → (𝐴 < 𝐵 ↔ 0 < (𝐵𝐴)))
 
Theoremlesub1 8211 Subtraction from both sides of 'less than or equal to'. (Contributed by NM, 13-May-2004.) (Proof shortened by Mario Carneiro, 27-May-2016.)
((𝐴 ∈ ℝ ∧ 𝐵 ∈ ℝ ∧ 𝐶 ∈ ℝ) → (𝐴𝐵 ↔ (𝐴𝐶) ≤ (𝐵𝐶)))
 
Theoremlesub2 8212 Subtraction of both sides of 'less than or equal to'. (Contributed by NM, 29-Sep-2005.) (Revised by Mario Carneiro, 27-May-2016.)
((𝐴 ∈ ℝ ∧ 𝐵 ∈ ℝ ∧ 𝐶 ∈ ℝ) → (𝐴𝐵 ↔ (𝐶𝐵) ≤ (𝐶𝐴)))
 
Theoremltsub1 8213 Subtraction from both sides of 'less than'. (Contributed by FL, 3-Jan-2008.) (Proof shortened by Mario Carneiro, 27-May-2016.)
((𝐴 ∈ ℝ ∧ 𝐵 ∈ ℝ ∧ 𝐶 ∈ ℝ) → (𝐴 < 𝐵 ↔ (𝐴𝐶) < (𝐵𝐶)))
 
Theoremltsub2 8214 Subtraction of both sides of 'less than'. (Contributed by NM, 29-Sep-2005.) (Proof shortened by Mario Carneiro, 27-May-2016.)
((𝐴 ∈ ℝ ∧ 𝐵 ∈ ℝ ∧ 𝐶 ∈ ℝ) → (𝐴 < 𝐵 ↔ (𝐶𝐵) < (𝐶𝐴)))
 
Theoremlt2sub 8215 Subtracting both sides of two 'less than' relations. (Contributed by Mario Carneiro, 14-Apr-2016.)
(((𝐴 ∈ ℝ ∧ 𝐵 ∈ ℝ) ∧ (𝐶 ∈ ℝ ∧ 𝐷 ∈ ℝ)) → ((𝐴 < 𝐶𝐷 < 𝐵) → (𝐴𝐵) < (𝐶𝐷)))
 
Theoremle2sub 8216 Subtracting both sides of two 'less than or equal to' relations. (Contributed by Mario Carneiro, 14-Apr-2016.)
(((𝐴 ∈ ℝ ∧ 𝐵 ∈ ℝ) ∧ (𝐶 ∈ ℝ ∧ 𝐷 ∈ ℝ)) → ((𝐴𝐶𝐷𝐵) → (𝐴𝐵) ≤ (𝐶𝐷)))
 
Theoremltneg 8217 Negative of both sides of 'less than'. Theorem I.23 of [Apostol] p. 20. (Contributed by NM, 27-Aug-1999.) (Proof shortened by Mario Carneiro, 27-May-2016.)
((𝐴 ∈ ℝ ∧ 𝐵 ∈ ℝ) → (𝐴 < 𝐵 ↔ -𝐵 < -𝐴))
 
Theoremltnegcon1 8218 Contraposition of negative in 'less than'. (Contributed by NM, 8-Nov-2004.)
((𝐴 ∈ ℝ ∧ 𝐵 ∈ ℝ) → (-𝐴 < 𝐵 ↔ -𝐵 < 𝐴))
 
Theoremltnegcon2 8219 Contraposition of negative in 'less than'. (Contributed by Mario Carneiro, 25-Feb-2015.)
((𝐴 ∈ ℝ ∧ 𝐵 ∈ ℝ) → (𝐴 < -𝐵𝐵 < -𝐴))
 
Theoremleneg 8220 Negative of both sides of 'less than or equal to'. (Contributed by NM, 12-Sep-1999.) (Proof shortened by Mario Carneiro, 27-May-2016.)
((𝐴 ∈ ℝ ∧ 𝐵 ∈ ℝ) → (𝐴𝐵 ↔ -𝐵 ≤ -𝐴))
 
Theoremlenegcon1 8221 Contraposition of negative in 'less than or equal to'. (Contributed by NM, 10-May-2004.)
((𝐴 ∈ ℝ ∧ 𝐵 ∈ ℝ) → (-𝐴𝐵 ↔ -𝐵𝐴))
 
Theoremlenegcon2 8222 Contraposition of negative in 'less than or equal to'. (Contributed by NM, 8-Oct-2005.)
((𝐴 ∈ ℝ ∧ 𝐵 ∈ ℝ) → (𝐴 ≤ -𝐵𝐵 ≤ -𝐴))
 
Theoremlt0neg1 8223 Comparison of a number and its negative to zero. Theorem I.23 of [Apostol] p. 20. (Contributed by NM, 14-May-1999.)
(𝐴 ∈ ℝ → (𝐴 < 0 ↔ 0 < -𝐴))
 
Theoremlt0neg2 8224 Comparison of a number and its negative to zero. (Contributed by NM, 10-May-2004.)
(𝐴 ∈ ℝ → (0 < 𝐴 ↔ -𝐴 < 0))
 
Theoremle0neg1 8225 Comparison of a number and its negative to zero. (Contributed by NM, 10-May-2004.)
(𝐴 ∈ ℝ → (𝐴 ≤ 0 ↔ 0 ≤ -𝐴))
 
Theoremle0neg2 8226 Comparison of a number and its negative to zero. (Contributed by NM, 24-Aug-1999.)
(𝐴 ∈ ℝ → (0 ≤ 𝐴 ↔ -𝐴 ≤ 0))
 
Theoremaddge01 8227 A number is less than or equal to itself plus a nonnegative number. (Contributed by NM, 21-Feb-2005.)
((𝐴 ∈ ℝ ∧ 𝐵 ∈ ℝ) → (0 ≤ 𝐵𝐴 ≤ (𝐴 + 𝐵)))
 
Theoremaddge02 8228 A number is less than or equal to itself plus a nonnegative number. (Contributed by NM, 27-Jul-2005.)
((𝐴 ∈ ℝ ∧ 𝐵 ∈ ℝ) → (0 ≤ 𝐵𝐴 ≤ (𝐵 + 𝐴)))
 
Theoremadd20 8229 Two nonnegative numbers are zero iff their sum is zero. (Contributed by Jeff Madsen, 2-Sep-2009.) (Proof shortened by Mario Carneiro, 27-May-2016.)
(((𝐴 ∈ ℝ ∧ 0 ≤ 𝐴) ∧ (𝐵 ∈ ℝ ∧ 0 ≤ 𝐵)) → ((𝐴 + 𝐵) = 0 ↔ (𝐴 = 0 ∧ 𝐵 = 0)))
 
Theoremsubge0 8230 Nonnegative subtraction. (Contributed by NM, 14-Mar-2005.) (Proof shortened by Mario Carneiro, 27-May-2016.)
((𝐴 ∈ ℝ ∧ 𝐵 ∈ ℝ) → (0 ≤ (𝐴𝐵) ↔ 𝐵𝐴))
 
Theoremsuble0 8231 Nonpositive subtraction. (Contributed by NM, 20-Mar-2008.) (Proof shortened by Mario Carneiro, 27-May-2016.)
((𝐴 ∈ ℝ ∧ 𝐵 ∈ ℝ) → ((𝐴𝐵) ≤ 0 ↔ 𝐴𝐵))
 
Theoremleaddle0 8232 The sum of a real number and a second real number is less then the real number iff the second real number is negative. (Contributed by Alexander van der Vekens, 30-May-2018.)
((𝐴 ∈ ℝ ∧ 𝐵 ∈ ℝ) → ((𝐴 + 𝐵) ≤ 𝐴𝐵 ≤ 0))
 
Theoremsubge02 8233 Nonnegative subtraction. (Contributed by NM, 27-Jul-2005.)
((𝐴 ∈ ℝ ∧ 𝐵 ∈ ℝ) → (0 ≤ 𝐵 ↔ (𝐴𝐵) ≤ 𝐴))
 
Theoremlesub0 8234 Lemma to show a nonnegative number is zero. (Contributed by NM, 8-Oct-1999.) (Proof shortened by Mario Carneiro, 27-May-2016.)
((𝐴 ∈ ℝ ∧ 𝐵 ∈ ℝ) → ((0 ≤ 𝐴𝐵 ≤ (𝐵𝐴)) ↔ 𝐴 = 0))
 
Theoremmullt0 8235 The product of two negative numbers is positive. (Contributed by Jeff Hankins, 8-Jun-2009.)
(((𝐴 ∈ ℝ ∧ 𝐴 < 0) ∧ (𝐵 ∈ ℝ ∧ 𝐵 < 0)) → 0 < (𝐴 · 𝐵))
 
Theorem0le1 8236 0 is less than or equal to 1. (Contributed by Mario Carneiro, 29-Apr-2015.)
0 ≤ 1
 
Theoremltordlem 8237* Lemma for eqord1 8238. (Contributed by Mario Carneiro, 14-Jun-2014.)
(𝑥 = 𝑦𝐴 = 𝐵)    &   (𝑥 = 𝐶𝐴 = 𝑀)    &   (𝑥 = 𝐷𝐴 = 𝑁)    &   𝑆 ⊆ ℝ    &   ((𝜑𝑥𝑆) → 𝐴 ∈ ℝ)    &   ((𝜑 ∧ (𝑥𝑆𝑦𝑆)) → (𝑥 < 𝑦𝐴 < 𝐵))       ((𝜑 ∧ (𝐶𝑆𝐷𝑆)) → (𝐶 < 𝐷𝑀 < 𝑁))
 
Theoremeqord1 8238* A strictly increasing real function on a subset of is one-to-one. (Contributed by Mario Carneiro, 14-Jun-2014.) (Revised by Jim Kingdon, 20-Dec-2022.)
(𝑥 = 𝑦𝐴 = 𝐵)    &   (𝑥 = 𝐶𝐴 = 𝑀)    &   (𝑥 = 𝐷𝐴 = 𝑁)    &   𝑆 ⊆ ℝ    &   ((𝜑𝑥𝑆) → 𝐴 ∈ ℝ)    &   ((𝜑 ∧ (𝑥𝑆𝑦𝑆)) → (𝑥 < 𝑦𝐴 < 𝐵))       ((𝜑 ∧ (𝐶𝑆𝐷𝑆)) → (𝐶 = 𝐷𝑀 = 𝑁))
 
Theoremeqord2 8239* A strictly decreasing real function on a subset of is one-to-one. (Contributed by Mario Carneiro, 14-Jun-2014.)
(𝑥 = 𝑦𝐴 = 𝐵)    &   (𝑥 = 𝐶𝐴 = 𝑀)    &   (𝑥 = 𝐷𝐴 = 𝑁)    &   𝑆 ⊆ ℝ    &   ((𝜑𝑥𝑆) → 𝐴 ∈ ℝ)    &   ((𝜑 ∧ (𝑥𝑆𝑦𝑆)) → (𝑥 < 𝑦𝐵 < 𝐴))       ((𝜑 ∧ (𝐶𝑆𝐷𝑆)) → (𝐶 = 𝐷𝑀 = 𝑁))
 
Theoremleidi 8240 'Less than or equal to' is reflexive. (Contributed by NM, 18-Aug-1999.)
𝐴 ∈ ℝ       𝐴𝐴
 
Theoremgt0ne0i 8241 Positive means nonzero (useful for ordering theorems involving division). (Contributed by NM, 16-Sep-1999.)
𝐴 ∈ ℝ       (0 < 𝐴𝐴 ≠ 0)
 
Theoremgt0ne0ii 8242 Positive implies nonzero. (Contributed by NM, 15-May-1999.)
𝐴 ∈ ℝ    &   0 < 𝐴       𝐴 ≠ 0
 
Theoremaddgt0i 8243 Addition of 2 positive numbers is positive. (Contributed by NM, 16-May-1999.) (Proof shortened by Andrew Salmon, 19-Nov-2011.)
𝐴 ∈ ℝ    &   𝐵 ∈ ℝ       ((0 < 𝐴 ∧ 0 < 𝐵) → 0 < (𝐴 + 𝐵))
 
Theoremaddge0i 8244 Addition of 2 nonnegative numbers is nonnegative. (Contributed by NM, 28-May-1999.) (Proof shortened by Andrew Salmon, 19-Nov-2011.)
𝐴 ∈ ℝ    &   𝐵 ∈ ℝ       ((0 ≤ 𝐴 ∧ 0 ≤ 𝐵) → 0 ≤ (𝐴 + 𝐵))
 
Theoremaddgegt0i 8245 Addition of nonnegative and positive numbers is positive. (Contributed by NM, 25-Sep-1999.) (Revised by Mario Carneiro, 27-May-2016.)
𝐴 ∈ ℝ    &   𝐵 ∈ ℝ       ((0 ≤ 𝐴 ∧ 0 < 𝐵) → 0 < (𝐴 + 𝐵))
 
Theoremaddgt0ii 8246 Addition of 2 positive numbers is positive. (Contributed by NM, 18-May-1999.)
𝐴 ∈ ℝ    &   𝐵 ∈ ℝ    &   0 < 𝐴    &   0 < 𝐵       0 < (𝐴 + 𝐵)
 
Theoremadd20i 8247 Two nonnegative numbers are zero iff their sum is zero. (Contributed by NM, 28-Jul-1999.)
𝐴 ∈ ℝ    &   𝐵 ∈ ℝ       ((0 ≤ 𝐴 ∧ 0 ≤ 𝐵) → ((𝐴 + 𝐵) = 0 ↔ (𝐴 = 0 ∧ 𝐵 = 0)))
 
Theoremltnegi 8248 Negative of both sides of 'less than'. Theorem I.23 of [Apostol] p. 20. (Contributed by NM, 21-Jan-1997.)
𝐴 ∈ ℝ    &   𝐵 ∈ ℝ       (𝐴 < 𝐵 ↔ -𝐵 < -𝐴)
 
Theoremlenegi 8249 Negative of both sides of 'less than or equal to'. (Contributed by NM, 1-Aug-1999.)
𝐴 ∈ ℝ    &   𝐵 ∈ ℝ       (𝐴𝐵 ↔ -𝐵 ≤ -𝐴)
 
Theoremltnegcon2i 8250 Contraposition of negative in 'less than'. (Contributed by NM, 14-May-1999.)
𝐴 ∈ ℝ    &   𝐵 ∈ ℝ       (𝐴 < -𝐵𝐵 < -𝐴)
 
Theoremlesub0i 8251 Lemma to show a nonnegative number is zero. (Contributed by NM, 8-Oct-1999.) (Proof shortened by Andrew Salmon, 19-Nov-2011.)
𝐴 ∈ ℝ    &   𝐵 ∈ ℝ       ((0 ≤ 𝐴𝐵 ≤ (𝐵𝐴)) ↔ 𝐴 = 0)
 
Theoremltaddposi 8252 Adding a positive number to another number increases it. (Contributed by NM, 25-Aug-1999.)
𝐴 ∈ ℝ    &   𝐵 ∈ ℝ       (0 < 𝐴𝐵 < (𝐵 + 𝐴))
 
Theoremposdifi 8253 Comparison of two numbers whose difference is positive. (Contributed by NM, 19-Aug-2001.)
𝐴 ∈ ℝ    &   𝐵 ∈ ℝ       (𝐴 < 𝐵 ↔ 0 < (𝐵𝐴))
 
Theoremltnegcon1i 8254 Contraposition of negative in 'less than'. (Contributed by NM, 14-May-1999.)
𝐴 ∈ ℝ    &   𝐵 ∈ ℝ       (-𝐴 < 𝐵 ↔ -𝐵 < 𝐴)
 
Theoremlenegcon1i 8255 Contraposition of negative in 'less than or equal to'. (Contributed by NM, 6-Apr-2005.)
𝐴 ∈ ℝ    &   𝐵 ∈ ℝ       (-𝐴𝐵 ↔ -𝐵𝐴)
 
Theoremsubge0i 8256 Nonnegative subtraction. (Contributed by NM, 13-Aug-2000.)
𝐴 ∈ ℝ    &   𝐵 ∈ ℝ       (0 ≤ (𝐴𝐵) ↔ 𝐵𝐴)
 
Theoremltadd1i 8257 Addition to both sides of 'less than'. Theorem I.18 of [Apostol] p. 20. (Contributed by NM, 21-Jan-1997.)
𝐴 ∈ ℝ    &   𝐵 ∈ ℝ    &   𝐶 ∈ ℝ       (𝐴 < 𝐵 ↔ (𝐴 + 𝐶) < (𝐵 + 𝐶))
 
Theoremleadd1i 8258 Addition to both sides of 'less than or equal to'. (Contributed by NM, 11-Aug-1999.)
𝐴 ∈ ℝ    &   𝐵 ∈ ℝ    &   𝐶 ∈ ℝ       (𝐴𝐵 ↔ (𝐴 + 𝐶) ≤ (𝐵 + 𝐶))
 
Theoremleadd2i 8259 Addition to both sides of 'less than or equal to'. (Contributed by NM, 11-Aug-1999.)
𝐴 ∈ ℝ    &   𝐵 ∈ ℝ    &   𝐶 ∈ ℝ       (𝐴𝐵 ↔ (𝐶 + 𝐴) ≤ (𝐶 + 𝐵))
 
Theoremltsubaddi 8260 'Less than' relationship between subtraction and addition. (Contributed by NM, 21-Jan-1997.) (Proof shortened by Andrew Salmon, 19-Nov-2011.)
𝐴 ∈ ℝ    &   𝐵 ∈ ℝ    &   𝐶 ∈ ℝ       ((𝐴𝐵) < 𝐶𝐴 < (𝐶 + 𝐵))
 
Theoremlesubaddi 8261 'Less than or equal to' relationship between subtraction and addition. (Contributed by NM, 30-Sep-1999.) (Proof shortened by Andrew Salmon, 19-Nov-2011.)
𝐴 ∈ ℝ    &   𝐵 ∈ ℝ    &   𝐶 ∈ ℝ       ((𝐴𝐵) ≤ 𝐶𝐴 ≤ (𝐶 + 𝐵))
 
Theoremltsubadd2i 8262 'Less than' relationship between subtraction and addition. (Contributed by NM, 21-Jan-1997.)
𝐴 ∈ ℝ    &   𝐵 ∈ ℝ    &   𝐶 ∈ ℝ       ((𝐴𝐵) < 𝐶𝐴 < (𝐵 + 𝐶))
 
Theoremlesubadd2i 8263 'Less than or equal to' relationship between subtraction and addition. (Contributed by NM, 3-Aug-1999.)
𝐴 ∈ ℝ    &   𝐵 ∈ ℝ    &   𝐶 ∈ ℝ       ((𝐴𝐵) ≤ 𝐶𝐴 ≤ (𝐵 + 𝐶))
 
Theoremltaddsubi 8264 'Less than' relationship between subtraction and addition. (Contributed by NM, 14-May-1999.)
𝐴 ∈ ℝ    &   𝐵 ∈ ℝ    &   𝐶 ∈ ℝ       ((𝐴 + 𝐵) < 𝐶𝐴 < (𝐶𝐵))
 
Theoremlt2addi 8265 Adding both side of two inequalities. Theorem I.25 of [Apostol] p. 20. (Contributed by NM, 14-May-1999.)
𝐴 ∈ ℝ    &   𝐵 ∈ ℝ    &   𝐶 ∈ ℝ    &   𝐷 ∈ ℝ       ((𝐴 < 𝐶𝐵 < 𝐷) → (𝐴 + 𝐵) < (𝐶 + 𝐷))
 
Theoremle2addi 8266 Adding both side of two inequalities. (Contributed by NM, 16-Sep-1999.)
𝐴 ∈ ℝ    &   𝐵 ∈ ℝ    &   𝐶 ∈ ℝ    &   𝐷 ∈ ℝ       ((𝐴𝐶𝐵𝐷) → (𝐴 + 𝐵) ≤ (𝐶 + 𝐷))
 
Theoremgt0ne0d 8267 Positive implies nonzero. (Contributed by Mario Carneiro, 27-May-2016.)
(𝜑 → 0 < 𝐴)       (𝜑𝐴 ≠ 0)
 
Theoremlt0ne0d 8268 Something less than zero is not zero. Deduction form. See also lt0ap0d 8404 which is similar but for apartness. (Contributed by David Moews, 28-Feb-2017.)
(𝜑𝐴 < 0)       (𝜑𝐴 ≠ 0)
 
Theoremleidd 8269 'Less than or equal to' is reflexive. (Contributed by Mario Carneiro, 27-May-2016.)
(𝜑𝐴 ∈ ℝ)       (𝜑𝐴𝐴)
 
Theoremlt0neg1d 8270 Comparison of a number and its negative to zero. Theorem I.23 of [Apostol] p. 20. (Contributed by Mario Carneiro, 27-May-2016.)
(𝜑𝐴 ∈ ℝ)       (𝜑 → (𝐴 < 0 ↔ 0 < -𝐴))
 
Theoremlt0neg2d 8271 Comparison of a number and its negative to zero. (Contributed by Mario Carneiro, 27-May-2016.)
(𝜑𝐴 ∈ ℝ)       (𝜑 → (0 < 𝐴 ↔ -𝐴 < 0))
 
Theoremle0neg1d 8272 Comparison of a number and its negative to zero. (Contributed by Mario Carneiro, 27-May-2016.)
(𝜑𝐴 ∈ ℝ)       (𝜑 → (𝐴 ≤ 0 ↔ 0 ≤ -𝐴))
 
Theoremle0neg2d 8273 Comparison of a number and its negative to zero. (Contributed by Mario Carneiro, 27-May-2016.)
(𝜑𝐴 ∈ ℝ)       (𝜑 → (0 ≤ 𝐴 ↔ -𝐴 ≤ 0))
 
Theoremaddgegt0d 8274 Addition of nonnegative and positive numbers is positive. (Contributed by Mario Carneiro, 27-May-2016.)
(𝜑𝐴 ∈ ℝ)    &   (𝜑𝐵 ∈ ℝ)    &   (𝜑 → 0 ≤ 𝐴)    &   (𝜑 → 0 < 𝐵)       (𝜑 → 0 < (𝐴 + 𝐵))
 
Theoremaddgtge0d 8275 Addition of positive and nonnegative numbers is positive. (Contributed by Asger C. Ipsen, 12-May-2021.)
(𝜑𝐴 ∈ ℝ)    &   (𝜑𝐵 ∈ ℝ)    &   (𝜑 → 0 < 𝐴)    &   (𝜑 → 0 ≤ 𝐵)       (𝜑 → 0 < (𝐴 + 𝐵))
 
Theoremaddgt0d 8276 Addition of 2 positive numbers is positive. (Contributed by Mario Carneiro, 27-May-2016.)
(𝜑𝐴 ∈ ℝ)    &   (𝜑𝐵 ∈ ℝ)    &   (𝜑 → 0 < 𝐴)    &   (𝜑 → 0 < 𝐵)       (𝜑 → 0 < (𝐴 + 𝐵))
 
Theoremaddge0d 8277 Addition of 2 nonnegative numbers is nonnegative. (Contributed by Mario Carneiro, 27-May-2016.)
(𝜑𝐴 ∈ ℝ)    &   (𝜑𝐵 ∈ ℝ)    &   (𝜑 → 0 ≤ 𝐴)    &   (𝜑 → 0 ≤ 𝐵)       (𝜑 → 0 ≤ (𝐴 + 𝐵))
 
Theoremltnegd 8278 Negative of both sides of 'less than'. Theorem I.23 of [Apostol] p. 20. (Contributed by Mario Carneiro, 27-May-2016.)
(𝜑𝐴 ∈ ℝ)    &   (𝜑𝐵 ∈ ℝ)       (𝜑 → (𝐴 < 𝐵 ↔ -𝐵 < -𝐴))
 
Theoremlenegd 8279 Negative of both sides of 'less than or equal to'. (Contributed by Mario Carneiro, 27-May-2016.)
(𝜑𝐴 ∈ ℝ)    &   (𝜑𝐵 ∈ ℝ)       (𝜑 → (𝐴𝐵 ↔ -𝐵 ≤ -𝐴))
 
Theoremltnegcon1d 8280 Contraposition of negative in 'less than'. (Contributed by Mario Carneiro, 27-May-2016.)
(𝜑𝐴 ∈ ℝ)    &   (𝜑𝐵 ∈ ℝ)    &   (𝜑 → -𝐴 < 𝐵)       (𝜑 → -𝐵 < 𝐴)
 
Theoremltnegcon2d 8281 Contraposition of negative in 'less than'. (Contributed by Mario Carneiro, 27-May-2016.)
(𝜑𝐴 ∈ ℝ)    &   (𝜑𝐵 ∈ ℝ)    &   (𝜑𝐴 < -𝐵)       (𝜑𝐵 < -𝐴)
 
Theoremlenegcon1d 8282 Contraposition of negative in 'less than or equal to'. (Contributed by Mario Carneiro, 27-May-2016.)
(𝜑𝐴 ∈ ℝ)    &   (𝜑𝐵 ∈ ℝ)    &   (𝜑 → -𝐴𝐵)       (𝜑 → -𝐵𝐴)
 
Theoremlenegcon2d 8283 Contraposition of negative in 'less than or equal to'. (Contributed by Mario Carneiro, 27-May-2016.)
(𝜑𝐴 ∈ ℝ)    &   (𝜑𝐵 ∈ ℝ)    &   (𝜑𝐴 ≤ -𝐵)       (𝜑𝐵 ≤ -𝐴)
 
Theoremltaddposd 8284 Adding a positive number to another number increases it. (Contributed by Mario Carneiro, 27-May-2016.)
(𝜑𝐴 ∈ ℝ)    &   (𝜑𝐵 ∈ ℝ)       (𝜑 → (0 < 𝐴𝐵 < (𝐵 + 𝐴)))
 
Theoremltaddpos2d 8285 Adding a positive number to another number increases it. (Contributed by Mario Carneiro, 27-May-2016.)
(𝜑𝐴 ∈ ℝ)    &   (𝜑𝐵 ∈ ℝ)       (𝜑 → (0 < 𝐴𝐵 < (𝐴 + 𝐵)))
 
Theoremltsubposd 8286 Subtracting a positive number from another number decreases it. (Contributed by Mario Carneiro, 27-May-2016.)
(𝜑𝐴 ∈ ℝ)    &   (𝜑𝐵 ∈ ℝ)       (𝜑 → (0 < 𝐴 ↔ (𝐵𝐴) < 𝐵))
 
Theoremposdifd 8287 Comparison of two numbers whose difference is positive. (Contributed by Mario Carneiro, 27-May-2016.)
(𝜑𝐴 ∈ ℝ)    &   (𝜑𝐵 ∈ ℝ)       (𝜑 → (𝐴 < 𝐵 ↔ 0 < (𝐵𝐴)))
 
Theoremaddge01d 8288 A number is less than or equal to itself plus a nonnegative number. (Contributed by Mario Carneiro, 27-May-2016.)
(𝜑𝐴 ∈ ℝ)    &   (𝜑𝐵 ∈ ℝ)       (𝜑 → (0 ≤ 𝐵𝐴 ≤ (𝐴 + 𝐵)))
 
Theoremaddge02d 8289 A number is less than or equal to itself plus a nonnegative number. (Contributed by Mario Carneiro, 27-May-2016.)
(𝜑𝐴 ∈ ℝ)    &   (𝜑𝐵 ∈ ℝ)       (𝜑 → (0 ≤ 𝐵𝐴 ≤ (𝐵 + 𝐴)))
 
Theoremsubge0d 8290 Nonnegative subtraction. (Contributed by Mario Carneiro, 27-May-2016.)
(𝜑𝐴 ∈ ℝ)    &   (𝜑𝐵 ∈ ℝ)       (𝜑 → (0 ≤ (𝐴𝐵) ↔ 𝐵𝐴))
 
Theoremsuble0d 8291 Nonpositive subtraction. (Contributed by Mario Carneiro, 27-May-2016.)
(𝜑𝐴 ∈ ℝ)    &   (𝜑𝐵 ∈ ℝ)       (𝜑 → ((𝐴𝐵) ≤ 0 ↔ 𝐴𝐵))
 
Theoremsubge02d 8292 Nonnegative subtraction. (Contributed by Mario Carneiro, 27-May-2016.)
(𝜑𝐴 ∈ ℝ)    &   (𝜑𝐵 ∈ ℝ)       (𝜑 → (0 ≤ 𝐵 ↔ (𝐴𝐵) ≤ 𝐴))
 
Theoremltadd1d 8293 Addition to both sides of 'less than'. Theorem I.18 of [Apostol] p. 20. (Contributed by Mario Carneiro, 27-May-2016.)
(𝜑𝐴 ∈ ℝ)    &   (𝜑𝐵 ∈ ℝ)    &   (𝜑𝐶 ∈ ℝ)       (𝜑 → (𝐴 < 𝐵 ↔ (𝐴 + 𝐶) < (𝐵 + 𝐶)))
 
Theoremleadd1d 8294 Addition to both sides of 'less than or equal to'. (Contributed by Mario Carneiro, 27-May-2016.)
(𝜑𝐴 ∈ ℝ)    &   (𝜑𝐵 ∈ ℝ)    &   (𝜑𝐶 ∈ ℝ)       (𝜑 → (𝐴𝐵 ↔ (𝐴 + 𝐶) ≤ (𝐵 + 𝐶)))
 
Theoremleadd2d 8295 Addition to both sides of 'less than or equal to'. (Contributed by Mario Carneiro, 27-May-2016.)
(𝜑𝐴 ∈ ℝ)    &   (𝜑𝐵 ∈ ℝ)    &   (𝜑𝐶 ∈ ℝ)       (𝜑 → (𝐴𝐵 ↔ (𝐶 + 𝐴) ≤ (𝐶 + 𝐵)))
 
Theoremltsubaddd 8296 'Less than' relationship between subtraction and addition. (Contributed by Mario Carneiro, 27-May-2016.)
(𝜑𝐴 ∈ ℝ)    &   (𝜑𝐵 ∈ ℝ)    &   (𝜑𝐶 ∈ ℝ)       (𝜑 → ((𝐴𝐵) < 𝐶𝐴 < (𝐶 + 𝐵)))
 
Theoremlesubaddd 8297 'Less than or equal to' relationship between subtraction and addition. (Contributed by Mario Carneiro, 27-May-2016.)
(𝜑𝐴 ∈ ℝ)    &   (𝜑𝐵 ∈ ℝ)    &   (𝜑𝐶 ∈ ℝ)       (𝜑 → ((𝐴𝐵) ≤ 𝐶𝐴 ≤ (𝐶 + 𝐵)))
 
Theoremltsubadd2d 8298 'Less than' relationship between subtraction and addition. (Contributed by Mario Carneiro, 27-May-2016.)
(𝜑𝐴 ∈ ℝ)    &   (𝜑𝐵 ∈ ℝ)    &   (𝜑𝐶 ∈ ℝ)       (𝜑 → ((𝐴𝐵) < 𝐶𝐴 < (𝐵 + 𝐶)))
 
Theoremlesubadd2d 8299 'Less than or equal to' relationship between subtraction and addition. (Contributed by Mario Carneiro, 27-May-2016.)
(𝜑𝐴 ∈ ℝ)    &   (𝜑𝐵 ∈ ℝ)    &   (𝜑𝐶 ∈ ℝ)       (𝜑 → ((𝐴𝐵) ≤ 𝐶𝐴 ≤ (𝐵 + 𝐶)))
 
Theoremltaddsubd 8300 'Less than' relationship between subtraction and addition. (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-13239
  Copyright terms: Public domain < Previous  Next >