🌱 Enrico's Digital Garden

Home

❯

ZETA

❯

LITERATURE

❯

h(x) = g(f(x)) — Composing Functions With ∘ and Its Reverse

h(x) = g(f(x)) — Composing Functions With ∘ and Its Reverse

Properties1
tagsatomic

Apr 13, 20251 min read

The composition operator ∘ takes two functions f and g and returns a new function h(x)=(g∘f)(x)=g(f(x))

Reverse composition (f↦g) applies the operation in opposite order.

Reference

  • https://en.wikipedia.org/wiki/Function_composition

Graph View

Backlinks

  • A Red-black tree is a BST where height invariant guarantees O(log n) operations
  • An SSTable is a segment of key-value pairs sorted by keys
  • Atomic Notes are high cohesion low coupling, reusable in multiple outputs
  • Chomsky hierarchy - Regular < Context-Free < Context-Sensitive < Recursively Enumerable
  • Functional Programming programs are trees of expressions, not sequences of steps
  • Imperative paradigm
  • Linear Recursion is a chain of deferred operations
  • TCP hands you a stream, so the application must frame its own messages
  • The Hadamard Matrix Is Built Recursively via Sylvester's Construction

Created with Quartz v5.0.0 © 2026

  • GitHub
  • Discord Community