def
definition
quantumChannelCapacityCert
show as:
view math explainer →
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
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