Open StoneCypher opened 9 years ago
:= means defining a new function/variable example, Ax+B := f(x) , where A and B are constant we could say that we define f(x) as Ax+B
=: I've seen it before. I guess it is the same as above but reverse direction
= means equivalence
It depends a bit on the literature. Some will do it like this.1
A := B
A is defined as B
Some literature uses =
to also mean :=
.
Source: Some Common Mathematical Symbols and Abbreviations (with History) Isaiah Lankham, Bruno Nachtergaele, Anne Schilling (January 21, 2007)
Summary:
Use " = " when you are simplifying some expression or equating two functions example :
Use " := " / “≡” to imply equivalence or when you are assigning an expression to a new variable say example:
Are all three equivalent? If not, would you kindly explain the differences? If so, would you mention please that they are exchangeable?
Thank you _very much_ for writing this. I have wanted a document like this forever.