I am trying to define the function:
Fi(xi) = real
However I am finding it hard to implement subscripts into my function. The subscript i has to be a natural number, whereas x is a real number, and the output is also real.
I have tried defining the function with two arguments however I have not been successful.
How am I able to show have a function with an index in Isabelle?