Zulip Chat Archive
Stream: Is there code for X?
Topic: Riesz-Markov-Kakutani representation theorem
Kalle Kytölä (May 17 2022 at 14:55):
We are considering the Riesz-Markov-Kakutani representation theorem (probably following Rudin's Real and Complex Analysis) as a topic for a summer intern. Although the primary goal is to have a topic for a summer project and not necessarily directly contribute to mathlib (we can decide about that later), I think it is nicer to choose a topic that doesn't obviously duplicate work (especially by experts). So: is anyone working / planning to work on that now or during the summer?
One implementation choice that I will suggest is to treat nnreal
-valued functions first (the "positive linear functional" part is then naturally baked in, and the measures are usual ennreal
-valued measures) and only later extend to real-valued functions and signed measures. This is inspired by how docs#measure_theory.finite_measure.topological_space was done following Heather's suggestion (I realize that I have not yet PR'd the pairing with real-valued functions there, but I will, soon). Comments are of course welcome! And we'd keep asking questions here :smile:.
Frédéric Dupuis (May 19 2022 at 22:52):
That sounds like a great project, I for one would be very happy to see this in mathlib!
Last updated: Dec 20 2023 at 11:08 UTC