Zulip Chat Archive
Stream: general
Topic: argmin in mathlib
Frederick Pu (Jan 22 2025 at 22:11):
are there any existing definitions in mathlib that simulate an argmin, that is ArgMin f s x
means that x is the value in the set s
where the value of the function f
is minimzed
Aaron Liu (Jan 22 2025 at 22:19):
Are you looking for docs#IsMinOn
Violeta Hernández (Jan 23 2025 at 04:43):
Do you mean docs#Function.argmin ?
Violeta Hernández (Jan 23 2025 at 04:45):
Do note I make a breaking change to said function on #20777, so you might want to wait a few days until that drops.
Yury G. Kudryashov (Jan 29 2025 at 20:41):
Are you looking for a predicate or a function?
Frederick Pu (Jan 29 2025 at 21:52):
predicate
Yury G. Kudryashov (Jan 29 2025 at 22:21):
Then IsMinOn
Last updated: May 02 2025 at 03:31 UTC