All proofs
Project-declaredLean 4.8.0 · mathlib@b5eba5954288

Vera debate cost

vera_debate_cost

Plain-language statement

Vera makes few queries, regardless of Alice and Bob

Exact Lean statement

theorem vera_debate_cost (o : Oracle) (alice : Alice) (bob : Bob) (t : ℕ):
    (debate alice bob (vera c s v) t).cost' o VeraId ≤ samples ((s-c)/2) v

Formal artifact

Lean source

Canonical source
Full Lean sourceLean 4
theorem vera_debate_cost (o : Oracle) (alice : Alice) (bob : Bob) (t : ):    (debate alice bob (vera c s v) t).cost' o VeraId  samples ((s-c)/2) v := by  have z : (stepsV alice bob (t+1)).cost (fun _  o) VeraId = 0 := by zero_cost  simp only [Comp.cost', debate,  post_stepsV, bind_assoc, Comp.cost_bind, Comp.cost_allow_all, z,    Comp.prob_allow_all, zero_add, ge_iff_le]  refine exp_le_of_forall_le fun x _  ?_  refine le_trans (add_le_of_nonpos_right ?_) ?_  · refine exp_le_of_forall_le fun x _  ?_    induction x; repeat simp only [Comp.cost_pure, le_refl]  · simp only [postV]    induction x    · simp only [Comp.cost_bind, Comp.cost_allow_all, vera_cost, Comp.prob_allow_all,        Comp.cost_pure, exp_const, add_zero, le_refl]    · simp only [Comp.cost_pure, Nat.cast_nonneg]
Project
debate
License
Apache-2.0
Commit
de3a6e500ae1
Source
Debate/Cost.lean:199-212

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.8.0

Alice pr le

alice_pr_le

Plain-language statement

Honest Alice has error ≥ e with probability ≤ q

probabilitycomplexity theoryinteractive protocols

Source project: debate

Person-level attribution pending.

View proof record
Project-declaredLean 4.8.0

Alice steps cost

alice_steps_cost

Plain-language statement

Alice makes few queries, regardless of Bob and Vera

probabilitycomplexity theoryinteractive protocols

Source project: debate

Person-level attribution pending.

View proof record
Project-declaredLean 4.8.0

Alices close

alices_close

Plain-language statement

Alice produces (p,y) with p close to o.probs y with good probability

probabilitycomplexity theoryinteractive protocols

Source project: debate

Person-level attribution pending.

View proof record