recursive
Relating to or involving a process that refers back to itself or repeats a pattern within itself. / In mathematics and computer science, defined in terms of itself, typically by a function that calls itself as a subroutine.
Adjective
comp: more recursivesup: most recursive
This term describes a self-referential loop where the output of a process becomes the input for the next iteration. It evokes a sense of infinite nesting or a mirror reflecting another mirror, creating a structural pattern that repeats at smaller and smaller scales.
While primarily a technical term in computer science and linguistics, it is used in art and philosophy to describe systems that contain a version of themselves. It differs from simple repetition by requiring that the repetition occurs within the original structure rather than merely following it.