The "warm-up" result (Theorem 2.1) #
The quintuple defined in Section 2.1.
Equations
- KonyaginPrelude.tup k 0 = (6 ^ 2 ^ k + 1) ^ 3
- KonyaginPrelude.tup k 1 = -(6 ^ 2 ^ k - 1) ^ 3
- KonyaginPrelude.tup k 2 = -6 * (6 ^ 2 ^ k) ^ 2
- KonyaginPrelude.tup k 3 = -31
- KonyaginPrelude.tup k 4 = 29
Instances For
The quintuple defined in Section 2.1 with k in place of 6 ^ 2 ^ k
for easier term manipulation.
Equations
- KonyaginPrelude.tupReduced k 0 = (↑k + 1) ^ 3
- KonyaginPrelude.tupReduced k 1 = -(↑k - 1) ^ 3
- KonyaginPrelude.tupReduced k 2 = -6 * ↑k ^ 2
- KonyaginPrelude.tupReduced k 3 = -31
- KonyaginPrelude.tupReduced k 4 = 29
Instances For
tupReduced with the first two terms added together.
Equations
- KonyaginPrelude.tupReduced2 k 0 = -6 * ↑k ^ 2
- KonyaginPrelude.tupReduced2 k 1 = -31
- KonyaginPrelude.tupReduced2 k 2 = 29
- KonyaginPrelude.tupReduced2 k 3 = 6 * ↑k ^ 2 + 2