HomeHome Intuitionistic Logic Explorer
Theorem List (p. 98 of 140)
< Previous  Next >
Browser slow? Try the
Unicode version.

Mirrors  >  Metamath Home Page  >  ILE Home Page  >  Theorem List Contents  >  Recent Proofs       This page: Page List

Theorem List for Intuitionistic Logic Explorer - 9701-9800   *Has distinct variable group(s)
TypeLabelDescription
Statement
 
Theoremlt2mul2divd 9701 The ratio of nonnegative and positive numbers is nonnegative. (Contributed by Mario Carneiro, 28-May-2016.)
 |-  ( ph  ->  A  e.  RR )   &    |-  ( ph  ->  B  e.  RR+ )   &    |-  ( ph  ->  C  e.  RR )   &    |-  ( ph  ->  D  e.  RR+ )   =>    |-  ( ph  ->  (
 ( A  x.  B )  <  ( C  x.  D )  <->  ( A  /  D )  <  ( C 
 /  B ) ) )
 
Theoremnnledivrp 9702 Division of a positive integer by a positive number is less than or equal to the integer iff the number is greater than or equal to 1. (Contributed by AV, 19-Jun-2021.)
 |-  ( ( A  e.  NN  /\  B  e.  RR+ )  ->  ( 1  <_  B 
 <->  ( A  /  B )  <_  A ) )
 
Theoremnn0ledivnn 9703 Division of a nonnegative integer by a positive integer is less than or equal to the integer. (Contributed by AV, 19-Jun-2021.)
 |-  ( ( A  e.  NN0  /\  B  e.  NN )  ->  ( A  /  B )  <_  A )
 
Theoremaddlelt 9704 If the sum of a real number and a positive real number is less than or equal to a third real number, the first real number is less than the third real number. (Contributed by AV, 1-Jul-2021.)
 |-  ( ( M  e.  RR  /\  N  e.  RR  /\  A  e.  RR+ )  ->  ( ( M  +  A )  <_  N  ->  M  <  N ) )
 
4.5.2  Infinity and the extended real number system (cont.)
 
Syntaxcxne 9705 Extend class notation to include the negative of an extended real.
 class  -e A
 
Syntaxcxad 9706 Extend class notation to include addition of extended reals.
 class  +e
 
Syntaxcxmu 9707 Extend class notation to include multiplication of extended reals.
 class  xe
 
Definitiondf-xneg 9708 Define the negative of an extended real number. (Contributed by FL, 26-Dec-2011.)
 |-  -e A  =  if ( A  = +oo , -oo ,  if ( A  = -oo , +oo ,  -u A ) )
 
Definitiondf-xadd 9709* Define addition over extended real numbers. (Contributed by Mario Carneiro, 20-Aug-2015.)
 |- 
 +e  =  ( x  e.  RR* ,  y  e.  RR*  |->  if ( x  = +oo ,  if ( y  = -oo ,  0 , +oo ) ,  if ( x  = -oo ,  if ( y  = +oo ,  0 , -oo ) ,  if ( y  = +oo , +oo ,  if ( y  = -oo , -oo ,  ( x  +  y ) ) ) ) ) )
 
Definitiondf-xmul 9710* Define multiplication over extended real numbers. (Contributed by Mario Carneiro, 20-Aug-2015.)
 |-  xe  =  ( x  e.  RR* ,  y  e.  RR*  |->  if ( ( x  =  0  \/  y  =  0 ) ,  0 ,  if (
 ( ( ( 0  <  y  /\  x  = +oo )  \/  (
 y  <  0  /\  x  = -oo ) )  \/  ( ( 0  <  x  /\  y  = +oo )  \/  ( x  <  0  /\  y  = -oo ) ) ) , +oo ,  if ( ( ( ( 0  <  y  /\  x  = -oo )  \/  ( y  <  0  /\  x  = +oo ) )  \/  (
 ( 0  <  x  /\  y  = -oo )  \/  ( x  < 
 0  /\  y  = +oo ) ) ) , -oo ,  ( x  x.  y ) ) ) ) )
 
