Mathematics11 min read·

Mathematical Notation Demystified

Sigma notation, function composition, set theory shorthand — the symbolic language you actually need before tackling quant finance maths.

The Language Before the Maths

Here is a confession that nobody in quantitative finance likes to make: a solid chunk of what makes academic papers and textbooks feel impenetrable is not the ideas — it is the notation. The concepts behind portfolio variance or option pricing are genuinely elegant. But they are written in a shorthand that assumes you already speak the language fluently.

If you have ever stared at a wall of sigmas, subscripts, and greek letters and thought "I am sure this means something, I just have no idea what," then this post is for you.

Mathematical notation is really just a compression algorithm. Instead of writing "add up the first hundred numbers," we write i=1100i\sum_{i=1}^{100} i. Shorter, precise, and — once you know the convention — genuinely clearer. The trick is getting to that "once you know" part.


Functions: The Building Blocks

A function takes an input and returns exactly one output. You have been using functions your entire life — a tax calculator, a recipe, a lookup table. In maths, we formalise it:

f(x)=2x+3f(x) = 2x + 3

Put in 4, get 11. Simple enough. But in finance, functions get more interesting:

  • Payoff functions: the value of an option at expiry is max(SK,0)\max(S - K, 0) for a call — a piecewise function that behaves differently above and below the strike price
  • Utility functions: models of how investors feel about risk, often logarithmic or power functions
  • Pricing functions: the Black-Scholes formula is really just a (rather complicated) function of five inputs

The concept of domain and range matters too. A stock price model has domain S>0S > 0 because prices cannot be negative. Get the domain wrong and your model will happily output nonsense.


Sigma Notation — Your New Best Friend

You will see Σ\Sigma everywhere in quant finance. It means "add up":

i=1nxi=x1+x2++xn\sum_{i=1}^{n} x_i = x_1 + x_2 + \cdots + x_n

Portfolio value? If you hold wiw_i units of asset ii at price PiP_i:

V=i=1nwiPiV = \sum_{i=1}^{n} w_i P_i

Average return? Divide the sum by nn:

rˉ=1ni=1nri\bar{r} = \frac{1}{n} \sum_{i=1}^{n} r_i

Variance? Measures how spread out returns are:

s2=1n1i=1n(rirˉ)2s^2 = \frac{1}{n-1} \sum_{i=1}^{n} (r_i - \bar{r})^2

Once sigma notation clicks, you will find that formulas that looked horrifying are actually quite readable. The statistics module builds heavily on this.

There is also product notation (Π\Pi), which multiplies instead of adds. Cumulative returns use this: i=1n(1+ri)\prod_{i=1}^{n} (1 + r_i) gives you the total growth factor of an investment.


Composition and Inverses

Composition is chaining functions. If f(x)=x2f(x) = x^2 and g(x)=x+1g(x) = x + 1, then f(g(x))=(x+1)2f(g(x)) = (x+1)^2. Order matters — g(f(x))=x2+1g(f(x)) = x^2 + 1, which is different.

In finance, composition is everywhere. Suppose r(t)r(t) gives the interest rate at time tt, and PV(r)PV(r) gives the present value at rate rr. Then PV(r(t))PV(r(t)) chains them: get today's rate, then use it to discount. If you have come across time value of money calculations, you have already been composing functions.

Inverse functions undo what the original did. The exponential and natural logarithm are inverses: eln(x)=xe^{\ln(x)} = x. This is why logarithms appear constantly in finance — they "undo" compound growth so you can work with additive returns instead.


Greek Letters — A Quick Reference

Quant finance borrows heavily from the Greek alphabet. Here is a cheat sheet you will actually use:

SymbolNameTypical Use
α\alphaAlphaExcess return, significance level
β\betaBetaMarket sensitivity (CAPM)
γ\gammaGammaRate of change of delta (options)
δ,Δ\delta, \DeltaDeltaChange, option sensitivity
σ\sigmaSigmaVolatility, standard deviation
μ\muMuMean, expected return
ρ\rhoRhoCorrelation, rate sensitivity
θ\thetaThetaTime decay (options)
λ\lambdaLambdaHazard rate, decay factor

You will meet most of these again in the Greeks and probability modules.


Sets and Logical Shorthand

You will occasionally see set notation in formal definitions:

  • \in means "is a member of" — xRx \in \mathbb{R} means xx is a real number
  • \forall means "for all" — x>0\forall x > 0 means "this holds for every positive xx"
  • \exists means "there exists" — used in existence theorems

You do not need to become a set theory expert, but recognising these symbols will stop you from bouncing off academic papers. The Investopedia glossary is genuinely handy for looking up financial terms alongside the maths.


If-Then Reasoning and Counterexamples

Most mathematical results in finance take the form: "If [conditions hold], then [conclusion follows]."

The Black-Scholes model is a perfect example: if stock returns are lognormally distributed, volatility is constant, and markets are frictionless, then the option price is given by the formula. The conditions rarely hold perfectly in practice — which is why understanding assumptions matters as much as memorising formulas.

A counterexample disproves a universal claim. "All stock returns are normally distributed" — find a single stock with skewed returns and you have disproved it. This kind of critical thinking is what separates good quants from formula-memorisers.


Where to Go From Here

This notation is the alphabet. The next step is learning to read sentences — which means exponentials and logarithms, then calculus, and eventually probability.

If you want to go deeper with interactive examples and coding exercises that bring these concepts to life, Quantt covers all of this — and a lot more — in structured, bite-sized modules designed for people who want to break into quant finance without drowning in textbooks.

The notation might feel like a barrier now, but it is genuinely a superpower once it clicks. And it clicks faster than you think.

Want to go deeper on Mathematical Notation Demystified?

This article covers the essentials — next, open your free Quantt prep workspace: a real course lesson, interview practice, and a preview of your personalised plan.

Free lesson + interview practice · No credit card required