HomeHome Metamath Proof Explorer < Previous   Next >
Browser slow? Try the
Unicode version.

Jump to page: 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-5787

Color key:    Metamath Proof
Explorer  Metamath Proof Explorer (1-4957)   Hilbert Space Explorer  Hilbert Space Explorer (4958-5787)  

Statement List for Metamath Proof Explorer - 4301-4400 - Page 44 of 58
TypeLabelDescription
Statement
 
Theoremlelt 4301 'Less than or equal to' in terms of 'less than'.
|- A e. RR   &   |- B e. RR   =>   |- (A <_ B <-> -. B < A)
 
Theoremltle 4302 'Less than' implies 'less than or equal to'.
|- A e. RR   &   |- B e. RR   =>   |- (A < B -> A <_ B)
 
Theoremltlei 4303 'Less than' implies 'less than or equal to' (inference).
|- A e. RR   &   |- B e. RR   &   |- A < B   =>   |- A <_ B
 
Theoremeqle 4304 Equality implies 'less than or equal to'.
|- A e. RR   &   |- B e. RR   =>   |- (A = B -> A <_ B)
 
Theoremltne 4305 'Less than' implies not equal.
|- A e. RR   &   |- B e. RR   =>   |- (A < B -> -. A = B)
 
Theoremletri 4306 Trichotomy law for 'less than or equal to'.
|- A e. RR   &   |- B e. RR   =>   |- (A <_ B \/ B <_ A)
 
Theoremlttr 4307 'Less than' is transitive. Theorem I.17 of [Apostol] p. 20.
|- A e. RR   &   |- B e. RR   &   |- C e. RR   =>   |- ((A < B /\ B < C) -> A < C)
 
Theoremlelttr 4308 'Less than or equal to', 'less than' transitive law.
|- A e. RR   &   |- B e. RR   &   |- C e. RR   =>   |- ((A <_ B /\ B < C) -> A < C)
 
Theoremltletr 4309 'Less than', 'less than or equal to' transitive law.
|- A e. RR   &   |- B e. RR   &   |- C e. RR   =>   |- ((A < B /\ B <_ C) -> A < C)
 
Theoremletr 4310 'Less than or equal to' is transitive.
|- A e. RR   &   |- B e. RR   &   |- C e. RR   =>   |- ((A <_ B /\ B <_ C) -> A <_ C)
 
Theoremle2tri3 4311 Extended trichotomy law for 'less than or equal to'.
|- A e. RR   &   |- B e. RR   &   |- C e. RR   =>   |- ((A <_ B /\ B <_ C /\ C <_ A) <-> (A = B /\ B = C /\ C = A))
 
Theoremltadd2 4312 Addition to both sides of 'less than'.
|- A e. RR   &   |- B e. RR   &   |- C e. RR   =>   |- (A < B <-> (C + A) < (C + B))
 
Theoremltadd1 4313 Addition to both sides of 'less than'. Theorem I.18 of [Apostol] p. 20.
|- A e. RR   &   |- B e. RR   &   |- C e. RR   =>   |- (A < B <-> (A + C) < (B + C))
 
Theoremleadd1 4314 Addition to both sides of 'less than or equal to'.
|- A e. RR   &   |- B e. RR   &   |- C e. RR   =>   |- (A <_ B <-> (A + C) <_ (B + C))
 
Theoremleadd2 4315 Addition to both sides of 'less than or equal to'.
|- A e. RR   &   |- B e. RR   &   |- C e. RR   =>   |- (A <_ B <-> (C + A) <_ (C + B))
 
Theoremltsubadd 4316 'Less than' relationship between subtraction and addition.
|- A e. RR   &   |- B e. RR   &   |- C e. RR   =>   |- ((A - B) < C <-> A < (C + B))
 
Theoremltsubadd2 4317 'Less than' relationship between subtraction and addition.
|- A e. RR   &   |- B e. RR   &   |- C e. RR   =>   |- ((A - B) < C <-> A < (B + C))
 
Theoremlesubadd2 4318 'Less than or equal to' relationship between subtraction and addition.
|- A e. RR   &   |- B e. RR   &   |- C e. RR   =>   |- ((A - B) <_ C <-> A <_ (B + C))
 
