Theorems · Theorem · logic and foundations
Nat.Partrec.Code.evaln_complete
∀ {c : Nat.Partrec.Code} {n x : ℕ}, x ∈ c.eval n ↔ ∃ k, x ∈ Nat.Partrec.Code.evaln k c n- Defined in
- Mathlib.Computability.PartrecCode
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 70 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites23
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- zero_addproof · cited by 2,366
- le_rflproof · cited by 1,558
- add_commproof · cited by 1,535
- le_transproof · cited by 985
- Partstatement and proof · cited by 325
- le_max_leftproof · cited by 215
- le_max_rightproof · cited by 205
- add_left_commproof · cited by 76
- Part.bindproof · cited by 70
- Nat.unpairproof · cited by 67
- Nat.Partrec.Codestatement and proof · cited by 66
- Part.mapproof · cited by 65
Cited by1
Results whose statement or proof uses this declaration.
- Nat.Partrec.Code.eval_eq_rfindOptproof · cited by 2