let f1, f2 be Function of I[01],I[01]; :: thesis: ( ( for t being Point of I[01] holds ( ( t <= 1 / 2 implies f1 . t =0 ) & ( t > 1 / 2 implies f1 . t =(2 * t)- 1 ) ) ) & ( for t being Point of I[01] holds ( ( t <= 1 / 2 implies f2 . t =0 ) & ( t > 1 / 2 implies f2 . t =(2 * t)- 1 ) ) ) implies f1 = f2 ) assume that A3:
for t being Point of I[01] holds ( ( t <= 1 / 2 implies f1 . t =0 ) & ( t > 1 / 2 implies f1 . t =(2 * t)- 1 ) )
and A4:
for t being Point of I[01] holds ( ( t <= 1 / 2 implies f2 . t =0 ) & ( t > 1 / 2 implies f2 . t =(2 * t)- 1 ) )
; :: thesis: f1 = f2
for t being Point of I[01] holds f1 . t = f2 . t