First of all I would like to say that I have already found similar questions on stack exchange but somehow my confusion regarding the definition of an implicit function still linger.
The title says it all, but here's the question: what is really the TRUE definition of an implicit function?
I've scoured the internet and books for definitions and what I've found is that the word implicit function is used/defined in two ways:
An implicit function is an equation involving two variables (e.g., x and y) that is possible to solve for y in terms of x but is sometimes hard/messy/impractical. An example of an implicit function using this definition is $x^2+y^2=1$. (some sources: MITx, statisticshowto)
Given a relation of the form $f(x,y,)=g(x,y)$ where $f$ and $g$ are functions, an implicit function is any function we get by taking the relation f(x,y,)=g(x,y) and solving for y. An example of an implicit function using this definition would be: $y=+\sqrt{(1-x^2)}$ and $y=-\sqrt{(1-x^2)}$ from the relation $x^2+y^2=1$. The functions $y=+\sqrt{(1-x^2)}$ and $y=-\sqrt{(1-x^2)}$ are also called the implicit function of the relation $x^2+y^2=1$. Some implicit functions from a relation can also be impractical/hard/messy to find. (Source:dartmouthpdf, definition clipped from dartmouth pdf).
This is my confusion: on one hand, definition 1. says that an implicit function is the equation $x^2+y^2=1$. On the other hand, definition 2. says that an implicit function is the function that we get by isolating y from a relation of the form $f(x,y)=g(x,y)$ where $f$ and $g$ are functions (e.g., $y=+\sqrt{(1-x^2)}$ and $y=-\sqrt{(1-x^2)}$ from the relation $x^2+y^2=1$)
On one hand, some resources refer to the $x^2+y^2=1$ as the implicit function. On the other, some refer to $x^2+y^2=1$ as a relation which has two implicit functions: $y=+\sqrt{(1-x^2)}$ and $y=-\sqrt{(1-x^2)}$.
Thank you for reading my question.