All proofs
Project-declaredLean 4.28.0 · mathlib@8f9d9cff6bd7

Mono sup

SupRegularized.mono_sup

Plain-language statement

For Monotone functions, the SupRegularized is the supremum of values.

Exact Lean statement

theorem mono_sup (h : Monotone fn) :
    SupRegularized fn hl hu = sSup { fn n | n : ℕ}

Formal artifact

Lean source

Canonical source
Full Lean sourceLean 4
theorem mono_sup (h : Monotone fn) :    SupRegularized fn hl hu = sSup { fn n | n : } := by  unfold SupRegularized;  simp +decide [ Filter.limsup_eq, Filter.eventually_atTop ];  refine' le_antisymm _ _;  · refine' csInf_le _ _;    · exact  _lb, by rintro x  n, hn  ; exact le_trans ( hl n ) ( hn n le_rfl ) ;    · exact  0, fun n _ => le_csSup  _ub, by rintro x  m, rfl  ; exact hu m   n, rfl  ;  · refine' csSup_le _ _;    · exact  _,  0, rfl  ;    · norm_num +zetaDelta at *;      exact fun n => le_csInf  _ub,  n, fun m hm => hu m   fun x hx => by rcases hx with  m, hm  ; exact hm _ ( le_max_left _ _ ) |> le_trans ( h ( le_max_right _ _ ) ) ;
Project
quantumInfo
License
MIT
Commit
56e83a9288a3
Source
QuantumInfo/Regularized.lean:92-103

Reuse this declaration

Bring the exact result into your workflow

The import identifies the source module. Your project still needs the pinned package dependency shown on this page.

What this badge means

This completion status comes from the project or community source. It has not yet been represented here as an independent rebuild and axiom audit.

Continue in this project

Related declarations

Project-declaredLean 4.28.0

Conj Transpose isometry mul isometry le one

conjTranspose_isometry_mul_isometry_le_one

Project documentation

The operator norm of the conjugate transpose is equal to the operator norm. -/ theorem Matrix.opNorm_conjTranspose_eq_opNorm {m n : Type*} [Fintype m] [Fintype n] [DecidableEq m] [DecidableEq n] (A : Matrix m n 𝕜) : Matrix.opNorm Aᴴ = Matrix.opNorm A := by unfold Matrix.opNorm rw [← ContinuousLinearMap.adjoint.norm_map (toEuclideanLin A).toContinuousLine...

quantum informationentropyquantum channels

Source project: quantumInfo

Person-level attribution pending.

View proof record
Project-declaredLean 4.28.0

Convex roof of pure

convex_roof_of_pure

Plain-language statement

The convex roof extension of g : KetUpToPhase d → ℝ≥0 applied to a pure state ψ is g (KetUpToPhase.mk ψ).

quantum informationentropyquantum channels

Source project: quantumInfo

Person-level attribution pending.

View proof record
Project-declaredLean 4.28.0

Id achieves Rate log dim

CPTPMap.id_achievesRate_log_dim

Plain-language statement

The identity channel on D dimensional space achieves a rate of log2(D).

quantum informationentropyquantum channels

Source project: quantumInfo

Person-level attribution pending.

View proof record