Kolmin
- 66
- 0
Homework Statement
Suppose R is a partial order on a set A. Then every finite, nonempty set B \subseteq A has an R-minimal element.
Homework Equations
Partial orders are characterized by:
Reflexivity: xRx
Transitivity: xRy \wedge yRz \rightarrow xRz
Antisimmetry: xRy \wedge yRx \rightarrow x=y
Minimal elements can be defined in two equivalent ways:
\neg \exists x \in X (xRb \wedge x \neq b)
\forall x \in X (xRb \rightarrow x=b)
Problems:
First of all I am not sure if the following is a real proof of this statement. I have some problems with inductive proofs and I am particularly worried by the "Assume the subset B of A has cardinality n and it has a R-minimal element" you are going to find in the proof I wrote down. Can I really assume that?
Secondly, if the proof works, how is it? Too wordly and fuzzy? Efficient and perspicuous?
I have the feeling there is too much, but what can I cut?
Thanks a lot for any of your feedbacks. I am really looking forward to read them.

The Attempt at a Solution
Proof:
Let B be an arbitrary subset of A. We prove the theorem by induction on the cardinality of B.
i) Base step:
Assume the subset B of A has cardinality 2. By assumption R is a partial order on A, thus we have two cases. Either by antisimmetry the two elements are equal, or they are different. If they are equal, by definition, they are both R-minimal elements of B. If they are different, one of the two has to be in the relation R with the other element. In both cases, we are assured to have a R-minimal element in B.
ii) Inductive step:
Assume the subset B of A has cardinality n and it has a R-minimal element. Adding an element to the subset B improves the cardinality of B to n+1. We define this new set of cardinality n+1 as B'. The addition of a new element to B to construct B' gives us three cases.
Case 1. The new element is equal to the minimal element of B. Thus, by antisimmetry B' has a two minimal elements.
Case 2. The new element is higher than the minimal element B. Thus B' has a minimal element that is the same of B.
Case 3. The new element is lower than the minimal element B. Thus, B' has a minimal element, that is the element added to B to construct B'.
This exhausts all the possibilities. Henceforth the result is proven.