noncomputable def
CommunicationComplexity.Deterministic.communicationComplexity
{X : Type u_1}
{Y : Type u_2}
{α : Type u_3}
(f : X → Y → α)
:
Equations
- CommunicationComplexity.Deterministic.communicationComplexity f = ⨅ (p : CommunicationComplexity.Deterministic.Protocol X Y α), ⨅ (_ : p.Computes f), ↑p.complexity
Instances For
theorem
CommunicationComplexity.Deterministic.communicationComplexity_le_iff
{X : Type u_1}
{Y : Type u_2}
{α : Type u_3}
(f : X → Y → α)
(n : ℕ)
:
theorem
CommunicationComplexity.Deterministic.communicationComplexity_le_iff_finiteMessage
{X : Type u_1}
{Y : Type u_2}
{α : Type u_3}
(f : X → Y → α)
(n : ℕ)
:
theorem
CommunicationComplexity.Deterministic.le_communicationComplexity_iff
{X : Type u_1}
{Y : Type u_2}
{α : Type u_3}
(f : X → Y → α)
(n : ℕ)
: