HomeHome Intuitionistic Logic Explorer
Theorem List (p. 97 of 108)
< 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 - 9601-9700   *Has distinct variable group(s)
TypeLabelDescription
Statement
 
Theoremexpeq0d 9601 Positive integer exponentiation is 0 iff its mantissa is 0. (Contributed by Mario Carneiro, 28-May-2016.)
 |-  ( ph  ->  A  e.  CC )   &    |-  ( ph  ->  N  e.  NN )   &    |-  ( ph  ->  ( A ^ N )  =  0
 )   =>    |-  ( ph  ->  A  =  0 )
 
Theoremsqvald 9602 Value of square. Inference version. (Contributed by Mario Carneiro, 28-May-2016.)
 |-  ( ph  ->  A  e.  CC )   =>    |-  ( ph  ->  ( A ^ 2 )  =  ( A  x.  A ) )
 
Theoremsqcld 9603 Closure of square. (Contributed by Mario Carneiro, 28-May-2016.)
 |-  ( ph  ->  A  e.  CC )   =>    |-  ( ph  ->  ( A ^ 2 )  e. 
 CC )
 
Theoremsqeq0d 9604 A number is zero iff its square is zero. (Contributed by Mario Carneiro, 28-May-2016.)
 |-  ( ph  ->  A  e.  CC )   &    |-  ( ph  ->  ( A ^ 2 )  =  0 )   =>    |-  ( ph  ->  A  =  0 )
 
Theoremexpcld 9605 Closure law for nonnegative integer exponentiation. (Contributed by Mario Carneiro, 28-May-2016.)
 |-  ( ph  ->  A  e.  CC )   &    |-  ( ph  ->  N  e.  NN0 )   =>    |-  ( ph  ->  ( A ^ N )  e. 
 CC )
 
Theoremexpp1d 9606 Value of a complex number raised to a nonnegative integer power plus one. Part of Definition 10-4.1 of [Gleason] p. 134. (Contributed by Mario Carneiro, 28-May-2016.)
 |-  ( ph  ->  A  e.  CC )   &    |-  ( ph  ->  N  e.  NN0 )   =>    |-  ( ph  ->  ( A ^ ( N  +  1 ) )  =  ( ( A ^ N )  x.  A ) )
 
Theoremexpaddd 9607 Sum of exponents law for nonnegative integer exponentiation. Proposition 10-4.2(a) of [Gleason] p. 135. (Contributed by Mario Carneiro, 28-May-2016.)
 |-  ( ph  ->  A  e.  CC )   &    |-  ( ph  ->  N  e.  NN0 )   &    |-  ( ph  ->  M  e.  NN0 )   =>    |-  ( ph  ->  ( A ^ ( M  +  N ) )  =  ( ( A ^ M )  x.  ( A ^ N ) ) )
 
Theoremexpmuld 9608 Product of exponents law for positive integer exponentiation. Proposition 10-4.2(b) of [Gleason] p. 135, restricted to nonnegative integer exponents. (Contributed by Mario Carneiro, 28-May-2016.)
 |-  ( ph  ->  A  e.  CC )   &    |-  ( ph  ->  N  e.  NN0 )   &    |-  ( ph  ->  M  e.  NN0 )   =>    |-  ( ph  ->  ( A ^ ( M  x.  N ) )  =  ( ( A ^ M ) ^ N ) )
 
Theoremsqrecapd 9609 Square of reciprocal. (Contributed by Jim Kingdon, 12-Jun-2020.)
 |-  ( ph  ->  A  e.  CC )   &    |-  ( ph  ->  A #  0 )   =>    |-  ( ph  ->  (
 ( 1  /  A ) ^ 2 )  =  ( 1  /  ( A ^ 2 ) ) )
 
