Documentation

Linglib.Theories.Semantics.Quantification.Syllogistic.Defs

Syllogistic substrate: types #

Theory-neutral types for the Aristotelian syllogistic fragment.

The four Aristotelian quantifiers (AristQuant: A/I/O/E = all/some/someNot/no) applied to three terms (A, B, C) generate the classical syllogism: two quantified premises sharing a middle term B, plus a conclusion relating A and C. The state space is the 7 non-empty regions of a three-circle Venn diagram — the empty region {¬A, ¬B, ¬C} is excluded since it does not affect quantifier truth conditions.

Used by:

The four Aristotelian quantifiers. Names follow the medieval mnemonic: A = all (universal affirmative), I = some (particular affirmative), O = someNot (particular negative), E = no (universal negative).

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

      The 7 non-empty regions of a three-circle (A, B, C) Venn diagram. The empty region {¬A, ¬B, ¬C} is excluded because it does not affect quantifier truth conditions for any A/I/O/E form.

      Instances For
        @[implicit_reducible]
        Equations
        Equations
        • One or more equations did not get rendered due to their size.
        Instances For
          @[implicit_reducible]
          Equations
          • One or more equations did not get rendered due to their size.
          @[reducible, inline]

          A Venn state: which regions are populated. 2⁷ = 128 possible states.

          Equations
          Instances For

            A syllogism is a pair of quantified premises sharing middle term B.

            order1AB = true means premise 1 is "Q₁ A-B"; false means "Q₁ B-A". order2BC = true means premise 2 is "Q₂ B-C"; false means "Q₂ C-B".

            The four combinations of orderings give the four classical figures:

            With 4 quantifier choices per premise, this gives 4 × 2 × 4 × 2 = 64 syllogisms.

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

                    The 9 possible conclusions: 4 quantifiers × 2 term orders + NVC ("nothing follows"). NVC is the explicit response that no Aristotelian conclusion is warranted — modeled semantically as the vacuous utterance.

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

                        Does the conclusion use A→C term order (vs C→A)? Used by figural-bias parameterisations that prefer one term order based on the syllogism's figure.

                        Equations
                        Instances For