Line Tests for Functions
Definition of Function
  • symbol: f : XY
  • spoken: f  is a function from X to Y.
  • meaning: For every input x in the set X, there exists exactly one output y =  f (x) in the set Y.
  • meaning in symbols: xX ( ∃ !yY (  f (x) = y ))
For real-valued functions of one real variable, the meaning is, more specifically,
  • meaning: For every real number x, there exists exactly one real number output y =  f (x).
  • meaning in symbols: xR ( ∃ ! yR (  f (x) = y ))
  • line test: Every vertical line touches the graph of  f (x) exactly once.
For real-valued functions of one real variable with domain AR and codomain BR, the meaning is, more specifically,
  • meaning: For every real number x in the set A, there exists exactly one real number output y =  f (x) in the set B.
  • meaning in symbols: xAR ( ∃ ! yBR (  f (x) = y ))
  • line test: Every vertical line of the form x = a, for aAR, touches the graph of  f (x) exactly once at a point with coordinate y = b, for bBR.
Definition of Onto
  • words: f : XY is onto
  • meaning: For every desired output y in the set Y, there exists at least one input x in the set X such that y =  f.
  • meaning in symbols: yY ( ∃ (at least one) xX (  f (x) = y ))
For real-valued functions of one real variable, the meaning is, more specifically,
  • meaning: For every real number desired output y, there exists at least one real number input x such that y =  f (x).
  • meaning in symbols: yR ( ∃ (at least one) xR (  f (x) = y ))
  • line test: Every horizontal line touches the graph of  f (x) at least once.
For real-valued functions of one real variable with domain AR and codomain BR, the meaning is, more specifically,
  • meaning: For every real number desired output y in the set B, there exists at least one real number input x in the set A such that y =  f (x).
  • meaning in symbols: yBR ( ∃ (at least one) xAR (  f (x) = y ))
  • line test: Every horizontal line of the form y = b, for bBR, touches the graph of  f (x) at least once at a point with coordinate x = a, for aAR.
Definition of One-to-one
  • words: f : XY is one-to-one
  • meaning: For every desired output y in the set Y, there exists at most one input x in the set X such that y =  f.
  • meaning in symbols: yY ( ∃ at most one xX (  f (x) = y ))
For real-valued functions of one real variable, the meaning is, more specifically,
  • meaning: For every real number desired output y, there exists at most one real number input x such that y =  f (x).
  • meaning in symbols: yR ( ∃ at most one xR (  f (x) = y ))
  • line test: Every horizontal line touches the graph of  f (x) at most once.
For real-valued functions of one real variable with domain AR and codomain BR, the meaning is, more specifically,
  • meaning: For every real number desired output y in the set B, there exists at most one real number input x in the set A such that y =  f (x).
  • meaning in symbols: yBR ( ∃ at most one xAR (  f (x) = y ))
  • line test: Every horizontal line of the form y = b, for bBR, touches the graph of  f (x) at most once at a point with coordinate x = a, for aAR.
Definition of One-to-one and Onto
  • words: f : XY is both one-to-one and onto
  • meaning: For every desired output y in the set Y, there exists exactly one input x in the set X such that y =  f.
  • meaning in symbols: yY ( ∃ ! xX (  f (x) = y ))
For real-valued functions of one real variable, the meaning is, more specifically,
  • meaning: For every real number desired output y, there exists exactly one real number input x such that y =  f (x).
  • meaning in symbols: yR ( ∃ ! xR (  f (x) = y ))
  • line test: Every horizontal line touches the graph of  f (x) exactly once.
For real-valued functions of one real variable with domain AR and codomain BR, the meaning is, more specifically,
  • meaning: For every real number desired output y in the set B, there exists exactly one real number input x in the set A such that y =  f (x).
  • meaning in symbols: yBR ( ∃ ! xAR (  f (x) = y ))
  • line test: Every horizontal line of the form y = b, for bBR, touches the graph of  f (x) exactly once at a point with coordinate x = a, for aAR.