This is the web interface of GenZ.

Please choose and a

Enter a formula below using this syntax or

| Symbols            | Meaning                 | Note                             |
|--------------------|-------------------------|----------------------------------|
| p, q, bla, ...     | atomic propositions     |                                  |
| true, ⊤            | top (constant true)     |                                  |
| false, ⊥           | bottom (constant false) |                                  |
| !, ~, ¬            | negation (not)          | abreviation for ... -> false     |
| &                  | conjunction (and)       | primitive                        |
| |, v               | disjunction (or)        | primitive                        |
| ->, -->, =>, →     | implication (if-then)   | primitive                        |
| <->, <-->, <=>, ↔  | bi-implication (iff)    | abbreviation using -> and &      |
| <>, <a>, ◇         | diamond (possible)      | abbreviation for ~ [] ~ ...      |
| [], [a], ☐, ◻      | box (necessary)         | primitive                        |
running