Minimum function
From Maths
Stub grade: A**
This page is a stub
This page is a stub, so it contains little or minimal information and is on a to-do list for being expanded.The message provided is:
Needs to be linked to order theory stuff. Also:
- Characteristic property of the minimum: ∀x,u,v∈S[x=min(u,v)⟺(x⪯u∧x⪯v∧(x=u∨x=v))]
- Proved for ⟹ direction.
- I was working on the ⟸ direction I was about to (attempt) to prove this lemma (and then use it)
- Unproven lemma: (x⪯u∧x⪯v)⟹x⪯min(u,v) - via contrapositive
- Note to self: be sure the logical and has a negation of logical and link ect for all operators! That's a long time coming!
- Unproven lemma: (x⪯u∧x⪯v)⟹x⪯min(u,v) - via contrapositive
- Some useful lemma: ∀x,u,v∈S[x=min(u,v)⟹(x⪯u∧x⪯v)] which I (believe) I used in defining the minimum of random variables.
This page is short because I wrote it just prior to bed Alec (talk) 07:53, 28 July 2018 (UTC)
Addendum: I will add the following definition:
TODO: Look into this
- it must be totally ordered so ∀x,y∈S exactly one of x≺y, x≻y or x=y holds ("trichotomy law" or something)
Then:
- min:S2→S is a function defined by min(u,v)↦{π1(u,v)if u≺vπ2(u,v)if u≻vαotherwise where π1 and π2[Note 1] are the characteristic projections of a product, and
- α:=πα′(u,v) for α′=1 or α′=2 (it doesn't matter as in the case where α is used we have {u=v by the "trichotomy law" mentioned above.
- We include α to make the cases in analysis more explicit (as this is a Category:First-year friendly page, meaning the readers' hand is held as he reads the steps involved) but also because there is a practical case for a kind of (computer) arithmetic where it is possible that we have α≠u and α≠v - It might be signed zero, I remember doing it, not why I was doing it unfortunately.
Contents
[hide]Definition
Notes
- Jump up ↑ Explicitly:
- π1:(a,b)↦a and
- π2:(a,b)↦b