At: split factor1 char
By: |
{cases from its definition, the only work is showing that it factors the same {number as g {} SideProof |
1 |
2. g : {2..k} 3. x : {2..k} 4. xx<k 5. x<xx 6. h : {2..k} 7. h = split_factor1(g; x) 8. h(xx) = 0 9. h(x) = g(x)+g(xx)+g(xx) 10. u:{2..k}. u = x u = xx h(u) = g(u) {2..k}(g) = {2..k}(h) | 10 steps |
About: