Equations
- instZeroWhich = { zero := Which.wbot }
Equations
- One or more equations did not get rendered due to their size.
Equations
- One or more equations did not get rendered due to their size.
Equations
- instOneWhich = { one := Which.wset ∅ }
Equations
- One or more equations did not get rendered due to their size.
Equations
- One or more equations did not get rendered due to their size.
Equations
- One or more equations did not get rendered due to their size.
Equations
- instPartialOrderWhich = { toLE := instLEWhich, lt := fun (a b : Which α) => a ≤ b ∧ ¬b ≤ a, le_refl := ⋯, le_trans := ⋯, lt_iff_le_not_ge := ⋯, le_antisymm := ⋯ }
Equations
- One or more equations did not get rendered due to their size.
Which[X] is not absorptive as long as there is at least one variable
Which[∅] is absorptive
In Which[X], as long as X is non-empty, times is not distributive over monus.