Home page for accesible maths Generalities

Style control - access keys in brackets

Font (2 3) - + Letter spacing (4 5) - + Word spacing (6 7) - + Line spacing (8 9) - +

1 Notational conventions

Here is a list of fairly standard concepts in mathematics that we will use in this module. You are mostly expected to be familiar with these concepts already.

  • The symbol := will mean “is defined to be”. Important new words will be in bold.

  • A set is a collection of distinct elements. If A is a set, then the notation xA means “x is an element of A”.

  • :={,-2,-1,0,1,2,} is the set of integers.

  • :={pq|p,q,q0} is the set of rational numbers, or fractions. Here we are using set notation; in words it says “the collection of all numbers of the form pq where p,q are both integers and q is not 0.”

  • If A and B are sets, then AB means A is a subset of B; in other words, every element of A is also an element of B. This includes the case when A=B.

  • If a,b, then a<b means that b is strictly bigger than a, so it is not equal to a. The symbol ab means that b is bigger than or equal to a.

  • We will use logical quantifier symbols (“for all”) and (“there exists”).

  • is the set of real numbers, including all the rational numbers and the irrational ones (such as π,e,2, etc…).

  • is the set of complex numbers is :={a+bi|a,b}. Here the symbol i denotes a square root of -1. So multiplication is defined by (a+bi)(c+di):=(ac-db)+(ad+bc)i.

  • The product of two numbers (or, more generally, two elements of a field) a,b will be written as ab, or ab. For instance: (-2)3=-23=-(23)=2(-3)=-6.

  • A function f from a set A to a set B will be written f:AB. This means that for every element aA, we assign an element in B, which we call f(a). In other words, if aA then f(a)B.