Theoremlesubadd 4319 'Less than or equal to' relationship between subtraction and addition.
|- A e. RR   &   |- B e. RR   &   |- C e. RR   =>   |- ((A - B) <_ C <-> A <_ (C + B))
 
Theoremltaddsub 4320 'Less than' relationship between subtraction and addition.
|- A e. RR   &   |- B e. RR   &   |- C e. RR   =>   |- ((A + B) < C <-> A < (C - B))
 
Theoremlt2add 4321 Adding both side of two inequalities. Theorem I.25 of [Apostol] p. 20.
|- A e. RR   &   |- B e. RR   &   |- C e. RR   &   |- D e. RR   =>   |- ((A < C /\ B < D) -> (A + B) < (C + D))
 
Theoremle2add 4322 Adding both side of two inequalities.
|- A e. RR   &   |- B e. RR   &   |- C e. RR   &   |- D e. RR   =>   |- ((A <_ C /\ B <_ D) -> (A + B) <_ (C + D))
 
Theoremaddgt0 4323 Addition of 2 positive numbers is positive.
|- A e. RR   &   |- B e. RR   =>   |- ((0 < A /\ 0 < B) -> 0 < (A + B))
 
Theoremaddge0 4324 Addition of 2 nonnegative numbers is nonnegative.
|- A e. RR   &   |- B e. RR   =>   |- ((0 <_ A /\ 0 <_ B) -> 0 <_ (A + B))
 
Theoremaddgegt0 4325 Addition of nonnegative and positive numbers is positive.
|- A e. RR   &   |- B e. RR   =>   |- ((0 <_ A /\ 0 < B) -> 0 < (A + B))
 
Theoremaddgt0i 4326 Addition of 2 positive numbers is positive.
|- A e. RR   &   |- B e. RR   &   |- 0 < A   &   |- 0 < B   =>   |- 0 < (A + B)
 
Theoremltaddpos 4327 Adding a positive number to another number increases it.
|- A e. RR   &   |- B e. RR   =>   |- (0 < A <-> B < (B + A))
 
Theoremposdif 4328 Comparison of two numbers whose difference is positive.
|- A e. RR   &   |- B e. RR   =>   |- (A < B <-> 0 < (B - A))
 
Theoremadd20 4329 Two nonnegative numbers are zero iff their sum is zero.
|- A e. RR   &   |- B e. RR   =>   |- ((0 <_ A /\ 0 <_ B) -> ((A + B) = 0 <-> (A = 0 /\ B = 0)))
 
Theoremltneg 4330 Negative of both sides of 'less than'. Theorem I.23 of [Apostol] p. 20.
|- A e. RR   &   |- B e. RR   =>   |- (A < B <-> -uB < -uA)
 
Theoremleneg 4331 Negative of both sides of 'less than or equal to'.
|- A e. RR   &   |- B e. RR   =>   |- (A <_ B <-> -uB <_ -uA)
 
Theoremltnegcon1 4332 Contraposition of negative in 'less than'.
|- A e. RR   &   |- B e. RR   =>   |- (-uA < B <-> -uB < A)
 
Theoremltnegcon2 4333 Contraposition of negative in 'less than'.
|- A e. RR   &   |- B e. RR   =>   |- (A < -uB <-> B < -uA)
 
Theoremmulgt0 4334 The product of two positive numbers is positive.
|- A e. RR   &   |- B e. RR   =>   |- ((0 < A /\ 0 < B) -> 0 < (A x. B))
 
Theoremmulge0 4335 The product of two nonnegative numbers is nonnegative.
|- A e. RR   &   |- B e. RR   =>   |- ((0 <_ A /\ 0 <_ B) -> 0 <_ (A x. B))
 
Theoremmulgt0i 4336 The product of two positive numbers is positive.
|- A e. RR   &   |- B e. RR   &   |- 0 < A   &   |- 0 < B   =>   |- 0 < (A x. B)
 
