markdown
写像の基本md e9819e1
lecture/math/discrete-math/map-basics.lecture.n.md
Download PDF

写像しゃぞうmap基本きほん

date2026-07-14document_iddoc_1f3be400960b5a702189f4e26e4e23f4description写像を、各入力にただ一つの出力を割り当てる特別な関係として定義し、定義域、終域、値域、像、逆像を整理する講義である。prerequisites集合の基本 / 直積集合の基本 / 関係の基本type講義content_typelecturestatusactiverelateddata/lecture/math/discrete-math/discrete-mathematics-portal.lecture.n.md / data/lecture/math/discrete-math/relation-basics.lecture.n.md / data/lecture/math/discrete-math/images-and-preimages-of-maps.lecture.n.md / data/lecture/math/discrete-math/injections-surjections-and-bijections.lecture.n.md / data/lecture/math/discrete-math/composition-and-inverse-maps.lecture.n.md / data/exercise/math/discrete-math/maps-injections-and-surjections.exercise.n.md
mathdiscrete-mathmapfunctionlecture

Basics of maps写像しゃぞう

1導入どうにゅう

写像しゃぞうmap最初さいしょ固定こていすべきいは、「かく入力にゅうりょくinputたいして、出力しゅつりょくoutput一意いちいめているか」である。写像しゃぞうmapは、関係かんけいrelation一種いっしゅであるが、任意にんい関係かんけいrelationよりも条件じょうけんつよい。

この条件じょうけんがあるから、f(a) という記号きごう意味いみつ。1 つの a複数ふくすう出力しゅつりょくoutput対応たいおうすれば、f(a) は 1 つのあたいvalueとしてさだまらない。対応たいおうする出力しゅつりょくoutput存在そんざいしなければ、f(a)未定義みていぎになる。

写像しゃぞうmap必須ひっすなのは、かく入力にゅうりょくinput出力しゅつりょくがちょうど 1 つまることである。ことなる入力にゅうりょくおな出力しゅつりょくくことはゆるされる。「ことなる入力にゅうりょくことなる出力しゅつりょくおくる」という追加ついか条件じょうけん単射性たんしゃせいinjectivityといい、その条件じょうけんたす写像しゃぞうmap単射たんしゃinjectionぶ。

1Introduction

The first question for a map写像しゃぞう is whether each input入力にゅうりょく determines a unique output出力しゅつりょく. A map is a special kind of relation関係かんけい, but it has stronger conditions than an arbitrary relation.

This condition is what makes the notation f(a) meaningful. If one a had several outputs, f(a) would not be a single valueあたい. If it had no output, f(a) would be undefined.

What a map requires is exactly one output for each input. Different inputs may have the same output. The additional condition that different inputs have different outputs will later be called injectivity単射たんしゃ.

2用語ようご定義ていぎ

集合しゅうごうset A,Bたいして、写像しゃぞうmap f:AB とは、かく aAたいして、一意いちいbB対応たいおうさせる規則きそくである。

A定義域ていぎいきdomainB終域しゅういきcodomainという。a対応たいおうするあたいvaluef(a)く。値域ちいきrangeまたはぞうimageは、実際じっさいあらわれる出力しゅつりょくoutput集合しゅうごうであり、

f(A)={f(a)aA}

である。つねf(A)B である。

2Terms and definition

For sets集合しゅうごう A,B, a map写像しゃぞう f:AB is a rule assigning to each aA a unique element bB.

The set A is the domain定義域ていぎいき, and B is the codomain終域しゅういき. The assigned valueあたい is written f(a). The range値域ちいき, or imageぞう, is the set of outputs出力しゅつりょく that actually appear:

f(A)={f(a)aA}.

Always f(A)B.

3ぞうimage逆像ぎゃくぞうpreimage

部分集合ぶぶんしゅうごうsubset SAぞうimage

f(S)={f(a)aS}

である。部分集合ぶぶんしゅうごうsubset TB逆像ぎゃくぞうpreimage

f-1(T)={aAf(a)T}

である。ここで f-1(T)逆写像ぎゃくしゃぞうinverse map仮定かていしている記号きごうではない。逆像ぎゃくぞうpreimageは、任意にんい写像しゃぞうmap定義ていぎできる。

3Imagesぞう and preimages逆像ぎゃくぞう

For a subset部分集合ぶぶんしゅうごう SA, the imageぞう of S is

f(S)={f(a)aS}.

For a subset TB, the preimage逆像ぎゃくぞう is

f-1(T)={aAf(a)T}.

The notation f-1(T) does not assume that an inverse map逆写像ぎゃくしゃぞう exists. A preimage is defined for every map写像しゃぞう.

4方針ほうしん

写像しゃぞうmap確認かくにんするときは、つぎの 2 てんける。

  1. かく aAたいして、すくなくとも 1 つの出力しゅつりょくoutput存在そんざいするか。
  2. かく aAたいして、出力しゅつりょくoutput高々たかだか 1 つか。

