Zulip Chat Archive
Stream: new members
Topic: proper way to denote a function f(n) vs f_n
rzeta0 (Jan 06 2025 at 16:16):
Which is the proper way to denote a function? The following compares with .
I'm not formally trained maths so I've been writing functions without thinking about it.
The reason I ask is because I've seen sequence elements denoted using the subscript format, eg , so might be strictly seen as the element of the sequence generated by a function . I don't really know.
or
Aesthetically , I find the first form above easier on the eye.
rzeta0 (Jan 06 2025 at 16:17):
I notice also the Lean aware editors allow subscripting too.
Philippe Duchon (Jan 06 2025 at 16:27):
There is no "right" way to do it. The subscript notation is traditionnally used for sequences, and the parenthesized notation, for "functions"; but sequences are just functions from the naturals, so the distinction is arbitrary.
Last updated: May 02 2025 at 03:31 UTC