Zulip Chat Archive
Stream: maths
Topic: ContinuousMul in a LinearOrderedSemifield?
Yury G. Kudryashov (Apr 09 2025 at 06:29):
I'm trying to generalize some limits from [LinearOrderedField k] to [LinearOrderedSemifield k]. What are the right assumptions to get:
ContinuousAdd?ContinuousMul?Tendsto f l atTop → Tendsto (fun x => C / f x) l (nhds 0)?
Yury G. Kudryashov (Apr 09 2025 at 06:30):
Or should I just assume [ContinuousMul k] / [ContinuousAdd k] whenever it's convenient, since all linearly ordered semifields we use (incl. all linearly ordered fields and Nonneg _) have these properties anyway?
Yaël Dillies (Apr 09 2025 at 06:33):
I would just assume ContinuousMul k/ContinuousAdd k where convenient
Yury G. Kudryashov (Apr 09 2025 at 06:45):
OK, #23859 (depends on #23857)
Last updated: May 02 2025 at 03:31 UTC