Home | Intuitionistic Logic Explorer Theorem List (p. 136 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 |
Type | Label | Description |
---|---|---|
Statement | ||
Define "log using an arbitrary base" function and then prove some of its properties. As with df-relog 13419 this is for real logarithms rather than complex logarithms. Metamath doesn't care what letters are used to represent classes. Usually classes begin with the letter "A", but here we use "B" and "X" to more clearly distinguish between "base" and "other parameter of log". There are different ways this could be defined in Metamath. The approach used here is intentionally similar to existing 2-parameter Metamath functions (operations): logb where is the base and is the argument of the logarithm function. An alternative would be to support the notational form logb ; that looks a little more like traditional notation. | ||
Syntax | clogb 13501 | Extend class notation to include the logarithm generalized to an arbitrary base. |
logb | ||
Definition | df-logb 13502* | Define the logb operator. This is the logarithm generalized to an arbitrary base. It can be used as logb for "log base B of X". In the most common traditional notation, base B is a subscript of "log". The definition will only be useful where is a positive real apart from one and where is a positive real, so the choice of and is somewhat arbitrary (we adopt the definition used in set.mm). (Contributed by David A. Wheeler, 21-Jan-2017.) |
logb | ||
Theorem | rplogbval 13503 | Define the value of the logb function, the logarithm generalized to an arbitrary base, when used as infix. Most Metamath statements select variables in order of their use, but to make the order clearer we use "B" for base and "X" for the argument of the logarithm function here. (Contributed by David A. Wheeler, 21-Jan-2017.) (Revised by Jim Kingdon, 3-Jul-2024.) |
# logb | ||
Theorem | rplogbcl 13504 | General logarithm closure. (Contributed by David A. Wheeler, 17-Jul-2017.) |
# logb | ||
Theorem | rplogbid1 13505 | General logarithm is 1 when base and arg match. Property 1(a) of [Cohen4] p. 361. (Contributed by Stefan O'Rear, 19-Sep-2014.) (Revised by David A. Wheeler, 22-Jul-2017.) |
# logb | ||
Theorem | rplogb1 13506 | The logarithm of to an arbitrary base is 0. Property 1(b) of [Cohen4] p. 361. See log1 13427. (Contributed by Stefan O'Rear, 19-Sep-2014.) (Revised by Thierry Arnoux, 27-Sep-2017.) |
# logb | ||
Theorem | rpelogb 13507 | The general logarithm of a number to the base being Euler's constant is the natural logarithm of the number. Put another way, using as the base in logb is the same as . Definition in [Cohen4] p. 352. (Contributed by David A. Wheeler, 17-Oct-2017.) (Revised by David A. Wheeler and AV, 16-Jun-2020.) |
logb | ||
Theorem | rplogbchbase 13508 | Change of base for logarithms. Property in [Cohen4] p. 367. (Contributed by AV, 11-Jun-2020.) |
# # logb logb logb | ||
Theorem | relogbval 13509 | Value of the general logarithm with integer base. (Contributed by Thierry Arnoux, 27-Sep-2017.) |
logb | ||
Theorem | relogbzcl 13510 | Closure of the general logarithm with integer base on positive reals. (Contributed by Thierry Arnoux, 27-Sep-2017.) (Proof shortened by AV, 9-Jun-2020.) |
logb | ||
Theorem | rplogbreexp 13511 | Power law for the general logarithm for real powers: The logarithm of a positive real number to the power of a real number is equal to the product of the exponent and the logarithm of the base of the power. Property 4 of [Cohen4] p. 361. (Contributed by AV, 9-Jun-2020.) |
# logb logb | ||
Theorem | rplogbzexp 13512 | Power law for the general logarithm for integer powers: The logarithm of a positive real number to the power of an integer is equal to the product of the exponent and the logarithm of the base of the power. (Contributed by Stefan O'Rear, 19-Sep-2014.) (Revised by AV, 9-Jun-2020.) |
# logb logb | ||
Theorem | rprelogbmul 13513 | The logarithm of the product of two positive real numbers is the sum of logarithms. Property 2 of [Cohen4] p. 361. (Contributed by Stefan O'Rear, 19-Sep-2014.) (Revised by AV, 29-May-2020.) |
# logb logb logb | ||
Theorem | rprelogbmulexp 13514 | The logarithm of the product of a positive real and a positive real number to the power of a real number is the sum of the logarithm of the first real number and the scaled logarithm of the second real number. (Contributed by AV, 29-May-2020.) |
# logb logb logb | ||
Theorem | rprelogbdiv 13515 | The logarithm of the quotient of two positive real numbers is the difference of logarithms. Property 3 of [Cohen4] p. 361. (Contributed by AV, 29-May-2020.) |
# logb logb logb | ||
Theorem | relogbexpap 13516 | Identity law for general logarithm: the logarithm of a power to the base is the exponent. Property 6 of [Cohen4] p. 361. (Contributed by Stefan O'Rear, 19-Sep-2014.) (Revised by AV, 9-Jun-2020.) |
# logb | ||
Theorem | nnlogbexp 13517 | Identity law for general logarithm with integer base. (Contributed by Stefan O'Rear, 19-Sep-2014.) (Revised by Thierry Arnoux, 27-Sep-2017.) |
logb | ||
Theorem | logbrec 13518 | Logarithm of a reciprocal changes sign. Particular case of Property 3 of [Cohen4] p. 361. (Contributed by Thierry Arnoux, 27-Sep-2017.) |
logb logb | ||
Theorem | logbleb 13519 | The general logarithm function is monotone/increasing. See logleb 13436. (Contributed by Stefan O'Rear, 19-Oct-2014.) (Revised by AV, 31-May-2020.) |
logb logb | ||
Theorem | logblt 13520 | The general logarithm function is strictly monotone/increasing. Property 2 of [Cohen4] p. 377. See logltb 13435. (Contributed by Stefan O'Rear, 19-Oct-2014.) (Revised by Thierry Arnoux, 27-Sep-2017.) |
logb logb | ||
Theorem | rplogbcxp 13521 | Identity law for the general logarithm for real numbers. (Contributed by AV, 22-May-2020.) |
# logb | ||
Theorem | rpcxplogb 13522 | Identity law for the general logarithm. (Contributed by AV, 22-May-2020.) |
# logb | ||
Theorem | relogbcxpbap 13523 | The logarithm is the inverse of the exponentiation. Observation in [Cohen4] p. 348. (Contributed by AV, 11-Jun-2020.) |
# logb | ||
Theorem | logbgt0b 13524 | The logarithm of a positive real number to a real base greater than 1 is positive iff the number is greater than 1. (Contributed by AV, 29-Dec-2022.) |
logb | ||
Theorem | logbgcd1irr 13525 | The logarithm of an integer greater than 1 to an integer base greater than 1 is not rational if the argument and the base are relatively prime. For example, logb . (Contributed by AV, 29-Dec-2022.) |
logb | ||
Theorem | logbgcd1irraplemexp 13526 | Lemma for logbgcd1irrap 13528. Apartness of and . (Contributed by Jim Kingdon, 11-Jul-2024.) |
# | ||
Theorem | logbgcd1irraplemap 13527 | Lemma for logbgcd1irrap 13528. The result, with the rational number expressed as numerator and denominator. (Contributed by Jim Kingdon, 9-Jul-2024.) |
logb # | ||
Theorem | logbgcd1irrap 13528 | The logarithm of an integer greater than 1 to an integer base greater than 1 is irrational (in the sense of being apart from any rational number) if the argument and the base are relatively prime. For example, logb # where is rational. (Contributed by AV, 29-Dec-2022.) |
logb # | ||
Theorem | 2logb9irr 13529 | Example for logbgcd1irr 13525. The logarithm of nine to base two is not rational. Also see 2logb9irrap 13535 which says that it is irrational (in the sense of being apart from any rational number). (Contributed by AV, 29-Dec-2022.) |
logb | ||
Theorem | logbprmirr 13530 | The logarithm of a prime to a different prime base is not rational. For example, logb (see 2logb3irr 13531). (Contributed by AV, 31-Dec-2022.) |
logb | ||
Theorem | 2logb3irr 13531 | Example for logbprmirr 13530. The logarithm of three to base two is not rational. (Contributed by AV, 31-Dec-2022.) |
logb | ||
Theorem | 2logb9irrALT 13532 | Alternate proof of 2logb9irr 13529: The logarithm of nine to base two is not rational. (Contributed by AV, 31-Dec-2022.) (Proof modification is discouraged.) (New usage is discouraged.) |
logb | ||
Theorem | sqrt2cxp2logb9e3 13533 | The square root of two to the power of the logarithm of nine to base two is three. and logb are not rational (see sqrt2irr0 12096 resp. 2logb9irr 13529), satisfying the statement in 2irrexpq 13534. (Contributed by AV, 29-Dec-2022.) |
logb | ||
Theorem | 2irrexpq 13534* |
There exist real numbers and which
are not rational such
that is
rational. Statement in the Metamath book, section
1.1.5, footnote 27 on page 17, and the "constructive proof"
for theorem
1.2 of [Bauer], p. 483. This is a
constructive proof because it is
based on two explicitly named non-rational numbers and
logb , see sqrt2irr0 12096, 2logb9irr 13529 and
sqrt2cxp2logb9e3 13533. Therefore, this proof is acceptable/usable
in
intuitionistic logic.
For a theorem which is the same but proves that and are irrational (in the sense of being apart from any rational number), see 2irrexpqap 13536. (Contributed by AV, 23-Dec-2022.) |
Theorem | 2logb9irrap 13535 | Example for logbgcd1irrap 13528. The logarithm of nine to base two is irrational (in the sense of being apart from any rational number). (Contributed by Jim Kingdon, 12-Jul-2024.) |
logb # | ||
Theorem | 2irrexpqap 13536* | There exist real numbers and which are irrational (in the sense of being apart from any rational number) such that is rational. Statement in the Metamath book, section 1.1.5, footnote 27 on page 17, and the "constructive proof" for theorem 1.2 of [Bauer], p. 483. This is a constructive proof because it is based on two explicitly named irrational numbers and logb , see sqrt2irrap 12112, 2logb9irrap 13535 and sqrt2cxp2logb9e3 13533. Therefore, this proof is acceptable/usable in intuitionistic logic. (Contributed by Jim Kingdon, 12-Jul-2024.) |
# # | ||
Theorem | binom4 13537 | Work out a quartic binomial. (You would think that by this point it would be faster to use binom 11425, but it turns out to be just as much work to put it into this form after clearing all the sums and calculating binomial coefficients.) (Contributed by Mario Carneiro, 6-May-2015.) |
If the congruence has a solution we say that is a quadratic residue . If the congruence has no solution we say that is a quadratic nonresidue , see definition in [ApostolNT] p. 178. The Legendre symbol is defined in a way that its value is if is a quadratic residue and if is a quadratic nonresidue (and if divides ). Originally, the Legendre symbol was defined for odd primes only (and arbitrary integers ) by Adrien-Marie Legendre in 1798, see definition in [ApostolNT] p. 179. It was generalized to be defined for any positive odd integer by Carl Gustav Jacob Jacobi in 1837 (therefore called "Jacobi symbol" since then), see definition in [ApostolNT] p. 188. Finally, it was generalized to be defined for any integer by Leopold Kronecker in 1885 (therefore called "Kronecker symbol" since then). The definition df-lgs 13539 for the "Legendre symbol" is actually the definition of the "Kronecker symbol". Since only one definition (and one class symbol) are provided in set.mm, the names "Legendre symbol", "Jacobi symbol" and "Kronecker symbol" are used synonymously for , but mostly it is called "Legendre symbol", even if it is used in the context of a "Jacobi symbol" or "Kronecker symbol". | ||
Syntax | clgs 13538 | Extend class notation with the Legendre symbol function. |
Definition | df-lgs 13539* | Define the Legendre symbol (actually the Kronecker symbol, which extends the Legendre symbol to all integers, and also the Jacobi symbol, which restricts the Kronecker symbol to positive odd integers). See definition in [ApostolNT] p. 179 resp. definition in [ApostolNT] p. 188. (Contributed by Mario Carneiro, 4-Feb-2015.) |
Theorem | zabsle1 13540 | is the set of all integers with absolute value at most . (Contributed by AV, 13-Jul-2021.) |
Theorem | lgslem1 13541 | When is coprime to the prime , is equivalent to or , and so adding makes it equivalent to or . (Contributed by Mario Carneiro, 4-Feb-2015.) |
Theorem | lgslem2 13542 | The set of all integers with absolute value at most contains . (Contributed by Mario Carneiro, 4-Feb-2015.) |
Theorem | lgslem3 13543* | The set of all integers with absolute value at most is closed under multiplication. (Contributed by Mario Carneiro, 4-Feb-2015.) |
Theorem | lgslem4 13544* | Lemma for lgsfcl2 13547. (Contributed by Mario Carneiro, 4-Feb-2015.) (Proof shortened by AV, 19-Mar-2022.) |
Theorem | lgsval 13545* | Value of the Legendre symbol at an arbitrary integer. (Contributed by Mario Carneiro, 4-Feb-2015.) |
Theorem | lgsfvalg 13546* | Value of the function which defines the Legendre symbol at the primes. (Contributed by Mario Carneiro, 4-Feb-2015.) (Revised by Jim Kingdon, 4-Nov-2024.) |
Theorem | lgsfcl2 13547* | The function is closed in integers with absolute value less than (namely , see zabsle1 13540). (Contributed by Mario Carneiro, 4-Feb-2015.) |
Theorem | lgscllem 13548* | The Legendre symbol is an element of . (Contributed by Mario Carneiro, 4-Feb-2015.) |
Theorem | lgsfcl 13549* | Closure of the function which defines the Legendre symbol at the primes. (Contributed by Mario Carneiro, 4-Feb-2015.) |
Theorem | lgsfle1 13550* | The function has magnitude less or equal to . (Contributed by Mario Carneiro, 4-Feb-2015.) |
Theorem | lgsval2lem 13551* | Lemma for lgsval2 13557. (Contributed by Mario Carneiro, 4-Feb-2015.) |
Theorem | lgsval4lem 13552* | Lemma for lgsval4 13561. (Contributed by Mario Carneiro, 4-Feb-2015.) |
Theorem | lgscl2 13553* | The Legendre symbol is an integer with absolute value less than or equal to 1. (Contributed by Mario Carneiro, 4-Feb-2015.) |
Theorem | lgs0 13554 | The Legendre symbol when the second argument is zero. (Contributed by Mario Carneiro, 4-Feb-2015.) |
Theorem | lgscl 13555 | The Legendre symbol is an integer. (Contributed by Mario Carneiro, 4-Feb-2015.) |
Theorem | lgsle1 13556 | The Legendre symbol has absolute value less than or equal to 1. Together with lgscl 13555 this implies that it takes values in . (Contributed by Mario Carneiro, 4-Feb-2015.) |
Theorem | lgsval2 13557 | The Legendre symbol at a prime (this is the traditional domain of the Legendre symbol, except for the addition of prime ). (Contributed by Mario Carneiro, 4-Feb-2015.) |
Theorem | lgs2 13558 | The Legendre symbol at . (Contributed by Mario Carneiro, 4-Feb-2015.) |
Theorem | lgsval3 13559 | The Legendre symbol at an odd prime (this is the traditional domain of the Legendre symbol). (Contributed by Mario Carneiro, 4-Feb-2015.) |
Theorem | lgsvalmod 13560 | The Legendre symbol is equivalent to , . This theorem is also called "Euler's criterion", see theorem 9.2 in [ApostolNT] p. 180, or a representation of Euler's criterion using the Legendre symbol, (Contributed by Mario Carneiro, 4-Feb-2015.) |
Theorem | lgsval4 13561* | Restate lgsval 13545 for nonzero , where the function has been abbreviated into a self-referential expression taking the value of on the primes as given. (Contributed by Mario Carneiro, 4-Feb-2015.) |
Theorem | lgsfcl3 13562* | Closure of the function which defines the Legendre symbol at the primes. (Contributed by Mario Carneiro, 4-Feb-2015.) |
Theorem | lgsval4a 13563* | Same as lgsval4 13561 for positive . (Contributed by Mario Carneiro, 4-Feb-2015.) |
Theorem | lgscl1 13564 | The value of the Legendre symbol is either -1 or 0 or 1. (Contributed by AV, 13-Jul-2021.) |
Theorem | lgsneg 13565 | The Legendre symbol is either even or odd under negation with respect to the second parameter according to the sign of the first. (Contributed by Mario Carneiro, 4-Feb-2015.) |
Theorem | lgsneg1 13566 | The Legendre symbol for nonnegative first parameter is unchanged by negation of the second. (Contributed by Mario Carneiro, 4-Feb-2015.) |
Theorem | lgsmod 13567 | The Legendre (Jacobi) symbol is preserved under reduction when is odd. (Contributed by Mario Carneiro, 4-Feb-2015.) |
Theorem | lgsdilem 13568 | Lemma for lgsdi 13578 and lgsdir 13576: the sign part of the Legendre symbol is multiplicative. (Contributed by Mario Carneiro, 4-Feb-2015.) |
Theorem | lgsdir2lem1 13569 | Lemma for lgsdir2 13574. (Contributed by Mario Carneiro, 4-Feb-2015.) |
Theorem | lgsdir2lem2 13570 | Lemma for lgsdir2 13574. (Contributed by Mario Carneiro, 4-Feb-2015.) |
Theorem | lgsdir2lem3 13571 | Lemma for lgsdir2 13574. (Contributed by Mario Carneiro, 4-Feb-2015.) |
Theorem | lgsdir2lem4 13572 | Lemma for lgsdir2 13574. (Contributed by Mario Carneiro, 4-Feb-2015.) |
Theorem | lgsdir2lem5 13573 | Lemma for lgsdir2 13574. (Contributed by Mario Carneiro, 4-Feb-2015.) |
Theorem | lgsdir2 13574 | The Legendre symbol is completely multiplicative at . (Contributed by Mario Carneiro, 4-Feb-2015.) |
Theorem | lgsdirprm 13575 | The Legendre symbol is completely multiplicative at the primes. See theorem 9.3 in [ApostolNT] p. 180. (Contributed by Mario Carneiro, 4-Feb-2015.) (Proof shortened by AV, 18-Mar-2022.) |
Theorem | lgsdir 13576 | The Legendre symbol is completely multiplicative in its left argument. Generalization of theorem 9.9(a) in [ApostolNT] p. 188 (which assumes that and are odd positive integers). (Contributed by Mario Carneiro, 4-Feb-2015.) |
Theorem | lgsdilem2 13577* | Lemma for lgsdi 13578. (Contributed by Mario Carneiro, 4-Feb-2015.) |
Theorem | lgsdi 13578 | The Legendre symbol is completely multiplicative in its right argument. Generalization of theorem 9.9(b) in [ApostolNT] p. 188 (which assumes that and are odd positive integers). (Contributed by Mario Carneiro, 5-Feb-2015.) |
Theorem | lgsne0 13579 | The Legendre symbol is nonzero (and hence equal to or ) precisely when the arguments are coprime. (Contributed by Mario Carneiro, 5-Feb-2015.) |
Theorem | lgsabs1 13580 | The Legendre symbol is nonzero (and hence equal to or ) precisely when the arguments are coprime. (Contributed by Mario Carneiro, 5-Feb-2015.) |
Theorem | lgssq 13581 | The Legendre symbol at a square is equal to . Together with lgsmod 13567 this implies that the Legendre symbol takes value at every quadratic residue. (Contributed by Mario Carneiro, 5-Feb-2015.) (Revised by AV, 20-Jul-2021.) |
Theorem | lgssq2 13582 | The Legendre symbol at a square is equal to . (Contributed by Mario Carneiro, 5-Feb-2015.) |
Theorem | lgsprme0 13583 | The Legendre symbol at any prime (even at 2) is iff the prime does not divide the first argument. See definition in [ApostolNT] p. 179. (Contributed by AV, 20-Jul-2021.) |
Theorem | 1lgs 13584 | The Legendre symbol at . See example 1 in [ApostolNT] p. 180. (Contributed by Mario Carneiro, 28-Apr-2016.) |
Theorem | lgs1 13585 | The Legendre symbol at . See definition in [ApostolNT] p. 188. (Contributed by Mario Carneiro, 28-Apr-2016.) |
Theorem | lgsmodeq 13586 | The Legendre (Jacobi) symbol is preserved under reduction when is odd. Theorem 9.9(c) in [ApostolNT] p. 188. (Contributed by AV, 20-Jul-2021.) |
Theorem | lgsmulsqcoprm 13587 | The Legendre (Jacobi) symbol is preserved under multiplication with a square of an integer coprime to the second argument. Theorem 9.9(d) in [ApostolNT] p. 188. (Contributed by AV, 20-Jul-2021.) |
Theorem | lgsdirnn0 13588 | Variation on lgsdir 13576 valid for all but only for positive . (The exact location of the failure of this law is for , , in which case but .) (Contributed by Mario Carneiro, 28-Apr-2016.) |
Theorem | lgsdinn0 13589 | Variation on lgsdi 13578 valid for all but only for positive . (The exact location of the failure of this law is for , , and some in which case but when is not a quadratic residue mod .) (Contributed by Mario Carneiro, 28-Apr-2016.) |
Theorem | 2sqlem1 13590* | Lemma for 2sq . (Contributed by Mario Carneiro, 19-Jun-2015.) |
Theorem | 2sqlem2 13591* | Lemma for 2sq . (Contributed by Mario Carneiro, 19-Jun-2015.) |
Theorem | mul2sq 13592 | Fibonacci's identity (actually due to Diophantus). The product of two sums of two squares is also a sum of two squares. We can take advantage of Gaussian integers here to trivialize the proof. (Contributed by Mario Carneiro, 19-Jun-2015.) |
Theorem | 2sqlem3 13593 | Lemma for 2sqlem5 13595. (Contributed by Mario Carneiro, 20-Jun-2015.) |
Theorem | 2sqlem4 13594 | Lemma for 2sqlem5 13595. (Contributed by Mario Carneiro, 20-Jun-2015.) |
Theorem | 2sqlem5 13595 | Lemma for 2sq . If a number that is a sum of two squares is divisible by a prime that is a sum of two squares, then the quotient is a sum of two squares. (Contributed by Mario Carneiro, 20-Jun-2015.) |
Theorem | 2sqlem6 13596* | Lemma for 2sq . If a number that is a sum of two squares is divisible by a number whose prime divisors are all sums of two squares, then the quotient is a sum of two squares. (Contributed by Mario Carneiro, 20-Jun-2015.) |
Theorem | 2sqlem7 13597* | Lemma for 2sq . (Contributed by Mario Carneiro, 19-Jun-2015.) |
Theorem | 2sqlem8a 13598* | Lemma for 2sqlem8 13599. (Contributed by Mario Carneiro, 4-Jun-2016.) |
Theorem | 2sqlem8 13599* | Lemma for 2sq . (Contributed by Mario Carneiro, 20-Jun-2015.) |
Theorem | 2sqlem9 13600* | Lemma for 2sq . (Contributed by Mario Carneiro, 19-Jun-2015.) |
< Previous Next > |
Copyright terms: Public domain | < Previous Next > |