teorth/PFR
Source indexedlemma · leanprover/lean4:v4.33.0-rc1
construct_good
PFR.Endgame · PFR/Endgame.lean:417 to 424
Source documentation
If are -valued random variables with holds identically and
Then there exist random variables such that
is at most
(d[X^0_i;T_j] - d[X^0_i; X_i]) \biggr).$$Exact Lean statement
lemma construct_good :
k ≤ δ + (p.η/3) * (δ + c[T₁ # T₁] + c[T₂ # T₂] + c[T₃ # T₃])Complete declaration
Lean source
Full Lean sourceLean 4
lemma construct_good : k ≤ δ + (p.η/3) * (δ + c[T₁ # T₁] + c[T₂ # T₂] + c[T₃ # T₃]) := by have v2 := construct_good_prelim p X₁ X₂ h_min (by rw [← hT]; abel) hT₁ hT₃ hT₂ have v3 := construct_good_prelim p X₁ X₂ h_min (by rw [← hT]; abel) hT₂ hT₁ hT₃ have v6 := construct_good_prelim p X₁ X₂ h_min (by rw [← hT]; abel) hT₃ hT₂ hT₁ simp only [mutualInfo, entropy_comm hT₂ hT₁, entropy_comm hT₃ hT₁, entropy_comm hT₃ hT₂] at * linarith