Proving Inverse Functions: Multiplicative Relationships

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
3 replies · 1K views
PFuser1232
Messages
479
Reaction score
20
Is there a way to formally prove that if ##f## and ##g## are multiplicative inverses of each other, then ##f^{-1} (x) = g^{-1} (\frac{1}{x})##?
 
Physics news on Phys.org
I'd start by testing a number of special cases and see what approach the trickier special cases suggest.

Simple special cases almost never suggest approaches to proof, but the tricky special cases often do.
 
MohammedRady97 said:
Is there a way to formally prove that if ##f## and ##g## are multiplicative inverses of each other, then ##f^{-1} (x) = g^{-1} (\frac{1}{x})##?

Let [itex]h[/itex] be the function which takes [itex]x[/itex] to [itex]1/x[/itex]. Now if [itex]f(x)g(x) = 1[/itex] for all [itex]x[/itex] then [itex]f = h \circ g[/itex]. Then [itex]f^{-1} = g^{-1} \circ h^{-1}[/itex]. But [itex]h = h^{-1}[/itex] so [itex]f^{-1} = g^{-1} \circ h[/itex] as required.
 
  • Like
Likes   Reactions: PFuser1232
pasmith said:
Let [itex]h[/itex] be the function which takes [itex]x[/itex] to [itex]1/x[/itex]. Now if [itex]f(x)g(x) = 1[/itex] for all [itex]x[/itex] then [itex]f = h \circ g[/itex]. Then [itex]f^{-1} = g^{-1} \circ h^{-1}[/itex]. But [itex]h = h^{-1}[/itex] so [itex]f^{-1} = g^{-1} \circ h[/itex] as required.
Perfect. Thanks!