Talk:Infimum
From Maths
Problem with second part of definition
Strangely I considered this problem solved as I deleted this talk page afterwards....
An infimum or greatest lower bound (AKA: g.l.b) of a subset A⊆X of a poset (X,⪯), which we denote: inf(A) is a value {{M|\in X} such that:
- ∀a∈A[inf(A)≤a] (that inf(A) is a lower bound)
- ∀x∈{y∈X | ∀a∈A[y≤a]}⏟The set of all lower bounds [inf(A)≥x] (that inf(A) is an upper bound of all lower bounds of A)
However I have always thought of (rather than condition (2) above):
- condition 1 and ∀x∈X∃a∈A[x>inf(A)⟹a<x]
I believe this is equivalent, that is:
- ∀x∈X∃a∈A[x>inf(A)⟹a<x]⟺∀x∈{y∈X | ∀a∈A[y≤a]}⏟The set of all lower bounds [inf(A)≥x]
First note:
- ∀x∈{y∈X | ∀a∈A[y≤a]}⏟The set of all lower bounds [inf(A)≥x]⟺∀x∈X[(∀a∈A[x≤a])⟹x≤inf(A)]
Then note that for the statement:
- [(∀a∈A[x≤a])⟹x≤inf(A)]⟺[x>inf(A)⟹(∃a∈A[x>a])] (by contrapositive), so condition two is simply:
- ∀x∈X[x>inf(A)⟹(∃a∈A[x>a])], this is a stone's throw away from ∀x∈X∃a∈A[x>inf(A)⟹a<x].
Claim:
- (∀x∈X[x>inf(A)⟹(∃a∈A[x>a])])⟺(∀x∈X∃a∈A[x>inf(A)⟹a<x]). Warning:(Workings below show this to be false)
LHS ⟹ RHS:
- Let x∈X be given.
- If x≤inf(A) then pick any a∈A, as the LHS of the implication is false, we don't care about the right. Warning:This CLEARLY requires that A≠∅, which the LHS of the claim does not!
- If x>inf(A) then by hypothesis it is true that "∃a∈A[x>a]" - pick that a∈A and the result follows.
RHS ⟹ LHS:
- Let x∈X be given.
- If x≤inf(A) we do not care about the truth or falseness of ∃a∈A[x>a] - so there may or may not ∃a∈A (at all!) let alone one <x This confirms the above warning
- If x>inf(A) then by hypothesis ∃a<x and we're done.
Correct claim:
- (∀x∈X∃a∈A[x>inf(A)⟹a<x])⟹(∀x∈X[x>inf(A)⟹(∃a∈A[x>a])]) or
- If A≠∅: (∀x∈X∃a∈A[x>inf(A)⟹a<x])⟹(∀x∈X[x>inf(A)⟹(∃a∈A[x>a])])
- Which may be said as: ∃φ∈A[(∀x∈X∃a∈A[x>inf(A)⟹a<x])⟺(∀x∈X[x>inf(A)⟹(∃a∈A[x>a])])]
This is an interesting exercise in first-order-logic and shows the importance of being careful!