Commit b94de3d
committed
Remove n-ary Partrec' equivalence for smaller PR
Drop PartrecPrime.lean (1371 lines) which proved
URMComputable n ↔ Nat.Partrec'. This equivalence can still be
derived via Mathlib's Nat.Partrec'.part_iff combined with
the unary equivalence Partrec ↔ URMComputable1.
The unary equivalence in Partrec.lean + Simulate/ is the more
fundamental result that establishes URMs as a complete model
of computation.1 parent e289cc5 commit b94de3d
2 files changed
Lines changed: 0 additions & 1374 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
15 | 14 | | |
16 | 15 | | |
17 | 16 | | |
| |||
32 | 31 | | |
33 | 32 | | |
34 | 33 | | |
35 | | - | |
36 | 34 | | |
37 | 35 | | |
38 | 36 | | |
39 | 37 | | |
40 | 38 | | |
41 | | - | |
42 | 39 | | |
0 commit comments