両方りょうほう成立せいりつするとき、出力しゅつりょくoutputは[ちょうど 1 つ]であり、写像しゃぞうmapである。関係かんけいrelationとしてるなら、fA×B部分集合ぶぶんしゅうごうsubsetであり、かく aAたいして (a,b)f となる b が[ちょうど 1 つ]である。

data/lecture/math/discrete-math/relation-basics.lecture.n.md

4Strategy

To check whether a relation is a map写像しゃぞう, separate two requirements.

  1. For every aA, at least one output出力しゅつりょく exists.
  2. For every aA, at most one output exists.

If both hold, each input has exactly one output, and the relation is a map. From the relation関係かんけい viewpoint, f is a subset部分集合ぶぶんしゅうごう of A×B such that for every aA there is exactly one b with (a,b)f.

data/lecture/math/discrete-math/relation-basics.lecture.n.md

5直感的ちょっかんてき説明せつめい

写像しゃぞうmapは、入力側にゅうりょくがわかくげんelementから出力側しゅつりょくがわへ 1 ぽんずつ矢印やじるしとしてかんがえられる。かく入力にゅうりょくinputから矢印やじるしかならず 1 ぽんだけることが写像しゃぞうmap条件じょうけんである。

出力側しゅつりょくがわげんelementには、矢印やじるしが 0 ほんしかはいらないことも、複数ふくすうほんはいることもある。これは写像しゃぞうmapであること自体じたいには問題もんだいない。これらをさらに制限せいげんすると、単射たんしゃinjection全射ぜんしゃsurjectionになる。

機械きかいmachineとしてると、えているのは入力にゅうりょくから出力しゅつりょくへの対応たいおうである。一方いっぽう定義域ていぎいきdomainかくげんelementかなら処理しょりすることと、終域しゅういきcodomainなか出力しゅつりょくすることは保存ほぞんされる。

data/lecture/math/discrete-math/injections-surjections-and-bijections.lecture.n.md

5Intuitive explanation

A map写像しゃぞう can be pictured as drawing one arrow from each elementげん on the input side to the output side. The defining condition is that exactly one arrow leaves every input入力にゅうりょく.

An element on the output side may have no incoming arrows, or it may have several incoming arrows. That is not a problem for being a map. Additional restrictions on these incoming arrows lead to injections単射たんしゃ and surjections全射ぜんしゃ.

In the machine picture, the assignment from inputs to outputs may vary. What remains fixed is that every element of the domain定義域ていぎいき is processed exactly once and that every resulting output lies in the codomain終域しゅういき.

data/lecture/math/discrete-math/injections-surjections-and-bijections.lecture.n.md

6厳密げんみつ説明せつめい

写像しゃぞうmap f:ABぞうimage逆像ぎゃくぞうpreimageは、きがちがう。ぞうimageA がわ部分集合ぶぶんしゅうごうsubsetB がわおくる。

SAf(S)B

逆像ぎゃくぞうpreimageB がわ部分集合ぶぶんしゅうごうsubsetA がわもどす。

TBf-1(T)A

逆像ぎゃくぞうpreimageは、写像しゃぞうmap単射たんしゃinjectionでも全射ぜんしゃsurjectionでもない場合ばあいにも定義ていぎできる。

6Precise explanation

For a map写像しゃぞう f:AB, imagesぞう and preimages逆像ぎゃくぞう go in opposite directions. An image sends a subset部分集合ぶぶんしゅうごう of the A side to the B side:

SAf(S)B.

A preimage sends a subset of the B side back to the A side:

TBf-1(T)A.

A preimage is defined even when the map is neither an injection単射たんしゃ nor a surjection全射ぜんしゃ.

7例題れいだい終域しゅういきcodomain値域ちいきrange区別くべつする

7.1問題もんだい

f:{1,2,3}{a,b,c,d}f(1)=af(2)=bf(3)=b定義ていぎする。終域しゅういきcodomain値域ちいきrangeもとめよ。

7Worked example: distinguish codomain終域しゅういき and range値域ちいき

7.1Problem

Define f:{1,2,3}{a,b,c,d} by f(1)=a, f(2)=b, and f(3)=b. Find the codomain終域しゅういき and the range値域ちいき.

7.2解説かいせつ

終域しゅういきcodomainは、写像しゃぞうmapかたとしてさき指定していされた集合しゅうごうsetである。したがって終域しゅういきcodomain{a,b,c,d} である。

値域ちいきrangeは、実際じっさいあたいとしてあらわれる出力しゅつりょくoutput集合しゅうごうである。このれいでは ab だけがあらわれるので、

f({1,2,3})={a,b}

である。c,d終域しゅういきcodomainにはふくまれるが、値域ちいきrangeにはふくまれない。

解答かいとうでは、ひょう矢印図やじるしずだけでなく、定義域ていぎいきdomain終域しゅういきcodomain対応規則たいおうきそく言葉ことばでも確認かくにんする。未定義みていぎ入力にゅうりょくや 2 つの出力しゅつりょく入力にゅうりょくがあれば、写像しゃぞうmapではない。

7.2Explanation

The codomain終域しゅういき is the set集合しゅうごう specified in advance as part of the type of the map写像しゃぞう. Therefore the codomain is {a,b,c,d}.

