Description: Define "all
some" applied to a class, which means is true whenever
is true
for in , and there is at least one
in
where is true.
An older definition of the "all some" quantifier when scoped to
a class,
named df-alsc and now removed, instead applied a bare formula to
the members of a class, asserting only
    
 , that is, that the formula held
throughout and
that had at least one
member. I've now decided
that that was a mistake. Its older existence conjunct  
did
not require any member of to satisfy the antecedent, so if the
formula was itself an implication, that inner implication could still be
vacuously true, which is precisely what the allsome quantifier exists to
prevent. For example, the older definition meant that "among
Martians,
all tall ones are green" could be considered true if there are
Martians,
but no tall Martians. This version of the definition instead ensures that
claims of the form "among Martians, all tall ones are green" can
only be
true if all tall Martians are green and that there is at least one
tall
Martian. (Contributed by David A. Wheeler, 20-Oct-2018.) (Revised by
David A. Wheeler, 12-Jul-2026.) |