Documentation

Atlas.DifferentialAnalysis.code.ContinuousFunctions

theorem ContinuousFunctions.continuous_iff_isOpen_preimage {X : Type u_1} {Y : Type u_2} [MetricSpace X] [MetricSpace Y] (f : XY) :
[Continuous f, ∀ (O : Set Y), IsOpen OIsOpen (f ⁻¹' O), ∀ (C : Set Y), IsClosed CIsClosed (f ⁻¹' C), SeqContinuous f].TFAE

For maps between metric spaces, the following are equivalent: continuity, openness of preimages of open sets, closedness of preimages of closed sets, and sequential continuity (Melrose Prop 1.1).

Positive part f⁺ = max(f, 0) of a real-valued continuous function vanishing at infinity, itself in C₀(X, ℝ).

Instances For

    Negative part f⁻ = max(-f, 0) of a real-valued continuous function vanishing at infinity, itself in C₀(X, ℝ).

    Instances For
      @[simp]

      Pointwise evaluation of the positive part: f⁺(x) = max(f(x), 0).

      @[simp]

      Pointwise evaluation of the negative part: f⁻(x) = max(-f(x), 0).

      Decomposition f = f⁺ - f⁻ in C₀(X, ℝ).

      Pointwise bound: f⁺(x) ≤ |f(x)|.

      Pointwise bound: f⁻(x) ≤ |f(x)|.

      Nonnegativity of the positive part: 0 ≤ f⁺(x).

      Nonnegativity of the negative part: 0 ≤ f⁻(x).

      theorem ContinuousFunctions.decompose_unique {X : Type u_1} [TopologicalSpace X] (f g h : ZeroAtInftyContinuousMap X ) (hdecomp : f = g - h) (hg_nonneg : ∀ (x : X), 0 g x) (hh_nonneg : ∀ (x : X), 0 h x) (hg_le : ∀ (x : X), g x |f x|) (hh_le : ∀ (x : X), h x |f x|) :

      Uniqueness of the f⁺/f⁻ decomposition: any decomposition f = g - h with g, h both nonnegative and pointwise bounded by |f| must coincide with (f⁺, f⁻).

      theorem ContinuousFunctions.zeroAtInfty_unique_posNeg_decomposition {X : Type u_1} [TopologicalSpace X] (f : ZeroAtInftyContinuousMap X ) :
      f = zeroAtInftyPosPart f - zeroAtInftyNegPart f (∀ (x : X), (zeroAtInftyPosPart f) x |f x|) (∀ (x : X), (zeroAtInftyNegPart f) x |f x|) ∀ (g h : ZeroAtInftyContinuousMap X ), f = g - h(∀ (x : X), 0 g x)(∀ (x : X), 0 h x)(∀ (x : X), g x |f x|)(∀ (x : X), h x |f x|)g = zeroAtInftyPosPart f h = zeroAtInftyNegPart f

      Combined statement (Melrose Lemma 1.4): every f ∈ C₀(X, ℝ) admits the canonical positive/negative decomposition f = f⁺ - f⁻ with the appropriate dominance bounds, and the decomposition is unique among such pairs.

      def NormedSpaces.AreEquivalentNorms {V : Type u_1} (norm₁ norm₂ : V) :

      Two norms on V are equivalent if they are mutually controlled by a single positive constant, i.e. (1/C) · norm₁ v ≤ norm₂ v ≤ C · norm₁ v for all v.

      Instances For
        theorem NormedSpaces.finDim_norms_equivalent {𝕜 : Type u_1} [NontriviallyNormedField 𝕜] [CompleteSpace 𝕜] {E : Type u_2} [NormedAddCommGroup E] [NormedSpace 𝕜 E] [FiniteDimensional 𝕜 E] {F : Type u_3} [NormedAddCommGroup F] [NormedSpace 𝕜 F] (e : E ≃ₗ[𝕜] F) :
        AreEquivalentNorms (fun (v : E) => v) fun (v : E) => e v

        Equivalence of norms on finite-dimensional vector spaces: any linear isomorphism between finite-dimensional normed spaces gives rise to equivalent norms v ↦ ‖v‖ and v ↦ ‖e v‖.

        A continuous linear functional is continuous at the origin.

        A linear functional continuous at the origin sends the closed unit ball to a bounded set.

        If a linear functional sends the unit ball to a bounded set, it satisfies a global linear bound ‖u f‖ ≤ C · ‖f‖.

        theorem ContinuousLinearFunctional.continuous_of_bound {V : Type u_1} [NormedAddCommGroup V] [NormedSpace V] (u : V →ₗ[] ) (h : ∃ (C : ), ∀ (f : V), u f C * f) :

        A linear functional satisfying a global linear bound ‖u f‖ ≤ C · ‖f‖ is continuous.

        The four standard characterisations of continuity for a real linear functional on a real normed space are equivalent: global continuity, continuity at zero, bounded image of the unit ball, and existence of an operator-norm bound.