File:X-lbx.pdf

Summary

Description
English: Plot of the function f(x) = x - lb(x). It is defined for all real numbers x>0, its derivatives are f'(x) = 1 - 1/x·ln(2) and f''(x) = 1/x2·ln(2). Hence, it has a local minimum at x=1/ln(2), and no inflection points; it is strictly decreasing and increasing left and right of its minimum point, respectively. The restriction of f to each of these domains is injective, and thus has an inverse. The function is repeatedly used in proofs about Kolmogorov complexity.
Date
Source Own work
Author Jochen Burghardt
Other versions File:X-lbx.pdf - File:X-lbx svg.svg
Gnuplot source code
# 2^x   = y = e^(ln(2)*x)
# lb(y) = x = ln(y)/ln(2)
set xrange [0.0002:16]
set yrange [0:12]
set xtics 1
set ytics 1
plot x-log(x)/log(2) with lines lw 2 lc 7 title ""
pause -1

Licensing

I, the copyright holder of this work, hereby publish it under the following license:
w:en:Creative Commons
attribution share alike
This file is licensed under the Creative Commons Attribution-Share Alike 4.0 International license.
You are free:
  • to share – to copy, distribute and transmit the work
  • to remix – to adapt the work
Under the following conditions:
  • attribution – You must give appropriate credit, provide a link to the license, and indicate if changes were made. You may do so in any reasonable manner, but not in any way that suggests the licensor endorses you or your use.
  • share alike – If you remix, transform, or build upon the material, you must distribute your contributions under the same or compatible license as the original.
Category:CC-BY-SA-4.0#X-lbx.pdf
Category:Self-published work Category:Binary logarithm Category:Images with Gnuplot source code Category:Files by User:Jochen Burghardt Category:Kolmogorov complexity Category:Extrema (calculus)
Category:Binary logarithm Category:CC-BY-SA-4.0 Category:Extrema (calculus) Category:Files by User:Jochen Burghardt Category:Images with Gnuplot source code Category:Kolmogorov complexity Category:Self-published work