Skip to content

Mereocausality

Emanuele Ghedini edited this page Jan 29, 2023 · 30 revisions

Mereocausality

Foundation Concepts

The EMMO is based on the primitive concepts of atomism and causality:

  • Atomism is about the fact that every world entity is the sum of several fundamental entities that we call quantum (to avoid them being confused with the widely used concept of atom in physics and chemistry). A quantum can be thought as an elementary particle between two interactions (e.g. an electron between two scattering events). We use the relation of parthood to express that a macro-entity (a composite world entity) is made of some specific quantums, or of some intermediate macro-entities. Given this terminology we can state that a quantum possesses no parts.
  • Causality is about the fact that the relation between macro-entities are governed by causality relations between their quantum constituents. In this picture, quantum entities are connected through a network of causal relations that describes the connections between macro-entities.

The combination of atomism and quantum-based causality defines the EMMO as a strong reductionistic-based ontology, enabling a multi-granular and multi-scale representation of world entities.

The name mereocausality comes from the combination of mereology, the science describing the relations between wholes and parts, and causality. that are declared in the mereocausality module

It is important to underline that quantums are neither in space nor time. Spatial and temporal relations between quantums and between macro-entities emerge according to the underlying causality network that connects them. Due to this approach, the EMMO can be considered a 4D ontology, since all entities larger than quantums are always extended in time.

The expressivity of OWL2 DL doesn't allow to fully implement the rigorous mereocausality theory developed in the First Order Logic (FOL) version of the EMMO. Instead, the EMMO OWL2 DL will be based a generic causality relation that holds for both quantum and macro entities and a weaker mereology theory, using primitive concepts to define what in EMMO FOL would instead be rigorously derived from first principles.

Relations

There are two types of EMMO relations in the mereocausality module: the mereological and the causal relations.

Mereological Relations

Overlapping

The mereological relations describes the relations occurring between parts and wholes. The most general mereological concept is overlapping, expressed by the Object Relation :isOverlapping (reflexive, symmetric) that applies between two entities intersecting each other. Together with its negation :isNotOverlapping, they provide a covering for all entities, meaning that every two entities :x and :y are either in an overlapping or in a non-overlapping relation.

image-20220830144833071

Parthood and Overcrossing

An overlap is a parthood when there is a total overlap of one entity on the other, or a overcrossing when there is a partial overlap. These two concepts are formalized by the :isOvercrossing (irreflexive, symmetric) and :hasPart (reflexive, antisymmetric, transitive) relations.

image-20220830145144182

Proper Parthood

A part is called proper part when there is a part of the whole that is not overlapped by it. If two entities :x and :y completely overlaps each other, then they are the same entity . Proper parthood is expressed by the :hasProperPart (irreflexive, asymmetric, transitive) relation.

image-20220831114717306

Atomism

An atomistic entity in mereology is defined as an entity that possesses no proper parts. In the EMMO it is called a quantum, defined in OWL as the :Quantum class, and is represented by a filled black dot.

image-20220831115933781

Mereological atomism requires that any world entity is in the end made of quantums. A mereological sum of quantums is a macro-entity and is generally represented as a box, whose parts (quantums or other macro-entities) may or may not be depicted depending on the context.

image-20220831133730297

A quantum is a special case of macro-entity.

Causal Relations

Cause

The cause relation describes the causal dependency of an entity with respect to the others and is expressed by the ObjectProperty :isCauseOf (irreflexive). The negation of :isCauseOf that is formalized as :isNotCauseOf so that every two entities are either in causal or in non-causal relation.

The :isCauseOf relation can be used to express causality between quantum entities.

image-20220831122304485

This relation can also be applied to macro-entities: for any two macro-entities x and :y, the axiom :x :isCauseOf :y is valid if and only if there exist at least two quantums :qx and :y, with :x :hasPart qx and :y :hasPart :qy, for which holds :qx :isCauseOf :qy.

image-20220831135209123

Furthermore, two entities in :isCauseOf relations are required not to overlap (always true for quantums), so that :x :isCauseOf :y implies :x :isNotOverlapping :y .

The EMMO FOL defines a more fundamental causality relation that occurs between quantum entities only, being irreflexive, asymmetric and transitive, and establishing a strict partial order. This more fundamental relation can describe the interactions occurring at elementary particle level, implementing de facto a multi-scale representation of world entities up to elementary particle level. However, the limitations of OWL 2 DL language suggest to limit the EMMO OWL theory to a more general causality relation :isCauseOf that is tailored to deal mainly with causality between macro-entities.

Direct Cause

...

Representing Physics Entities with Mereocausality

...

Time and Space

...

by

Clone this wiki locally