2026-09-13

1981: Identity Map Is Bijection

<The previous article in this series | The table of contents of this series | The next article in this series>

description/proof of that identity map is bijection

Topics


About: set

The table of contents of this article


Starting Context



Target Context


  • The reader will have a description and a proof of the proposition that any identity map is a bijection.

Orientation


There is a list of definitions discussed so far in this site.

There is a list of propositions discussed so far in this site.


Main Body


1: Structured Description


Here is the rules of Structured Description.

Entities:
\(S\): \(\in \{\text{ the sets }\}\)
\(id_S\): \(: S \to S, s \mapsto s\)
//

Statements:
\(id_S \in \{\text{ the bijections }\}\)
//


2: Proof


Whole Strategy: Step 1: see that \(id_S\) is an injection and a surjection.

Step 1:

\(id_S\) is an injection, because for each \(s_1, s_2 \in S\) such that \(s_1 \neq s_2\), \(id_S (s_1) = s_1 \neq s_2 = id_S (s_2)\).

\(id_S\) is a surjection, because for each \(s \in S\), \(id_S (s) = s\).

So, \(id_S\) is a bijection.


References


<The previous article in this series | The table of contents of this series | The next article in this series>