| Metamath Proof Explorer |
< Previous
Next >
Nearby theorems |
||
| Mirrors > Home > MPE Home > Th. List > logbval | Structured version Visualization version GIF version | ||
| 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 David A. Wheeler, 16-Jul-2017.) |
| Ref | Expression |
|---|---|
| logbval | ⊢ ((𝐵 ∈ (ℂ ∖ {0, 1}) ∧ 𝑋 ∈ (ℂ ∖ {0})) → (𝐵 logb 𝑋) = ((log‘𝑋) / (log‘𝐵))) |
| Step | Hyp | Ref | Expression |
|---|---|---|---|
| 1 | fveq2 6834 | . . 3 ⊢ (𝑥 = 𝐵 → (log‘𝑥) = (log‘𝐵)) | |
| 2 | 1 | oveq2d 7379 | . 2 ⊢ (𝑥 = 𝐵 → ((log‘𝑦) / (log‘𝑥)) = ((log‘𝑦) / (log‘𝐵))) |
| 3 | fveq2 6834 | . . 3 ⊢ (𝑦 = 𝑋 → (log‘𝑦) = (log‘𝑋)) | |
| 4 | 3 | oveq1d 7378 | . 2 ⊢ (𝑦 = 𝑋 → ((log‘𝑦) / (log‘𝐵)) = ((log‘𝑋) / (log‘𝐵))) |
| 5 | df-logb 26754 | . 2 ⊢ logb = (𝑥 ∈ (ℂ ∖ {0, 1}), 𝑦 ∈ (ℂ ∖ {0}) ↦ ((log‘𝑦) / (log‘𝑥))) | |
| 6 | ovex 7396 | . 2 ⊢ ((log‘𝑋) / (log‘𝐵)) ∈ V | |
| 7 | 2, 4, 5, 6 | ovmpo 7523 | 1 ⊢ ((𝐵 ∈ (ℂ ∖ {0, 1}) ∧ 𝑋 ∈ (ℂ ∖ {0})) → (𝐵 logb 𝑋) = ((log‘𝑋) / (log‘𝐵))) |
| Colors of variables: wff setvar class |
| Syntax hints: → wi 4 ∧ wa 396 = wceq 1547 ∈ wcel 2119 ∖ cdif 3887 {csn 4562 {cpr 4564 ‘cfv 6492 (class class class)co 7363 ℂcc 11034 0cc0 11036 1c1 11037 / cdiv 11805 logclog 26543 logb clogb 26753 |
| This theorem was proved from axioms: ax-mp 5 ax-1 6 ax-2 7 ax-3 8 ax-gen 1802 ax-4 1816 ax-5 1917 ax-6 1974 ax-7 2015 ax-8 2121 ax-9 2129 ax-10 2152 ax-11 2168 ax-12 2189 ax-ext 2712 ax-sep 5225 ax-nul 5235 ax-pr 5369 |
| This theorem depends on definitions: df-bi 208 df-an 397 df-or 854 df-3an 1094 df-tru 1550 df-fal 1560 df-ex 1787 df-nf 1791 df-sb 2074 df-mo 2543 df-eu 2573 df-clab 2719 df-cleq 2732 df-clel 2815 df-nfc 2889 df-ne 2936 df-ral 3055 df-rex 3065 df-rab 3393 df-v 3434 df-sbc 3731 df-dif 3893 df-un 3895 df-in 3897 df-ss 3907 df-nul 4269 df-if 4462 df-sn 4563 df-pr 4565 df-op 4569 df-uni 4846 df-br 5080 df-opab 5142 df-id 5520 df-xp 5631 df-rel 5632 df-cnv 5633 df-co 5634 df-dm 5635 df-iota 6448 df-fun 6494 df-fv 6500 df-ov 7366 df-oprab 7367 df-mpo 7368 df-logb 26754 |
| This theorem is referenced by: logbcl 26756 logbid1 26757 logb1 26758 elogb 26759 logbchbase 26760 relogbval 26761 relogbcl 26762 relogbreexp 26764 relogbmul 26766 nnlogbexp 26770 relogbcxp 26774 cxplogb 26775 logbgt0b 26782 dvrelog2b 42558 dvrelogpow2b 42560 rege1logbrege0 49056 logb2aval 50261 |
| Copyright terms: Public domain | W3C validator |