analysis Definition Left-sided Limit Let f:D→R be a function.f has a left-sided limitc∈R at x0∈D if the function values approach c as x approaches x0 from the left (x<x0). x→x0−limf(x)=c⟺∀ε>0:∃δ>0:∀x∈D:(x0−δ<x<x0⟹∣f(x)−c∣<ε) Equivalently, using the sequential definition: x→x0−limf(x)=c⟺∀(xn)⊆D:(xn<x0∧n→∞limxn=x0⟹n→∞limf(xn)=c)