In computer science, originally in database theory?, lenses are used in situations where some structure is converted to a different form – a view – in such a way that changes made to the view can be reflected as updates to the original structure. The same construction has been devised on numerous occasions (Hedges).
Let be a category with finite products. A lens in C denoted has states and view states which are objects of , and two arrows of C, a Get arrow and a Put arrow , often taken to satisfy the following equations, or lens laws:
Sometimes a lens satisfying all three laws is said to be lawful. Sometimes it is said that a well-behaved lens satisfies (1) and (2) and a very well-behaved lens satisfies also (3).
In other words, a (lawful) lens for a fixed is an algebra from the monad (the possibility operator):
They are also coalgebras for the store comonad.
Many kinds of generalization have been proposed - asymmetric lenses, bimorphic lens, etc.
One generalization considers the lenses from the previous section as monomorphic by contrast to polymorphic lens which go between pairs of types, , consisting of a view function, , and an update function . Without further conditions, these are known as bimorphic lenses. To impose conditions comparable to the lens laws above requires that the types be related.
An optic defines a symmetric monoidal functor from SymmMonCat to itself. Evaluating the result for different symmetric monoidal categories gives these various generalizations such as Prisms which use the disjoint union in Set. (Riley Theorem 2.0.8)
Bohannon, A., Vaughan, J. and Pierce, B. (2006) Relational Lenses: A language for updatable views. Proceedings of Principles of Database Systems (PODS) 2006
Foster, J., Greenwald, M., Moore, J., Pierce, B. and Schmitt, A. (2007) Combinators for bidirectional tree transformations: A linguistic approach to the view update problem. ACM Transactions on Programming Languages and Systems 29
Michael Johnson, Robert Rosebrugh, and R. J. Wood. Lenses, fibrations and universal translations. Math. Structures Comput. Sci., 22(1):25–42, 2012
Jeremy Gibbons, Lenses are the coalgebras for the costate comonad
Jules Hedges, Lenses for philosophers, blog post
Mitchell Riley?, Categories of optics, (arXiv:1809.00738)
David Spivak, Lenses: applications and generalizations, slides of talk at ACT 19.
Michael Johnson, Robert Rosebrugh, The more legs the merrier: A new composition for symmetric (multi-)lenses, (arXiv:2101.10482)
Bryce Clarke, A diagrammatic approach to symmetric lenses, (arXiv:2101.10481)
Last revised on January 27, 2021 at 06:28:26. See the history of this page for a list of all contributions to it.