Your definitions of one-to-one and onto are somewhat incorrect.

One-to-one (aka injective) means that F(s) = F(s') only happens if s=s'. In other words no more than one value will map to a given target.

Onto (aka surjective) means that for each t in the target space T there is an s such that F(s)=t.

The necessity that F(s) not have 2 values (which you gave as a definition of being one-to-one) is required for F to be a function. The requirement of "exactly one" that you stated for onto is wrong.

Furthermore any function F that is one-to-one has a unique local inverse function G from its image in T back to S such that G(F(s)) is s for all s in S. For G to truly be the inverse of F, you also need F(G(t)) to be t for all t in T, which requires that F be onto.

Therefore any function which is one-to-one and onto is called invertible (because it has an inverse function).

And the entire discussion about strings comes down to this. The ++ operation is not onto the set of alphanumeric strings, and therefore does not have an inverse from the set of all strings. Therefore there is no natural way to define a general -- operator for strings, so none has been defined.

(Exercise for the interested reader - search the archives of p5p for past discussions of the -- operator on strings. I know that it has been discussed extensively there, and am just too lazy to search for it.)


In reply to Re: Re: $a++ allowed by $a-- is not ! why? by tilly
in thread $a++ allowed by $a-- is not ! why? by abhishes

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.