Is there a word to describe something that is not the first element in a sequence, but can be in any other position? A synonym of "not first", in fact.
This element is __ in this sequence.
|
Is there a word to describe something that is not the first element in a sequence, but can be in any other position? A synonym of "not first", in fact.
|
|||||||||||||
|
|
noninitial The word has been used in literature on English grammar and other fields. Google books records, for instance:
Wiktionary defines noninitial as Not initial. |
|||||||||
|
|
You should look into things like later, non-initial, non-starting, postponed, and postpositive. However, I do not think you should use a single word here. Use a clear and simple multiword construct instead. “Elements after the first” is just fine, and indeed preferable. |
|||||
|
While not a single word, surely this is the most logical alternative: "This element is "after the first element" in this sequence." :-) I think subsequent would be gramatically correct, albeit somewhat of an akward sounding sentance.
|
|||
|
|
Postliminary means "following in position or time." Or is defined as "done or carried on after something else: subsequent —opposed to preliminary." Or as "subsequent, the opposite of preliminary." (Note: Liminary means "placed at the beginning.") |
|||||||||||||||
|
|
In the programming language Lisp, the term "head" and "tail" are used to refer to "the first item" and "everything but the first". Alternative form that are also used: "first" and "rest".
or
|
||||
|
|
|
The word sequelae at first looks promising due to its etymology: from Latin sequela, from sequi ("follow"). However, it is specialized to a medical sense, “diseases or conditions which are caused by an earlier disease or problem”. OED also shows a rarely-used sense, “A person's followers”, that is a little more general. The noun follower itself, meaning “Something that comes after another thing”, is a better possibility, along with previously-mentioned adjective following (“Coming next, either in sequence or in time”). Subsequent (“Following in time; coming or being after something else...”) was mentioned in passing in another answer. Aside from follower, it may be the best choice among common words. Also consider succedent (“That succeeds; succeeding, following”) and successor (“a person or thing that succeeds another”). The slightly-odd word comeafters seems to be in common use among service dog trainers, apparently referring to things to train a dog on after prerequisite things have been trained on (1, 2, 3, 4, 5). |
||||
|
|
|
"This element is (second) in this sequence." "This element is (third) in this sequence." "This element is (fourth) in this sequence." "This element is (fifth) in this sequence." |
|||
|
could be used to describe any element in a list except the first, much like subsequent, and with more or less the same limitations. Both are slightly awkward as they don't have just that single exclusive meaning, but I think these two are probably the best fit out of the available options, without any further context being given. For the more pedantic people out there, I suppose nth(n>1) would cover it, but whether this counts a single word is dubious at best. As a more compact option, I would propose defining
as having the desired meaning. This has the added benefit of easily extending to concepts like items beyond the (n>1)th in a list. |
|||||||||||
|