The range値域ちいき is the set of outputs出力しゅつりょく that actually occur as values. In this example only a and b occur, so

f({1,2,3})={a,b}.

The elements c,d are in the codomain, but not in the range.

When checking a proposed map, do not rely only on a table or arrow diagram: identify the domain定義域ていぎいき, codomain, and assignment rule explicitly. If some input has no value or has two values, the proposed relation is not a map.

8わるものと保存ほぞんされるもの

単射性たんしゃせいinjectivityとは、ことなる入力にゅうりょくinputことなる出力しゅつりょくoutputおくられることである。全射性ぜんしゃせいsurjectivityとは、終域しゅういきcodomainかくげんelementすくなくとも 1 つの入力にゅうりょくinputあたいvalueになることであり、f(A)=B同値どうちである。つぎひょうでは、定義域ていぎいきdomain終域しゅういきcodomain変更へんこうがこれらの性質せいしつへどう影響えいきょうするかをくらべる。

変更へんこうわるもの保存ほぞんされるもの
終域しゅういきcodomainひろげる全射性ぜんしゃせいsurjectivity判定はんていかく入力にゅうりょくinputあたいvalue
定義域ていぎいきdomain制限せいげんする値域ちいきrange単射たんしゃinjectionでなかった写像しゃぞうmap単射たんしゃinjectionになることもあるのこった入力にゅうりょくinputあたいvalue。もともと単射たんしゃinjectionなら単射性たんしゃせいinjectivityたもたれる

終域しゅういきcodomainひろげたりせばめたりすると、おな対応規則たいおうきそくでも全射性ぜんしゃせいsurjectivityわることがある。一方いっぽうぞうimage定義域ていぎいきdomain対応規則たいおうきそくからまる。

ただし、終域しゅういきcodomainせばめておな写像しゃぞうmap対応規則たいおうきそくたもつには、あたらしい終域しゅういきcodomain値域ちいきrange f(A)ふくまなければならない。f(A)げんelementのぞけば、ある入力にゅうりょくinputあたいvalue終域しゅういきcodomainそとるため、そのかた写像しゃぞうmapではなくなる。

8What changes and what is preserved

Injectivity単射性たんしゃせい means that different inputs入力にゅうりょく are sent to different outputs出力しゅつりょく. Surjectivity全射性ぜんしゃせい means that every element of the codomain終域しゅういき is the valueあたい of at least one input, equivalently f(A)=B. The following table compares how changing the domain定義域ていぎいき or codomain affects these properties.

ChangeWhat changesWhat is preserved
Enlarging the codomain終域しゅういきwhether surjectivity全射性ぜんしゃせい holdsthe valueあたい of each input入力にゅうりょく
Restricting the domain定義域ていぎいきthe range値域ちいき; a non-injective map may become an injection単射たんしゃthe values of the remaining inputs; an injection remains injective

Enlarging or narrowing the codomain終域しゅういき can change whether the same assignment rule is surjective全射ぜんしゃ. The imageぞう, by contrast, is determined by the domain and the assignment rule.

There is one necessary qualification when narrowing the codomain: the new codomain must still contain the range値域ちいき f(A). If an element of f(A) is removed, some input value lies outside the declared codomain, so the rule no longer defines a map of that type.

9見分みわかた関連かんれんリンク

  • かく入力にゅうりょくinput出力しゅつりょくoutputが[ちょうど 1 つ]なら、写像しゃぞうmapである。
  • 1 つの入力にゅうりょくinput複数ふくすう出力しゅつりょくoutput対応たいおうするなら、写像しゃぞうmapではない。
  • 終域しゅういきcodomainさき指定していされた出力しゅつりょくoutput候補こうほ全体ぜんたいである。
  • 値域ちいきrange実際じっさい到達とうたつする出力しゅつりょくoutput集合しゅうごうである。
  • 逆像ぎゃくぞうpreimage逆写像ぎゃくしゃぞうinverse map存在そんざいしなくても定義ていぎできる。
data/lecture/math/discrete-math/images-and-preimages-of-maps.lecture.n.md data/lecture/math/discrete-math/injections-surjections-and-bijections.lecture.n.md data/lecture/math/discrete-math/composition-and-inverse-maps.lecture.n.md

9How to check and related links

  • If every input入力にゅうりょく has exactly one output出力しゅつりょく, it is a map写像しゃぞう.
  • If one input has multiple outputs, it is not a map.
  • The codomain終域しゅういき is the declared set of possible outputs.
  • The range値域ちいき is the set of outputs actually reached.
  • A preimage逆像ぎゃくぞう is defined even when no inverse map逆写像ぎゃくしゃぞう exists.
data/lecture/math/discrete-math/images-and-preimages-of-maps.lecture.n.md data/lecture/math/discrete-math/injections-surjections-and-bijections.lecture.n.md data/lecture/math/discrete-math/composition-and-inverse-maps.lecture.n.md
raw .n.md をコピー
loc をコピー (filepath:line ~ line)
copy share link
copy encoded share link
path をコピー
copy share link
copy encoded share link
copy share link
copy encoded share link
タブを全て閉じる