Suppose that (X,≤) is a lattice and x,y ∈ X. Prove that: x ∧ ( x ∨ y ) = x
I'm having trouble understanding how these types of lattice proofs should be structured. I've looked at similar ones and found this approach:
Let a = x ∧ ( x ∨ y ) Then a ≤ x and a ≤ ( x ∨ y )
But, I'm not sure what "a" is exactly? I have a whole set of these types of proofs to do but I don't have an example to go off of, so if someone could walk me through this one, it would be super helpful.
$a$ is just an abbreviation for $x\land(x\lor y)$ that they introduced so they don't have to keep writing that long expression.
The fact that $a\le x$ and $a\le (x\lor y)$ follows from the defintion of $\land$ as meaning the greatest lower bound (if it is a lower bound, it is less than both of them).
That $a\ge x$ follows from the fact that $x$ is less than or equal to both $x$ and $x\lor y,$ and thus it is a lower bound for them. And thus $a\ge x$ since $a$ is the greatest lower bound.