Theorems · Theorem · logic and foundations
Nat.Partrec.Code.evaln_mono
∀ {k₁ k₂ : ℕ} {c : Nat.Partrec.Code} {n x : ℕ},
k₁ ≤ k₂ → x ∈ Nat.Partrec.Code.evaln k₁ c n → x ∈ Nat.Partrec.Code.evaln k₂ c n- Defined in
- Mathlib.Computability.PartrecCode
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 57 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites2
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Nat.Partrec.Codestatement and proof · cited by 66
- Nat.Partrec.Code.evalnstatement and proof · cited by 10
Cited by2
Results whose statement or proof uses this declaration.
- Nat.Partrec.Code.eval_eq_rfindOptproof · cited by 2
- Nat.Partrec.Code.evaln_completeproof · cited by 1