View Full Version : Composite Functions
If f:A -> B and g:B -> C are functions, is this true: f o g is also a function and (f o g) ^-1 = gof
I think this isn't true, but if this isn't the case, could someone please tell me a counter example?? Thanks
modmans2ndcoming
Sep27-04, 01:24 PM
the first part is true, but the send part is false. since it is an and statement the entire statement is false. if it were an or statement, it would be true.
I think I am right but I can't remember right now if the mapping from A to B gets changed when you take the inverse or what. either way, it should not be a function any more.
matt grime
Sep28-04, 03:38 AM
fog is not a function, composition reads from right to left. gof is a function.
HallsofIvy
Sep28-04, 07:18 AM
Assuming f:A->B and g:B->C then gof is a function from A to C.
No, it is NOT true that (gof)-1= fog. As matt grime pointed out, that's not even a function: g goes from B to C and C is not the domain of f.
What IS true, in this case, is that (gof)-1= f-1og-1 which is probably what you meant.
Notice that, since f:A->B, f-1:B->A and, since g:B->C, g-1:C->B. That means that both (gof)-1 and f-1og-1 are from C to A.
vBulletin® v3.8.7, Copyright ©2000-2012, vBulletin Solutions, Inc.