Lightning variable
Equations
Instances For
Arsonist variable
Equations
Instances For
Fire variable
Equations
Instances For
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
Background where only lightning is present.
Equations
Instances For
Background where only arsonist is present.
Equations
Instances For
Background where both causes are present (overdetermination).
Equations
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.
Short circuit variable
Equations
Instances For
Building fire variable
Equations
Instances For
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
Background where short circuit occurred.
Equations
Instances For
Short circuit is sufficient for fire.
Short circuit is necessary for fire (when it's the only cause).
Both "make" and "cause" are true for simple causation.
Actual causation: short circuit actually caused the fire.
The short circuit occurred and was necessary — actuallyCaused holds.
Initial cause
Equations
Instances For
Intermediate event
Equations
Instances For
Final effect
Equations
Instances For
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
Background where flip occurred.
Equations
Instances For
Flip is sufficient for light (through the chain).
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.
Oxygen
Equations
Instances For
Combustion
Equations
Instances For
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
Background where oxygen is present (enabling condition).
Equations
Instances For
Match alone is NOT sufficient (in empty background).
Match IS sufficient when oxygen is present.
Match is necessary for combustion (given oxygen).
Oxygen is also necessary (given match).
Both conjuncts are necessary when both are present.
Main result 1: Sufficiency does not entail necessity.
Demonstrated by the overdetermination fire scenario.
Main result 2: Necessity does not entail sufficiency (in empty background).
Demonstrated by conjunctive causation.
Main result 3: "make" and "cause" have distinct truth conditions.
There exist scenarios where one is true and the other is false.