Difference between revisions of "Passing to the quotient (function)"
From Maths
m (Tidied up a bit, fixed a typo or two.) |
m (Alec moved page Factor (function) to Passing to the quotient (function): Name makes more sense) |
(No difference)
|
Revision as of 17:42, 8 October 2016
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)])
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