Prove that there exists complex numbers $a$ and $c$ such that $f(z)=ae^{cz}$.












1












$begingroup$


Let $f$ be an entire function such that $|f'(z)|leq|f(z)|$ for all $zin mathbb{C}$. Prove that there exist complex numbers $a$ and $c$ such that $f(z)=ae^{cz}$ for all $zinmathbb{C}$.



My try: take $g(z)$ such that
$$
f(z)=e^{g(z)}.
$$

Then by chain rule
$$
f'(z)=e^{g(z)}g'(z).
$$

Now we have
$$
|g'(z)||f(z)|=|g'(z)||e^{g(z)}|=|f'(z)|leq |f(z)|
$$

which implies
$$
|g'(z)|leq 1.
$$

Thus $g(z)=cz$, and then $f(z)=e^{cz}$. However, how to make $g(z)$ is entire function? and where is the constant $a$?










share|cite|improve this question









$endgroup$

















    1












    $begingroup$


    Let $f$ be an entire function such that $|f'(z)|leq|f(z)|$ for all $zin mathbb{C}$. Prove that there exist complex numbers $a$ and $c$ such that $f(z)=ae^{cz}$ for all $zinmathbb{C}$.



    My try: take $g(z)$ such that
    $$
    f(z)=e^{g(z)}.
    $$

    Then by chain rule
    $$
    f'(z)=e^{g(z)}g'(z).
    $$

    Now we have
    $$
    |g'(z)||f(z)|=|g'(z)||e^{g(z)}|=|f'(z)|leq |f(z)|
    $$

    which implies
    $$
    |g'(z)|leq 1.
    $$

    Thus $g(z)=cz$, and then $f(z)=e^{cz}$. However, how to make $g(z)$ is entire function? and where is the constant $a$?










    share|cite|improve this question









    $endgroup$















      1












      1








      1


      1



      $begingroup$


      Let $f$ be an entire function such that $|f'(z)|leq|f(z)|$ for all $zin mathbb{C}$. Prove that there exist complex numbers $a$ and $c$ such that $f(z)=ae^{cz}$ for all $zinmathbb{C}$.



      My try: take $g(z)$ such that
      $$
      f(z)=e^{g(z)}.
      $$

      Then by chain rule
      $$
      f'(z)=e^{g(z)}g'(z).
      $$

      Now we have
      $$
      |g'(z)||f(z)|=|g'(z)||e^{g(z)}|=|f'(z)|leq |f(z)|
      $$

      which implies
      $$
      |g'(z)|leq 1.
      $$

      Thus $g(z)=cz$, and then $f(z)=e^{cz}$. However, how to make $g(z)$ is entire function? and where is the constant $a$?










      share|cite|improve this question









      $endgroup$




      Let $f$ be an entire function such that $|f'(z)|leq|f(z)|$ for all $zin mathbb{C}$. Prove that there exist complex numbers $a$ and $c$ such that $f(z)=ae^{cz}$ for all $zinmathbb{C}$.



      My try: take $g(z)$ such that
      $$
      f(z)=e^{g(z)}.
      $$

      Then by chain rule
      $$
      f'(z)=e^{g(z)}g'(z).
      $$

      Now we have
      $$
      |g'(z)||f(z)|=|g'(z)||e^{g(z)}|=|f'(z)|leq |f(z)|
      $$

      which implies
      $$
      |g'(z)|leq 1.
      $$

      Thus $g(z)=cz$, and then $f(z)=e^{cz}$. However, how to make $g(z)$ is entire function? and where is the constant $a$?







      complex-analysis






      share|cite|improve this question













      share|cite|improve this question











      share|cite|improve this question




      share|cite|improve this question










      asked Dec 6 '18 at 22:51









      whereamIwhereamI

      313114




      313114






















          2 Answers
          2






          active

          oldest

          votes


















          3












          $begingroup$

          You have to justify writing $f$ as $e^{g}$. Here is a correct solution: If $f equiv 0$ we can take $a=0$ and $c=1$. Otherwise the zeros of $f$ form a set ${z_n}$ with no limit points. On $mathbb C setminus {z_n}$ we have $|frac {f'(z)} {f(z)}| leq 1$. This implies that $frac {f'(z)} {f(z)}$ has a removable singularity at each $z_n$. Hence it extends to a bounded entire function. By Louiville's Theorem we have $frac {f'(z)} {f(z)}=A$ for some constant $A$. Now observe that $(e^{-Az}f(z))'=0$ so $e^{-Az}f(z)=B$ for some constant $B$. Hence $f(z)=Be^{Az}$.






          share|cite|improve this answer









          $endgroup$





















            2












            $begingroup$

            Note that $f$ has not zeros. In fact, if $a$ is a zero of $f$ of order $ninmathbb N$, then $a$ is a zero of $f'$ os order $n-1$. But then, near $a$, the inequality $bigllvert f'(z)bigrrvertleqslantbigllvert f(z)bigrrvert$ means$$bigllvert na_n(z-a)^{n-1}+(n+1)a_{n+1}(z-a)^n+cdotsbigrrvertleqslantbigllvert a_n(z-a)^n+a_{n+1}(z-a)^{n+1}+cdotsbigrrvert.$$Now, dividing both sides by $bigllvert(z-a)^nbigrrvert$, you get that$$bigllvert na_n(z-a)^{-1}+(n+1)a_{n+1}+cdotsbigrrvertleqslantbigllvert a_n+a_{n+1}(z-a)+cdotsbigrrvert,$$which is impossible, because the LHS tends to $+infty$ when $zto a$, whereas the RHS tends to $lvert a_nrvert$.



            So, since $f$ has no zeros and $mathbb C$ is simply connected, there is indeed an entire function $g$ such that $f=e^g$. You proved that $g'$ is bounded. Therefore, by Liouville's therem, it is constant. So there are constants $k$ and $c$ such that $(forall zinmathbb{C}):g(z)=cz+k$and therefore$$(forall zinmathbb{C}):f(z)=e^{g(z)}=e^{cz+k}=e^ke^{cz}.$$






            share|cite|improve this answer









            $endgroup$













              Your Answer





              StackExchange.ifUsing("editor", function () {
              return StackExchange.using("mathjaxEditing", function () {
              StackExchange.MarkdownEditor.creationCallbacks.add(function (editor, postfix) {
              StackExchange.mathjaxEditing.prepareWmdForMathJax(editor, postfix, [["$", "$"], ["\\(","\\)"]]);
              });
              });
              }, "mathjax-editing");

              StackExchange.ready(function() {
              var channelOptions = {
              tags: "".split(" "),
              id: "69"
              };
              initTagRenderer("".split(" "), "".split(" "), channelOptions);

              StackExchange.using("externalEditor", function() {
              // Have to fire editor after snippets, if snippets enabled
              if (StackExchange.settings.snippets.snippetsEnabled) {
              StackExchange.using("snippets", function() {
              createEditor();
              });
              }
              else {
              createEditor();
              }
              });

              function createEditor() {
              StackExchange.prepareEditor({
              heartbeatType: 'answer',
              autoActivateHeartbeat: false,
              convertImagesToLinks: true,
              noModals: true,
              showLowRepImageUploadWarning: true,
              reputationToPostImages: 10,
              bindNavPrevention: true,
              postfix: "",
              imageUploader: {
              brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
              contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
              allowUrls: true
              },
              noCode: true, onDemand: true,
              discardSelector: ".discard-answer"
              ,immediatelyShowMarkdownHelp:true
              });


              }
              });














              draft saved

              draft discarded


















              StackExchange.ready(
              function () {
              StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f3029165%2fprove-that-there-exists-complex-numbers-a-and-c-such-that-fz-aecz%23new-answer', 'question_page');
              }
              );

              Post as a guest















              Required, but never shown

























              2 Answers
              2






              active

              oldest

              votes








              2 Answers
              2






              active

              oldest

              votes









              active

              oldest

              votes






              active

              oldest

              votes









              3












              $begingroup$

              You have to justify writing $f$ as $e^{g}$. Here is a correct solution: If $f equiv 0$ we can take $a=0$ and $c=1$. Otherwise the zeros of $f$ form a set ${z_n}$ with no limit points. On $mathbb C setminus {z_n}$ we have $|frac {f'(z)} {f(z)}| leq 1$. This implies that $frac {f'(z)} {f(z)}$ has a removable singularity at each $z_n$. Hence it extends to a bounded entire function. By Louiville's Theorem we have $frac {f'(z)} {f(z)}=A$ for some constant $A$. Now observe that $(e^{-Az}f(z))'=0$ so $e^{-Az}f(z)=B$ for some constant $B$. Hence $f(z)=Be^{Az}$.






              share|cite|improve this answer









              $endgroup$


















                3












                $begingroup$

                You have to justify writing $f$ as $e^{g}$. Here is a correct solution: If $f equiv 0$ we can take $a=0$ and $c=1$. Otherwise the zeros of $f$ form a set ${z_n}$ with no limit points. On $mathbb C setminus {z_n}$ we have $|frac {f'(z)} {f(z)}| leq 1$. This implies that $frac {f'(z)} {f(z)}$ has a removable singularity at each $z_n$. Hence it extends to a bounded entire function. By Louiville's Theorem we have $frac {f'(z)} {f(z)}=A$ for some constant $A$. Now observe that $(e^{-Az}f(z))'=0$ so $e^{-Az}f(z)=B$ for some constant $B$. Hence $f(z)=Be^{Az}$.






                share|cite|improve this answer









                $endgroup$
















                  3












                  3








                  3





                  $begingroup$

                  You have to justify writing $f$ as $e^{g}$. Here is a correct solution: If $f equiv 0$ we can take $a=0$ and $c=1$. Otherwise the zeros of $f$ form a set ${z_n}$ with no limit points. On $mathbb C setminus {z_n}$ we have $|frac {f'(z)} {f(z)}| leq 1$. This implies that $frac {f'(z)} {f(z)}$ has a removable singularity at each $z_n$. Hence it extends to a bounded entire function. By Louiville's Theorem we have $frac {f'(z)} {f(z)}=A$ for some constant $A$. Now observe that $(e^{-Az}f(z))'=0$ so $e^{-Az}f(z)=B$ for some constant $B$. Hence $f(z)=Be^{Az}$.






                  share|cite|improve this answer









                  $endgroup$



                  You have to justify writing $f$ as $e^{g}$. Here is a correct solution: If $f equiv 0$ we can take $a=0$ and $c=1$. Otherwise the zeros of $f$ form a set ${z_n}$ with no limit points. On $mathbb C setminus {z_n}$ we have $|frac {f'(z)} {f(z)}| leq 1$. This implies that $frac {f'(z)} {f(z)}$ has a removable singularity at each $z_n$. Hence it extends to a bounded entire function. By Louiville's Theorem we have $frac {f'(z)} {f(z)}=A$ for some constant $A$. Now observe that $(e^{-Az}f(z))'=0$ so $e^{-Az}f(z)=B$ for some constant $B$. Hence $f(z)=Be^{Az}$.







                  share|cite|improve this answer












                  share|cite|improve this answer



                  share|cite|improve this answer










                  answered Dec 6 '18 at 23:23









                  Kavi Rama MurthyKavi Rama Murthy

                  53.2k32055




                  53.2k32055























                      2












                      $begingroup$

                      Note that $f$ has not zeros. In fact, if $a$ is a zero of $f$ of order $ninmathbb N$, then $a$ is a zero of $f'$ os order $n-1$. But then, near $a$, the inequality $bigllvert f'(z)bigrrvertleqslantbigllvert f(z)bigrrvert$ means$$bigllvert na_n(z-a)^{n-1}+(n+1)a_{n+1}(z-a)^n+cdotsbigrrvertleqslantbigllvert a_n(z-a)^n+a_{n+1}(z-a)^{n+1}+cdotsbigrrvert.$$Now, dividing both sides by $bigllvert(z-a)^nbigrrvert$, you get that$$bigllvert na_n(z-a)^{-1}+(n+1)a_{n+1}+cdotsbigrrvertleqslantbigllvert a_n+a_{n+1}(z-a)+cdotsbigrrvert,$$which is impossible, because the LHS tends to $+infty$ when $zto a$, whereas the RHS tends to $lvert a_nrvert$.



                      So, since $f$ has no zeros and $mathbb C$ is simply connected, there is indeed an entire function $g$ such that $f=e^g$. You proved that $g'$ is bounded. Therefore, by Liouville's therem, it is constant. So there are constants $k$ and $c$ such that $(forall zinmathbb{C}):g(z)=cz+k$and therefore$$(forall zinmathbb{C}):f(z)=e^{g(z)}=e^{cz+k}=e^ke^{cz}.$$






                      share|cite|improve this answer









                      $endgroup$


















                        2












                        $begingroup$

                        Note that $f$ has not zeros. In fact, if $a$ is a zero of $f$ of order $ninmathbb N$, then $a$ is a zero of $f'$ os order $n-1$. But then, near $a$, the inequality $bigllvert f'(z)bigrrvertleqslantbigllvert f(z)bigrrvert$ means$$bigllvert na_n(z-a)^{n-1}+(n+1)a_{n+1}(z-a)^n+cdotsbigrrvertleqslantbigllvert a_n(z-a)^n+a_{n+1}(z-a)^{n+1}+cdotsbigrrvert.$$Now, dividing both sides by $bigllvert(z-a)^nbigrrvert$, you get that$$bigllvert na_n(z-a)^{-1}+(n+1)a_{n+1}+cdotsbigrrvertleqslantbigllvert a_n+a_{n+1}(z-a)+cdotsbigrrvert,$$which is impossible, because the LHS tends to $+infty$ when $zto a$, whereas the RHS tends to $lvert a_nrvert$.



                        So, since $f$ has no zeros and $mathbb C$ is simply connected, there is indeed an entire function $g$ such that $f=e^g$. You proved that $g'$ is bounded. Therefore, by Liouville's therem, it is constant. So there are constants $k$ and $c$ such that $(forall zinmathbb{C}):g(z)=cz+k$and therefore$$(forall zinmathbb{C}):f(z)=e^{g(z)}=e^{cz+k}=e^ke^{cz}.$$






                        share|cite|improve this answer









                        $endgroup$
















                          2












                          2








                          2





                          $begingroup$

                          Note that $f$ has not zeros. In fact, if $a$ is a zero of $f$ of order $ninmathbb N$, then $a$ is a zero of $f'$ os order $n-1$. But then, near $a$, the inequality $bigllvert f'(z)bigrrvertleqslantbigllvert f(z)bigrrvert$ means$$bigllvert na_n(z-a)^{n-1}+(n+1)a_{n+1}(z-a)^n+cdotsbigrrvertleqslantbigllvert a_n(z-a)^n+a_{n+1}(z-a)^{n+1}+cdotsbigrrvert.$$Now, dividing both sides by $bigllvert(z-a)^nbigrrvert$, you get that$$bigllvert na_n(z-a)^{-1}+(n+1)a_{n+1}+cdotsbigrrvertleqslantbigllvert a_n+a_{n+1}(z-a)+cdotsbigrrvert,$$which is impossible, because the LHS tends to $+infty$ when $zto a$, whereas the RHS tends to $lvert a_nrvert$.



                          So, since $f$ has no zeros and $mathbb C$ is simply connected, there is indeed an entire function $g$ such that $f=e^g$. You proved that $g'$ is bounded. Therefore, by Liouville's therem, it is constant. So there are constants $k$ and $c$ such that $(forall zinmathbb{C}):g(z)=cz+k$and therefore$$(forall zinmathbb{C}):f(z)=e^{g(z)}=e^{cz+k}=e^ke^{cz}.$$






                          share|cite|improve this answer









                          $endgroup$



                          Note that $f$ has not zeros. In fact, if $a$ is a zero of $f$ of order $ninmathbb N$, then $a$ is a zero of $f'$ os order $n-1$. But then, near $a$, the inequality $bigllvert f'(z)bigrrvertleqslantbigllvert f(z)bigrrvert$ means$$bigllvert na_n(z-a)^{n-1}+(n+1)a_{n+1}(z-a)^n+cdotsbigrrvertleqslantbigllvert a_n(z-a)^n+a_{n+1}(z-a)^{n+1}+cdotsbigrrvert.$$Now, dividing both sides by $bigllvert(z-a)^nbigrrvert$, you get that$$bigllvert na_n(z-a)^{-1}+(n+1)a_{n+1}+cdotsbigrrvertleqslantbigllvert a_n+a_{n+1}(z-a)+cdotsbigrrvert,$$which is impossible, because the LHS tends to $+infty$ when $zto a$, whereas the RHS tends to $lvert a_nrvert$.



                          So, since $f$ has no zeros and $mathbb C$ is simply connected, there is indeed an entire function $g$ such that $f=e^g$. You proved that $g'$ is bounded. Therefore, by Liouville's therem, it is constant. So there are constants $k$ and $c$ such that $(forall zinmathbb{C}):g(z)=cz+k$and therefore$$(forall zinmathbb{C}):f(z)=e^{g(z)}=e^{cz+k}=e^ke^{cz}.$$







                          share|cite|improve this answer












                          share|cite|improve this answer



                          share|cite|improve this answer










                          answered Dec 6 '18 at 23:19









                          José Carlos SantosJosé Carlos Santos

                          154k22123226




                          154k22123226






























                              draft saved

                              draft discarded




















































                              Thanks for contributing an answer to Mathematics Stack Exchange!


                              • Please be sure to answer the question. Provide details and share your research!

                              But avoid



                              • Asking for help, clarification, or responding to other answers.

                              • Making statements based on opinion; back them up with references or personal experience.


                              Use MathJax to format equations. MathJax reference.


                              To learn more, see our tips on writing great answers.




                              draft saved


                              draft discarded














                              StackExchange.ready(
                              function () {
                              StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f3029165%2fprove-that-there-exists-complex-numbers-a-and-c-such-that-fz-aecz%23new-answer', 'question_page');
                              }
                              );

                              Post as a guest















                              Required, but never shown





















































                              Required, but never shown














                              Required, but never shown












                              Required, but never shown







                              Required, but never shown

































                              Required, but never shown














                              Required, but never shown












                              Required, but never shown







                              Required, but never shown







                              Popular posts from this blog

                              Berounka

                              Sphinx de Gizeh

                              Different font size/position of beamer's navigation symbols template's content depending on regular/plain...