File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -992,6 +992,14 @@ abbrev extensionAsRingHom :=
992992/-- An abbreviation for the `X`-adic completion of `K⟮X⟯` -/
993993abbrev RatFuncAdicCompl := adicCompletion K⟮X⟯ (idealX K)
994994
995+ -- help typeclass inference along
996+ instance : Field (ratfuncAdicComplPkg (K := K).space) :=
997+ inferInstanceAs <| Field (RatFuncAdicCompl K)
998+
999+ -- help typeclass inference along
1000+ instance : Valued (ratfuncAdicComplPkg (K := K).space) (WithZero (Multiplicative ℤ)) :=
1001+ inferInstanceAs <| Valued (RatFuncAdicCompl K) (WithZero (Multiplicative ℤ))
1002+
9951003/- The two instances below make `comparePkg` and `comparePkg_eq_extension` slightly faster. -/
9961004instance : UniformSpace (RatFuncAdicCompl K) := inferInstance
9971005instance : UniformSpace K⸨X⸩ := inferInstance
You can’t perform that action at this time.
0 commit comments