Theoremltxr 9711 The 'less than' binary relation on the set of extended reals. Definition 12-3.1 of [Gleason] p. 173. (Contributed by NM, 14-Oct-2005.)
 |-  ( ( A  e.  RR*  /\  B  e.  RR* )  ->  ( A  <  B  <->  ( ( ( ( A  e.  RR  /\  B  e.  RR )  /\  A  <RR  B )  \/  ( A  = -oo  /\  B  = +oo ) )  \/  ( ( A  e.  RR  /\  B  = +oo )  \/  ( A  = -oo  /\  B  e.  RR ) ) ) ) )
 
Theoremelxr 9712 Membership in the set of extended reals. (Contributed by NM, 14-Oct-2005.)
 |-  ( A  e.  RR*  <->  ( A  e.  RR  \/  A  = +oo  \/  A  = -oo ) )
 
Theoremxrnemnf 9713 An extended real other than minus infinity is real or positive infinite. (Contributed by Mario Carneiro, 20-Aug-2015.)
 |-  ( ( A  e.  RR*  /\  A  =/= -oo )  <->  ( A  e.  RR  \/  A  = +oo ) )
 
Theoremxrnepnf 9714 An extended real other than plus infinity is real or negative infinite. (Contributed by Mario Carneiro, 20-Aug-2015.)
 |-  ( ( A  e.  RR*  /\  A  =/= +oo )  <->  ( A  e.  RR  \/  A  = -oo ) )
 
Theoremxrltnr 9715 The extended real 'less than' is irreflexive. (Contributed by NM, 14-Oct-2005.)
 |-  ( A  e.  RR*  ->  -.  A  <  A )
 
Theoremltpnf 9716 Any (finite) real is less than plus infinity. (Contributed by NM, 14-Oct-2005.)
 |-  ( A  e.  RR  ->  A  < +oo )
 
Theoremltpnfd 9717 Any (finite) real is less than plus infinity. (Contributed by Glauco Siliprandi, 11-Dec-2019.)
 |-  ( ph  ->  A  e.  RR )   =>    |-  ( ph  ->  A  < +oo )
 
Theorem0ltpnf 9718 Zero is less than plus infinity (common case). (Contributed by David A. Wheeler, 8-Dec-2018.)
 |-  0  < +oo
 
Theoremmnflt 9719 Minus infinity is less than any (finite) real. (Contributed by NM, 14-Oct-2005.)
 |-  ( A  e.  RR  -> -oo  <  A )
 
Theoremmnflt0 9720 Minus infinity is less than 0 (common case). (Contributed by David A. Wheeler, 8-Dec-2018.)
 |- -oo  <  0
 
Theoremmnfltpnf 9721 Minus infinity is less than plus infinity. (Contributed by NM, 14-Oct-2005.)
 |- -oo  < +oo
 
Theoremmnfltxr 9722 Minus infinity is less than an extended real that is either real or plus infinity. (Contributed by NM, 2-Feb-2006.)
 |-  ( ( A  e.  RR  \/  A  = +oo )  -> -oo  <  A )
 
Theorempnfnlt 9723 No extended real is greater than plus infinity. (Contributed by NM, 15-Oct-2005.)
 |-  ( A  e.  RR*  ->  -. +oo  <  A )
 
Theoremnltmnf 9724 No extended real is less than minus infinity. (Contributed by NM, 15-Oct-2005.)
 |-  ( A  e.  RR*  ->  -.  A  < -oo )
 
Theorempnfge 9725 Plus infinity is an upper bound for extended reals. (Contributed by NM, 30-Jan-2006.)
 |-  ( A  e.  RR*  ->  A  <_ +oo )
 
Theorem0lepnf 9726 0 less than or equal to positive infinity. (Contributed by David A. Wheeler, 8-Dec-2018.)
 |-  0  <_ +oo
 
Theoremnn0pnfge0 9727 If a number is a nonnegative integer or positive infinity, it is greater than or equal to 0. (Contributed by Alexander van der Vekens, 6-Jan-2018.)
 |-  ( ( N  e.  NN0 
 \/  N  = +oo )  ->  0  <_  N )
 
Theoremmnfle 9728 Minus infinity is less than or equal to any extended real. (Contributed by NM, 19-Jan-2006.)
 |-  ( A  e.  RR*  -> -oo  <_  A )
 
