Documentation

IntroductoryLecturesOnConvexOptimization_Nesterov_2004.Chap01.Definition_1_3_1

@[reducible, inline]
abbrev zeroOneBox (n : ) :
Set (EuclideanSpace (Fin n))

Definition 1.3.1: the textbook box B_n = [0,1]^n in ℝⁿ.

Instances For
    @[simp]
    theorem mem_zeroOneBox_iff {n : } {x : EuclideanSpace (Fin n)} :
    x zeroOneBox n ∀ (i : Fin n), x.ofLp i Set.Icc 0 1

    Membership in zeroOneBox n is exactly the coordinatewise interval condition.

    theorem zeroOneBox_zero_mem (n : ) :
    0 zeroOneBox n

    The origin belongs to the textbook box B_n = [0,1]^n.