I have to prove that every finite lattice (L, ≤) has a greatest element. I have seen a lot of proofs proving this by using induction, however, I have to prove it without induction since our institution says that in an induction proof we can't be sure that we're still dealing with a lattice in the hypothesis of induction part.
So I guess a constructive proof would be a solution. Can anyone help me with this or show me an example of how it could possibly be done?
Thanks.
If you have already proved (e.g. by induction) that every (nonempty) finite partially ordered set has a maximal element, then you can argue as follows to show that a finite lattice $(L,\le)$ has a greatest element.
Let $a$ be a maximal element of $L;$ I claim that $a$ is the greatest element of $L.$ Consider any element $x\in L;$ I have to show that $x\le a.$ We know that $a\le x\vee a,$ but $a\not\lt x\vee a$ because $a$ is maximal, so $a=x\vee a$ and $x\le x\vee a=a.$