NOTE: There is another question asking "What is a Lattice?" but when reading the question, it has to do with programming, and that is not what my question has to do with. The answer provided to that question didn't answer MY question either, so please don't list this as a duplicate.
I have been researching set theory and I've come across "lattices". Looking at the wikipedia article and some other articles, it makes it so confusing and I can't understand anything. I tried looking for videos or articles or anything explaining lattices, but to no avail. Help? Can anyone explain to me in detail the basics of lattices, or, provide an article that explains them?
To understand lattices first you need to understand partially ordered sets. A partially ordered set is a set with an ordering operation $ \leq $ that sometimes works.
For example the set of all people ordered by ancestry is a partially ordered set (poset). If your mother is your ancestor and your mother's mother is your ancestor then your grandmother is your ancestor. However you are neither your siblings ancestor nor is your sibling your ancestor.
A lattice is a poset with two additional restrictions:
For any two members $x,y$ of the set there is a member of the set which is larger than or equal to both $x$ and $y$, and is the smallest member that has this property. This is called their join, and is denoted $x \vee y$.
The other restriction is that for any two members $x,y$ of the set there is a member of the set which is smaller than or equal to both $x$ and $y$, and is the largest member that has this property. This is called their meet, and is denoted $ x\wedge y $.