Prove by induction.Every partial order on a nonempty finite set at least one minimal element.
How can I solve that question ?
Prove by induction.Every partial order on a nonempty finite set at least one minimal element.
How can I solve that question ?
It is trivially true if there is only one element in the poset. Now suppose it is true for all sets of size < n. Compare the nth element to the minimal element of the (n-1) poset, which we know to exist. It will either be the new minimal or not or incomparable. It doesn't matter either way. (Why?)
If the partial order has size 1, it is obvious.
Assume it is true for partial orders
<n
, and then take a partial order(P,<)
has sizen
.Pick
x
inP
. LetP(<x) = { y in P : y<x }
If
P(<x)
is empty, thenx
is a minimal element.Otherwise,
P(<x)
is strictly smaller thanP
, sincex
is not inP(<x)
. So the poset(P(<x),<)
must have a minimal element,y
.This
y
must be a minimal element ofP
since, ifz<y
inP
, thenz<x
, and hencez
would be inP(<x)
and smaller thany
, which contradicts the assumption thaty
was minimal inP(<x)
.