Theoremexpclzapd 9610 Closure law for integer exponentiation. (Contributed by Jim Kingdon, 12-Jun-2020.)
 |-  ( ph  ->  A  e.  CC )   &    |-  ( ph  ->  A #  0 )   &    |-  ( ph  ->  N  e.  ZZ )   =>    |-  ( ph  ->  ( A ^ N )  e.  CC )
 
Theoremexpap0d 9611 Nonnegative integer exponentiation is nonzero if its mantissa is nonzero. (Contributed by Jim Kingdon, 12-Jun-2020.)
 |-  ( ph  ->  A  e.  CC )   &    |-  ( ph  ->  A #  0 )   &    |-  ( ph  ->  N  e.  ZZ )   =>    |-  ( ph  ->  ( A ^ N ) #  0 )
 
Theoremexpnegapd 9612 Value of a complex number raised to a negative power. (Contributed by Jim Kingdon, 12-Jun-2020.)
 |-  ( ph  ->  A  e.  CC )   &    |-  ( ph  ->  A #  0 )   &    |-  ( ph  ->  N  e.  ZZ )   =>    |-  ( ph  ->  ( A ^ -u N )  =  ( 1  /  ( A ^ N ) ) )
 
Theoremexprecapd 9613 Nonnegative integer exponentiation of a reciprocal. (Contributed by Jim Kingdon, 12-Jun-2020.)
 |-  ( ph  ->  A  e.  CC )   &    |-  ( ph  ->  A #  0 )   &    |-  ( ph  ->  N  e.  ZZ )   =>    |-  ( ph  ->  ( ( 1  /  A ) ^ N )  =  ( 1  /  ( A ^ N ) ) )
 
Theoremexpp1zapd 9614 Value of a nonzero complex number raised to an integer power plus one. (Contributed by Jim Kingdon, 12-Jun-2020.)
 |-  ( ph  ->  A  e.  CC )   &    |-  ( ph  ->  A #  0 )   &    |-  ( ph  ->  N  e.  ZZ )   =>    |-  ( ph  ->  ( A ^ ( N  +  1 ) )  =  ( ( A ^ N )  x.  A ) )
 
Theoremexpm1apd 9615 Value of a complex number raised to an integer power minus one. (Contributed by Jim Kingdon, 12-Jun-2020.)
 |-  ( ph  ->  A  e.  CC )   &    |-  ( ph  ->  A #  0 )   &    |-  ( ph  ->  N  e.  ZZ )   =>    |-  ( ph  ->  ( A ^ ( N  -  1 ) )  =  ( ( A ^ N )  /  A ) )
 
Theoremexpsubapd 9616 Exponent subtraction law for nonnegative integer exponentiation. (Contributed by Jim Kingdon, 12-Jun-2020.)
 |-  ( ph  ->  A  e.  CC )   &    |-  ( ph  ->  A #  0 )   &    |-  ( ph  ->  N  e.  ZZ )   &    |-  ( ph  ->  M  e.  ZZ )   =>    |-  ( ph  ->  ( A ^ ( M  -  N ) )  =  ( ( A ^ M )  /  ( A ^ N ) ) )
 
Theoremsqmuld 9617 Distribution of square over multiplication. (Contributed by Mario Carneiro, 28-May-2016.)
 |-  ( ph  ->  A  e.  CC )   &    |-  ( ph  ->  B  e.  CC )   =>    |-  ( ph  ->  ( ( A  x.  B ) ^ 2 )  =  ( ( A ^
 2 )  x.  ( B ^ 2 ) ) )
 
Theoremsqdivapd 9618 Distribution of square over division. (Contributed by Jim Kingdon, 13-Jun-2020.)
 |-  ( ph  ->  A  e.  CC )   &    |-  ( ph  ->  B  e.  CC )   &    |-  ( ph  ->  B #  0 )   =>    |-  ( ph  ->  ( ( A 
 /  B ) ^
 2 )  =  ( ( A ^ 2
 )  /  ( B ^ 2 ) ) )
 
Theoremexpdivapd 9619 Nonnegative integer exponentiation of a quotient. (Contributed by Jim Kingdon, 13-Jun-2020.)
 |-  ( ph  ->  A  e.  CC )   &    |-  ( ph  ->  B  e.  CC )   &    |-  ( ph  ->  B #  0 )   &    |-  ( ph  ->  N  e.  NN0 )   =>    |-  ( ph  ->  (
 ( A  /  B ) ^ N )  =  ( ( A ^ N )  /  ( B ^ N ) ) )
 
Theoremmulexpd 9620 Positive integer exponentiation of a product. Proposition 10-4.2(c) of [Gleason] p. 135, restricted to nonnegative integer exponents. (Contributed by Mario Carneiro, 28-May-2016.)
 |-  ( ph  ->  A  e.  CC )   &    |-  ( ph  ->  B  e.  CC )   &    |-  ( ph  ->  N  e.  NN0 )   =>    |-  ( ph  ->  (
 ( A  x.  B ) ^ N )  =  ( ( A ^ N )  x.  ( B ^ N ) ) )
 
Theorem0expd 9621 Value of zero raised to a positive integer power. (Contributed by Mario Carneiro, 28-May-2016.)
 |-  ( ph  ->  N  e.  NN )   =>    |-  ( ph  ->  (
 0 ^ N )  =  0 )
 
Theoremreexpcld 9622 Closure of exponentiation of reals. (Contributed by Mario Carneiro, 28-May-2016.)
 |-  ( ph  ->  A  e.  RR )   &    |-  ( ph  ->  N  e.  NN0 )   =>    |-  ( ph  ->  ( A ^ N )  e. 
 RR )
 
Theoremexpge0d 9623 Nonnegative integer exponentiation with a nonnegative mantissa is nonnegative. (Contributed by Mario Carneiro, 28-May-2016.)
 |-  ( ph  ->  A  e.  RR )   &    |-  ( ph  ->  N  e.  NN0 )   &    |-  ( ph  ->  0 
 <_  A )   =>    |-  ( ph  ->  0  <_  ( A ^ N ) )
 
Theoremexpge1d 9624 Nonnegative integer exponentiation with a nonnegative mantissa is nonnegative. (Contributed by Mario Carneiro, 28-May-2016.)
 |-  ( ph  ->  A  e.  RR )   &    |-  ( ph  ->  N  e.  NN0 )   &    |-  ( ph  ->  1 
 <_  A )   =>    |-  ( ph  ->  1  <_  ( A ^ N ) )
 
Theoremsqoddm1div8 9625 A squared odd number minus 1 divided by 8 is the odd number multiplied with its successor divided by 2. (Contributed by AV, 19-Jul-2021.)
 |-  ( ( N  e.  ZZ  /\  M  =  ( ( 2  x.  N )  +  1 )
 )  ->  ( (
 ( M ^ 2
 )  -  1 ) 
 /  8 )  =  ( ( N  x.  ( N  +  1
 ) )  /  2
 ) )
 
Theoremnnsqcld 9626 The naturals are closed under squaring. (Contributed by Mario Carneiro, 28-May-2016.)
 |-  ( ph  ->  A  e.  NN )   =>    |-  ( ph  ->  ( A ^ 2 )  e. 
 NN )
 
Theoremnnexpcld 9627 Closure of exponentiation of nonnegative integers. (Contributed by Mario Carneiro, 28-May-2016.)
 |-  ( ph  ->  A  e.  NN )   &    |-  ( ph  ->  N  e.  NN0 )   =>    |-  ( ph  ->  ( A ^ N )  e. 
 NN )
 
Theoremnn0expcld 9628 Closure of exponentiation of nonnegative integers. (Contributed by Mario Carneiro, 28-May-2016.)
 |-  ( ph  ->  A  e.  NN0 )   &    |-  ( ph  ->  N  e.  NN0 )   =>    |-  ( ph  ->  ( A ^ N )  e. 
 NN0 )
 
Theoremrpexpcld 9629 Closure law for exponentiation of positive reals. (Contributed by Mario Carneiro, 28-May-2016.)
 |-  ( ph  ->  A  e.  RR+ )   &    |-  ( ph  ->  N  e.  ZZ )   =>    |-  ( ph  ->  ( A ^ N )  e.  RR+ )
 
Theoremreexpclzapd 9630 Closure of exponentiation of reals. (Contributed by Jim Kingdon, 13-Jun-2020.)
 |-  ( ph  ->  A  e.  RR )   &    |-  ( ph  ->  A #  0 )   &    |-  ( ph  ->  N  e.  ZZ )   =>    |-  ( ph  ->  ( A ^ N )  e.  RR )
 
Theoremresqcld 9631 Closure of square in reals. (Contributed by Mario Carneiro, 28-May-2016.)
 |-  ( ph  ->  A  e.  RR )   =>    |-  ( ph  ->  ( A ^ 2 )  e. 
 RR )
 
Theoremsqge0d 9632 A square of a real is nonnegative. (Contributed by Mario Carneiro, 28-May-2016.)
 |-  ( ph  ->  A  e.  RR )   =>    |-  ( ph  ->  0  <_  ( A ^ 2
 ) )
 
Theoremsqgt0apd 9633 The square of a real apart from zero is positive. (Contributed by Jim Kingdon, 13-Jun-2020.)
 |-  ( ph  ->  A  e.  RR )   &    |-  ( ph  ->  A #  0 )   =>    |-  ( ph  ->  0  <  ( A ^ 2
 ) )
 
Theoremleexp2ad 9634 Ordering relationship for exponentiation. (Contributed by Mario Carneiro, 28-May-2016.)
 |-  ( ph  ->  A  e.  RR )   &    |-  ( ph  ->  1 
 <_  A )   &    |-  ( ph  ->  N  e.  ( ZZ>= `  M ) )   =>    |-  ( ph  ->  ( A ^ M )  <_  ( A ^ N ) )
 
Theoremleexp2rd 9635 Ordering relationship for exponentiation. (Contributed by Mario Carneiro, 28-May-2016.)
 |-  ( ph  ->  A  e.  RR )   &    |-  ( ph  ->  M  e.  NN0 )   &    |-  ( ph  ->  N  e.  ( ZZ>= `  M ) )   &    |-  ( ph  ->  0 
 <_  A )   &    |-  ( ph  ->  A 
 <_  1 )   =>    |-  ( ph  ->  ( A ^ N )  <_  ( A ^ M ) )
 
Theoremlt2sqd 9636 The square function on nonnegative reals is strictly monotonic. (Contributed by Mario Carneiro, 28-May-2016.)
 |-  ( ph  ->  A  e.  RR )   &    |-  ( ph  ->  B  e.  RR )   &    |-  ( ph  ->  0  <_  A )   &    |-  ( ph  ->  0  <_  B )   =>    |-  ( ph  ->  ( A  <  B  <->  ( A ^
 2 )  <  ( B ^ 2 ) ) )
 
Theoremle2sqd 9637 The square function on nonnegative reals is monotonic. (Contributed by Mario Carneiro, 28-May-2016.)
 |-  ( ph  ->  A  e.  RR )   &    |-  ( ph  ->  B  e.  RR )   &    |-  ( ph  ->  0  <_  A )   &    |-  ( ph  ->  0  <_  B )   =>    |-  ( ph  ->  ( A  <_  B  <->  ( A ^
 2 )  <_  ( B ^ 2 ) ) )
 
Theoremsq11d 9638 The square function is one-to-one for nonnegative reals. (Contributed by Mario Carneiro, 28-May-2016.)
 |-  ( ph  ->  A  e.  RR )   &    |-  ( ph  ->  B  e.  RR )   &    |-  ( ph  ->  0  <_  A )   &    |-  ( ph  ->  0  <_  B )   &    |-  ( ph  ->  ( A ^ 2 )  =  ( B ^
 2 ) )   =>    |-  ( ph  ->  A  =  B )
 
Theoremsq11ap 9639 Analogue to sq11 9548 but for apartness. (Contributed by Jim Kingdon, 12-Aug-2021.)
 |-  ( ( ( A  e.  RR  /\  0  <_  A )  /\  ( B  e.  RR  /\  0  <_  B ) )  ->  ( ( A ^
 2 ) #  ( B ^ 2 )  <->  A #  B )
 )
 
Theoremsq10 9640 The square of 10 is 100. (Contributed by AV, 14-Jun-2021.) (Revised by AV, 1-Aug-2021.)
 |-  (; 1 0 ^ 2
 )  = ;; 1 0 0
 
Theoremsq10e99m1 9641 The square of 10 is 99 plus 1. (Contributed by AV, 14-Jun-2021.) (Revised by AV, 1-Aug-2021.)
 |-  (; 1 0 ^ 2
 )  =  (; 9 9  +  1 )
 
Theorem3dec 9642 A "decimal constructor" which is used to build up "decimal integers" or "numeric terms" in base 10 with 3 "digits". (Contributed by AV, 14-Jun-2021.) (Revised by AV, 1-Aug-2021.)
 |-  A  e.  NN0   &    |-  B  e.  NN0   =>    |- ;; A B C  =  ( ( ( (; 1
 0 ^ 2 )  x.  A )  +  (; 1 0  x.  B ) )  +  C )
 
Theoremexpcanlem 9643 Lemma for expcan 9644. Proving the order in one direction. (Contributed by Jim Kingdon, 29-Jan-2022.)
 |-  ( ph  ->  A  e.  RR )   &    |-  ( ph  ->  M  e.  ZZ )   &    |-  ( ph  ->  N  e.  ZZ )   &    |-  ( ph  ->  1  <  A )   =>    |-  ( ph  ->  (
 ( A ^ M )  <_  ( A ^ N )  ->  M  <_  N ) )
 
Theoremexpcan 9644 Cancellation law for exponentiation. (Contributed by NM, 2-Aug-2006.) (Revised by Mario Carneiro, 4-Jun-2014.)
 |-  ( ( ( A  e.  RR  /\  M  e.  ZZ  /\  N  e.  ZZ )  /\  1  <  A )  ->  (
 ( A ^ M )  =  ( A ^ N )  <->  M  =  N ) )
 
Theoremexpcand 9645 Ordering relationship for exponentiation. (Contributed by Mario Carneiro, 28-May-2016.)
 |-  ( ph  ->  A  e.  RR )   &    |-  ( ph  ->  M  e.  ZZ )   &    |-  ( ph  ->  N  e.  ZZ )   &    |-  ( ph  ->  1  <  A )   &    |-  ( ph  ->  ( A ^ M )  =  ( A ^ N ) )   =>    |-  ( ph  ->  M  =  N )
 
3.6.7  Ordered pair theorem for nonnegative integers
 
Theoremnn0le2msqd 9646 The square function on nonnegative integers is monotonic. (Contributed by Jim Kingdon, 31-Oct-2021.)
 |-  ( ph  ->  A  e.  NN0 )   &    |-  ( ph  ->  B  e.  NN0 )   =>    |-  ( ph  ->  ( A  <_  B  <->  ( A  x.  A )  <_  ( B  x.  B ) ) )
 
Theoremnn0opthlem1d 9647 A rather pretty lemma for nn0opth2 9651. (Contributed by Jim Kingdon, 31-Oct-2021.)
 |-  ( ph  ->  A  e.  NN0 )   &    |-  ( ph  ->  C  e.  NN0 )   =>    |-  ( ph  ->  ( A  <  C  <->  ( ( A  x.  A )  +  ( 2  x.  A ) )  <  ( C  x.  C ) ) )
 
Theoremnn0opthlem2d 9648 Lemma for nn0opth2 9651. (Contributed by Jim Kingdon, 31-Oct-2021.)
 |-  ( ph  ->  A  e.  NN0 )   &    |-  ( ph  ->  B  e.  NN0 )   &    |-  ( ph  ->  C  e.  NN0 )   &    |-  ( ph  ->  D  e.  NN0 )   =>    |-  ( ph  ->  (
 ( A  +  B )  <  C  ->  (
 ( C  x.  C )  +  D )  =/=  ( ( ( A  +  B )  x.  ( A  +  B ) )  +  B ) ) )
 
Theoremnn0opthd 9649 An ordered pair theorem for nonnegative integers. Theorem 17.3 of [Quine] p. 124. We can represent an ordered pair of nonnegative integers  A and  B by  (
( ( A  +  B )  x.  ( A  +  B )
)  +  B ). If two such ordered pairs are equal, their first elements are equal and their second elements are equal. Contrast this ordered pair representation with the standard one df-op 3407 that works for any set. (Contributed by Jim Kingdon, 31-Oct-2021.)
 |-  ( ph  ->  A  e.  NN0 )   &    |-  ( ph  ->  B  e.  NN0 )   &    |-  ( ph  ->  C  e.  NN0 )   &    |-  ( ph  ->  D  e.  NN0 )   =>    |-  ( ph  ->  (
 ( ( ( A  +  B )  x.  ( A  +  B ) )  +  B )  =  ( (
 ( C  +  D )  x.  ( C  +  D ) )  +  D )  <->  ( A  =  C  /\  B  =  D ) ) )
 
Theoremnn0opth2d 9650 An ordered pair theorem for nonnegative integers. Theorem 17.3 of [Quine] p. 124. See comments for nn0opthd 9649. (Contributed by Jim Kingdon, 31-Oct-2021.)
 |-  ( ph  ->  A  e.  NN0 )   &    |-  ( ph  ->  B  e.  NN0 )   &    |-  ( ph  ->  C  e.  NN0 )   &    |-  ( ph  ->  D  e.  NN0 )   =>    |-  ( ph  ->  (
 ( ( ( A  +  B ) ^
 2 )  +  B )  =  ( (
 ( C  +  D ) ^ 2 )  +  D )  <->  ( A  =  C  /\  B  =  D ) ) )
 
Theoremnn0opth2 9651 An ordered pair theorem for nonnegative integers. Theorem 17.3 of [Quine] p. 124. See nn0opthd 9649. (Contributed by NM, 22-Jul-2004.)
 |-  ( ( ( A  e.  NN0  /\  B  e.  NN0 )  /\  ( C  e.  NN0  /\  D  e.  NN0 ) )  ->  (
 ( ( ( A  +  B ) ^
 2 )  +  B )  =  ( (
 ( C  +  D ) ^ 2 )  +  D )  <->  ( A  =  C  /\  B  =  D ) ) )
 
3.6.8  Factorial function
 
Syntaxcfa 9652 Extend class notation to include the factorial of nonnegative integers.
 class  !
 
Definitiondf-fac 9653 Define the factorial function on nonnegative integers. For example,  ( ! `  5 )  =  1 2 0 because  1  x.  2  x.  3  x.  4  x.  5  =  1 2 0 (ex-fac 10565). In the literature, the factorial function is written as a postscript exclamation point. (Contributed by NM, 2-Dec-2004.)
 |-  !  =  ( { <. 0 ,  1 >. }  u.  seq 1 (  x.  ,  _I  ,  CC ) )
 
Theoremfacnn 9654 Value of the factorial function for positive integers. (Contributed by NM, 2-Dec-2004.) (Revised by Mario Carneiro, 13-Jul-2013.)
 |-  ( N  e.  NN  ->  ( ! `  N )  =  (  seq 1 (  x.  ,  _I  ,  CC ) `  N ) )
 
Theoremfac0 9655 The factorial of 0. (Contributed by NM, 2-Dec-2004.) (Revised by Mario Carneiro, 13-Jul-2013.)
 |-  ( ! `  0
 )  =  1
 
Theoremfac1 9656 The factorial of 1. (Contributed by NM, 2-Dec-2004.) (Revised by Mario Carneiro, 13-Jul-2013.)
 |-  ( ! `  1
 )  =  1
 
Theoremfacp1 9657 The factorial of a successor. (Contributed by NM, 2-Dec-2004.) (Revised by Mario Carneiro, 13-Jul-2013.)
 |-  ( N  e.  NN0  ->  ( ! `  ( N  +  1 ) )  =  ( ( ! `
  N )  x.  ( N  +  1 ) ) )
 
Theoremfac2 9658 The factorial of 2. (Contributed by NM, 17-Mar-2005.)
 |-  ( ! `  2
 )  =  2
 
Theoremfac3 9659 The factorial of 3. (Contributed by NM, 17-Mar-2005.)
 |-  ( ! `  3
 )  =  6
 
Theoremfac4 9660 The factorial of 4. (Contributed by Mario Carneiro, 18-Jun-2015.)
 |-  ( ! `  4
 )  = ; 2 4
 
Theoremfacnn2 9661 Value of the factorial function expressed recursively. (Contributed by NM, 2-Dec-2004.)
 |-  ( N  e.  NN  ->  ( ! `  N )  =  ( ( ! `  ( N  -  1 ) )  x.  N ) )
 
Theoremfaccl 9662 Closure of the factorial function. (Contributed by NM, 2-Dec-2004.)
 |-  ( N  e.  NN0  ->  ( ! `  N )  e.  NN )
 
Theoremfaccld 9663 Closure of the factorial function, deduction version of faccl 9662. (Contributed by Glauco Siliprandi, 5-Apr-2020.)
 |-  ( ph  ->  N  e.  NN0 )   =>    |-  ( ph  ->  ( ! `  N )  e. 
 NN )
 
Theoremfacne0 9664 The factorial function is nonzero. (Contributed by NM, 26-Apr-2005.)
 |-  ( N  e.  NN0  ->  ( ! `  N )  =/=  0 )
 
Theoremfacdiv 9665 A positive integer divides the factorial of an equal or larger number. (Contributed by NM, 2-May-2005.)
 |-  ( ( M  e.  NN0  /\  N  e.  NN  /\  N  <_  M )  ->  ( ( ! `  M )  /  N )  e.  NN )
 
Theoremfacndiv 9666 No positive integer (greater than one) divides the factorial plus one of an equal or larger number. (Contributed by NM, 3-May-2005.)
 |-  ( ( ( M  e.  NN0  /\  N  e.  NN )  /\  ( 1  <  N  /\  N  <_  M ) )  ->  -.  ( ( ( ! `
  M )  +  1 )  /  N )  e.  ZZ )
 
Theoremfacwordi 9667 Ordering property of factorial. (Contributed by NM, 9-Dec-2005.)
 |-  ( ( M  e.  NN0  /\  N  e.  NN0  /\  M  <_  N )  ->  ( ! `  M )  <_  ( ! `  N ) )
 
Theoremfaclbnd 9668 A lower bound for the factorial function. (Contributed by NM, 17-Dec-2005.)
 |-  ( ( M  e.  NN0  /\  N  e.  NN0 )  ->  ( M ^ ( N  +  1 )
 )  <_  ( ( M ^ M )  x.  ( ! `  N ) ) )
 
Theoremfaclbnd2 9669 A lower bound for the factorial function. (Contributed by NM, 17-Dec-2005.)
 |-  ( N  e.  NN0  ->  ( ( 2 ^ N )  /  2
 )  <_  ( ! `  N ) )
 
Theoremfaclbnd3 9670 A lower bound for the factorial function. (Contributed by NM, 19-Dec-2005.)
 |-  ( ( M  e.  NN0  /\  N  e.  NN0 )  ->  ( M ^ N )  <_  ( ( M ^ M )  x.  ( ! `  N ) ) )
 
Theoremfaclbnd6 9671 Geometric lower bound for the factorial function, where N is usually held constant. (Contributed by Paul Chapman, 28-Dec-2007.)
 |-  ( ( N  e.  NN0  /\  M  e.  NN0 )  ->  ( ( ! `  N )  x.  (
 ( N  +  1 ) ^ M ) )  <_  ( ! `  ( N  +  M ) ) )
 
Theoremfacubnd 9672 An upper bound for the factorial function. (Contributed by Mario Carneiro, 15-Apr-2016.)
 |-  ( N  e.  NN0  ->  ( ! `  N ) 
 <_  ( N ^ N ) )
 
Theoremfacavg 9673 The product of two factorials is greater than or equal to the factorial of (the floor of) their average. (Contributed by NM, 9-Dec-2005.)
 |-  ( ( M  e.  NN0  /\  N  e.  NN0 )  ->  ( ! `  ( |_ `  ( ( M  +  N )  / 
 2 ) ) ) 
 <_  ( ( ! `  M )  x.  ( ! `  N ) ) )
 
3.6.9  The binomial coefficient operation
 
Syntaxcbc 9674 Extend class notation to include the binomial coefficient operation (combinatorial choose operation).
 class  _C
 
Definitiondf-bc 9675* Define the binomial coefficient operation. For example,  ( 5  _C  3 )  =  1 0 (ex-bc 10566).

In the literature, this function is often written as a column vector of the two arguments, or with the arguments as subscripts before and after the letter "C".  ( N  _C  K
) is read " N choose  K." Definition of binomial coefficient in [Gleason] p. 295. As suggested by Gleason, we define it to be 0 when  0  <_  k  <_  n does not hold. (Contributed by NM, 10-Jul-2005.)

 |- 
 _C  =  ( n  e.  NN0 ,  k  e. 
 ZZ  |->  if ( k  e.  ( 0 ... n ) ,  ( ( ! `  n )  /  ( ( ! `  ( n  -  k
 ) )  x.  ( ! `  k ) ) ) ,  0 ) )
 
Theorembcval 9676 Value of the binomial coefficient, 
N choose  K. Definition of binomial coefficient in [Gleason] p. 295. As suggested by Gleason, we define it to be 0 when  0  <_  K  <_  N does not hold. See bcval2 9677 for the value in the standard domain. (Contributed by NM, 10-Jul-2005.) (Revised by Mario Carneiro, 7-Nov-2013.)
 |-  ( ( N  e.  NN0  /\  K  e.  ZZ )  ->  ( N  _C  K )  =  if ( K  e.  ( 0 ... N ) ,  (
 ( ! `  N )  /  ( ( ! `
  ( N  -  K ) )  x.  ( ! `  K ) ) ) ,  0 ) )
 
Theorembcval2 9677 Value of the binomial coefficient, 
N choose  K, in its standard domain. (Contributed by NM, 9-Jun-2005.) (Revised by Mario Carneiro, 7-Nov-2013.)
 |-  ( K  e.  (
 0 ... N )  ->  ( N  _C  K )  =  ( ( ! `
  N )  /  ( ( ! `  ( N  -  K ) )  x.  ( ! `  K ) ) ) )
 
Theorembcval3 9678 Value of the binomial coefficient, 
N choose  K, outside of its standard domain. Remark in [Gleason] p. 295. (Contributed by NM, 14-Jul-2005.) (Revised by Mario Carneiro, 8-Nov-2013.)
 |-  ( ( N  e.  NN0  /\  K  e.  ZZ  /\  -.  K  e.  ( 0
 ... N ) ) 
 ->  ( N  _C  K )  =  0 )
 
Theorembcval4 9679 Value of the binomial coefficient, 
N choose  K, outside of its standard domain. Remark in [Gleason] p. 295. (Contributed by NM, 14-Jul-2005.) (Revised by Mario Carneiro, 7-Nov-2013.)
 |-  ( ( N  e.  NN0  /\  K  e.  ZZ  /\  ( K  <  0  \/  N  <  K ) )  ->  ( N  _C  K )  =  0 )
 
Theorembcrpcl 9680 Closure of the binomial coefficient in the positive reals. (This is mostly a lemma before we have bccl2 9695.) (Contributed by Mario Carneiro, 10-Mar-2014.)
 |-  ( K  e.  (
 0 ... N )  ->  ( N  _C  K )  e.  RR+ )
 
Theorembccmpl 9681 "Complementing" its second argument doesn't change a binary coefficient. (Contributed by NM, 21-Jun-2005.) (Revised by Mario Carneiro, 5-Mar-2014.)
 |-  ( ( N  e.  NN0  /\  K  e.  ZZ )  ->  ( N  _C  K )  =  ( N  _C  ( N  -  K ) ) )
 
Theorembcn0 9682  N choose 0 is 1. Remark in [Gleason] p. 296. (Contributed by NM, 17-Jun-2005.) (Revised by Mario Carneiro, 8-Nov-2013.)
 |-  ( N  e.  NN0  ->  ( N  _C  0
 )  =  1 )
 
Theorembc0k 9683 The binomial coefficient " 0 choose  K " is 0 for a positive integer K. Note that  ( 0  _C  0 )  =  1 (see bcn0 9682). (Contributed by Alexander van der Vekens, 1-Jan-2018.)
 |-  ( K  e.  NN  ->  ( 0  _C  K )  =  0 )
 
Theorembcnn 9684  N choose  N is 1. Remark in [Gleason] p. 296. (Contributed by NM, 17-Jun-2005.) (Revised by Mario Carneiro, 8-Nov-2013.)
 |-  ( N  e.  NN0  ->  ( N  _C  N )  =  1 )
 
Theorembcn1 9685 Binomial coefficient:  N choose  1. (Contributed by NM, 21-Jun-2005.) (Revised by Mario Carneiro, 8-Nov-2013.)
 |-  ( N  e.  NN0  ->  ( N  _C  1
 )  =  N )
 
Theorembcnp1n 9686 Binomial coefficient:  N  +  1 choose  N. (Contributed by NM, 20-Jun-2005.) (Revised by Mario Carneiro, 8-Nov-2013.)
 |-  ( N  e.  NN0  ->  ( ( N  +  1 )  _C  N )  =  ( N  +  1 ) )
 
Theorembcm1k 9687 The proportion of one binomial coefficient to another with  K decreased by 1. (Contributed by Mario Carneiro, 10-Mar-2014.)
 |-  ( K  e.  (
 1 ... N )  ->  ( N  _C  K )  =  ( ( N  _C  ( K  -  1 ) )  x.  ( ( N  -  ( K  -  1
 ) )  /  K ) ) )
 
Theorembcp1n 9688 The proportion of one binomial coefficient to another with  N increased by 1. (Contributed by Mario Carneiro, 10-Mar-2014.)
 |-  ( K  e.  (
 0 ... N )  ->  ( ( N  +  1 )  _C  K )  =  ( ( N  _C  K )  x.  ( ( N  +  1 )  /  (
 ( N  +  1 )  -  K ) ) ) )
 
Theorembcp1nk 9689 The proportion of one binomial coefficient to another with  N and  K increased by 1. (Contributed by Mario Carneiro, 16-Jan-2015.)
 |-  ( K  e.  (
 0 ... N )  ->  ( ( N  +  1 )  _C  ( K  +  1 )
 )  =  ( ( N  _C  K )  x.  ( ( N  +  1 )  /  ( K  +  1
 ) ) ) )
 
Theoremibcval5 9690 Write out the top and bottom parts of the binomial coefficient  ( N  _C  K )  =  ( N  x.  ( N  -  1 )  x. 
...  x.  ( ( N  -  K )  +  1 ) )  /  K ! explicitly. In this form, it is valid even for  N  <  K, although it is no longer valid for nonpositive  K. (Contributed by Jim Kingdon, 6-Nov-2021.)
 |-  ( ( N  e.  NN0  /\  K  e.  NN )  ->  ( N  _C  K )  =  ( (  seq ( ( N  -  K )  +  1
 ) (  x.  ,  _I  ,  CC ) `  N )  /  ( ! `  K ) ) )
 
Theorembcn2 9691 Binomial coefficient:  N choose  2. (Contributed by Mario Carneiro, 22-May-2014.)
 |-  ( N  e.  NN0  ->  ( N  _C  2
 )  =  ( ( N  x.  ( N  -  1 ) ) 
 /  2 ) )
 
Theorembcp1m1 9692 Compute the binomial coefficient of 
( N  +  1 ) over  ( N  - 
1 ) (Contributed by Scott Fenton, 11-May-2014.) (Revised by Mario Carneiro, 22-May-2014.)
 |-  ( N  e.  NN0  ->  ( ( N  +  1 )  _C  ( N  -  1 ) )  =  ( ( ( N  +  1 )  x.  N )  / 
 2 ) )
 
Theorembcpasc 9693 Pascal's rule for the binomial coefficient, generalized to all integers  K. Equation 2 of [Gleason] p. 295. (Contributed by NM, 13-Jul-2005.) (Revised by Mario Carneiro, 10-Mar-2014.)
 |-  ( ( N  e.  NN0  /\  K  e.  ZZ )  ->  ( ( N  _C  K )  +  ( N  _C  ( K  -  1 ) ) )  =  ( ( N  +  1 )  _C  K ) )
 
Theorembccl 9694 A binomial coefficient, in its extended domain, is a nonnegative integer. (Contributed by NM, 10-Jul-2005.) (Revised by Mario Carneiro, 9-Nov-2013.)
 |-  ( ( N  e.  NN0  /\  K  e.  ZZ )  ->  ( N  _C  K )  e.  NN0 )
 
Theorembccl2 9695 A binomial coefficient, in its standard domain, is a positive integer. (Contributed by NM, 3-Jan-2006.) (Revised by Mario Carneiro, 10-Mar-2014.)
 |-  ( K  e.  (
 0 ... N )  ->  ( N  _C  K )  e.  NN )
 
Theorembcn2m1 9696 Compute the binomial coefficient " N choose 2 " from " ( N  -  1 ) choose 2 ": (N-1) + ( (N-1) 2 ) = ( N 2 ). (Contributed by Alexander van der Vekens, 7-Jan-2018.)
 |-  ( N  e.  NN  ->  ( ( N  -  1 )  +  (
 ( N  -  1
 )  _C  2 )
 )  =  ( N  _C  2 ) )
 
Theorembcn2p1 9697 Compute the binomial coefficient " ( N  +  1
) choose 2 " from " N choose 2 ": N + ( N 2 ) = ( (N+1) 2 ). (Contributed by Alexander van der Vekens, 8-Jan-2018.)
 |-  ( N  e.  NN0  ->  ( N  +  ( N  _C  2 ) )  =  ( ( N  +  1 )  _C  2 ) )
 
Theorempermnn 9698 The number of permutations of  N  -  R objects from a collection of  N objects is a positive integer. (Contributed by Jason Orendorff, 24-Jan-2007.)
 |-  ( R  e.  (
 0 ... N )  ->  ( ( ! `  N )  /  ( ! `  R ) )  e.  NN )
 
Theorembcnm1 9699 The binomial coefficent of  ( N  -  1 ) is  N. (Contributed by Scott Fenton, 16-May-2014.)
 |-  ( N  e.  NN0  ->  ( N  _C  ( N  -  1 ) )  =  N )
 
Theorem4bc3eq4 9700 The value of four choose three. (Contributed by Scott Fenton, 11-Jun-2016.)
 |-  ( 4  _C  3
 )  =  4
    < 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-10795
  Copyright terms: Public domain < Previous  Next >