Theoremxrltnsym 9729 Ordering on the extended reals is not symmetric. (Contributed by NM, 15-Oct-2005.)
 |-  ( ( A  e.  RR*  /\  B  e.  RR* )  ->  ( A  <  B  ->  -.  B  <  A ) )
 
Theoremxrltnsym2 9730 'Less than' is antisymmetric and irreflexive for extended reals. (Contributed by NM, 6-Feb-2007.)
 |-  ( ( A  e.  RR*  /\  B  e.  RR* )  ->  -.  ( A  <  B 
 /\  B  <  A ) )
 
Theoremxrlttr 9731 Ordering on the extended reals is transitive. (Contributed by NM, 15-Oct-2005.)
 |-  ( ( A  e.  RR*  /\  B  e.  RR*  /\  C  e.  RR* )  ->  (
 ( A  <  B  /\  B  <  C ) 
 ->  A  <  C ) )
 
Theoremxrltso 9732 'Less than' is a weakly linear ordering on the extended reals. (Contributed by NM, 15-Oct-2005.)
 |- 
 <  Or  RR*
 
Theoremxrlttri3 9733 Extended real version of lttri3 7978. (Contributed by NM, 9-Feb-2006.)
 |-  ( ( A  e.  RR*  /\  B  e.  RR* )  ->  ( A  =  B  <->  ( -.  A  <  B  /\  -.  B  <  A ) ) )
 
Theoremxrltle 9734 'Less than' implies 'less than or equal' for extended reals. (Contributed by NM, 19-Jan-2006.)
 |-  ( ( A  e.  RR*  /\  B  e.  RR* )  ->  ( A  <  B  ->  A  <_  B )
 )
 
Theoremxrltled 9735 'Less than' implies 'less than or equal to' for extended reals. Deduction form of xrltle 9734. (Contributed by Glauco Siliprandi, 11-Dec-2019.)
 |-  ( ph  ->  A  e.  RR* )   &    |-  ( ph  ->  B  e.  RR* )   &    |-  ( ph  ->  A  <  B )   =>    |-  ( ph  ->  A 
 <_  B )
 
Theoremxrleid 9736 'Less than or equal to' is reflexive for extended reals. (Contributed by NM, 7-Feb-2007.)
 |-  ( A  e.  RR*  ->  A  <_  A )
 
Theoremxrleidd 9737 'Less than or equal to' is reflexive for extended reals. Deduction form of xrleid 9736. (Contributed by Glauco Siliprandi, 26-Jun-2021.)
 |-  ( ph  ->  A  e.  RR* )   =>    |-  ( ph  ->  A  <_  A )
 
Theoremxnn0dcle 9738 Decidability of  <_ for extended nonnegative integers. (Contributed by Jim Kingdon, 13-Oct-2024.)
 |-  ( ( A  e. NN0*  /\  B  e. NN0* )  -> DECID  A  <_  B )
 
Theoremxnn0letri 9739 Dichotomy for extended nonnegative integers. (Contributed by Jim Kingdon, 13-Oct-2024.)
 |-  ( ( A  e. NN0*  /\  B  e. NN0* )  ->  ( A  <_  B  \/  B  <_  A ) )
 
Theoremxrletri3 9740 Trichotomy law for extended reals. (Contributed by FL, 2-Aug-2009.)
 |-  ( ( A  e.  RR*  /\  B  e.  RR* )  ->  ( A  =  B  <->  ( A  <_  B  /\  B  <_  A ) ) )
 
Theoremxrletrid 9741 Trichotomy law for extended reals. (Contributed by Glauco Siliprandi, 17-Aug-2020.)
 |-  ( ph  ->  A  e.  RR* )   &    |-  ( ph  ->  B  e.  RR* )   &    |-  ( ph  ->  A 
 <_  B )   &    |-  ( ph  ->  B 
 <_  A )   =>    |-  ( ph  ->  A  =  B )
 
Theoremxrlelttr 9742 Transitive law for ordering on extended reals. (Contributed by NM, 19-Jan-2006.)
 |-  ( ( A  e.  RR*  /\  B  e.  RR*  /\  C  e.  RR* )  ->  (
 ( A  <_  B  /\  B  <  C ) 
 ->  A  <  C ) )
 
