Cyclical monotonicity
In mathematics, cyclical monotonicity is a generalization of the notion of monotonicity to the case of vector-valued function.[1][2]
Definition
Let denote the inner product on an inner product space and let be a nonempty subset of . A correspondence is called cyclically monotone if for every set of points with it holds that [3]
Properties
- For the case of scalar functions of one variable the definition above yields usual monotonicity
- Gradients of convex functions are cyclically monotone
- In fact, the converse is true.[4] Suppose is convex and is a correspondence with nonempty values. Then if is cyclically monotone, then there exists an upper semicontinuous convex function such that for every , where denotes the subgradient of at .[5]
gollark: I can define a service in a TOML file and it's automatically restarted on exit and all.
gollark: So it does actually work now.
gollark: I like it and it was really easy to serde it.
gollark: So my highly advanced service manager is now even more highly advanced and can load service-spec TOML files.
gollark: ```rustuse std::process::Command;fn main() { loop { println!("Starting"); let mut child = Command::new("/bin/env") .arg("python3") .arg("test.py") .spawn() .unwrap(); child.wait().unwrap(); }}```
References
- Levin, Vladimir (1 March 1999). "Abstract Cyclical Monotonicity and Monge Solutions for the General Monge–Kantorovich Problem". Set-Valued Analysis. Germany: Springer Science+Business Media. 7: 7–32. doi:10.1023/A:1008753021652.
- Beiglböck, Mathias (May 2015). "Cyclical monotonicity and the ergodic theorem". Ergodic Theory and Dynamical Systems. Cambridge University Press. 35 (3): 710–713. doi:10.1017/etds.2013.75.
- Chambers, Christopher P.; Echenique, Federico (2016). Revealed Preference Theory. Cambridge University Press. p. 9.
- Rockafellar, R. Tyrrell, 1935- (2015-04-29). Convex analysis. Princeton, N.J. ISBN 9781400873173. OCLC 905969889.CS1 maint: multiple names: authors list (link)
- http://www.its.caltech.edu/~kcborder/Courses/Notes/CyclicalMonotonicity.pdf
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.