Mathbox for Alexander van der Vekens |
< Previous
Next >
Nearby theorems |
||
Mirrors > Home > MPE Home > Th. List > Mathboxes > blenval | Structured version Visualization version GIF version |
Description: The binary length of an integer. (Contributed by AV, 20-May-2020.) |
Ref | Expression |
---|---|
blenval | ⊢ (𝑁 ∈ 𝑉 → (#b‘𝑁) = if(𝑁 = 0, 1, ((⌊‘(2 logb (abs‘𝑁))) + 1))) |
Step | Hyp | Ref | Expression |
---|---|---|---|
1 | df-blen 45868 | . 2 ⊢ #b = (𝑛 ∈ V ↦ if(𝑛 = 0, 1, ((⌊‘(2 logb (abs‘𝑛))) + 1))) | |
2 | eqeq1 2743 | . . 3 ⊢ (𝑛 = 𝑁 → (𝑛 = 0 ↔ 𝑁 = 0)) | |
3 | fveq2 6768 | . . . . . 6 ⊢ (𝑛 = 𝑁 → (abs‘𝑛) = (abs‘𝑁)) | |
4 | 3 | oveq2d 7284 | . . . . 5 ⊢ (𝑛 = 𝑁 → (2 logb (abs‘𝑛)) = (2 logb (abs‘𝑁))) |
5 | 4 | fveq2d 6772 | . . . 4 ⊢ (𝑛 = 𝑁 → (⌊‘(2 logb (abs‘𝑛))) = (⌊‘(2 logb (abs‘𝑁)))) |
6 | 5 | oveq1d 7283 | . . 3 ⊢ (𝑛 = 𝑁 → ((⌊‘(2 logb (abs‘𝑛))) + 1) = ((⌊‘(2 logb (abs‘𝑁))) + 1)) |
7 | 2, 6 | ifbieq2d 4490 | . 2 ⊢ (𝑛 = 𝑁 → if(𝑛 = 0, 1, ((⌊‘(2 logb (abs‘𝑛))) + 1)) = if(𝑁 = 0, 1, ((⌊‘(2 logb (abs‘𝑁))) + 1))) |
8 | elex 3448 | . 2 ⊢ (𝑁 ∈ 𝑉 → 𝑁 ∈ V) | |
9 | 1ex 10955 | . . . 4 ⊢ 1 ∈ V | |
10 | ovex 7301 | . . . 4 ⊢ ((⌊‘(2 logb (abs‘𝑁))) + 1) ∈ V | |
11 | 9, 10 | ifex 4514 | . . 3 ⊢ if(𝑁 = 0, 1, ((⌊‘(2 logb (abs‘𝑁))) + 1)) ∈ V |
12 | 11 | a1i 11 | . 2 ⊢ (𝑁 ∈ 𝑉 → if(𝑁 = 0, 1, ((⌊‘(2 logb (abs‘𝑁))) + 1)) ∈ V) |
13 | 1, 7, 8, 12 | fvmptd3 6892 | 1 ⊢ (𝑁 ∈ 𝑉 → (#b‘𝑁) = if(𝑁 = 0, 1, ((⌊‘(2 logb (abs‘𝑁))) + 1))) |
Colors of variables: wff setvar class |
Syntax hints: → wi 4 = wceq 1541 ∈ wcel 2109 Vcvv 3430 ifcif 4464 ‘cfv 6430 (class class class)co 7268 0cc0 10855 1c1 10856 + caddc 10858 2c2 12011 ⌊cfl 13491 abscabs 14926 logb clogb 25895 #bcblen 45867 |
This theorem was proved from axioms: ax-mp 5 ax-1 6 ax-2 7 ax-3 8 ax-gen 1801 ax-4 1815 ax-5 1916 ax-6 1974 ax-7 2014 ax-8 2111 ax-9 2119 ax-10 2140 ax-11 2157 ax-12 2174 ax-ext 2710 ax-sep 5226 ax-nul 5233 ax-pr 5355 ax-1cn 10913 |
This theorem depends on definitions: df-bi 206 df-an 396 df-or 844 df-3an 1087 df-tru 1544 df-fal 1554 df-ex 1786 df-nf 1790 df-sb 2071 df-mo 2541 df-eu 2570 df-clab 2717 df-cleq 2731 df-clel 2817 df-nfc 2890 df-ral 3070 df-rex 3071 df-rab 3074 df-v 3432 df-dif 3894 df-un 3896 df-in 3898 df-ss 3908 df-nul 4262 df-if 4465 df-sn 4567 df-pr 4569 df-op 4573 df-uni 4845 df-br 5079 df-opab 5141 df-mpt 5162 df-id 5488 df-xp 5594 df-rel 5595 df-cnv 5596 df-co 5597 df-dm 5598 df-iota 6388 df-fun 6432 df-fv 6438 df-ov 7271 df-blen 45868 |
This theorem is referenced by: blen0 45870 blenn0 45871 |
Copyright terms: Public domain | W3C validator |