MPE Home Metamath Proof Explorer < Previous   Next >
Nearby theorems
Mirrors  >  Home  >  MPE Home  >  Th. List  >  df-logb Structured version   Visualization version   Unicode version

Definition df-logb 24503
Description: Define the logb operator. This is the logarithm generalized to an arbitrary base. It can be used as  ( B logb  X ) for "log base B of X". In the most common traditional notation, base B is a subscript of "log". The definition is according to Wikipedia "Complex logarithm": https://en.wikipedia.org/wiki/Complex_logarithm#Logarithms_to_other_bases (10-Jun-2020). (Contributed by David A. Wheeler, 21-Jan-2017.)
Assertion
Ref Expression
df-logb  |- logb  =  (
x  e.  ( CC 
\  { 0 ,  1 } ) ,  y  e.  ( CC 
\  { 0 } )  |->  ( ( log `  y )  /  ( log `  x ) ) )
Distinct variable group:    x, y

Detailed syntax breakdown of Definition df-logb
StepHypRef Expression
1 clogb 24502 . 2  class logb
2 vx . . 3  setvar  x
3 vy . . 3  setvar  y
4 cc 9934 . . . 4  class  CC
5 cc0 9936 . . . . 5  class  0
6 c1 9937 . . . . 5  class  1
75, 6cpr 4179 . . . 4  class  { 0 ,  1 }
84, 7cdif 3571 . . 3  class  ( CC 
\  { 0 ,  1 } )
95csn 4177 . . . 4  class  { 0 }
104, 9cdif 3571 . . 3  class  ( CC 
\  { 0 } )
113cv 1482 . . . . 5  class  y
12 clog 24301 . . . . 5  class  log
1311, 12cfv 5888 . . . 4  class  ( log `  y )
142cv 1482 . . . . 5  class  x
1514, 12cfv 5888 . . . 4  class  ( log `  x )
16 cdiv 10684 . . . 4  class  /
1713, 15, 16co 6650 . . 3  class  ( ( log `  y )  /  ( log `  x
) )
182, 3, 8, 10, 17cmpt2 6652 . 2  class  ( x  e.  ( CC  \  { 0 ,  1 } ) ,  y  e.  ( CC  \  { 0 } ) 
|->  ( ( log `  y
)  /  ( log `  x ) ) )
191, 18wceq 1483 1  wff logb  =  (
x  e.  ( CC 
\  { 0 ,  1 } ) ,  y  e.  ( CC 
\  { 0 } )  |->  ( ( log `  y )  /  ( log `  x ) ) )
Colors of variables: wff setvar class
This definition is referenced by:  logbval  24504  logbmpt  24526  logbfval  24528
  Copyright terms: Public domain W3C validator