| 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 6871 | . . 3 ⊢ (𝑥 = 𝐵 → (log‘𝑥) = (log‘𝐵)) | |
| 2 | 1 | oveq2d 7416 | . 2 ⊢ (𝑥 = 𝐵 → ((log‘𝑦) / (log‘𝑥)) = ((log‘𝑦) / (log‘𝐵))) |
| 3 | fveq2 6871 | . . 3 ⊢ (𝑦 = 𝑋 → (log‘𝑦) = (log‘𝑋)) | |
| 4 | 3 | oveq1d 7415 | . 2 ⊢ (𝑦 = 𝑋 → ((log‘𝑦) / (log‘𝐵)) = ((log‘𝑋) / (log‘𝐵))) |
| 5 | df-logb 26888 | . 2 ⊢ logb = (𝑥 ∈ (ℂ ∖ {0, 1}), 𝑦 ∈ (ℂ ∖ {0}) ↦ ((log‘𝑦) / (log‘𝑥))) | |
| 6 | ovex 7433 | . 2 ⊢ ((log‘𝑋) / (log‘𝐵)) ∈ V | |
| 7 | 2, 4, 5, 6 | ovmpo 7560 | 1 ⊢ ((𝐵 ∈ (ℂ ∖ {0, 1}) ∧ 𝑋 ∈ (ℂ ∖ {0})) → (𝐵 logb 𝑋) = ((log‘𝑋) / (log‘𝐵))) |
| Colors of variables: wff setvar class |
| Syntax hints: → wi 4 ∧ wa 400 = wceq 1563 ∈ wcel 2145 ∖ cdif 3904 {csn 4585 {cpr 4587 ‘cfv 6525 (class class class)co 7400 ℂcc 11086 0cc0 11088 1c1 11089 / cdiv 11859 logclog 26677 logb clogb 26887 |
| This theorem was proved from axioms: ax-mp 5 ax-1 6 ax-2 7 ax-3 8 ax-gen 1818 ax-4 1832 ax-5 1933 ax-6 1990 ax-7 2031 ax-8 2147 ax-9 2155 ax-10 2178 ax-11 2194 ax-12 2215 ax-ext 2737 ax-sep 5251 ax-nul 5261 ax-pr 5395 |
| This theorem depends on definitions: df-bi 210 df-an 401 df-or 861 df-3an 1103 df-tru 1566 df-fal 1576 df-ex 1803 df-nf 1807 df-sb 2094 df-mo 2569 df-eu 2599 df-clab 2744 df-cleq 2757 df-clel 2840 df-nfc 2914 df-ne 2961 df-ral 3080 df-rex 3090 df-rab 3418 df-v 3459 df-sbc 3748 df-dif 3910 df-un 3912 df-in 3914 df-ss 3924 df-nul 4289 df-if 4484 df-sn 4586 df-pr 4588 df-op 4592 df-uni 4869 df-br 5106 df-opab 5168 df-id 5547 df-xp 5658 df-rel 5659 df-cnv 5660 df-co 5661 df-dm 5662 df-iota 6481 df-fun 6527 df-fv 6533 df-ov 7403 df-oprab 7404 df-mpo 7405 df-logb 26888 |
| This theorem is referenced by: logbcl 26890 logbid1 26891 logb1 26892 elogb 26893 logbchbase 26894 relogbval 26895 relogbcl 26896 relogbreexp 26898 relogbmul 26900 nnlogbexp 26904 relogbcxp 26908 cxplogb 26909 logbgt0b 26916 dvrelog2b 42695 dvrelogpow2b 42697 rege1logbrege0 49189 logb2aval 50393 |
| Copyright terms: Public domain | W3C validator |