Meaning of Symbol in Discrete Mathematics (Kenneth Rosen), 8th Edition

logicnotationpropositional-calculus

I'm working through the Section 1.1 exercises in Discrete Mathematics (Kenneth Rosen), 8th Ed., and I've run into a symbol that is not explained. Specifically, in Exercise 44 in Section 1.1, I came across this Equation from Exercise 44:

$$\bigwedge_{i=1}^{n-1}\bigwedge_{j=i+1}^{n} (\lnot p_i\vee \lnot p_j)$$

It looks like a large capital lambda that uses sigma notation. I have a feeling it's connected to the conjunction operator, but I have no idea. I've gone back through the section, and there's no description of this symbol there. I've also looked online for the various types of mathematical notation to see if there's a definition, but I couldn't find anything (that might be because I don't even know what to look for, however). I apologize if this is a very easy question, but I have no formal mathematical background and I have no idea what this means. Any help on this would be greatly appreciated. Thank you!

Best Answer

They look like "big and" signs.

That is, they are the general conjunction of all the statements under them. Here is a reference link.

Related Question