A function f:A→B is a rule of assignment s.t. ∀a∈A, ∃!b∈B with f(a)=b

f: A→B ft.

f is injective ↔ f(a)=f(a') ⇒ a=a'

f is surjective ↔ ∀b∈B, ∃a∈A s.t. f(a)=b

f is bijective ↔ ∀b∈B, ∃!a∈A s.t. f(a)=b


질문.

∃h: B→A s.t. f(h(b))=b for all b∈B ↔ f is surj.

여기서 surjective 하지만 injective 하지 않는 함수f가 있나요??

어떻게 떠올리면 좋을까요?