Documentation

Atlas.NumberTheoryI.code.CompleteFields

def Converges {X : Type u_1} [PseudoMetricSpace X] (u : X) :
Instances For
    @[reducible, inline]
    abbrev IsCompleteSpace (X : Type u_1) [UniformSpace X] :
    Instances For
      @[reducible, inline]
      Instances For
        @[reducible, inline]
        abbrev MetricCompletion (X : Type u_1) [UniformSpace X] :
        Type u_1
        Instances For
          theorem completion_universal_property (K : Type u_1) [Field K] (v : AbsoluteValue K ) (L : Type u_2) [Field L] [UniformSpace L] [CompleteSpace L] [T0Space L] [IsTopologicalRing L] [IsUniformAddGroup L] (f : WithAbs v →+* L) (hf : Continuous f) (hf_inj : Function.Injective f) :
          ∃ (g : UniformSpace.Completion (WithAbs v) →+* L), Continuous g (∀ (x : WithAbs v), g x = f x) ∀ (g' : UniformSpace.Completion (WithAbs v) →+* L), Continuous g'(∀ (x : WithAbs v), g' x = f x)g' = g
          theorem weak_approximation_theorem {K : Type u_1} [Field K] {ι : Type u_2} [Fintype ι] [DecidableEq ι] (v : ιAbsoluteValue K ) (hv_nontrivial : ∀ (i : ι), (v i).IsNontrivial) (hv_ineq : ∀ (i j : ι), i j¬(v i).IsEquiv (v j)) (a : ιK) (ε : ι) ( : ∀ (i : ι), 0 < ε i) :
          ∃ (x : K), ∀ (i : ι), (v i) (x - a i) < ε i
          @[reducible]
          noncomputable def AbsoluteValue.inducedTopology {K : Type u_1} [Field K] (v : AbsoluteValue K ) :
          Instances For
            Instances For