Aggregation Op

Documentation

Lean 4 Proof

def aggregationOp (k : ℕ) (f : AggFun k) : AggFun k :=
  fun x => f (fun i => f (fun _j => x i))

Dependency Graph

Module Section

Emergence results from Paper 1, Sections 3-5: