Theorems · Theorem · logic and foundations
Equiv.Computable.trans
∀ {α : Type u_1} {β : Type u_2} {γ : Type u_3} [inst : Primcodable α] [inst_1 : Primcodable β] [inst_2 : Primcodable γ]
{e₁ : α ≃ β} {e₂ : β ≃ γ}, e₁.Computable → e₂.Computable → (e₁.trans e₂).Computable- Defined in
- Mathlib.Computability.Reduce
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 16 from the axioms · uses propext, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites8
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coeproof · cited by 62,936
- Equivstatement and proof · cited by 8,337
- Equiv.symmproof · cited by 3,681
- Equiv.transstatement and proof · cited by 337
- Primcodablestatement and proof · cited by 325
- Computableproof · cited by 80
- Computable.compproof · cited by 31
- Equiv.Computablestatement and proof · cited by 7
Cited by1
Results whose statement or proof uses this declaration.
- Computable.equiv₂proof · cited by 0