Theoremxrltletr 9743 Transitive law for ordering on extended reals. (Contributed by NM, 19-Jan-2006.)
 |-  ( ( A  e.  RR*  /\  B  e.  RR*  /\  C  e.  RR* )  ->  (
 ( A  <  B  /\  B  <_  C )  ->  A  <  C ) )
 
Theoremxrletr 9744 Transitive law for ordering on extended reals. (Contributed by NM, 9-Feb-2006.)
 |-  ( ( A  e.  RR*  /\  B  e.  RR*  /\  C  e.  RR* )  ->  (
 ( A  <_  B  /\  B  <_  C )  ->  A  <_  C )
 )
 
Theoremxrlttrd 9745 Transitive law for ordering on extended reals. (Contributed by Mario Carneiro, 23-Aug-2015.)
 |-  ( ph  ->  A  e.  RR* )   &    |-  ( ph  ->  B  e.  RR* )   &    |-  ( ph  ->  C  e.  RR* )   &    |-  ( ph  ->  A  <  B )   &    |-  ( ph  ->  B  <  C )   =>    |-  ( ph  ->  A  <  C )
 
Theoremxrlelttrd 9746 Transitive law for ordering on extended reals. (Contributed by Mario Carneiro, 23-Aug-2015.)
 |-  ( ph  ->  A  e.  RR* )   &    |-  ( ph  ->  B  e.  RR* )   &    |-  ( ph  ->  C  e.  RR* )   &    |-  ( ph  ->  A 
 <_  B )   &    |-  ( ph  ->  B  <  C )   =>    |-  ( ph  ->  A  <  C )
 
Theoremxrltletrd 9747 Transitive law for ordering on extended reals. (Contributed by Mario Carneiro, 23-Aug-2015.)
 |-  ( ph  ->  A  e.  RR* )   &    |-  ( ph  ->  B  e.  RR* )   &    |-  ( ph  ->  C  e.  RR* )   &    |-  ( ph  ->  A  <  B )   &    |-  ( ph  ->  B  <_  C )   =>    |-  ( ph  ->  A  <  C )
 
Theoremxrletrd 9748 Transitive law for ordering on extended reals. (Contributed by Mario Carneiro, 23-Aug-2015.)
 |-  ( ph  ->  A  e.  RR* )   &    |-  ( ph  ->  B  e.  RR* )   &    |-  ( ph  ->  C  e.  RR* )   &    |-  ( ph  ->  A 
 <_  B )   &    |-  ( ph  ->  B 
 <_  C )   =>    |-  ( ph  ->  A  <_  C )
 
Theoremxrltne 9749 'Less than' implies not equal for extended reals. (Contributed by NM, 20-Jan-2006.)
 |-  ( ( A  e.  RR*  /\  B  e.  RR*  /\  A  <  B )  ->  B  =/=  A )
 
Theoremnltpnft 9750 An extended real is not less than plus infinity iff they are equal. (Contributed by NM, 30-Jan-2006.)
 |-  ( A  e.  RR*  ->  ( A  = +oo  <->  -.  A  < +oo ) )
 
Theoremnpnflt 9751 An extended real is less than plus infinity iff they are not equal. (Contributed by Jim Kingdon, 17-Apr-2023.)
 |-  ( A  e.  RR*  ->  ( A  < +oo  <->  A  =/= +oo )
 )
 
Theoremxgepnf 9752 An extended real which is greater than plus infinity is plus infinity. (Contributed by Thierry Arnoux, 18-Dec-2016.)
 |-  ( A  e.  RR*  ->  ( +oo  <_  A  <->  A  = +oo ) )
 
Theoremngtmnft 9753 An extended real is not greater than minus infinity iff they are equal. (Contributed by NM, 2-Feb-2006.)
 |-  ( A  e.  RR*  ->  ( A  = -oo  <->  -. -oo 
 <  A ) )
 
Theoremnmnfgt 9754 An extended real is greater than minus infinite iff they are not equal. (Contributed by Jim Kingdon, 17-Apr-2023.)
 |-  ( A  e.  RR*  ->  ( -oo  <  A  <->  A  =/= -oo )
 )
 
