Notations

Notations

Here, I would like to establish terminology and some notations that I have used in the blog. I will keep updating this page, when I happen to use newer notations in future.

  • = := derived equality.

  • := := defined equality

  •  := end of proof.

  • logx:= natural logarithm of x, to the base e.

  • logbx:= logarithm of x, to the base b.

  • exp[x]:= exponential function ex, where e2.71828.

  • := implies

  • := implies and implied by, i.e., if and only if.

  • ϕ:= empty (null) set.

  • xA:= x is member of set A, i.e., A contains x.

  • P(x):= Proposition about x.

  • S={x:P(x)}:= xSP(x) holds.

  • AB:= A is subset of B, i.e., P(x) holds xBP(x) holds xA, i.e., xAxB.

  • A=B:= set A and B describe the same set of elements, i.e., AB and BA.

  • AB:= A is proper subset of B, i.e., AB, but AB. Also denoted by AB.

  • |S|:= size or cardinality of finite set S.

  • AB:={x:xA or xB}, where “or” is inclusive.

  • AB:={x:xA and xB}.

  • Sc:={xΩ:xS}, where Ω is universal set.

  • AB:= {xA:xB}=ABc

  • N:={0,1,2,3,}= Set of natural numbers.

  • N/(mod n)  :={0,1,2,3,,(n1)}.

  • [n]:={1,2,3,,n}, i.e., set of first n counting numbers.

  • Z:={,2,1,0,1,2,}= Set of integers.

  • Q:={mn:m,nZ and n0}= Set of rational numbers.

  • R:= Set of real numbers.

  • C:= Set of complex numbers.

  • S:=S{0}, where 0S. For example, N={1,2,3,}.

  • Family {xi}iI := is a map f:IS, defined as xi=f(i) iI (assuming xiS iI). Note that, elements of a family {xi}iI can repeat, so it is different from the set {xiS:iI}, where all elements are distinct.
    If the index set I has some inherent order, then we may view the family {xi}iI as being ordered in some way, like a list or sequence. For example, if I=[m], then, we may write the family as {xi}mi=1, which is a list of m elements from set S.

  • iISi:={x:xSi for some iI}= set of all x such that x is member of at least one set Si family {Si}iI.

  • iISi:={x:xSi for all iI}= set of all x such that x is common member of all sets Si family {Si}iI.

Written with StackEdit.

Comments

Popular posts from this blog

Counting Insights Vol 1.1 Pigeon-Hole Principle

Counting Insights Vol 1.2 Applications of Pigeon-Hole Principle

NT Insights Vol 1.0 Axiomatizing Natural Numbers