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 e≈2.71828.
⟹:= implies
⟺:= implies and implied by, i.e., if and only if.
ϕ:= empty (null) set.
x∈A:= x is member of set A, i.e., A contains x.
P(x):= Proposition about x.
S={x:P(x)}:= x∈S⟺P(x) holds.
A⊆B:= A is subset of B, i.e., P(x) holds ∀x∈B⟹P(x) holds ∀x∈A, i.e., x∈A⟹x∈B.
A=B:= set A and B describe the same set of elements, i.e., A⊆B and B⊆A.
A⊂B:= A is proper subset of B, i.e., A⊆B, but A≠B. Also denoted by A⊊B.
|S|:= size or cardinality of finite set S.
A∪B:={x:x∈A or x∈B}, where “or” is inclusive.
A∩B:={x:x∈A and x∈B}.
Sc:={x∈Ω:x∉S}, where Ω is universal set.
A∖B:= {x∈A:x∉B}=A∩Bc
N:={0,1,2,3,…}= Set of natural numbers.
N/≡(mod n) :={0,1,2,3,…,(n−1)}.
[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,n∈Z and n≠0}= Set of rational numbers.
R:= Set of real numbers.
C:= Set of complex numbers.
S∗:=S∖{0}, where 0∈S. For example, N∗={1,2,3,…}.
Family {xi}i∈I := is a map f:I→S, defined as xi=f(i) ∀i∈I (assuming xi∈S ∀i∈I). Note that, elements of a family {xi}i∈I can repeat, so it is different from the set {xi∈S:i∈I}, where all elements are distinct.
If the index set I has some inherent order, then we may view the family {xi}i∈I 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.⋃i∈ISi:={x:x∈Si for some i∈I}= set of all x such that x is member of at least one set Si∈ family {Si}i∈I.
⋂i∈ISi:={x:x∈Si for all i∈I}= set of all x such that x is common member of all sets Si∈ family {Si}i∈I.
Written with StackEdit.
Comments
Post a Comment