Documentation

ConvexAnalysisMonotoneOperators_BauschkeCombettes_2017.Chap20.Example_20_19

noncomputable def allOnesOperator :
EuclideanSpace (Fin 2) →L[] EuclideanSpace (Fin 2)

The bounded linear operator on ℝ² induced by the matrix [[1, 1], [1, 1]].

Instances For
    noncomputable def firstCoordinateProjector :
    EuclideanSpace (Fin 2) →L[] EuclideanSpace (Fin 2)

    The bounded linear operator on ℝ² induced by the matrix [[1, 0], [0, 0]].

    Instances For
      noncomputable def quarterTurnOperator :
      EuclideanSpace (Fin 2) →L[] EuclideanSpace (Fin 2)

      The bounded linear operator on ℝ² induced by the quarter-turn matrix [[0, -1], [1, 0]].

      Instances For

        Example 20.19 (1): the operator A = [[1, 1], [1, 1]] is monotone on ℝ².

        Example 20.19 (2): the operator B = [[1, 0], [0, 0]] is monotone on ℝ².

        Example 20.19 (3): the operator C = [[0, -1], [1, 0]] is monotone on ℝ².

        Example 20.19 (4): the operator -C is monotone on ℝ².

        Example 20.19 (5): the product AB need not be monotone, showing that the hypotheses of Fact 20.18 cannot be dropped.

        Example 20.19 (6): the square C^2 is not monotone, again showing that the hypotheses of Fact 20.18 are essential.