Theoremxrrebnd 9755 An extended real is real iff it is strictly bounded by infinities. (Contributed by NM, 2-Feb-2006.)
 |-  ( A  e.  RR*  ->  ( A  e.  RR  <->  ( -oo  <  A  /\  A  < +oo ) ) )
 
Theoremxrre 9756 A way of proving that an extended real is real. (Contributed by NM, 9-Mar-2006.)
 |-  ( ( ( A  e.  RR*  /\  B  e.  RR )  /\  ( -oo  <  A  /\  A  <_  B ) )  ->  A  e.  RR )
 
Theoremxrre2 9757 An extended real between two others is real. (Contributed by NM, 6-Feb-2007.)
 |-  ( ( ( A  e.  RR*  /\  B  e.  RR*  /\  C  e.  RR* )  /\  ( A  <  B  /\  B  <  C ) )  ->  B  e.  RR )
 
Theoremxrre3 9758 A way of proving that an extended real is real. (Contributed by FL, 29-May-2014.)
 |-  ( ( ( A  e.  RR*  /\  B  e.  RR )  /\  ( B 
 <_  A  /\  A  < +oo ) )  ->  A  e.  RR )
 
Theoremge0gtmnf 9759 A nonnegative extended real is greater than negative infinity. (Contributed by Mario Carneiro, 20-Aug-2015.)
 |-  ( ( A  e.  RR*  /\  0  <_  A ) 
 -> -oo  <  A )
 
Theoremge0nemnf 9760 A nonnegative extended real is greater than negative infinity. (Contributed by Mario Carneiro, 20-Aug-2015.)
 |-  ( ( A  e.  RR*  /\  0  <_  A ) 
 ->  A  =/= -oo )
 
Theoremxrrege0 9761 A nonnegative extended real that is less than a real bound is real. (Contributed by Mario Carneiro, 20-Aug-2015.)
 |-  ( ( ( A  e.  RR*  /\  B  e.  RR )  /\  ( 0 
 <_  A  /\  A  <_  B ) )  ->  A  e.  RR )
 
Theoremz2ge 9762* There exists an integer greater than or equal to any two others. (Contributed by NM, 28-Aug-2005.)
 |-  ( ( M  e.  ZZ  /\  N  e.  ZZ )  ->  E. k  e.  ZZ  ( M  <_  k  /\  N  <_  k ) )
 
Theoremxnegeq 9763 Equality of two extended numbers with  -e in front of them. (Contributed by FL, 26-Dec-2011.) (Proof shortened by Mario Carneiro, 20-Aug-2015.)
 |-  ( A  =  B  -> 
 -e A  =  -e B )
 
Theoremxnegpnf 9764 Minus +oo. Remark of [BourbakiTop1] p. IV.15. (Contributed by FL, 26-Dec-2011.)
 |-  -e +oo  = -oo
 
Theoremxnegmnf 9765 Minus -oo. Remark of [BourbakiTop1] p. IV.15. (Contributed by FL, 26-Dec-2011.) (Revised by Mario Carneiro, 20-Aug-2015.)
 |-  -e -oo  = +oo
 
Theoremrexneg 9766 Minus a real number. Remark [BourbakiTop1] p. IV.15. (Contributed by FL, 26-Dec-2011.) (Proof shortened by Mario Carneiro, 20-Aug-2015.)
 |-  ( A  e.  RR  -> 
 -e A  =  -u A )
 
Theoremxneg0 9767 The negative of zero. (Contributed by Mario Carneiro, 20-Aug-2015.)
 |-  -e 0  =  0
 
Theoremxnegcl 9768 Closure of extended real negative. (Contributed by Mario Carneiro, 20-Aug-2015.)
 |-  ( A  e.  RR*  ->  -e A  e.  RR* )
 
Theoremxnegneg 9769 Extended real version of negneg 8148. (Contributed by Mario Carneiro, 20-Aug-2015.)
 |-  ( A  e.  RR*  ->  -e  -e A  =  A )
 
Theoremxneg11 9770 Extended real version of neg11 8149. (Contributed by Mario Carneiro, 20-Aug-2015.)
 |-  ( ( A  e.  RR*  /\  B  e.  RR* )  ->  (  -e A  =  -e B  <->  A  =  B )
 )
 
