Proposition: the ground is wet. True at w0, w1, w3; false at w2.
Equations
Instances For
Equations
Instances For
Equations
Instances For
Equations
Instances For
Do two theories agree on modal force f for proposition p at world w?
Equations
- Semantics.Modality.theoriesAgreeAt T₁ T₂ f p w = (T₁.eval f p w == T₂.eval f p w)
Instances For
Do two theories agree on modal force f for proposition p across all worlds?
Equations
- Semantics.Modality.theoriesAgreeOn T₁ T₂ f p = Semantics.Modality.allWorlds'.all fun (w : Semantics.Attitudes.Intensional.World) => Semantics.Modality.theoriesAgreeAt T₁ T₂ f p w
Instances For
Find worlds where two theories diverge.
Equations
- Semantics.Modality.divergingWorlds T₁ T₂ f p = List.filter (fun (w : Semantics.Attitudes.Intensional.World) => !Semantics.Modality.theoriesAgreeAt T₁ T₂ f p w) Semantics.Modality.allWorlds'
Instances For
Do two theories agree on all modal forces for proposition p?
Equations
- One or more equations did not get rendered due to their size.
Instances For
Minimal Kratzer = Universal Simple for necessity on raining.
Agreement on trivially true.
Agreement on trivially false.
Epistemic and minimal Kratzer differ on some proposition and world.
Different conversational backgrounds yield different truth values.
Both Kratzer and Simple satisfy duality.
Agreement: Minimal Kratzer and Universal Simple agree on necessity for trivially true.
Agreement: Both agree on possibility for trivially true.
Agreement: Both agree on necessity for trivially false.