pith. machine review for the scientific record. sign in
structure definition def or abbrev

AdSCFT

show as:
view Lean formalization →

No prose has been written for this declaration yet. The Lean source and graph data below render without it.

generate prose now

formal statement (Lean)

 174structure AdSCFT where
 175  /-- Dimension of the bulk. -/
 176  bulk_dim : ℕ
 177  /-- Dimension of the boundary. -/
 178  boundary_dim : ℕ
 179  /-- Boundary is one dimension lower. -/
 180  dim_relation : boundary_dim = bulk_dim - 1
 181
 182/-- **THEOREM (Ryu-Takayanagi Formula)**: Entanglement entropy in the CFT
 183    equals the area of the minimal surface in the bulk.
 184    S_EE = Area(γ_A) / (4G_N) -/

depends on (19)

Lean names referenced from this declaration's body.