Theoremxltnegi 9771 Forward direction of xltneg 9772. (Contributed by Mario Carneiro, 20-Aug-2015.)
 |-  ( ( A  e.  RR*  /\  B  e.  RR*  /\  A  <  B )  ->  -e B  <  -e A )
 
Theoremxltneg 9772 Extended real version of ltneg 8360. (Contributed by Mario Carneiro, 20-Aug-2015.)
 |-  ( ( A  e.  RR*  /\  B  e.  RR* )  ->  ( A  <  B  <->  -e B  <  -e A ) )
 
Theoremxleneg 9773 Extended real version of leneg 8363. (Contributed by Mario Carneiro, 20-Aug-2015.)
 |-  ( ( A  e.  RR*  /\  B  e.  RR* )  ->  ( A  <_  B  <->  -e B  <_  -e A ) )
 
Theoremxlt0neg1 9774 Extended real version of lt0neg1 8366. (Contributed by Mario Carneiro, 20-Aug-2015.)
 |-  ( A  e.  RR*  ->  ( A  <  0  <->  0  <  -e A ) )
 
Theoremxlt0neg2 9775 Extended real version of lt0neg2 8367. (Contributed by Mario Carneiro, 20-Aug-2015.)
 |-  ( A  e.  RR*  ->  ( 0  <  A  <->  -e A  <  0 ) )
 
Theoremxle0neg1 9776 Extended real version of le0neg1 8368. (Contributed by Mario Carneiro, 9-Sep-2015.)
 |-  ( A  e.  RR*  ->  ( A  <_  0  <->  0  <_  -e A ) )
 
Theoremxle0neg2 9777 Extended real version of le0neg2 8369. (Contributed by Mario Carneiro, 9-Sep-2015.)
 |-  ( A  e.  RR*  ->  ( 0  <_  A  <->  -e A  <_  0 ) )
 
Theoremxrpnfdc 9778 An extended real is or is not plus infinity. (Contributed by Jim Kingdon, 13-Apr-2023.)
 |-  ( A  e.  RR*  -> DECID  A  = +oo )
 
Theoremxrmnfdc 9779 An extended real is or is not minus infinity. (Contributed by Jim Kingdon, 13-Apr-2023.)
 |-  ( A  e.  RR*  -> DECID  A  = -oo )
 
Theoremxaddf 9780 The extended real addition operation is closed in extended reals. (Contributed by Mario Carneiro, 21-Aug-2015.)
 |- 
 +e : (
 RR*  X.  RR* ) --> RR*
 
Theoremxaddval 9781 Value of the extended real addition operation. (Contributed by Mario Carneiro, 20-Aug-2015.)
 |-  ( ( A  e.  RR*  /\  B  e.  RR* )  ->  ( A +e B )  =  if ( A  = +oo ,  if ( B  = -oo ,  0 , +oo ) ,  if ( A  = -oo ,  if ( B  = +oo ,  0 , -oo ) ,  if ( B  = +oo , +oo ,  if ( B  = -oo , -oo ,  ( A  +  B ) ) ) ) ) )
 
Theoremxaddpnf1 9782 Addition of positive infinity on the right. (Contributed by Mario Carneiro, 20-Aug-2015.)
 |-  ( ( A  e.  RR*  /\  A  =/= -oo )  ->  ( A +e +oo )  = +oo )
 
Theoremxaddpnf2 9783 Addition of positive infinity on the left. (Contributed by Mario Carneiro, 20-Aug-2015.)
 |-  ( ( A  e.  RR*  /\  A  =/= -oo )  ->  ( +oo +e A )  = +oo )
 
Theoremxaddmnf1 9784 Addition of negative infinity on the right. (Contributed by Mario Carneiro, 20-Aug-2015.)
 |-  ( ( A  e.  RR*  /\  A  =/= +oo )  ->  ( A +e -oo )  = -oo )
 
Theoremxaddmnf2 9785 Addition of negative infinity on the left. (Contributed by Mario Carneiro, 20-Aug-2015.)
 |-  ( ( A  e.  RR*  /\  A  =/= +oo )  ->  ( -oo +e A )  = -oo )
 
