Difference between revisions of "Infimum"
(Created page with "{{Stub page|Needs fleshing out, INCOMPLETE PAGE}} : A closely related concept is the supremum, which is the smallest upper bound rather than the greatest lower bound. ==De...") |
m |
||
(2 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
− | {{Stub page|Needs fleshing out, INCOMPLETE PAGE}} | + | {{Stub page|msg=Fleshing out, make sure the caveat is known, proof of claim|grade=A}} |
+ | __TOC__ | ||
+ | ==Definition== | ||
+ | Let {{M|(X,\preceq)}} be a [[poset]] and let {{M|A\subseteq X}} be any [[subset of]] {{M|X}}<ref group="Note">Which may be written: | ||
+ | * {{M|A\in\mathcal{P}(X)}} where {{M|\mathcal{P}(S)}} denotes the [[power set]] of a [[set]] {{M|S}}</ref>. The ''infimum'' ({{AKA}}: ''greatest lower bound'', ''g.l.b'') of {{M|A}} is an element of {{M|X}}, written {{M|\text{Inf}(A)}} that satisfies the following two conditions{{rLTFGG}}: | ||
+ | # {{M|1=\forall a\in A[\text{Inf}(A)\preceq a]}} - which states that {{M|\text{Inf}(A)}} is a [[lower bound]] of {{M|A}} - and | ||
+ | # {{M|1=\forall b\in\underbrace{\left\{x\in X\ \vert\ (\forall a\in A[x\preceq a])\right\} }_{\text{the set of all lower bounds of }A }\Big[b\preceq\text{Inf}(A)\Big]}} - which states that for all lower bounds of {{M|A}}, that lower bound "is ''[[majorised by]]''"<ref group="Note">Recall that if for a [[poset]] {{M|(P,\preceq)}} and for {{M|p,q\in P}} if we have: | ||
+ | * {{M|p\preceq q}} then we may say: | ||
+ | *# {{M|p}} is ''majorised by'' {{M|q}} or | ||
+ | *# {{M|q}} ''majorises'' {{M|p}}</ref><!-- <--this line is the end | ||
+ | |||
+ | END OF SECOND # FOR DEFINITION - there's a long note here which has a *, a *# and another *#, which makes it hard to tell what is where | ||
+ | |||
+ | --> {{M|\text{Inf}(A)}} | ||
+ | #* '''Claim 1: ''' we have ''part 2'' of the definition {{iff}} {{M|1=\forall x\in X\Big[\underbrace{\left(\forall a\in A[x\preceq a]\right)}_{x\text{ is a lower bound of }A}\implies x\preceq\text{Inf}(A)\Big]}} | ||
+ | #* '''Claim 2: ''' we ''claim 1'' {{iff}} {{M|1=\left(A=\emptyset\vee\Big(\forall x\in X\exists a\in A[x\succ\text{Inf}(A)\implies a\prec x]\Big)\right)}} | ||
+ | Notice the {{M|1=A=\emptyset}} condition here, as in the case {{M|A}} is empty, {{M|\exists a\in A}} is ''always'' false. This is a very big caveat. | ||
+ | ==See also== | ||
+ | * [[Passing to the infimum]] | ||
+ | * [[Supremum]] | ||
+ | ** [[Passing to the supremum]] | ||
+ | ==Notes== | ||
+ | <references group="Note"/> | ||
+ | ==References== | ||
+ | <references/> | ||
+ | {{Order theory navbox|plain}} | ||
+ | {{Definition|Order Theory|Real Analysis|Set Theory}} | ||
+ | =OLD PAGE= | ||
+ | : {{Caution|Rather than trying to fix the old page (which was written with an erroneous claim) I shall instead re-write it and make the caveat known}} | ||
+ | I got this slightly wrong initially, I was taught that an infimum is the greatest lower bound, that would mean that {{M|\text{Inf}(A)}} was a lower bound such that any value greater than {{M|\text{Inf}(A)}} would fail to be a lower bound (thus {{M|\text{Inf}(A)}} is the greatest one, as any bigger fail to be). This leads to the formulation of {{M|\text{Inf}(A)}} as: | ||
+ | * {{M|1=\forall x\in X\exists a\in A[x>\text{inf}(A)\implies a<x]}} (If you pick a value greater than the inf, there exists an element in {{M|A}} less than what you picked) and | ||
+ | * {{M|1=\forall a\in A[\text{inf}(A)\le a]}} (the inf is actually a lower bound) | ||
+ | However there is a problem, the book I was reading speaks about {{M|\text{Inf}(\emptyset)}}, if {{M|1=A:=\emptyset}} then the expression: | ||
+ | * {{M|\exists a\in A}} | ||
+ | cannot be true (there does not exist anything in {{M|A}} at all! Let alone something that satisfies the rest of the statement!). | ||
+ | |||
+ | I must make this caveat very clear in the new version | ||
+ | =OLD PAGE START= | ||
+ | {{Stub page|Needs fleshing out, INCOMPLETE PAGE|grade=A}} | ||
: A closely related concept is the [[supremum]], which is the smallest upper bound rather than the greatest lower bound. | : A closely related concept is the [[supremum]], which is the smallest upper bound rather than the greatest lower bound. | ||
==Definition== | ==Definition== | ||
Line 7: | Line 45: | ||
# {{M|1=\forall a\in A[\text{inf}(A)\le a]}} (that {{M|\text{inf}(A)}} is a [[lower bound]]) | # {{M|1=\forall a\in A[\text{inf}(A)\le a]}} (that {{M|\text{inf}(A)}} is a [[lower bound]]) | ||
# {{M|1=\forall x\in\underbrace{\{y\in X\ \vert\ \forall a\in A[y\le a]\} }_{\text{The set of all lower bounds} }\ \ [\text{inf}(A)\ge x]}} (that {{M|\text{inf}(A)}} is an [[upper bound]] of all lower bounds of {{M|A}}) | # {{M|1=\forall x\in\underbrace{\{y\in X\ \vert\ \forall a\in A[y\le a]\} }_{\text{The set of all lower bounds} }\ \ [\text{inf}(A)\ge x]}} (that {{M|\text{inf}(A)}} is an [[upper bound]] of all lower bounds of {{M|A}}) | ||
− | === | + | #* '''Claim 1: ''', this is the same as {{M|1=\forall x\in X\exists a\in A[x>\text{inf}(A)\implies a<x]}}<ref group="Note">This would require {{M|A\ne\emptyset}}</ref><ref group="Note">Let some {{M|x\in X}} be given, if {{M|x\le\text{inf}(A)}} we can choose any {{M|a\in A}} as for [[implies]] if the LHS of the {{M|\implies}} isn't true, it matters not if we have the RHS or not.</ref> |
+ | ==Proof of claims== | ||
+ | {{Requires proof|Make a subpage and put the proof here}} | ||
+ | ==See also== | ||
+ | * [[Passing to the infimum]] | ||
+ | * [[Supremum]] | ||
+ | ** [[Passing to the supremum]] | ||
+ | ==Notes== | ||
+ | <references group="Note"/> | ||
==References== | ==References== | ||
<references/> | <references/> | ||
{{Order theory navbox|plain}} | {{Order theory navbox|plain}} | ||
{{Definition|Order Theory|Real Analysis|Set Theory}} | {{Definition|Order Theory|Real Analysis|Set Theory}} |
Latest revision as of 08:55, 29 July 2016
Contents
[hide]Definition
Let (X,⪯) be a poset and let A⊆X be any subset of X[Note 1]. The infimum (AKA: greatest lower bound, g.l.b) of A is an element of X, written Inf(A) that satisfies the following two conditions[1]:
- ∀a∈A[Inf(A)⪯a] - which states that Inf(A) is a lower bound of A - and
- ∀b∈{x∈X | (∀a∈A[x⪯a])}⏟the set of all lower bounds of A[b⪯Inf(A)] - which states that for all lower bounds of A, that lower bound "is majorised by"[Note 2] Inf(A)
- Claim 1: we have part 2 of the definition if and only if ∀x∈X[(∀a∈A[x⪯a])⏟x is a lower bound of A⟹x⪯Inf(A)]
- Claim 2: we claim 1 if and only if (A=∅∨(∀x∈X∃a∈A[x≻Inf(A)⟹a≺x]))
Notice the A=∅ condition here, as in the case A is empty, ∃a∈A is always false. This is a very big caveat.
See also
Notes
- Jump up ↑ Which may be written:
- Jump up ↑ Recall that if for a poset (P,⪯) and for p,q∈P if we have:
- p⪯q then we may say:
- p is majorised by q or
- q majorises p
- p⪯q then we may say:
References
|
OLD PAGE
- Caution:Rather than trying to fix the old page (which was written with an erroneous claim) I shall instead re-write it and make the caveat known
I got this slightly wrong initially, I was taught that an infimum is the greatest lower bound, that would mean that Inf(A) was a lower bound such that any value greater than Inf(A) would fail to be a lower bound (thus Inf(A) is the greatest one, as any bigger fail to be). This leads to the formulation of Inf(A) as:
- ∀x∈X∃a∈A[x>inf(A)⟹a<x] (If you pick a value greater than the inf, there exists an element in A less than what you picked) and
- ∀a∈A[inf(A)≤a] (the inf is actually a lower bound)
However there is a problem, the book I was reading speaks about Inf(∅), if A:=∅ then the expression:
- ∃a∈A
cannot be true (there does not exist anything in A at all! Let alone something that satisfies the rest of the statement!).
I must make this caveat very clear in the new version
OLD PAGE START
- A closely related concept is the supremum, which is the smallest upper bound rather than the greatest lower bound.
Definition
An infimum or greatest lower bound (AKA: g.l.b) of a subset A⊆X of a poset (X,⪯)[1]:
- inf(A)
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)
Proof of claims
The message provided is:
See also
Notes
- Jump up ↑ This would require A≠∅
- Jump up ↑ Let some x∈X be given, if x≤inf(A) we can choose any a∈A as for implies if the LHS of the ⟹ isn't true, it matters not if we have the RHS or not.
References
|