Qpe finale craft 20220223 has had master merged into it and all QPE theorems re-run to verify they are in working order (as of Fri 3/18/2022). Modifications consist primarily of:
Work on the Max/Min classes, including the establishment shallow_simplification() and deduce_number_set() methods, and the establishment and proof of a number of related theorems (including theorems such as Max(a, b) = Max(b, a)).
The establishment of Exp.factorization() (which then contributes to changes in the Div.cancelation() method).
Modifications to Div.cancelation(), to intercept and respond to Exp expressions instead of just Mult expressions.
Some minor updates to some of the QPE theorem proofs, often consisting of updates to the presumptions.
@wwitzel .
Qpe finale craft 20220223 has had master merged into it and all QPE theorems re-run to verify they are in working order (as of Fri 3/18/2022). Modifications consist primarily of: