Hodological space

Hodological space (from the Greek word hodos, which means "way") refers to the space of possible movement.[1] Unlike the straight line, this space involves the so-called "preferred paths", which serve as a compromise of different domains that include shortest distance, security, minimal work, and maximum experience.[1]

Background

The German psychologist Kurt Lewin first introduced this concept in the early part of the 20th century. It emerged in his attempt to use mathematical concepts to deal with psychological problems. At the time, topology was a new field, "To some degree it is possible to give a general mathematical solution using a kind of space which is defined through the possible paths between points, and which one may call 'hodological space.'

Some authors cite the affinity of hodological space with elements in ancient Greek theater such as the skene structure, which connects onstage and offstage areas; the ekkyklema, a contraption that allowed "inside-out" disclosures; and, the eisodoi, which lead to and from the distance.[2]

According to Gilles Deleuze, the hodological space concretely holds the sensory-motor schema as the field of forces, oppositions, and tensions are resolved according to their goals.[3] Otto Friedrich Bollnow further refined Lewin's notion and described the hodological space as not something that is homogenous nor predetermined since it is extemporaneously expressed as we move through space. [4]

Concept

A penetrable space can be perceived in two different ways: navigable and navigated.[4] The navigated perception is realized by the hodological space while the former by ambient space.[4] According to this conceptualization, we do not move within a hodological space but that it is created once we move through an ambient space.[4] The space is interpreted as "lived" and is distinguished from the Euclidean space, which is considered "represented". It is, thus, analogous to "seeing an object and making the hodological leap from this actuality to its virtual potentiality of the past in forming the sensory-motor connection."[3]

Hodological space is articulated by a nonquantitative, mathematical analysis that does not necessarily involve the consideration of distance.[5] Here, the distance of points A and B in terms of such space may be different from the distance from B to A.

Hodological space is described as more general than the space of Euclid and Riemann [see metric space], but not as general as topological space, in which it is not possible to define distances or directions."[6] It is noted that Lewin's conceptualization was more mental rather than a physical typology.[3] According to Gilles Deleuze, the hodological space concretely holds the sensory-motor schema as the field of forces, oppositions, and tensions are resolved according to their goals.[3]

Applications

Hodological space can be applied to different fields. For example, in the fields of literature and film, it typifies a narration or a speech that is referred to as "economical" allowing for the simplest route or an appropriate detour.[3] According to Deleuze, hodological space addresses the issue of overlapping perspectives so that a given object can be effectively grasped.[7]

Jean-Paul Sartre also used the concept of hodological space to explain his notion that consciousness is embodied. It is the basis of his argument that the individual is characterized through intentional and goal-directed activity - that goals or valences are positive if agents are drawn to them and negative if they are avoided.[8]

In psychology, hodological space may be used to explain personal causality and the goal of being in a certain state or producing an effect.[9]

gollark: ```lua-- Ensure code does not contain evil/unsafe things, such as known browsers, bad OSes or Siri. For further information on what to do if Siri is detected please consult https://pastebin.com/RM13UGFa line 2 and/or the documentation for PS#ABB85797 in this file.function potatOS.check_safe(code) local lcode = strip_comments(string.lower(code)) for category, list in pairs(banned) do for _, thing in pairs(list) do if string.find(lcode, '[^"]' .. string.lower(thing)) then --local ok, err = pcall(potatOS.make_paste, ("potatOS_code_sample_%x"):format(0, 2^24), code) --local sample = "[error]" --if ok then sample = "https://pastebin.com/" .. err end local text = string.format([[This program contains "%s" and will not be run.Classified as: %s.%sIf you believe this to be in error, please contact the potatOS developers.This incident has been reported.]], thing, category, category_descriptions[category]) potatOS.report_incident(string.format("use of banned program classified %s (contains %s).", category, thing), {"safety_checker"}, { code = code, extra_meta = { program_category = category, program_contains = thing, program_category_description = category_descriptions[category] } }) return false, function() printError(text) end end end end return trueend```
gollark: There's a bit of code in `load` which checks user code for stuff which looks like known virii/bad OSes.
gollark: I may need to improve the potatOS antivirus.
gollark: I've not *heard* of one.
gollark: A common obfuscation technique in the CC community is `string.dump`ing your code to bytecode so you can't (very easily) read the original source.

References

  1. Pérez-Gómez, Alberto; Parcell, Stephen (1999). Chora 3: Intervals in the Philosophy of Architecture. Montreal: McGill-Queen's University Press. p. 26. ISBN 0773517111.
  2. Rehm, Rush (2009). The Play of Space: Spatial Transformation in Greek Tragedy. Princeton, NJ: Princeton University Press. p. 270. ISBN 0691058091.
  3. Batcho, James (2018). Terrence Malick’s Unseeing Cinema: Memory, Time and Audibility. Cham: Palgrave Macmillan. p. 69. ISBN 9783319764207.
  4. McMurtrie, Robert James (2017). The Semiotics of Movement in Space. New York: Routledge. p. 41. ISBN 9781138191716.
  5. Weiner, Bernard (1985). Human Motivation. New York: Springer-Verlag. p. 147. ISBN 9781461295600.
  6. Levin, Kurt (1933). "Vectors, cognitive processes, and Mr. Tolman's criticism". Journal of General Psychology. 8 (2): 318–345.
  7. Deleuze, Gilles (2005). Cinema II. Translated by Tomlinson, Hugh; Galeta, Robert. A&C Black. p. 125. ISBN 9780826477064.
  8. Gordon, Ḥayim (1999). Dictionary of Existentialism. Westport, CT: Greenwood Publishing Group. p. 93. ISBN 0-313-27404-5.
  9. Heider, F. (2013). The Psychology of Interpersonal Relations. New York: Psychology Press. ISBN 978-1-134-92225-3.


This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.