Documentation

Batteries.Util.ExtendedBinder

Defines an extended binder syntax supporting ∀ ε > 0, ... etc.

An extended binder has the form x, x : ty, or x pred where pred is a binderPred like < 2.

Equations
  • One or more equations did not get rendered due to their size.

A extended binder in parentheses

Equations
  • One or more equations did not get rendered due to their size.

A list of parenthesized binders

Equations
  • One or more equations did not get rendered due to their size.

A single (unparenthesized) binder, or a list of parenthesized binders

Equations
  • One or more equations did not get rendered due to their size.

The syntax ∃ᵉ (x < 2) (y < 3), p x y is shorthand for ∃ x < 2, ∃ y < 3, p x y.

Equations
  • One or more equations did not get rendered due to their size.

The syntax ∀ᵉ (x < 2) (y < 3), p x y is shorthand for ∀ x < 2, ∀ y < 3, p x y.

Equations
  • One or more equations did not get rendered due to their size.