pith. machine review for the scientific record. sign in
def

quantumChannelCapacityCert

definition
show as:
view math explainer →
module
IndisputableMonolith.Information.QuantumChannelCapacityFromPhi
domain
Information
line
81 · github
papers citing
none yet

open explainer

Read the cached plain-language explainer.

open lean source

IndisputableMonolith.Information.QuantumChannelCapacityFromPhi on GitHub at line 81.

browse module

All declarations in this module, on Recognition.

explainer page

A cached Ask Recognition explainer exists for this declaration.

open explainer

depends on

formal source

  78    ∀ {N : ℕ} (hN : 0 < N), correction N hN ≤ 1 / (N : ℝ)
  79
  80/-- Quantum-channel-capacity correction certificate. -/
  81def quantumChannelCapacityCert : QuantumChannelCapacityCert where
  82  correction_pos := @correction_pos
  83  strictly_decreasing := correction_strictly_decreasing
  84  bounded_by_inv := @correction_le_inv
  85
  86end
  87end QuantumChannelCapacityFromPhi
  88end Information
  89end IndisputableMonolith