I understand that ideally one should add
<link rel="amphtml" href="http://www.example.com/url/to/amp/document.html">
to the non amp page and
<link rel="canonical" href="http://www.example.com/url/to/standard/document.html">
to the amp page
However, unfortunately I don't have permissions to be able to add the link rel="amphtml" to the standard page (non amp page). Is it mandatory to have this for amp pages to be indexed and cached by google or does it just mean that search "credit" of the original page just wont be applied for the amp page.
What are the implications if I create my amp pages without the link from the original page?