Documentation

Linglib.Theories.Semantics.Causation.Examples

Fire dynamics: lightning OR arsonist causes fire.

This is disjunctive causation: either cause alone is sufficient.

Equations
  • One or more equations did not get rendered due to their size.
Instances For

    Lightning is sufficient for fire (in empty background).

    "The lightning made the fire start" is true because: adding lightning to the empty background produces fire.

    Arsonist is sufficient for fire (in empty background).

    "The arsonist made the fire start" is true because: adding arsonist to the empty background produces fire.

    Lightning is still sufficient in overdetermination.

    Even when arsonist is also present, lightning alone would have been enough.

    Lightning is necessary for fire (when it's the only cause).

    "The lightning caused the fire" is true when only lightning is present: without lightning, no fire. Under @cite{nadathur-2024} Def 10b, the background must NOT include the cause; instead, the arsonist's absence is encoded directly.

    Lightning is NOT necessary in overdetermination.

    "The lightning caused the fire" is FALSE when both causes are present: without lightning, arsonist would have caused the fire anyway.

    This is the key overdetermination result!

    Arsonist is NOT necessary in overdetermination.

    Symmetrically, arsonist isn't necessary when lightning is also present.

    Overdetermination: "make" but NOT "cause"

    In the overdetermination scenario:

    • "The lightning made the fire start" is TRUE (sufficiency)
    • "The lightning caused the fire" is FALSE (necessity fails)

    This demonstrates the semantic difference between "make" and "cause".

    Solo cause: both "make" AND "cause"

    When lightning is the only cause:

    • "The lightning made the fire start" is TRUE
    • "The lightning caused the fire" is TRUE

    Both verbs are felicitous when there's no overdetermination. Under @cite{nadathur-2024} Def 10b, the background encodes the arsonist's absence rather than the lightning's presence.

    Actual causation in overdetermination: lightning did NOT actually cause the fire when the arsonist is also present — actuallyCaused returns false because necessity fails (the arsonist backup blocks it).

    Actual causation as sole cause: when lightning is the only cause, actuallyCaused holds — lightning both occurred and was necessary.

    Circuit dynamics: short circuit causes fire.

    Simple causation: one cause, one effect.

    Equations
    • One or more equations did not get rendered due to their size.
    Instances For

      Actual causation: short circuit actually caused the fire.

      The short circuit occurred and was necessary — actuallyCaused holds.

      Chain dynamics: flip → switch → light

      Causal chain: initial cause triggers intermediate which triggers final effect.

      Equations
      • One or more equations did not get rendered due to their size.
      Instances For

        Under @cite{nadathur-2024} Def 10b, the initial cause in a chain is NOT necessary for the final effect: the intermediate (switch) can be set directly, bypassing the root cause. This is correct for Def 10b's intended domain (prerequisites for complements) where the cause variable is the only path to the effect.

        Switch is also necessary for light (as intermediate).

        Note: The chain dynamics flip → switch → light means switch depends on flip. When we test necessity of switch, we set switch=false and check if light still happens. But flip=true triggers switch=true again through the dynamics, so this is subtle.

        In this model, with flip already in background, removing switch doesn't help because flip will re-trigger switch. This shows the interaction between necessity testing and causal chains.

        Conjunctive dynamics: match AND oxygen → combustion

        Both conditions required for the effect.

        Equations
        • One or more equations did not get rendered due to their size.
        Instances For

          Oxygen is also necessary (given match).

          Both conjuncts are necessary when both are present.