• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Function Inverse Question.

Status
Not open for further replies.

dorion

Senior member
I've been reading up on Reversible Logic and encountered a problem that I can't figure out.

If I have the function f(x, y) = (y, x) which I'm pretty sure is bijective, what is it's inverse? From what I see f(f(RxR)) is equal to f-1(f(RxR)) so that means f = f-1? If it does what is the name for this class of functions, cause I'm pretty sure that a function within this class that performs an operation similar to And or Or would be very useful for me to know about.
 
A function which is its own inverse is called involution, and yes, that's one example. It's a fairly general concept defined only by f=f-1, can't see how knowing the name would help with and/or...
 
I've been reading up on Reversible Logic and encountered a problem that I can't figure out.

If I have the function f(x, y) = (y, x) which I'm pretty sure is bijective, what is it's inverse? From what I see f(f(RxR)) is equal to f-1(f(RxR)) so that means f = f-1? If it does what is the name for this class of functions, cause I'm pretty sure that a function within this class that performs an operation similar to And or Or would be very useful for me to know about.

AND and OR are binary operators. Functions in this space are pretty basic, either mapping to T or F, 0 or 1, etc. I don't see how involutions or bijections are interesting in space with 2 elements.
 
Status
Not open for further replies.
Back
Top