Overview

Cohesion describes the tendency of parts of a system to hold together. It is a general concept used across natural sciences, social science, engineering and linguistics to explain internal attraction, unity of purpose, or functional relatedness among elements of a whole.

Forms and mechanisms

Cohesion arises by different mechanisms depending on the domain. In physical and chemical contexts it refers to molecular or atomic attraction that keeps matter intact; in soils and materials it refers to inter-particle forces that contribute to mechanical strength; in textual analysis it describes the linguistic links that make a text understandable; and in software design it denotes how closely the responsibilities of a module or class are related.

Examples by field

  • Chemistry and physics: Cohesive forces between like molecules produce surface tension in liquids and the formation of droplets.
  • Soil mechanics: Cohesion is one component of shear strength that helps an earth material resist sliding, along with internal friction.
  • Materials and adhesives: Cohesive failure occurs when a material breaks within itself, as distinct from adhesive failure at a joining surface.
  • Linguistics: Textual cohesion is created by pronouns, conjunctions, lexical repetition and other devices that link sentences and ideas.
  • Software engineering: High cohesion means a module has a focused set of related responsibilities; low cohesion can indicate scattered, unrelated duties.
  • Social science: Social cohesion refers to the bonds and trust that enable groups or communities to function collectively.

History and etymology

The word derives from Latin roots meaning "to stick together." As a technical term it entered scientific and social vocabulary as disciplines developed ways to describe attraction or unity—first in natural philosophy and later in specialized fields such as soil mechanics, linguistics and systems engineering.

Importance and practical implications

Understanding cohesion helps in designing safer structures, clearer writing and cleaner software architectures, and in assessing social resilience. In engineering, distinguishing cohesive from adhesive failure guides material selection and surface preparation. In writing and education, teaching cohesive devices improves comprehension. In organizations and communities, fostering cohesion supports cooperation and stability.

Cohesion is often contrasted with adhesion (attraction between different substances) and with coherence (logical consistency or overall sense). In software, cohesion is measured against coupling: desirable designs aim for high cohesion and low coupling. When discussing materials, it is important to specify whether one means molecular cohesion, mechanical cohesion in particulate matter, or cohesive strength at a fracture.