Does anyone know where a lemma similar to
∃(x::real). a^x = (b::real)
might be found? I couldn't find something like that in the 'query', but it seems pretty handy.
Does anyone know where a lemma similar to
∃(x::real). a^x = (b::real)
might be found? I couldn't find something like that in the 'query', but it seems pretty handy.
Copyright © 2021 Jogjafile Inc.
You need a few more assumptions on
aandband you need to use thepowroperator instead of^, since^is only for then-th power wherenis a natural number.powron the other hand is for any non-negative real number raised to the power of any other real number. (or similarly for complex numbers)