@[irreducible]
Equations
Instances For
Equations
- One or more equations did not get rendered due to their size.
- Mathling.Lambek.ProductFree.proveAux 0 x✝¹ x✝ = false
- Mathling.Lambek.ProductFree.proveAux n.succ x✝ (A' ⧹ B) = (decide (x✝ ≠ []) && Mathling.Lambek.ProductFree.proveAux n ([A'] ++ x✝) B)
- Mathling.Lambek.ProductFree.proveAux n.succ x✝ (B ⧸ A') = (decide (x✝ ≠ []) && Mathling.Lambek.ProductFree.proveAux n (x✝ ++ [A']) B)