ILE Home Intuitionistic Logic Explorer < Previous   Next >
Nearby theorems
Mirrors  >  Home  >  ILE Home  >  Th. List  >  rplogbval Unicode version

Theorem rplogbval 14840
Description: 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.)
Assertion
Ref Expression
rplogbval  |-  ( ( B  e.  RR+  /\  B #  1  /\  X  e.  RR+ )  ->  ( B logb  X )  =  ( ( log `  X )  /  ( log `  B ) ) )

Proof of Theorem rplogbval
Dummy variables  x  y are mutually distinct and distinct from all other variables.
StepHypRef Expression
1 rpcn 9694 . . . 4  |-  ( B  e.  RR+  ->  B  e.  CC )
213ad2ant1 1020 . . 3  |-  ( ( B  e.  RR+  /\  B #  1  /\  X  e.  RR+ )  ->  B  e.  CC )
3 rpne0 9701 . . . 4  |-  ( B  e.  RR+  ->  B  =/=  0 )
433ad2ant1 1020 . . 3  |-  ( ( B  e.  RR+  /\  B #  1  /\  X  e.  RR+ )  ->  B  =/=  0
)
5 simp2 1000 . . . 4  |-  ( ( B  e.  RR+  /\  B #  1  /\  X  e.  RR+ )  ->  B #  1 )
6 1cnd 8004 . . . . 5  |-  ( ( B  e.  RR+  /\  B #  1  /\  X  e.  RR+ )  ->  1  e.  CC )
7 apne 8611 . . . . 5  |-  ( ( B  e.  CC  /\  1  e.  CC )  ->  ( B #  1  ->  B  =/=  1 ) )
82, 6, 7syl2anc 411 . . . 4  |-  ( ( B  e.  RR+  /\  B #  1  /\  X  e.  RR+ )  ->  ( B #  1  ->  B  =/=  1
) )
95, 8mpd 13 . . 3  |-  ( ( B  e.  RR+  /\  B #  1  /\  X  e.  RR+ )  ->  B  =/=  1
)
10 eldifpr 3634 . . 3  |-  ( B  e.  ( CC  \  { 0 ,  1 } )  <->  ( B  e.  CC  /\  B  =/=  0  /\  B  =/=  1 ) )
112, 4, 9, 10syl3anbrc 1183 . 2  |-  ( ( B  e.  RR+  /\  B #  1  /\  X  e.  RR+ )  ->  B  e.  ( CC  \  { 0 ,  1 } ) )
12 rpcn 9694 . . . 4  |-  ( X  e.  RR+  ->  X  e.  CC )
13123ad2ant3 1022 . . 3  |-  ( ( B  e.  RR+  /\  B #  1  /\  X  e.  RR+ )  ->  X  e.  CC )
14 rpne0 9701 . . . 4  |-  ( X  e.  RR+  ->  X  =/=  0 )
15143ad2ant3 1022 . . 3  |-  ( ( B  e.  RR+  /\  B #  1  /\  X  e.  RR+ )  ->  X  =/=  0
)
16 eldifsn 3734 . . 3  |-  ( X  e.  ( CC  \  { 0 } )  <-> 
( X  e.  CC  /\  X  =/=  0 ) )
1713, 15, 16sylanbrc 417 . 2  |-  ( ( B  e.  RR+  /\  B #  1  /\  X  e.  RR+ )  ->  X  e.  ( CC  \  { 0 } ) )
18 simp3 1001 . . . 4  |-  ( ( B  e.  RR+  /\  B #  1  /\  X  e.  RR+ )  ->  X  e.  RR+ )
1918relogcld 14780 . . 3  |-  ( ( B  e.  RR+  /\  B #  1  /\  X  e.  RR+ )  ->  ( log `  X
)  e.  RR )
20 simp1 999 . . . 4  |-  ( ( B  e.  RR+  /\  B #  1  /\  X  e.  RR+ )  ->  B  e.  RR+ )
2120relogcld 14780 . . 3  |-  ( ( B  e.  RR+  /\  B #  1  /\  X  e.  RR+ )  ->  ( log `  B
)  e.  RR )
2220, 5logrpap0d 14776 . . 3  |-  ( ( B  e.  RR+  /\  B #  1  /\  X  e.  RR+ )  ->  ( log `  B
) #  0 )
2319, 21, 22redivclapd 8823 . 2  |-  ( ( B  e.  RR+  /\  B #  1  /\  X  e.  RR+ )  ->  ( ( log `  X )  /  ( log `  B ) )  e.  RR )
24 fveq2 5534 . . . 4  |-  ( x  =  B  ->  ( log `  x )  =  ( log `  B
) )
2524oveq2d 5913 . . 3  |-  ( x  =  B  ->  (
( log `  y
)  /  ( log `  x ) )  =  ( ( log `  y
)  /  ( log `  B ) ) )
26 fveq2 5534 . . . 4  |-  ( y  =  X  ->  ( log `  y )  =  ( log `  X
) )
2726oveq1d 5912 . . 3  |-  ( y  =  X  ->  (
( log `  y
)  /  ( log `  B ) )  =  ( ( log `  X
)  /  ( log `  B ) ) )
28 df-logb 14839 . . 3  |- logb  =  (
x  e.  ( CC 
\  { 0 ,  1 } ) ,  y  e.  ( CC 
\  { 0 } )  |->  ( ( log `  y )  /  ( log `  x ) ) )
2925, 27, 28ovmpog 6032 . 2  |-  ( ( B  e.  ( CC 
\  { 0 ,  1 } )  /\  X  e.  ( CC  \  { 0 } )  /\  ( ( log `  X )  /  ( log `  B ) )  e.  RR )  -> 
( B logb  X )  =  ( ( log `  X
)  /  ( log `  B ) ) )
3011, 17, 23, 29syl3anc 1249 1  |-  ( ( B  e.  RR+  /\  B #  1  /\  X  e.  RR+ )  ->  ( B logb  X )  =  ( ( log `  X )  /  ( log `  B ) ) )
Colors of variables: wff set class
Syntax hints:    -> wi 4    /\ w3a 980    = wceq 1364    e. wcel 2160    =/= wne 2360    \ cdif 3141   {csn 3607   {cpr 3608   class class class wbr 4018   ` cfv 5235  (class class class)co 5897   CCcc 7840   RRcr 7841   0cc0 7842   1c1 7843   # cap 8569    / cdiv 8660   RR+crp 9685   logclog 14754   logb clogb 14838
This theorem was proved from axioms:  ax-mp 5  ax-1 6  ax-2 7  ax-ia1 106  ax-ia2 107  ax-ia3 108  ax-in1 615  ax-in2 616  ax-io 710  ax-5 1458  ax-7 1459  ax-gen 1460  ax-ie1 1504  ax-ie2 1505  ax-8 1515  ax-10 1516  ax-11 1517  ax-i12 1518  ax-bndl 1520  ax-4 1521  ax-17 1537  ax-i9 1541  ax-ial 1545  ax-i5r 1546  ax-13 2162  ax-14 2163  ax-ext 2171  ax-coll 4133  ax-sep 4136  ax-nul 4144  ax-pow 4192  ax-pr 4227  ax-un 4451  ax-setind 4554  ax-iinf 4605  ax-cnex 7933  ax-resscn 7934  ax-1cn 7935  ax-1re 7936  ax-icn 7937  ax-addcl 7938  ax-addrcl 7939  ax-mulcl 7940  ax-mulrcl 7941  ax-addcom 7942  ax-mulcom 7943  ax-addass 7944  ax-mulass 7945  ax-distr 7946  ax-i2m1 7947  ax-0lt1 7948  ax-1rid 7949  ax-0id 7950  ax-rnegex 7951  ax-precex 7952  ax-cnre 7953  ax-pre-ltirr 7954  ax-pre-ltwlin 7955  ax-pre-lttrn 7956  ax-pre-apti 7957  ax-pre-ltadd 7958  ax-pre-mulgt0 7959  ax-pre-mulext 7960  ax-arch 7961  ax-caucvg 7962  ax-pre-suploc 7963  ax-addf 7964  ax-mulf 7965
This theorem depends on definitions:  df-bi 117  df-stab 832  df-dc 836  df-3or 981  df-3an 982  df-tru 1367  df-fal 1370  df-nf 1472  df-sb 1774  df-eu 2041  df-mo 2042  df-clab 2176  df-cleq 2182  df-clel 2185  df-nfc 2321  df-ne 2361  df-nel 2456  df-ral 2473  df-rex 2474  df-reu 2475  df-rmo 2476  df-rab 2477  df-v 2754  df-sbc 2978  df-csb 3073  df-dif 3146  df-un 3148  df-in 3150  df-ss 3157  df-nul 3438  df-if 3550  df-pw 3592  df-sn 3613  df-pr 3614  df-op 3616  df-uni 3825  df-int 3860  df-iun 3903  df-disj 3996  df-br 4019  df-opab 4080  df-mpt 4081  df-tr 4117  df-id 4311  df-po 4314  df-iso 4315  df-iord 4384  df-on 4386  df-ilim 4387  df-suc 4389  df-iom 4608  df-xp 4650  df-rel 4651  df-cnv 4652  df-co 4653  df-dm 4654  df-rn 4655  df-res 4656  df-ima 4657  df-iota 5196  df-fun 5237  df-fn 5238  df-f 5239  df-f1 5240  df-fo 5241  df-f1o 5242  df-fv 5243  df-isom 5244  df-riota 5852  df-ov 5900  df-oprab 5901  df-mpo 5902  df-of 6107  df-1st 6166  df-2nd 6167  df-recs 6331  df-irdg 6396  df-frec 6417  df-1o 6442  df-oadd 6446  df-er 6560  df-map 6677  df-pm 6678  df-en 6768  df-dom 6769  df-fin 6770  df-sup 7014  df-inf 7015  df-pnf 8025  df-mnf 8026  df-xr 8027  df-ltxr 8028  df-le 8029  df-sub 8161  df-neg 8162  df-reap 8563  df-ap 8570  df-div 8661  df-inn 8951  df-2 9009  df-3 9010  df-4 9011  df-n0 9208  df-z 9285  df-uz 9560  df-q 9652  df-rp 9686  df-xneg 9804  df-xadd 9805  df-ioo 9924  df-ico 9926  df-icc 9927  df-fz 10041  df-fzo 10175  df-seqfrec 10479  df-exp 10554  df-fac 10741  df-bc 10763  df-ihash 10791  df-shft 10859  df-cj 10886  df-re 10887  df-im 10888  df-rsqrt 11042  df-abs 11043  df-clim 11322  df-sumdc 11397  df-ef 11691  df-e 11692  df-rest 12749  df-topgen 12768  df-psmet 13873  df-xmet 13874  df-met 13875  df-bl 13876  df-mopn 13877  df-top 13975  df-topon 13988  df-bases 14020  df-ntr 14073  df-cn 14165  df-cnp 14166  df-tx 14230  df-cncf 14535  df-limced 14602  df-dvap 14603  df-relog 14756  df-logb 14839
This theorem is referenced by:  rplogbcl  14841  rplogbid1  14842  rplogb1  14843  rpelogb  14844  rplogbchbase  14845  relogbval  14846  rplogbreexp  14848  rprelogbmul  14850  rpcxplogb  14859  logbgt0b  14861
  Copyright terms: Public domain W3C validator