- Trending Categories
Data Structure
Networking
RDBMS
Operating System
Java
iOS
HTML
CSS
Android
Python
C Programming
C++
C#
MongoDB
MySQL
Javascript
PHP
Physics
Chemistry
Biology
Mathematics
English
Economics
Psychology
Social Studies
Fashion Studies
Legal Studies
- Selected Reading
- UPSC IAS Exams Notes
- Developer's Best Practices
- Questions and Answers
- Effective Resume Writing
- HR Interview Questions
- Computer Glossary
- Who is Who
Inverse of function of Set
The inverse of a one-to-one corresponding function f: A → B, is the function g: B → A, holding the following property −
f(x) = y ⇔ g(y) = x
The function f is called invertible if its inverse function g exists.
Example
A Function f : Z → Z, f(x)=x+5, is invertible since it has the inverse function g : Z → Z, g(x)= x-5.
A Function f : Z → Z, f(x)=x2 is not invertiable since this is not one-to-one as (-x)2=x2.
- Related Articles
- Find the additive inverse of $-10$.
- Find the additive inverse of $-9$.
- Find the Additive inverse of -11
- The additive inverse of $-6$ is ___.
- What is the inverse of 5 ?
- What is additive inverse of 0
- What is the additive inverse of 17?
- What is the additive inverse of zero?
- What is the additive inverse of $-9$?
- What is the additive inverse of $-85$?
- The Inverse Square Law of Illuminance (Laws of Illumination)
- What is Additive inverse and Multiplicative inverse?
- The multiplicative inverse of $frac{-3}{6}$ is____.
- What is the additive inverse of $1263450000000-0000052356000$?
- C++ Program to Find Inverse of a Graph Matrix

Advertisements