Cycle Product Real

Documentation

Lean 4 Proof

def cycleProductReal (N : ℕ) (k : Fin N → ℝ) : ℝ :=
  ∏ n : Fin N, k n

Dependency Graph

Module Section

## Entry-Exit Core Definitions (merged from EntryExitDefs.lean)