What are some examples of triplet of functions- $(f,g,h)$ such that:
$f(h(a,b,c),c)=a$, and $g(h(a,b,c),c)=b$
The functions $f, g, h$ are defined for all $a, b, c, d ∈ R$
Hint: We observe such triplet of functions $(f, g, h)$ in the Division operation(for a particular case where $a, b, c, d$ all are positive integers, and $c>b$):
$h (a, b, c) = a×c + b$
$G.I.F.[h(a, b, c)/c] = a$
$mod[h(a, b, c), c] = b$
Here, a= Quotient, b= Remainder, c= Divisor, and h(a, b, c)= Dividend
Basically, in the function "$h$" we have used three parameters- a, b, and c to retrieve an output. But, in the other two functions "$f$" and "$g$", we have used that output and one of the inputs of function "$h$"- c to get the other two inputs- a and b.
So, what are some other triplets of the functions- (f, g, h), apart from the case shown as an example that satisfy the same set of conditions?