Passing to the quotient (function)

From Maths
Revision as of 16:18, 10 July 2016 by Alec (Talk | contribs) (Tidied up a bit, fixed a typo or two.)

Jump to: navigation, search

Definition

Given a function, f:XY and another function, w:XW (I have chosen W to mean "whatever") we can say:

f may be factored through w

if f and w are such that:

  • x,yX[w(x)=w(y)f(x)=f(y)]
    (this is the same as: x,yX[f(x)f(y)w(x)w(y)])

Then f induces a function, ˜f such that f=˜fw, or more simply that the following diagram commutes:

Diagram

Note:

  1. ˜f may be explicitly written as ˜f:WY by ˜f:vf(w1(v))
    • Or indeed ˜f:=fw1
    • This is actually an abuse of notation as w1(xW) is a subset of X, however it is safe to use it because (as is proved below) f of any element of w1(xW) for a given x is the same.
  2. The function ˜f is unique if w is surjective

Points to remember

  • Remembering the requirements:
    We want to induce a function ˜f:WY - 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:vf(w1(v))

[Expand]

Claim: if w is surjective then the induced ˜f is unique

References

  1. Jump up to: 1.0 1.1 This is my (Alec's) own work