Sachin114
May 23, 2016, 09:55 PM
Why is equal to sign written with three lines sometimes?
ebaines
May 24, 2016, 05:41 AM
There are a couple of different uses for the \equiv symbol. Usually it signifies that the two objects on either side are identical, as opposed to the equal sign which symbolizes that the two objects have the same value. It's also used in modular arithmetic, for example:
a \equiv b (mod\ m)
which is pronounced as "a is congruent to b mod m."