Theoremltmullem 4337 Multiplication of both sides of 'less than' by a positive number. Theorem I.19 of [Apostol] p. 20.
|- A e. RR   &   |- B e. RR   &   |- C e. RR   =>   |- (0 < C -> (A < B -> (A x. C) < (B x. C)))
 
Theoremltnr 4338 'Less than' is irreflexive.
|- A e. RR   =>   |- -. A < A
 
Theoremleid 4339 'Less than or equal to' is reflexive.
|- A e. RR   =>   |- A <_ A
 
Theoremgt0ne0 4340 Positive means non-zero (useful for ordering theorems involving division).
|- A e. RR   =>   |- (0 < A -> A =/= 0)
 
Theoremlesub0 4341 Lemma to show a nonnegative number is zero.
|- A e. RR   &   |- B e. RR   =>   |- ((0 <_ A /\ B <_ (B - A)) <-> A = 0)
 
Theoremsubge0 4342 Nonnegative subtraction.
|- A e. RR   &   |- B e. RR   =>   |- (0 <_ (A - B) <-> B <_ A)
 
Theoremsqgt0 4343 A non-zero square is positive. Theorem I.20 of [Apostol] p. 20.
|- A e. RR   =>   |- (-. A = 0 -> 0 < (A x. A))
 
Theoremsqge0 4344 A square is nonnegative.
|- A e. RR   =>   |- 0 <_ (A x. A)
 
Theoremgt0ne0i 4345 Positive implies nonzero.
|- A e. RR   &   |- 0 < A   =>   |- A =/= 0
 
Theoremgt0ne0t 4346 Positive implies nonzero.
|- (A e. RR -> (0 < A -> A =/= 0))
 
Theoremletrit 4347 Trichotomy law.
|- ((A e. RR /\ B e. RR) -> (A <_ B \/ B <_ A))
 
Theoremltadd1t 4348 Addition to both sides of 'less than'.
|- ((A e. RR /\ B e. RR /\ C e. RR) -> (A < B <-> (A + C) < (B + C)))
 
Theoremltadd2t 4349 Addition to both sides of 'less than'.
|- ((A e. RR /\ B e. RR /\ C e. RR) -> (A < B <-> (C + A) < (C + B)))
 
Theoremleadd1t 4350 Addition to both sides of 'less than or equal to'.
|- ((A e. RR /\ B e. RR /\ C e. RR) -> (A <_ B <-> (A + C) <_ (B + C)))
 
Theoremleadd2t 4351 Addition to both sides of 'less than or equal to'.
|- ((A e. RR /\ B e. RR /\ C e. RR) -> (A <_ B <-> (C + A) <_ (C + B)))
 
Theoremlesub1t 4352 Subtraction from both sides of 'less than or equal to'.
|- ((A e. RR /\ B e. RR /\ C e. RR) -> (A <_ B <-> (A - C) <_ (B - C)))
 
Theoremltsubaddt 4353 'Less than' relationship between subtraction and addition.
|- ((A e. RR /\ B e. RR /\ C e. RR) -> ((A - B) < C <-> A < (C + B)))
 
Theoremltsubadd2t 4354 'Less than' relationship between subtraction and addition.
|- ((A e. RR /\ B e. RR /\ C e. RR) -> ((A - B) < C <-> A < (B + C)))
 
Theoremlesubaddt 4355 'Less than or equal to' relationship between subtraction and addition.
|- ((A e. RR /\ B e. RR /\ C e. RR) -> ((A - B) <_ C <-> A <_ (C + B)))
 
Theoremlesubadd2t 4356 'Less than or equal to' relationship between subtraction and addition.
|- ((A e. RR /\ B e. RR /\ C e. RR) -> ((A - B) <_ C <-> A <_ (B + C)))
 
Theoremltaddsubt 4357 'Less than' relationship between subtraction and addition.
|- ((A e. RR /\ B e. RR /\ C e. RR) -> ((A + B) < C <-> A < (C - B)))
 
Theoremltaddsub2t 4358 'Less than' relationship between subtraction and addition.
|- ((A e. RR /\ B e. RR /\ C e. RR) -> ((A + B) < C <-> B < (C