Documentation

LeanPool.LeanStationaryHarmonicMaps.StationaryHarmonicMap.EnergyQuantities

Energy Quantities #

noncomputable def LeanStationaryHarmonicMaps.StationaryHarmonicMap.ballEnergy {n m : } (u : Domain nTarget m) (a : Domain n) (r : ) :

Energy on a ball.

Equations
  • One or more equations did not get rendered due to their size.
Instances For

    Radial energy on a ball.

    Equations
    • One or more equations did not get rendered due to their size.
    Instances For
      noncomputable def LeanStationaryHarmonicMaps.StationaryHarmonicMap.weakBallEnergy {n m : } (Du : Domain nGradient n m) (a : Domain n) (r : ) :

      Weak energy on a ball, written in terms of the chosen weak gradient.

      Equations
      • One or more equations did not get rendered due to their size.
      Instances For

        Weak radial energy on a ball, written in terms of the chosen weak gradient.

        Equations
        • One or more equations did not get rendered due to their size.
        Instances For

          The open ball of radius 0 is empty, so its weak energy is zero.

          The open ball of radius 0 is empty, so its weak radial energy is zero.

          The factor r^(2-n) as an integer power.

          Equations
          Instances For

            The monotonicity factor is continuous on any closed interval bounded away from the origin.

            noncomputable def LeanStationaryHarmonicMaps.StationaryHarmonicMap.theta {n m : } (u : Domain nTarget m) (a : Domain n) (r : ) :

            The monotonicity quantity Theta_u(a,r).

            Equations
            • One or more equations did not get rendered due to their size.
            Instances For
              noncomputable def LeanStationaryHarmonicMaps.StationaryHarmonicMap.weakTheta {n m : } (Du : Domain nGradient n m) (a : Domain n) (r : ) :

              Weak monotonicity quantity, using the weak gradient energy.

              Equations
              • One or more equations did not get rendered due to their size.
              Instances For

                The factor r^(2-n) is smooth, hence absolutely continuous, on every strictly positive radius interval.

                theorem LeanStationaryHarmonicMaps.StationaryHarmonicMap.deriv_thetaFactor {n : } {rho : } :
                deriv (thetaFactor n) rho = (2 - n) * rho ^ (1 - n)

                Derivative of the monotonicity weight.

                theorem LeanStationaryHarmonicMaps.StationaryHarmonicMap.thetaFactor_boundary_algebra {n : } {rho E E' Q' : } (hrho : rho 0) (hboundary : rho * E' - (n - 2) * E = 2 * rho * Q') :
                deriv (thetaFactor n) rho * E + thetaFactor n rho * E' = 2 * thetaFactor n rho * Q'

                Pointwise algebra turning the boundary identity into the derivative of the monotonicity quantity.

                The annular weight |x-a|^(2-n).

                Equations
                Instances For
                  noncomputable def LeanStationaryHarmonicMaps.StationaryHarmonicMap.monotonicityRhs {n m : } (u : Domain nTarget m) (a : Domain n) (s r : ) :

                  Right-hand side of the monotonicity formula on B_r(a) \ B_s(a).

                  Equations
                  • One or more equations did not get rendered due to their size.
                  Instances For
                    noncomputable def LeanStationaryHarmonicMaps.StationaryHarmonicMap.weakMonotonicityRhs {n m : } (Du : Domain nGradient n m) (a : Domain n) (s r : ) :

                    Right-hand side of the weak monotonicity formula on B_r(a) \ B_s(a).

                    Equations
                    • One or more equations did not get rendered due to their size.
                    Instances For

                      The weak annular radial-energy term is nonnegative.

                      Coefficient multiplying the weak energy density in the radial identity.

                      Equations
                      Instances For

                        Coefficient multiplying the weak radial-energy density in the radial identity.

                        Equations
                        Instances For

                          Continuity of the main radial cutoff coefficient, assuming phi and phi' are continuous.

                          Continuity of the radial-energy cutoff coefficient, assuming phi' is continuous.

                          A scalar cutoff gives a continuous main radial coefficient.

                          A scalar cutoff gives a continuous radial-energy coefficient.

                          The main radial cutoff coefficient is a.e. strongly measurable on any set.

                          The radial-energy cutoff coefficient is a.e. strongly measurable on any set.

                          The main radial cutoff coefficient is a.e. strongly measurable for a scalar cutoff.

                          The radial-energy cutoff coefficient is a.e. strongly measurable for a scalar cutoff.

                          theorem LeanStationaryHarmonicMaps.StationaryHarmonicMap.weakRadialMainCoeff_ae_bound_on_ball_of_radius_bounds {n : } {phi : } {R0 M0 M1 : } (hphi_bound : ∀ (t : ), 0 tt R0phi t M0) (hdphi_bound : ∀ (t : ), 0 tt R0deriv phi t M1) (hR0_nonneg : 0 R0) :

                          If phi and phi' are bounded on [0, R0], then the main radial coefficient is a.e. bounded on B_R0(0).

                          theorem LeanStationaryHarmonicMaps.StationaryHarmonicMap.weakRadialRhsCoeff_ae_bound_on_ball_of_radius_bound {n : } {phi : } {R0 M1 : } (hdphi_bound : ∀ (t : ), 0 tt R0deriv phi t M1) (hR0_nonneg : 0 R0) :

                          If phi' is bounded on [0, R0], then the radial-energy coefficient is a.e. bounded on B_R0(0).