Difference between revisions of "Passing to the quotient (function)"
From Maths
(Created page with "==Definition== Given a function, {{M|f:X\rightarrow Y}} and another function, {{M|w:X\rightarrow W}} (I have chosen {{M|W}} to mean "whatever") we can say: : '''{{M|f}} may be...") |
m (Made the diagram a bit neater, added in some points to make it easier to remember) |
||
Line 3: | Line 3: | ||
: '''{{M|f}} may be factored through {{M|w}}''' | : '''{{M|f}} may be factored through {{M|w}}''' | ||
if {{M|f}} and {{M|w}} are such that: | if {{M|f}} and {{M|w}} are such that: | ||
− | * <math>\forall x,y\in X[w(x)=w(y)\implies f(x)=f(y)]</math> (this is the same as: <math>\forall x,y\in X[f(x)\ne f(y)\implies w(x)\ne w(y)]</math>) | + | * <math>\forall x,y\in X[w(x)=w(y)\implies f(x)=f(y)]</math> |
+ | *: (this is the same as: <math>\forall x,y\in X[f(x)\ne f(y)\implies w(x)\ne w(y)]</math>) | ||
Then {{M|f}} ''induces'' a function, {{M|\tilde{f} }} such that <math>f=\tilde{f}\circ w</math>, or more simply that the following [[Commutative diagram|diagram commutes]]: | Then {{M|f}} ''induces'' a function, {{M|\tilde{f} }} such that <math>f=\tilde{f}\circ w</math>, or more simply that the following [[Commutative diagram|diagram commutes]]: | ||
− | : | + | {| class="wikitable" border="1" |
+ | |- | ||
+ | | style="font-size:1.5em;" | <math> | ||
\begin{xy} | \begin{xy} | ||
\xymatrix{ | \xymatrix{ | ||
Line 13: | Line 16: | ||
\end{xy} | \end{xy} | ||
</math> | </math> | ||
+ | |- | ||
+ | ! Diagram | ||
+ | |} | ||
Note: | Note: | ||
# {{M|\tilde{f} }} may be explicitly written as {{M|\tilde{f}:W\rightarrow Y}} by {{M|\tilde{f}:v\mapsto f(w^{-1}(v))}} | # {{M|\tilde{f} }} may be explicitly written as {{M|\tilde{f}:W\rightarrow Y}} by {{M|\tilde{f}:v\mapsto f(w^{-1}(v))}} | ||
+ | #* Or indeed {{M|1=\tilde{f}:=f\circ w^{-1} }} | ||
+ | #* This is actually an abuse of notation as {{M|w^{-1}(x\in W)}} is a subset of {{M|X}}, however it is safe to use it because (as is proved below) {{M|f}} of any element of {{M|w^{-1}(x\in W)}} for a given {{M|x}} is the same. | ||
# The function {{M|\tilde{f} }} is unique if {{M|w}} is [[Surjection|surjective]] | # The function {{M|\tilde{f} }} is unique if {{M|w}} is [[Surjection|surjective]] | ||
+ | ===Points to remember=== | ||
+ | * Remembering the requirements: | ||
+ | *: We want to induce a function {{M|\tilde{f}:W\rightarrow Y}} - if {{M|1=w(x)=w(y)}} then {{M|1=\tilde{f}(w(x))=\tilde{f}(w(y))}} just by composition. | ||
+ | *: If {{M|1=f(x)\ne f(y)}} we're screwed in this case. So it is easy to see that we must have {{M|1=[w(x)=w(y)]\implies[f(x)=f(y)]}} otherwise we cannot proceed. | ||
==Proof of claims== | ==Proof of claims== | ||
{{Begin Theorem}} | {{Begin Theorem}} | ||
Line 57: | Line 69: | ||
{{End Proof}} | {{End Proof}} | ||
{{End Theorem}} | {{End Theorem}} | ||
− | |||
==References== | ==References== | ||
<references/> | <references/> | ||
− | |||
{{Definition|Abstract Algebra}} | {{Definition|Abstract Algebra}} |
Revision as of 00:19, 19 November 2015
Definition
Given a function, f:X→Y and another function, w:X→W (I have chosen W to mean "whatever") we can say:
- f may be factored through w
if f and w are such that:
- ∀x,y∈X[w(x)=w(y)⟹f(x)=f(y)]
- (this is the same as: ∀x,y∈X[f(x)≠f(y)⟹w(x)≠w(y)])
- (this is the same as: ∀x,y∈X[f(x)≠f(y)⟹w(x)≠w(y)]
Then f induces a function, ˜f such that f=˜f∘w, or more simply that the following diagram commutes:
|
Diagram |
---|
Note:
- ˜f may be explicitly written as ˜f:W→Y by ˜f:v↦f(w−1(v))
- Or indeed ˜f:=f∘w−1
- This is actually an abuse of notation as w−1(x∈W) is a subset of X, however it is safe to use it because (as is proved below) f of any element of w−1(x∈W) for a given x is the same.
- The function ˜f is unique if w is surjective
Points to remember
- Remembering the requirements:
- We want to induce a function ˜f:W→Y - if w(x)=w(y) then ˜f(w(x))=˜f(w(y)) just by composition.
- If f(x)≠f(y) we're screwed in this case. So it is easy to see that we must have [w(x)=w(y)]⟹[f(x)=f(y)] otherwise we cannot proceed.
Proof of claims
[Expand]
Claim: the induced function, ˜f exists and is given unambiguously by ˜f:v↦f(w−1(v))
[Expand]
Claim: if w is surjective then the induced ˜f is unique
References
- ↑ Jump up to: 1.0 1.1 This is my (Alec's) own work