Proposed new syntax

Paul Rubin no.email at nospam.invalid
Tue Aug 15 00:13:10 EDT 2017


Paul Rubin <no.email at nospam.invalid> writes:
>   FORALL P. [ P(0) and P(n) -> P(n+1) ]

Sorry, that was supposed to say

  FORALL P. [ (P(0) and P(n) -> P(n+1)) -> forall n. P(n) ]

FORALL quantifies over formulas and forall quantifies over numbers.

Maybe something is still missing from the above ;-).



More information about the Python-list mailing list