Theorempnfaddmnf 9786 Addition of positive and negative infinity. This is often taken to be a "null" value or out of the domain, but we define it (somewhat arbitrarily) to be zero so that the resulting function is total, which simplifies proofs. (Contributed by Mario Carneiro, 20-Aug-2015.)
 |-  ( +oo +e -oo )  =  0
 
Theoremmnfaddpnf 9787 Addition of negative and positive infinity. This is often taken to be a "null" value or out of the domain, but we define it (somewhat arbitrarily) to be zero so that the resulting function is total, which simplifies proofs. (Contributed by Mario Carneiro, 20-Aug-2015.)
 |-  ( -oo +e +oo )  =  0
 
Theoremrexadd 9788 The extended real addition operation when both arguments are real. (Contributed by Mario Carneiro, 20-Aug-2015.)
 |-  ( ( A  e.  RR  /\  B  e.  RR )  ->  ( A +e B )  =  ( A  +  B ) )
 
Theoremrexsub 9789 Extended real subtraction when both arguments are real. (Contributed by Mario Carneiro, 23-Aug-2015.)
 |-  ( ( A  e.  RR  /\  B  e.  RR )  ->  ( A +e  -e B )  =  ( A  -  B ) )
 
Theoremrexaddd 9790 The extended real addition operation when both arguments are real. Deduction version of rexadd 9788. (Contributed by Glauco Siliprandi, 24-Dec-2020.)
 |-  ( ph  ->  A  e.  RR )   &    |-  ( ph  ->  B  e.  RR )   =>    |-  ( ph  ->  ( A +e B )  =  ( A  +  B ) )
 
Theoremxnegcld 9791 Closure of extended real negative. (Contributed by Mario Carneiro, 28-May-2016.)
 |-  ( ph  ->  A  e.  RR* )   =>    |-  ( ph  ->  -e A  e.  RR* )
 
Theoremxrex 9792 The set of extended reals exists. (Contributed by NM, 24-Dec-2006.)
 |-  RR*  e.  _V
 
Theoremxaddnemnf 9793 Closure of extended real addition in the subset  RR*  /  { -oo }. (Contributed by Mario Carneiro, 20-Aug-2015.)
 |-  ( ( ( A  e.  RR*  /\  A  =/= -oo )  /\  ( B  e.  RR*  /\  B  =/= -oo ) )  ->  ( A +e B )  =/= -oo )
 
Theoremxaddnepnf 9794 Closure of extended real addition in the subset  RR*  /  { +oo }. (Contributed by Mario Carneiro, 20-Aug-2015.)
 |-  ( ( ( A  e.  RR*  /\  A  =/= +oo )  /\  ( B  e.  RR*  /\  B  =/= +oo ) )  ->  ( A +e B )  =/= +oo )
 
Theoremxnegid 9795 Extended real version of negid 8145. (Contributed by Mario Carneiro, 20-Aug-2015.)
 |-  ( A  e.  RR*  ->  ( A +e  -e A )  =  0 )
 
Theoremxaddcl 9796 The extended real addition operation is closed in extended reals. (Contributed by Mario Carneiro, 20-Aug-2015.)
 |-  ( ( A  e.  RR*  /\  B  e.  RR* )  ->  ( A +e B )  e.  RR* )
 
Theoremxaddcom 9797 The extended real addition operation is commutative. (Contributed by NM, 26-Dec-2011.)
 |-  ( ( A  e.  RR*  /\  B  e.  RR* )  ->  ( A +e B )  =  ( B +e A ) )
 
Theoremxaddid1 9798 Extended real version of addid1 8036. (Contributed by Mario Carneiro, 20-Aug-2015.)
 |-  ( A  e.  RR*  ->  ( A +e 0 )  =  A )
 
Theoremxaddid2 9799 Extended real version of addid2 8037. (Contributed by Mario Carneiro, 20-Aug-2015.)
 |-  ( A  e.  RR*  ->  ( 0 +e A )  =  A )
 
Theoremxaddid1d 9800  0 is a right identity for extended real addition. (Contributed by Glauco Siliprandi, 17-Aug-2020.)
 |-  ( ph  ->  A  e.  RR* )   =>    |-  ( ph  ->  ( A +e 0 )  =  A )
    < 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 >