Zulip Chat Archive

Stream: new members

Topic: Proof the picewise-linear function is Continuous


Junjie Bai (Oct 03 2024 at 04:05):

I want to proof a picewise-linear function is Continuous on R, it's linear function in every section [n, n + 1), n \in N, which function should i use?

Daniel Weber (Oct 03 2024 at 04:21):

Do you have a #mwe? How do you represent a piecewise-linear function?

Junjie Bai (Oct 03 2024 at 04:31):

I have represent a piecewis-linear function, it's like :

def piecewiselinear (u : ) :  x in Finset.Icc 1 (u - 1), (g x) + (u - u + 1) * (g u) := by sorry

where g is a sequence indexed in Z, g i is always less than 1 and great than 0, and when u is less than 0, its always id function.

Ruben Van de Velde (Oct 03 2024 at 05:49):

Please read #mwe

Ruben Van de Velde (Oct 03 2024 at 05:49):

(that's a link)


Last updated: May 02 2025 at 03:31 UTC