Theorems · Theorem · logic and foundations
Computable.of_eq
∀ {α : Type u_1} {σ : Type u_4} [inst : Primcodable α] [inst_1 : Primcodable σ] {f g : α → σ},
Computable f → (∀ (n : α), f n = g n) → Computable g- Defined in
- Mathlib.Computability.Partrec
- Cited by
- 9 results in Mathlib
- Foundations
- Depth 12 from the axioms · uses Quot.sound
- Assumes
- PrimcodablePrimcodable
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.
- Primcodablestatement and proof · cited by 325
- Computablestatement and proof · cited by 80
Cited by9
Results whose statement or proof uses this declaration.
- Computable.to₂proof · cited by 17
- Computable.sumCasesOnproof · cited by 5
- Computable.condproof · cited by 4
- Computable.option_bindproof · cited by 3
- Computable.option_casesOnproof · cited by 2
- Computable.nat_strong_recproof · cited by 1
- Computable.option_getDproof · cited by 1
- ComputablePred.notproof · cited by 1
- Nat.Partrec.Code.computable_recOnproof · cited by 0